Trace number 1798009

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
minisat2-core 070721? (TO) 1200.14 1200.47

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
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 variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  199290                                               |
0.00/0.00	|  Number of clauses:    1005792                                              |
0.59/0.69	|  Parsing time:         0.62         s                                       |
0.69/0.79	============================[ Search Statistics ]==============================
0.69/0.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.79	===============================================================================
0.69/0.79	|         0 |  151146   743844  1846893 |   247948        0    nan |  0.000 % |
1.00/1.10	|       100 |  151146   743844  1846893 |   272742      100    131 | 24.158 % |
1.19/1.26	|       251 |  151146   743844  1846893 |   300017      251    176 | 24.158 % |
1.49/1.54	|       476 |  151145   743844  1846893 |   330018      475    221 | 24.170 % |
1.88/1.99	|       814 |  151129   743844  1846893 |   363020      813    258 | 24.170 % |
2.79/2.84	|      1321 |  151120   743704  1846586 |   399322     1319    275 | 24.517 % |
4.19/4.24	|      2081 |  149856   737255  1832931 |   439255     2075    227 | 24.805 % |
5.68/5.75	|      3220 |  149031   737255  1832931 |   483180     3209    200 | 26.019 % |
8.98/9.06	|      4930 |  147240   723243  1801594 |   531498     4885    198 | 26.355 % |
13.19/13.24	|      7492 |  142803   699273  1749910 |   584648     7422    175 | 28.344 % |
19.28/19.37	|     11337 |  142733   698955  1749264 |   643113    11254    176 | 28.389 % |
31.87/31.94	|     17104 |  142728   698955  1749264 |   707424    17021    186 | 28.389 % |
54.26/54.31	|     25753 |  141176   692533  1735265 |   778167    25641    219 | 29.279 % |
89.64/89.70	|     38729 |  138703   681401  1712606 |   855983    38507    246 | 31.179 % |
156.92/157.08	|     58192 |  136852   671187  1689402 |   941582    57487    274 | 31.335 % |
324.18/324.30	|     87385 |  132806   647930  1635057 |  1035740    86359    346 | 33.362 % |
621.40/621.66	|    131175 |  132531   646912  1632785 |  1139314   130055    430 | 33.514 % |
1118.78/1119.10	|    196859 |  131512   641673  1621139 |  1253245   195175    459 | 34.010 % |

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-1798009-1242085975/watcher-1798009-1242085975 -o /tmp/evaluation-result-1798009-1242085975/solver-1798009-1242085975 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798009-1242085975.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6152
/proc/meminfo: memFree=1620264/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=2732 CPUtime=0
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 236626211 2797568 501 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 683 503 58 171 0 509 0

