Trace number 1590009

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-simp 070721? (TO) 1200.14 1200.69

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
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 variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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:  260342                                               |
0.00/0.00	|  Number of clauses:    1391257                                              |
2.39/2.43	|  Parsing time:         2.28         s                                       |
5.89/5.93	============================[ Search Statistics ]==============================
5.89/5.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.89/5.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.89/5.93	===============================================================================
5.89/5.93	|         0 |  138003   933914  2586887 |   311304        0    nan |  0.000 % |
6.50/6.52	|       100 |  137738   933914  2586887 |   342435       96    455 | 22.005 % |
6.69/6.74	|       250 |  137556   933914  2586887 |   376678      242    214 | 23.022 % |
6.99/7.01	|       475 |  137556   933914  2586887 |   414346      467    155 | 23.022 % |
7.19/7.27	|       812 |  137556   933914  2586887 |   455781      804    119 | 23.022 % |
8.09/8.13	|      1319 |  136487   933914  2586887 |   501359     1308    104 | 23.334 % |
9.29/9.31	|      2078 |  136475   933914  2586887 |   551495     2066    117 | 23.361 % |
12.00/12.06	|      3217 |  133321   902484  2508645 |   606644     3185    125 | 24.333 % |
15.30/15.40	|      4928 |  129778   872979  2433585 |   667309     4825    146 | 24.935 % |
18.89/18.90	|      7490 |  129617   870766  2427516 |   734040     7348    133 | 24.957 % |
25.29/25.35	|     11334 |  128259   866383  2418557 |   807444    11177    165 | 25.790 % |
36.37/36.44	|     17101 |  122965   826246  2317980 |   888188    16749    161 | 27.512 % |
56.06/56.12	|     25751 |  120958   808692  2273504 |   977007    25227    167 | 28.279 % |
90.63/90.74	|     38725 |  119102   799441  2253759 |  1074708    37833    190 | 29.015 % |
147.49/147.66	|     58186 |  114949   753958  2132499 |  1182178    56968    219 | 30.594 % |
244.26/244.40	|     87378 |  113432   739005  2093476 |  1300396    85884    254 | 31.172 % |
428.18/428.45	|    131167 |  111249   718707  2038531 |  1430436   125262    307 | 32.042 % |
718.45/718.83	|    196854 |  109193   705686  2007340 |  1573480   187925    337 | 32.989 % |

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-1590009-1239114595/watcher-1590009-1239114595 -o /tmp/evaluation-result-1590009-1239114595/solver-1590009-1239114595 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1590009-1239114595.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 0.99 3/80 7682
/proc/meminfo: memFree=994000/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=3336 CPUtime=0
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 671 0 0 0 0 0 0 0 18 0 1 0 1184123546 3416064 656 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 834 665 65 178 0 654 0

