Trace number 1559369

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-crafted 2009-03-22? (TO) 1200.04 1200.42

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  32151                                                |
0.00/0.00	c |  Number of clauses:    96786                                                |
0.09/0.13	c |  Parsing time:         0.11         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          386828234.000000
0.09/0.13	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.09/0.13	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.13	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.13	c |                                                                             |
0.69/0.74	c ============================[ Search Statistics ]==============================
0.69/0.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.74	c ===============================================================================
0.69/0.74	c |         0 |   14375    59521   166201 |    19840        0    nan |  0.000 % |
1.00/1.04	c |       100 |   14366    59521   166201 |    21824       96     41 |  4.081 % |
1.89/1.96	c |       250 |   14366    59521   166201 |    24006      246     44 |  4.081 % |
3.49/3.55	c |       475 |   14154    58283   163064 |    26407      469     36 |  4.373 % |
5.09/5.12	c |       813 |   14060    57891   162103 |    29048      806     36 |  4.373 % |
7.39/7.49	c |      1319 |   14060    57891   162103 |    31953     1312     38 |  4.373 % |
11.69/11.79	c |      2079 |   14060    57891   162103 |    35148     2072     38 |  4.373 % |
18.79/18.82	c |      3219 |   14060    57891   162103 |    38663     3212     36 |  4.373 % |
26.79/26.82	c |      4927 |   14060    57891   162103 |    42529     4920     37 |  4.373 % |
41.18/41.28	c |      7490 |   14060    57891   162103 |    46782     7483     36 |  4.373 % |
62.37/62.41	c |     11334 |   14060    57891   162103 |    51460    11327     37 |  4.373 % |
93.36/93.41	c |     17102 |   14060    57891   162103 |    56606    17095     37 |  4.373 % |
147.74/147.86	c |     25751 |   14060    57891   162103 |    62267    25744     42 |  4.373 % |
230.42/230.50	c |     38725 |   14060    57891   162103 |    68494    38718     43 |  4.373 % |
363.88/364.02	c |     58187 |   14060    57891   162103 |    75343    58180     41 |  4.373 % |
558.92/559.13	c |     87381 |   14060    57891   162103 |    82877    23950     35 |  4.373 % |
876.62/876.92	c |    131170 |   14060    57891   162103 |    91165    67739     31 |  4.373 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559369-1238882882/watcher-1559369-1238882882 -o /tmp/evaluation-result-1559369-1238882882/solver-1559369-1238882882 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=386828234 HOME/instance-1559369-1238882882.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 25554
/proc/meminfo: memFree=1766016/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=4184 CPUtime=0
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 873 0 0 0 0 0 0 0 18 0 1 0 1160949259 4284416 858 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 1046 865 81 221 0 822 0