[startup+0.0885061 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6152
/proc/meminfo: memFree=1620264/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=17224 CPUtime=0.08
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 3539 0 0 0 6 2 0 0 18 0 1 0 236626211 17637376 3496 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 4306 3497 58 171 0 4132 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17224

[startup+0.101505 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6152
/proc/meminfo: memFree=1620264/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=18016 CPUtime=0.09
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 3771 0 0 0 7 2 0 0 18 0 1 0 236626211 18448384 3728 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 4504 3728 58 171 0 4330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18016

[startup+0.301526 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6152
/proc/meminfo: memFree=1620264/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=30384 CPUtime=0.29
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 6823 0 0 0 25 4 0 0 19 0 1 0 236626211 31113216 6780 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 7596 6781 58 171 0 7422 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30384

[startup+0.701565 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6152
/proc/meminfo: memFree=1620264/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=53324 CPUtime=0.69
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 12932 0 0 0 62 7 0 0 22 0 1 0 236626211 54603776 12889 1992294400 134512640 135213614 4294956256 18446744073709551615 134524316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 13331 12889 70 171 0 13157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53324

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1568480/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=53624 CPUtime=1.49
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 13025 0 0 0 142 7 0 0 25 0 1 0 236626211 54910976 12982 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6152/statm: 13406 12982 78 171 0 13232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53624

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1567712/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=53892 CPUtime=3.09
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 13086 0 0 0 301 8 0 0 25 0 1 0 236626211 55185408 13043 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 13473 13043 78 171 0 13299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53892

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1567648/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=54556 CPUtime=6.28
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 13235 0 0 0 620 8 0 0 25 0 1 0 236626211 55865344 13192 1992294400 134512640 135213614 4294956256 18446744073709551615 134529640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 13639 13192 78 171 0 13465 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54556

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1565480/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=56800 CPUtime=12.68
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 13809 0 0 0 1259 9 0 0 25 0 1 0 236626211 58163200 13766 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 14200 13766 78 171 0 14026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56800

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1560232/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=62140 CPUtime=25.48
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 15136 0 0 0 2538 10 0 0 25 0 1 0 236626211 63631360 15093 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 15535 15093 78 171 0 15361 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62140

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1548840/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=73700 CPUtime=51.06
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 18009 0 0 0 5093 13 0 0 25 0 1 0 236626211 75468800 17966 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 18425 17966 78 171 0 18251 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 73700

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1526888/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=95460 CPUtime=102.25
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 23429 0 0 0 10206 19 0 0 25 0 1 0 236626211 97751040 23386 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 23865 23386 78 171 0 23691 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 95460

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1502952/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=119448 CPUtime=162.22
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 29446 0 0 0 16198 24 0 0 25 0 1 0 236626211 122314752 29403 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 29862 29403 78 171 0 29688 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 119448

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1481000/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=141444 CPUtime=222.21
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 34920 0 0 0 22191 30 0 0 25 0 1 0 236626211 144838656 34877 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 35361 34877 78 171 0 35187 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 141444

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1461608/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=160684 CPUtime=282.2
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 39765 0 0 0 28185 35 0 0 25 0 1 0 236626211 164540416 39722 1992294400 134512640 135213614 4294956256 18446744073709551615 134526697 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 40171 39722 78 171 0 39997 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 160684

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1439592/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=182532 CPUtime=342.18
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 45231 0 0 0 34178 40 0 0 25 0 1 0 236626211 186912768 45188 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 45633 45188 78 171 0 45459 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 182532

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1413480/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=208820 CPUtime=402.16
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 51768 0 0 0 40169 47 0 0 25 0 1 0 236626211 213831680 51725 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 52205 51725 78 171 0 52031 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 208820

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6153
/proc/meminfo: memFree=1393000/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=229092 CPUtime=462.15
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 56832 0 0 0 46162 53 0 0 25 0 1 0 236626211 234590208 56789 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 57273 56789 78 171 0 57099 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 229092

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1372576/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=249620 CPUtime=522.13
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 61974 0 0 0 52155 58 0 0 25 0 1 0 236626211 255610880 61931 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 62405 61931 78 171 0 62231 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 249620

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1354208/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=267820 CPUtime=582.11
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 66525 0 0 0 58150 61 0 0 25 0 1 0 236626211 274247680 66482 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 66955 66482 78 171 0 66781 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 267820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1336928/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=284768 CPUtime=642.09
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 70792 0 0 0 64144 65 0 0 25 0 1 0 236626211 291602432 70749 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 71192 70749 78 171 0 71018 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 284768

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1320096/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=302276 CPUtime=702.08
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 75087 0 0 0 70138 70 0 0 25 0 1 0 236626211 309530624 75044 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 75569 75044 78 171 0 75395 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 302276

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1302048/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=319820 CPUtime=762.06
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 79467 0 0 0 76132 74 0 0 25 0 1 0 236626211 327495680 79424 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 79955 79424 78 171 0 79781 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 319820

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1290152/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=331876 CPUtime=822.05
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 82488 0 0 0 82127 78 0 0 25 0 1 0 236626211 339841024 82445 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 82969 82445 78 171 0 82795 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 331876

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1275496/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=346320 CPUtime=882.04
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 86086 0 0 0 88122 82 0 0 25 0 1 0 236626211 354631680 86043 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 86580 86043 78 171 0 86406 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 346320

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1259752/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=362128 CPUtime=942.02
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 90053 0 0 0 94116 86 0 0 25 0 1 0 236626211 370819072 90010 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 90532 90010 78 171 0 90358 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 362128

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1241256/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=380428 CPUtime=1002
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 94635 0 0 0 100111 89 0 0 25 0 1 0 236626211 389558272 94592 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 95107 94592 78 171 0 94933 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 380428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1220520/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=401240 CPUtime=1061.99
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 99858 0 0 0 106105 94 0 0 25 0 1 0 236626211 410869760 99815 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 100310 99815 78 171 0 100136 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 401240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1204328/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=417152 CPUtime=1121.97
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 103843 0 0 0 112099 98 0 0 25 0 1 0 236626211 427163648 103800 1992294400 134512640 135213614 4294956256 18446744073709551615 134529763 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 104288 103800 78 171 0 104114 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 417152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1192040/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=429588 CPUtime=1181.96
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 106958 0 0 0 118094 102 0 0 25 0 1 0 236626211 439898112 106915 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 107397 106915 78 171 0 107223 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 429588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6159
/proc/meminfo: memFree=1187560/2055920 swapFree=4181464/4192956
[pid=6152] ppid=6150 vsize=433824 CPUtime=1200.06
/proc/6152/stat : 6152 (minisat_static) R 6150 6152 5644 0 -1 4194304 108003 0 0 0 119903 103 0 0 25 0 1 0 236626211 444235776 107960 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6152/statm: 108456 107960 78 171 0 108282 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 433824

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): 1199.03
CPU system time (s): 1.10383
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 433824

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

runsolver used 0.945856 second user time and 2.71759 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-12 01:52:56
IDJOB=1798009
IDBENCH=71047
IDSOLVER=651
FILE ID=node36/1798009-1242085975
PBS_JOBID= 9277662
Free space on /tmp= 66248 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798009-1242085975/watcher-1798009-1242085975 -o /tmp/evaluation-result-1798009-1242085975/solver-1798009-1242085975 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798009-1242085975.cnf

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=811458173

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1620680 kB
Buffers:         45764 kB
Cached:         312904 kB
SwapCached:       5268 kB
Active:          42200 kB
Inactive:       324340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620680 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:           19292 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            54752 kB
Committed_AS:   788952 kB
PageTables:       1372 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= 66248 MiB
End job on node36 at 2009-05-12 02:12:59