Trace number 1579837

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.14 1200.47

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p1.cnf
MD5SUM558e9ecf39a7773e94f4b47eef706f44
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 variables199996
Number of clauses1019200
Sum of the clauses size2430990
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2758992
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.49/1.56	c |  Number of variables:        199996                                         |
1.49/1.56	c |  Number of clauses:         1008201                                         |
1.49/1.56	c |  Parse time:                   1.43 s                                       |
3.99/4.00	c |  Simplification time:          2.41 s                                       |
3.99/4.00	c |                                                                             |
3.99/4.00	c ============================[ Search Statistics ]==============================
3.99/4.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.99/4.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.99/4.00	c ===============================================================================
4.19/4.21	c |       100 |  101287   649229  1786810 |   238050       98    104 | 24.416 % |
4.48/4.55	c |       250 |  101060   649229  1786810 |   261855      246    163 | 24.530 % |
4.79/4.83	c |       475 |  100903   649229  1786810 |   288041      468    162 | 24.608 % |
5.40/5.41	c |       812 |  100323   639382  1763143 |   316845      799    132 | 24.898 % |
6.39/6.50	c |      1318 |   98154   626662  1732058 |   348529     1284    106 | 25.983 % |
7.29/7.32	c |      2077 |   97706   622990  1723311 |   383382     2028    110 | 26.207 % |
8.99/9.07	c |      3216 |   96911   618529  1712664 |   421721     3143    141 | 26.605 % |
11.99/12.03	c |      4924 |   95791   612055  1697290 |   463893     4805    134 | 27.165 % |
16.08/16.13	c |      7486 |   93148   595851  1657954 |   510282     7330    166 | 28.486 % |
22.58/22.62	c |     11330 |   90455   581549  1624884 |   561310    11030    174 | 29.833 % |
34.28/34.38	c |     17096 |   89652   577052  1613719 |   617442    16747    201 | 30.234 % |
51.17/51.20	c |     25745 |   89104   573149  1605011 |   679186    25331    214 | 30.508 % |
82.76/82.83	c |     38719 |   88832   571542  1601215 |   747104    38201    251 | 30.644 % |
133.54/133.63	c |     58180 |   88626   570650  1599164 |   821815    57529    280 | 30.747 % |
228.72/228.88	c |     87372 |   86049   551484  1551802 |   903996    86253    301 | 32.036 % |
401.48/401.63	c |    131161 |   84498   540772  1524476 |   994396   129341    316 | 32.811 % |
717.99/718.28	c |    196845 |   83610   535810  1513143 |  1093836   194375    311 | 33.255 % |

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-1579837-1238911807/watcher-1579837-1238911807 -o /tmp/evaluation-result-1579837-1238911807/solver-1579837-1238911807 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1579837-1238911807.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/73 6156
/proc/meminfo: memFree=1475704/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=8188 CPUtime=0
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 561 0 0 0 0 0 0 0 20 0 1 0 947569433 8384512 545 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 2047 546 63 219 0 1825 0