[startup+0.0822971 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7682
/proc/meminfo: memFree=994000/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=29864 CPUtime=0.07
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 5640 0 0 0 5 2 0 0 18 0 1 0 1184123546 30580736 5602 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 7466 5603 65 178 0 7286 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29864

[startup+0.101297 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7682
/proc/meminfo: memFree=994000/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=30728 CPUtime=0.1
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 5993 0 0 0 7 3 0 0 18 0 1 0 1184123546 31465472 5955 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 7682 5956 65 178 0 7502 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30728

[startup+0.301317 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7682
/proc/meminfo: memFree=994000/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=41328 CPUtime=0.29
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 8620 0 0 0 25 4 0 0 19 0 1 0 1184123546 42319872 8582 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 10332 8582 65 178 0 10152 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41328

[startup+0.701359 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7682
/proc/meminfo: memFree=994000/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=54440 CPUtime=0.69
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 11856 0 0 0 63 6 0 0 23 0 1 0 1184123546 55746560 11818 1992294400 134512640 135243866 4294956256 18446744073709551615 134754406 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 13610 11818 65 178 0 13430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54440

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=941384/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=73520 CPUtime=1.49
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 16010 0 0 0 140 9 0 0 25 0 1 0 1184123546 75284480 15972 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 18380 15972 65 178 0 18200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73520

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=910984/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=113452 CPUtime=3.1
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 26458 0 0 0 295 15 0 0 25 0 1 0 1184123546 116174848 26420 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 28363 26420 80 178 0 28183 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 113452

[startup+6.30194 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=860424/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=124788 CPUtime=6.29
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 33844 0 0 0 610 19 0 0 25 0 1 0 1184123546 127782912 29224 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 31197 29224 83 178 0 31017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124788

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=876752/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=125056 CPUtime=12.69
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 33895 0 0 0 1250 19 0 0 25 0 1 0 1184123546 128057344 29275 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 31264 29275 87 178 0 31084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125056

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=876816/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=125056 CPUtime=25.49
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 33895 0 0 0 2530 19 0 0 25 0 1 0 1184123546 128057344 29275 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 31264 29275 87 178 0 31084 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125056

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=876624/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=125716 CPUtime=51.06
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 34029 0 0 0 5087 19 0 0 25 0 1 0 1184123546 128733184 29409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555811 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 31429 29409 87 178 0 31249 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 125716

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=859728/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=142328 CPUtime=102.23
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 38212 0 0 0 10201 22 0 0 25 0 1 0 1184123546 145743872 33592 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 35582 33592 87 178 0 35402 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 142328

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=839504/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=162664 CPUtime=162.19
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 43319 0 0 0 16194 25 0 0 25 0 1 0 1184123546 166567936 38699 1992294400 134512640 135243866 4294956256 18446744073709551615 134558438 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 40666 38699 87 178 0 40486 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 162664

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7683
/proc/meminfo: memFree=815376/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=186732 CPUtime=222.17
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 49302 0 0 0 22186 31 0 0 25 0 1 0 1184123546 191213568 44682 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 46683 44682 87 178 0 46503 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 186732

[startup+282.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/81 7683
/proc/meminfo: memFree=790608/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=211780 CPUtime=282.14
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 55526 0 0 0 28178 36 0 0 25 0 1 0 1184123546 216862720 50906 1992294400 134512640 135243866 4294956256 18446744073709551615 134555872 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 52945 50906 87 178 0 52765 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 211780

[startup+342.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/81 7683
/proc/meminfo: memFree=770896/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=231340 CPUtime=342.12
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 60431 0 0 0 34171 41 0 0 25 0 1 0 1184123546 236892160 55811 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 57835 55811 87 178 0 57655 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 231340

[startup+402.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/81 7683
/proc/meminfo: memFree=749584/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=252800 CPUtime=402.08
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 65809 0 0 0 40162 46 0 0 25 0 1 0 1184123546 258867200 61189 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 63200 61189 87 178 0 63020 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 252800

[startup+462.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/81 7683
/proc/meminfo: memFree=727184/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=274764 CPUtime=462.06
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 71335 0 0 0 46153 53 0 0 25 0 1 0 1184123546 281358336 66715 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 68691 66715 87 178 0 68511 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 274764

[startup+522.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/81 7683
/proc/meminfo: memFree=706064/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=296320 CPUtime=522.04
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 76659 0 0 0 52146 58 0 0 25 0 1 0 1184123546 303431680 72039 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 74080 72039 87 178 0 73900 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 296320

[startup+582.302 s]
/proc/loadavg: 1.07 1.05 1.00 2/81 7683
/proc/meminfo: memFree=685136/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=316952 CPUtime=582.01
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 81815 0 0 0 58138 63 0 0 25 0 1 0 1184123546 324558848 77195 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 79238 77195 87 178 0 79058 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 316952

[startup+642.301 s]
/proc/loadavg: 1.12 1.07 1.01 2/81 7683
/proc/meminfo: memFree=669136/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=332680 CPUtime=641.99
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 85760 0 0 0 64132 67 0 0 25 0 1 0 1184123546 340664320 81140 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 83170 81140 87 178 0 82990 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 332680

[startup+702.302 s]
/proc/loadavg: 1.08 1.07 1.01 2/81 7683
/proc/meminfo: memFree=646096/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=355832 CPUtime=701.96
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 91554 0 0 0 70124 72 0 0 25 0 1 0 1184123546 364371968 86934 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 88958 86934 87 178 0 88778 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 355832

[startup+762.307 s]
/proc/loadavg: 1.03 1.05 1.00 2/81 7683
/proc/meminfo: memFree=623056/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=378424 CPUtime=761.94
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 97223 0 0 0 76116 78 0 0 25 0 1 0 1184123546 387506176 92603 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 94606 92603 87 178 0 94426 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 378424

[startup+822.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/81 7683
/proc/meminfo: memFree=603088/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=398380 CPUtime=821.91
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 102229 0 0 0 82109 82 0 0 25 0 1 0 1184123546 407941120 97609 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 99595 97609 87 178 0 99415 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 398380

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/81 7684
/proc/meminfo: memFree=585744/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=415840 CPUtime=881.88
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 106511 0 0 0 88101 87 0 0 25 0 1 0 1184123546 425820160 101891 1992294400 134512640 135243866 4294956256 18446744073709551615 134558628 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 103960 101891 87 178 0 103780 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 415840

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/81 7685
/proc/meminfo: memFree=565648/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=436056 CPUtime=941.86
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 111575 0 0 0 94092 94 0 0 25 0 1 0 1184123546 446521344 106955 1992294400 134512640 135243866 4294956256 18446744073709551615 134556018 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 109014 106955 87 178 0 108834 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 436056

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/81 7685
/proc/meminfo: memFree=544208/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=457428 CPUtime=1001.84
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 116918 0 0 0 100085 99 0 0 25 0 1 0 1184123546 468406272 112298 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 114357 112298 87 178 0 114177 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 457428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/81 7685
/proc/meminfo: memFree=521296/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=480376 CPUtime=1061.81
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 122657 0 0 0 106077 104 0 0 25 0 1 0 1184123546 491905024 118037 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 120094 118037 87 178 0 119914 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 480376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/81 7685
/proc/meminfo: memFree=497936/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=503488 CPUtime=1121.79
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 128462 0 0 0 112068 111 0 0 25 0 1 0 1184123546 515571712 123842 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 125872 123842 87 178 0 125692 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 503488

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 7685
/proc/meminfo: memFree=478352/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=523212 CPUtime=1181.75
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 133385 0 0 0 118060 115 0 0 25 0 1 0 1184123546 535769088 128765 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 130803 128765 87 178 0 130623 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 523212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 7685
/proc/meminfo: memFree=472272/2055912 swapFree=4170596/4192956
[pid=7682] ppid=7680 vsize=528888 CPUtime=1200.05
/proc/7682/stat : 7682 (minisat_static) R 7680 7682 6858 0 -1 4194304 134821 0 0 0 119888 117 0 0 25 0 1 0 1184123546 541581312 130201 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/7682/statm: 132222 130201 87 178 0 132042 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 528888

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.69
CPU time (s): 1200.14
CPU user time (s): 1198.88
CPU system time (s): 1.25981
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 528888

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

runsolver used 1.27281 second user time and 4.19636 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-07 16:29:57
IDJOB=1590009
IDBENCH=71050
IDSOLVER=568
FILE ID=node78/1590009-1239114595
PBS_JOBID= 9110801
Free space on /tmp= 126608 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1590009-1239114595/watcher-1590009-1239114595 -o /tmp/evaluation-result-1590009-1239114595/solver-1590009-1239114595 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1590009-1239114595.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=301386896

node78.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.214
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.214
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:      2055912 kB
MemFree:        994096 kB
Buffers:         54672 kB
Cached:         918300 kB
SwapCached:       7656 kB
Active:          82424 kB
Inactive:       900896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        994096 kB
SwapTotal:     4192956 kB
SwapFree:      4170596 kB
Dirty:           27480 kB
Writeback:           0 kB
Mapped:          15984 kB
Slab:            62556 kB
Committed_AS:  3229428 kB
PageTables:       2592 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= 126604 MiB
End job on node78 at 2009-04-07 16:49:59