[startup+0.059328 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 25554
/proc/meminfo: memFree=1766016/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=13608 CPUtime=0.05
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 2928 0 0 0 4 1 0 0 18 0 1 0 1160949259 13934592 2913 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 3402 2914 87 221 0 3178 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13608

[startup+0.101334 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 25554
/proc/meminfo: memFree=1766016/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=17972 CPUtime=0.09
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 3949 0 0 0 7 2 0 0 18 0 1 0 1160949259 18403328 3934 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 4493 3934 87 221 0 4269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17972

[startup+0.301365 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 25554
/proc/meminfo: memFree=1766016/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=26608 CPUtime=0.29
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 6190 0 0 0 26 3 0 0 19 0 1 0 1160949259 27246592 6175 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 6652 6175 100 221 0 6428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26608

[startup+0.70143 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 25554
/proc/meminfo: memFree=1766016/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=34068 CPUtime=0.69
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7861 0 0 0 65 4 0 0 22 0 1 0 1160949259 34885632 7846 1992294400 4194304 5102648 548682068800 18446744073709551615 4267628 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 8517 7846 100 221 0 8293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34068

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1737528/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=30356 CPUtime=1.49
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7873 0 0 0 145 4 0 0 25 0 1 0 1160949259 31084544 7151 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7589 7151 112 221 0 7365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30356

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1737400/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=30356 CPUtime=3.09
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7873 0 0 0 305 4 0 0 25 0 1 0 1160949259 31084544 7151 1992294400 4194304 5102648 548682068800 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7589 7151 112 221 0 7365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30356

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1737280/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=30356 CPUtime=6.29
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7873 0 0 0 625 4 0 0 25 0 1 0 1160949259 31084544 7151 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7589 7151 112 221 0 7365 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30356

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1737216/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=30356 CPUtime=12.69
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7873 0 0 0 1264 5 0 0 25 0 1 0 1160949259 31084544 7151 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7589 7151 112 221 0 7365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30356

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1737216/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=30488 CPUtime=25.49
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 7909 0 0 0 2544 5 0 0 25 0 1 0 1160949259 31219712 7187 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7622 7187 112 221 0 7398 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30488

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1736768/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=31064 CPUtime=51.07
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 8015 0 0 0 5102 5 0 0 25 0 1 0 1160949259 31809536 7293 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7766 7293 112 221 0 7542 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31064

[startup+102.307 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 25555
/proc/meminfo: memFree=1736320/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=31568 CPUtime=102.26
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 8128 0 0 0 10221 5 0 0 25 0 1 0 1160949259 32325632 7406 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 7892 7406 112 221 0 7668 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31568

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 25555
/proc/meminfo: memFree=1735104/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=32780 CPUtime=162.24
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 8422 0 0 0 16218 6 0 0 25 0 1 0 1160949259 33566720 7700 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 8195 7700 112 221 0 7971 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32780

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1733184/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=34460 CPUtime=222.22
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 8884 0 0 0 22216 6 0 0 25 0 1 0 1160949259 35287040 8162 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 8615 8162 112 221 0 8391 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34460

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1731200/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=36720 CPUtime=282.2
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 9388 0 0 0 28214 6 0 0 25 0 1 0 1160949259 37601280 8666 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 9180 8666 112 221 0 8956 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36720

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1729472/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=38280 CPUtime=342.19
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 9813 0 0 0 34212 7 0 0 25 0 1 0 1160949259 39198720 9091 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 9570 9091 112 221 0 9346 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38280

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1726784/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=41288 CPUtime=402.16
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 10470 0 0 0 40209 7 0 0 25 0 1 0 1160949259 42278912 9748 1992294400 4194304 5102648 548682068800 18446744073709551615 4254862 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 10322 9748 112 221 0 10098 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 41288

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1725248/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=42688 CPUtime=462.15
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 10854 0 0 0 46207 8 0 0 25 0 1 0 1160949259 43712512 10132 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 10672 10132 112 221 0 10448 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 42688

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1723968/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=43984 CPUtime=522.13
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11167 0 0 0 52205 8 0 0 25 0 1 0 1160949259 45039616 10445 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 10996 10445 112 221 0 10772 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 43984

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1723456/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=44460 CPUtime=582.11
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11275 0 0 0 58203 8 0 0 25 0 1 0 1160949259 45527040 10553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11115 10553 112 221 0 10891 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 44460

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1723328/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=44600 CPUtime=642.09
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11302 0 0 0 64201 8 0 0 25 0 1 0 1160949259 45670400 10580 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11150 10580 112 221 0 10926 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 44600

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1723008/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=44836 CPUtime=702.07
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11361 0 0 0 70199 8 0 0 25 0 1 0 1160949259 45912064 10639 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11209 10639 112 221 0 10985 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 44836

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1722880/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=45004 CPUtime=762.06
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11386 0 0 0 76197 9 0 0 25 0 1 0 1160949259 46084096 10664 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11251 10664 112 221 0 11027 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 45004

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1722432/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=45384 CPUtime=822.04
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11498 0 0 0 82195 9 0 0 25 0 1 0 1160949259 46473216 10776 1992294400 4194304 5102648 548682068800 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11346 10776 112 221 0 11122 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 45384

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1721984/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=45988 CPUtime=882.02
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11605 0 0 0 88193 9 0 0 25 0 1 0 1160949259 47091712 10883 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11497 10883 112 221 0 11273 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 45988

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1721856/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=45988 CPUtime=942
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 11620 0 0 0 94191 9 0 0 25 0 1 0 1160949259 47091712 10898 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11497 10898 112 221 0 11273 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 45988

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1720320/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=47696 CPUtime=1001.97
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 12011 0 0 0 100188 9 0 0 25 0 1 0 1160949259 48840704 11289 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 11924 11289 112 221 0 11700 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 47696

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1720128/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=48280 CPUtime=1061.96
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 12050 0 0 0 106186 10 0 0 25 0 1 0 1160949259 49438720 11328 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 12070 11328 112 221 0 11846 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 48280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1719040/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=49360 CPUtime=1121.94
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 12298 0 0 0 112184 10 0 0 25 0 1 0 1160949259 50544640 11576 1992294400 4194304 5102648 548682068800 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 12340 11576 112 221 0 12116 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 49360

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1719040/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=49360 CPUtime=1181.92
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 12298 0 0 0 118182 10 0 0 25 0 1 0 1160949259 50544640 11576 1992294400 4194304 5102648 548682068800 18446744073709551615 4244315 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 12340 11576 112 221 0 12116 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 49360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25555
/proc/meminfo: memFree=1719040/2055920 swapFree=4173468/4192956
[pid=25554] ppid=25552 vsize=49360 CPUtime=1200.02
/proc/25554/stat : 25554 (varsat-crafted_) R 25552 25554 25451 0 -1 4194304 12298 0 0 0 119992 10 0 0 25 0 1 0 1160949259 50544640 11576 1992294400 4194304 5102648 548682068800 18446744073709551615 4230017 0 0 4096 3 0 0 0 17 1 0 0
/proc/25554/statm: 12340 11576 112 221 0 12116 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 49360

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.04
CPU user time (s): 1199.93
CPU system time (s): 0.112982
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 49360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.93
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2037

runsolver used 1.03384 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-05 00:08:02
IDJOB=1559369
IDBENCH=70875
IDSOLVER=537
FILE ID=node69/1559369-1238882882
PBS_JOBID= 9086008
Free space on /tmp= 66532 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-28-s100.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559369-1238882882/watcher-1559369-1238882882 -o /tmp/evaluation-result-1559369-1238882882/solver-1559369-1238882882 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=386828234 HOME/instance-1559369-1238882882.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=386828234

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766432 kB
Buffers:         34824 kB
Cached:         187420 kB
SwapCached:      10044 kB
Active:          20464 kB
Inactive:       213532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766432 kB
SwapTotal:     4192956 kB
SwapFree:      4173468 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          17272 kB
Slab:            40152 kB
Committed_AS:  3706536 kB
PageTables:       2336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node69 at 2009-04-05 00:28:04