[startup+0.0185699 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 6156
/proc/meminfo: memFree=1475704/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=12032 CPUtime=0
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 1302 0 0 0 0 0 0 0 20 0 1 0 947569433 12320768 1282 1992294400 4194304 5092341 548682068832 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 3008 1283 63 219 0 2786 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12032

[startup+0.101579 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 6156
/proc/meminfo: memFree=1475704/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=30700 CPUtime=0.09
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 5170 0 0 0 7 2 0 0 20 0 1 0 947569433 31436800 5072 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 7675 5073 63 219 0 7453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30700

[startup+0.301599 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 6156
/proc/meminfo: memFree=1475704/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=43744 CPUtime=0.29
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 9266 0 0 0 25 4 0 0 22 0 1 0 947569433 44793856 8881 1992294400 4194304 5092341 548682068832 18446744073709551615 4236589 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 10936 8887 63 219 0 10714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43744

[startup+0.701642 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 6156
/proc/meminfo: memFree=1475704/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=52428 CPUtime=0.69
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 12356 0 0 0 63 6 0 0 25 0 1 0 947569433 53686272 11463 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 13107 11464 64 219 0 12885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52428

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1422192/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=83748 CPUtime=1.49
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 21627 0 0 0 137 12 0 0 25 0 1 0 947569433 85757952 19594 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 20937 19595 63 219 0 20715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83748

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1391728/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=104360 CPUtime=3.09
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 25712 0 0 0 295 14 0 0 25 0 1 0 947569433 106864640 23679 1992294400 4194304 5092341 548682068832 18446744073709551615 4223029 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 26090 23679 87 219 0 25868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104360

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1402288/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=79572 CPUtime=6.29
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 28358 0 0 0 613 16 0 0 25 0 1 0 947569433 81481728 18418 1992294400 4194304 5092341 548682068832 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 19893 18418 102 219 0 19671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79572

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1400112/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=85412 CPUtime=12.69
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 28941 0 0 0 1253 16 0 0 25 0 1 0 947569433 87461888 19001 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 21353 19001 103 219 0 21131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85412

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1393456/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=94172 CPUtime=25.49
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 30567 0 0 0 2531 18 0 0 25 0 1 0 947569433 96432128 20627 1992294400 4194304 5092341 548682068832 18446744073709551615 4243982 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 23543 20627 103 219 0 23321 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94172

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1381488/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=107308 CPUtime=51.07
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 33583 0 0 0 5085 22 0 0 25 0 1 0 947569433 109883392 23643 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 26827 23643 103 219 0 26605 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107308

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1353840/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=127016 CPUtime=102.26
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 40433 0 0 0 10197 29 0 0 25 0 1 0 947569433 130064384 30493 1992294400 4194304 5092341 548682068832 18446744073709551615 4241077 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 31754 30493 103 219 0 31532 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 127016

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1326896/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=156576 CPUtime=162.24
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 47222 0 0 0 16188 36 0 0 25 0 1 0 947569433 160333824 37282 1992294400 4194304 5092341 548682068832 18446744073709551615 4240650 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 39144 37282 103 219 0 38922 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 156576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1302384/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=200920 CPUtime=222.22
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 53265 0 0 0 22180 42 0 0 25 0 1 0 947569433 205742080 43325 1992294400 4194304 5092341 548682068832 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 50230 43325 103 219 0 50008 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 200920

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1280112/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=200920 CPUtime=282.21
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 58871 0 0 0 28172 49 0 0 25 0 1 0 947569433 205742080 48931 1992294400 4194304 5092341 548682068832 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 50230 48931 103 219 0 50008 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 200920

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1259824/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=268316 CPUtime=342.19
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 63881 0 0 0 34166 53 0 0 25 0 1 0 947569433 274755584 53941 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 67079 53941 103 219 0 66857 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 268316

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1238960/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=270220 CPUtime=402.17
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 69116 0 0 0 40157 60 0 0 25 0 1 0 947569433 276705280 59176 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 67555 59176 103 219 0 67333 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 270220

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1222000/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=271424 CPUtime=462.15
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 73341 0 0 0 46152 63 0 0 25 0 1 0 947569433 277938176 63401 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 67856 63401 103 219 0 67634 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 271424

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1205488/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=372464 CPUtime=522.15
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 77528 0 0 0 52147 68 0 0 25 0 1 0 947569433 381403136 67588 1992294400 4194304 5092341 548682068832 18446744073709551615 4240654 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 93116 67588 103 219 0 92894 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 372464

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1190768/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=373200 CPUtime=582.12
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 81185 0 0 0 58141 71 0 0 25 0 1 0 947569433 382156800 71245 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 93300 71245 103 219 0 93078 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 373200

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1175664/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=375056 CPUtime=642.11
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 84879 0 0 0 64136 75 0 0 25 0 1 0 947569433 384057344 74939 1992294400 4194304 5092341 548682068832 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 93764 74939 103 219 0 93542 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 375056

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1159344/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=375828 CPUtime=702.09
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 89029 0 0 0 70129 80 0 0 25 0 1 0 947569433 384847872 79089 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 93957 79089 103 219 0 93735 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 375828

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1145520/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=376640 CPUtime=762.08
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 92412 0 0 0 76125 83 0 0 25 0 1 0 947569433 385679360 82472 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 94160 82472 103 219 0 93938 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 376640

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1130032/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=378140 CPUtime=822.06
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 96276 0 0 0 82119 87 0 0 25 0 1 0 947569433 387215360 86336 1992294400 4194304 5092341 548682068832 18446744073709551615 4249968 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 94535 86336 103 219 0 94313 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 378140

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6157
/proc/meminfo: memFree=1116144/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=379232 CPUtime=882.05
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 99730 0 0 0 88114 91 0 0 25 0 1 0 947569433 388333568 89790 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 94808 89790 103 219 0 94586 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 379232

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1099952/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=529612 CPUtime=942.03
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 103800 0 0 0 94108 95 0 0 25 0 1 0 947569433 542322688 93860 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 132403 93860 103 219 0 132181 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 529612

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1083824/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=530444 CPUtime=1002.02
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 107781 0 0 0 100102 100 0 0 25 0 1 0 947569433 543174656 97841 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 132611 97841 103 219 0 132389 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 530444

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1067760/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=531376 CPUtime=1061.99
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 111836 0 0 0 106096 103 0 0 25 0 1 0 947569433 544129024 101896 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 132844 101896 103 219 0 132622 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 531376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1057520/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=532460 CPUtime=1121.98
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 114340 0 0 0 112092 106 0 0 25 0 1 0 947569433 545239040 104400 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 133115 104400 103 219 0 132893 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 532460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1047536/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=533048 CPUtime=1181.97
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 116904 0 0 0 118088 109 0 0 25 0 1 0 947569433 545841152 106964 1992294400 4194304 5092341 548682068832 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 133262 106964 103 219 0 133040 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 533048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 6159
/proc/meminfo: memFree=1042800/2055920 swapFree=4176776/4192956
[pid=6156] ppid=6154 vsize=533224 CPUtime=1200.07
/proc/6156/stat : 6156 (minisat) R 6154 6156 5729 0 -1 4194304 117984 0 0 0 119897 110 0 0 25 0 1 0 947569433 546021376 108044 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6156/statm: 133306 108044 103 219 0 133084 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 533224

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.47
CPU time (s): 1200.14
CPU user time (s): 1198.97
CPU system time (s): 1.16782
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 533224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.97
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117984
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= 3085

runsolver used 1.27381 second user time and 3.10753 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-05 08:10:08
IDJOB=1579837
IDBENCH=71005
IDSOLVER=546
FILE ID=node82/1579837-1238911807
PBS_JOBID= 9101353
Free space on /tmp= 66544 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p1.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579837-1238911807/watcher-1579837-1238911807 -o /tmp/evaluation-result-1579837-1238911807/solver-1579837-1238911807 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1579837-1238911807.cnf

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

MD5SUM BENCH= 558e9ecf39a7773e94f4b47eef706f44
RANDOM SEED=870699941

node82.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.232
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	: 5914.62
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1476184 kB
Buffers:         59260 kB
Cached:         447848 kB
SwapCached:       7244 kB
Active:         214716 kB
Inactive:       301748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476184 kB
SwapTotal:     4192956 kB
SwapFree:      4176776 kB
Dirty:           19736 kB
Writeback:           0 kB
Mapped:          14852 kB
Slab:            48352 kB
Committed_AS:  2734340 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node82 at 2009-04-05 08:30:10