Trace number 1589779

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.09 1200.42

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
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 variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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	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:  70139                                                |
0.00/0.00	|  Number of clauses:    228634                                               |
0.19/0.28	|  Parsing time:         0.24         s                                       |
1.29/1.33	============================[ Search Statistics ]==============================
1.29/1.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.33	===============================================================================
1.29/1.33	|         0 |   28581   164193   555987 |    54731        0    nan |  0.000 % |
1.29/1.40	|       100 |   28576   164193   555987 |    60204       96      5 |  0.466 % |
1.39/1.43	|       252 |   28556   164193   555987 |    66224      243      8 |  0.500 % |
1.49/1.53	|       477 |   28553   164193   555987 |    72846      465     22 |  0.510 % |
1.49/1.56	|       815 |   28550   164193   555987 |    80131      802     16 |  0.518 % |
2.99/3.08	|      1322 |   28513   164193   555987 |    88144     1300     32 |  0.569 % |
8.28/8.39	|      2081 |   28494   163568   554093 |    96959     2029     62 |  0.580 % |
17.99/18.01	|      3220 |   28494   163568   554093 |   106655     3168     47 |  0.580 % |
28.49/28.50	|      4928 |   28494   163568   554093 |   117320     4876     74 |  0.580 % |
45.17/45.29	|      7491 |   28494   163568   554093 |   129052     7439     94 |  0.580 % |
75.57/75.64	|     11335 |   28463   163452   553722 |   141958    11267    105 |  0.624 % |
105.66/105.71	|     17102 |   28463   163388   553538 |   156153    17030    106 |  0.624 % |
152.05/152.14	|     25751 |   28463   163388   553538 |   171769    25679    116 |  0.624 % |
250.22/250.39	|     38725 |   28457   163355   553438 |   188946    38646    121 |  0.633 % |
393.08/393.23	|     58188 |   28445   163278   553181 |   207840    58080    132 |  0.650 % |
593.73/593.93	|     87382 |   28445   163278   553181 |   228624    87274     98 |  0.650 % |
951.13/951.46	|    131172 |   28445   163278   553181 |   251487   131064    119 |  0.650 % |

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-1589779-1239109392/watcher-1589779-1239109392 -o /tmp/evaluation-result-1589779-1239109392/solver-1589779-1239109392 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589779-1239109392.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.01 1.00 1.00 3/70 11300
/proc/meminfo: memFree=867296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=2928 CPUtime=0
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 573 0 0 0 0 0 0 0 18 0 1 0 1183602492 2998272 558 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 732 559 65 178 0 552 0

[startup+0.076393 s]
/proc/loadavg: 1.01 1.00 1.00 3/70 11300
/proc/meminfo: memFree=867296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=14424 CPUtime=0.07
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 2925 0 0 0 6 1 0 0 18 0 1 0 1183602492 14770176 2845 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 3606 2845 65 178 0 3426 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14424

[startup+0.101394 s]
/proc/loadavg: 1.01 1.00 1.00 3/70 11300
/proc/meminfo: memFree=867296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=15984 CPUtime=0.09
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 3313 0 0 0 8 1 0 0 18 0 1 0 1183602492 16367616 3233 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 3996 3233 65 178 0 3816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15984

[startup+0.301415 s]
/proc/loadavg: 1.01 1.00 1.00 3/70 11300
/proc/meminfo: memFree=867296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=25472 CPUtime=0.29
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 5571 0 0 0 26 3 0 0 19 0 1 0 1183602492 26083328 5491 1992294400 134512640 135243866 4294956256 18446744073709551615 134536635 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 6368 5491 80 178 0 6188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25472

[startup+0.701454 s]
/proc/loadavg: 1.01 1.00 1.00 3/70 11300
/proc/meminfo: memFree=867296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=35664 CPUtime=0.69
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 8025 0 0 0 65 4 0 0 23 0 1 0 1183602492 36519936 7945 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 8916 7946 80 178 0 8736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35664

[startup+1.50153 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 11301
/proc/meminfo: memFree=828120/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=38796 CPUtime=1.49
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10195 0 0 0 144 5 0 0 25 0 1 0 1183602492 39727104 9055 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9699 9055 85 178 0 9519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38796

[startup+3.10169 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 11301
/proc/meminfo: memFree=831000/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=38796 CPUtime=3.09
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10197 0 0 0 304 5 0 0 25 0 1 0 1183602492 39727104 9057 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9699 9057 87 178 0 9519 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38796

[startup+6.30201 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 11301
/proc/meminfo: memFree=831000/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=38796 CPUtime=6.29
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10197 0 0 0 624 5 0 0 25 0 1 0 1183602492 39727104 9057 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9699 9057 87 178 0 9519 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38796

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=830944/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=38796 CPUtime=12.68
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10197 0 0 0 1263 5 0 0 25 0 1 0 1183602492 39727104 9057 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9699 9057 87 178 0 9519 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38796

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=830944/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=38796 CPUtime=25.49
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10197 0 0 0 2543 6 0 0 25 0 1 0 1183602492 39727104 9057 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9699 9057 87 178 0 9519 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38796

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=829984/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=39720 CPUtime=51.07
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 10466 0 0 0 5101 6 0 0 25 0 1 0 1183602492 40673280 9326 1992294400 134512640 135243866 4294956256 18446744073709551615 134558765 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 9930 9326 87 178 0 9750 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39720

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=826528/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=43152 CPUtime=102.27
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 11334 0 0 0 10219 8 0 0 25 0 1 0 1183602492 44187648 10194 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 10788 10194 87 178 0 10608 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43152

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=821280/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=48332 CPUtime=162.24
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 12626 0 0 0 16215 9 0 0 25 0 1 0 1183602492 49491968 11486 1992294400 134512640 135243866 4294956256 18446744073709551615 134566486 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 12083 11486 87 178 0 11903 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48332

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=817056/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=52552 CPUtime=222.22
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 13684 0 0 0 22212 10 0 0 25 0 1 0 1183602492 53813248 12544 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 13138 12544 87 178 0 12958 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52552

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=812704/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=56976 CPUtime=282.21
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 14781 0 0 0 28209 12 0 0 25 0 1 0 1183602492 58343424 13641 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 14244 13641 87 178 0 14064 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 56976

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=807584/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=61992 CPUtime=342.19
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 16036 0 0 0 34205 14 0 0 25 0 1 0 1183602492 63479808 14896 1992294400 134512640 135243866 4294956256 18446744073709551615 134565121 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 15498 14896 87 178 0 15318 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 61992

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=803680/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=65956 CPUtime=402.17
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 17013 0 0 0 40202 15 0 0 25 0 1 0 1183602492 67538944 15873 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 16489 15873 87 178 0 16309 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 65956

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=803296/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=66368 CPUtime=462.15
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 17093 0 0 0 46200 15 0 0 25 0 1 0 1183602492 67960832 15953 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 16592 15953 87 178 0 16412 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 66368

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=802784/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=66800 CPUtime=522.15
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 17223 0 0 0 52199 16 0 0 25 0 1 0 1183602492 68403200 16083 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 16700 16083 87 178 0 16520 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 66800

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=802272/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=67328 CPUtime=582.12
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 17352 0 0 0 58196 16 0 0 25 0 1 0 1183602492 68943872 16212 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 16832 16212 87 178 0 16652 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 67328

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=798112/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=71592 CPUtime=642.11
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 18385 0 0 0 64194 17 0 0 25 0 1 0 1183602492 73310208 17245 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 17898 17245 87 178 0 17718 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 71592

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=793376/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=76212 CPUtime=702.1
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 19560 0 0 0 70191 19 0 0 25 0 1 0 1183602492 78041088 18420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 19053 18420 87 178 0 18873 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 76212

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=788320/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=81228 CPUtime=762.09
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 20802 0 0 0 76188 21 0 0 25 0 1 0 1183602492 83177472 19662 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 20307 19662 87 178 0 20127 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 81228

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=783456/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=86112 CPUtime=822.06
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 22023 0 0 0 82184 22 0 0 25 0 1 0 1183602492 88178688 20883 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 21528 20883 87 178 0 21348 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 86112

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=778592/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=90812 CPUtime=882.04
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 23213 0 0 0 88181 23 0 0 25 0 1 0 1183602492 92991488 22073 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 22703 22073 87 178 0 22523 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 90812

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=773728/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=95792 CPUtime=942.03
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 24449 0 0 0 94178 25 0 0 25 0 1 0 1183602492 98091008 23309 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 23948 23309 87 178 0 23768 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 95792

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=772384/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=97028 CPUtime=1002.01
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 24756 0 0 0 100176 25 0 0 25 0 1 0 1183602492 99356672 23616 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 24257 23616 87 178 0 24077 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 97028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=771552/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=98096 CPUtime=1062
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 24972 0 0 0 106174 26 0 0 25 0 1 0 1183602492 100450304 23832 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 24524 23832 87 178 0 24344 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 98096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=770464/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=99208 CPUtime=1121.98
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 25244 0 0 0 112172 26 0 0 25 0 1 0 1183602492 101588992 24104 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 24802 24104 87 178 0 24622 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 99208

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=769504/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=100088 CPUtime=1181.96
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 25467 0 0 0 118170 26 0 0 25 0 1 0 1183602492 102490112 24327 1992294400 134512640 135243866 4294956256 18446744073709551615 134566472 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 25022 24327 87 178 0 24842 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 100088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 11301
/proc/meminfo: memFree=769312/2055920 swapFree=4173148/4192956
[pid=11300] ppid=11298 vsize=100220 CPUtime=1200.06
/proc/11300/stat : 11300 (minisat_static) R 11298 11300 11230 0 -1 4194304 25518 0 0 0 119980 26 0 0 25 0 1 0 1183602492 102625280 24378 1992294400 134512640 135243866 4294956256 18446744073709551615 134565439 0 0 4096 3 0 0 0 17 1 0 0
/proc/11300/statm: 25055 24378 87 178 0 24875 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 100220

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.09
CPU user time (s): 1199.8
CPU system time (s): 0.285956
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 100220

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

runsolver used 1.03184 second user time and 3.34449 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-07 15:03:12
IDJOB=1589779
IDBENCH=70820
IDSOLVER=568
FILE ID=node36/1589779-1239109392
PBS_JOBID= 9110811
Free space on /tmp= 66516 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-16.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589779-1239109392/watcher-1589779-1239109392 -o /tmp/evaluation-result-1589779-1239109392/solver-1589779-1239109392 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589779-1239109392.cnf

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=48144904

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.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:      2055920 kB
MemFree:        867712 kB
Buffers:         68260 kB
Cached:        1021368 kB
SwapCached:       9048 kB
Active:          48528 kB
Inactive:      1051544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        867712 kB
SwapTotal:     4192956 kB
SwapFree:      4173148 kB
Dirty:            4940 kB
Writeback:           0 kB
Mapped:          16104 kB
Slab:            73400 kB
Committed_AS:  3652852 kB
PageTables:       1876 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= 66512 MiB
End job on node36 at 2009-04-07 15:23:15