Trace number 1589780

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.52

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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:  69503                                                |
0.00/0.00	|  Number of clauses:    226618                                               |
0.19/0.27	|  Parsing time:         0.25         s                                       |
1.29/1.32	============================[ Search Statistics ]==============================
1.29/1.32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.32	===============================================================================
1.29/1.32	|         0 |   28461   163195   552176 |    54398        0    nan |  0.000 % |
1.39/1.44	|       101 |   28454   163195   552176 |    59838       96      9 |  0.413 % |
1.59/1.62	|       251 |   28442   163195   552176 |    65821      242     15 |  0.430 % |
1.59/1.69	|       476 |   28442   163195   552176 |    72404      467     10 |  0.430 % |
4.09/4.18	|       813 |   28435   163195   552176 |    79644      800     60 |  0.440 % |
10.28/10.36	|      1320 |   28434   163020   551682 |    87609     1293     81 |  0.440 % |
15.58/15.65	|      2080 |   28434   163020   551682 |    96369     2053     91 |  0.440 % |
25.58/25.69	|      3219 |   28418   162926   551421 |   106006     3182    105 |  0.463 % |
39.58/39.61	|      4928 |   28417   162920   551407 |   116607     4890     93 |  0.465 % |
59.77/59.83	|      7490 |   28406   162856   551227 |   128268     7439     92 |  0.481 % |
92.95/93.06	|     11334 |   28400   162814   551105 |   141095    11279    102 |  0.489 % |
141.34/141.45	|     17100 |   28400   162814   551105 |   155204    17045     85 |  0.489 % |
229.11/229.24	|     25750 |   28394   162768   550956 |   170725    25683     97 |  0.498 % |
405.54/405.78	|     38725 |   28394   162758   550931 |   187797    38657     77 |  0.498 % |
715.84/716.10	|     58187 |   28394   162758   550931 |   206577    58119     65 |  0.498 % |
996.73/997.18	|     87379 |   28394   162758   550931 |   227235    87311     55 |  0.498 % |

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-1589780-1239109393/watcher-1589780-1239109393 -o /tmp/evaluation-result-1589780-1239109393/solver-1589780-1239109393 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589780-1239109393.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: 0.92 0.98 0.99 3/64 19803
/proc/meminfo: memFree=835664/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=2656 CPUtime=0
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 1183604313 2719744 533 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 664 534 65 178 0 484 0

[startup+0.0141061 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19803
/proc/meminfo: memFree=835664/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=5624 CPUtime=0
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 1187 0 0 0 0 0 0 0 18 0 1 0 1183604313 5758976 1150 1992294400 134512640 135243866 4294956256 18446744073709551615 134777998 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 1460 1151 65 178 0 1280 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5624

[startup+0.102123 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19803
/proc/meminfo: memFree=835664/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=16112 CPUtime=0.09
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 3313 0 0 0 7 2 0 0 18 0 1 0 1183604313 16498688 3233 1992294400 134512640 135243866 4294956256 18446744073709551615 134515526 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 4028 3234 65 178 0 3848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16112

[startup+0.301163 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19803
/proc/meminfo: memFree=835664/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=25336 CPUtime=0.29
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 5527 0 0 0 27 2 0 0 19 0 1 0 1183604313 25944064 5447 1992294400 134512640 135243866 4294956256 18446744073709551615 134535579 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 6334 5447 80 178 0 6154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25336

[startup+0.701242 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19803
/proc/meminfo: memFree=835664/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=35528 CPUtime=0.69
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 7991 0 0 0 65 4 0 0 22 0 1 0 1183604313 36380672 7911 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 8882 7911 80 178 0 8702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35528

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19804
/proc/meminfo: memFree=796808/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38304 CPUtime=1.49
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10115 0 0 0 144 5 0 0 25 0 1 0 1183604313 39223296 8984 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9576 8984 87 178 0 9396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38304

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19804
/proc/meminfo: memFree=799624/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38568 CPUtime=3.09
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10117 0 0 0 304 5 0 0 25 0 1 0 1183604313 39493632 8986 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9642 8986 87 178 0 9462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38568

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19804
/proc/meminfo: memFree=799504/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38568 CPUtime=6.28
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10117 0 0 0 623 5 0 0 25 0 1 0 1183604313 39493632 8986 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9642 8986 87 178 0 9462 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38568

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19804
/proc/meminfo: memFree=799504/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38568 CPUtime=12.68
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10135 0 0 0 1263 5 0 0 25 0 1 0 1183604313 39493632 9004 1992294400 134512640 135243866 4294956256 18446744073709551615 134566486 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9642 9004 87 178 0 9462 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38568

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 19804
/proc/meminfo: memFree=799504/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38568 CPUtime=25.48
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10135 0 0 0 2543 5 0 0 25 0 1 0 1183604313 39493632 9004 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9642 9004 87 178 0 9462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38568

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 19804
/proc/meminfo: memFree=799248/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=38832 CPUtime=51.07
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10225 0 0 0 5101 6 0 0 25 0 1 0 1183604313 39763968 9094 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 9708 9094 87 178 0 9528 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38832

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 19804
/proc/meminfo: memFree=796432/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=41756 CPUtime=102.26
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 10938 0 0 0 10219 7 0 0 25 0 1 0 1183604313 42758144 9807 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 10439 9807 87 178 0 10259 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41756

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=794768/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=43440 CPUtime=162.24
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 11367 0 0 0 16216 8 0 0 25 0 1 0 1183604313 44482560 10236 1992294400 134512640 135243866 4294956256 18446744073709551615 134565149 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 10860 10236 87 178 0 10680 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43440

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=791952/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=46232 CPUtime=222.21
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12050 0 0 0 22213 8 0 0 25 0 1 0 1183604313 47341568 10919 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 11558 10919 87 178 0 11378 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46232

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=790928/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=47176 CPUtime=282.19
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12304 0 0 0 28210 9 0 0 25 0 1 0 1183604313 48308224 11173 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 11794 11173 87 178 0 11614 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 47176

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=790544/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=47576 CPUtime=342.17
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12403 0 0 0 34208 9 0 0 25 0 1 0 1183604313 48717824 11272 1992294400 134512640 135243866 4294956256 18446744073709551615 134555911 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 11894 11272 87 178 0 11714 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 47576

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=790224/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=47840 CPUtime=402.14
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12478 0 0 0 40205 9 0 0 25 0 1 0 1183604313 48988160 11347 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 11960 11347 87 178 0 11780 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 47840

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=789456/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=48692 CPUtime=462.12
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12661 0 0 0 46203 9 0 0 25 0 1 0 1183604313 49860608 11530 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12173 11530 87 178 0 11993 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 48692

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=789200/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=48956 CPUtime=522.11
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12729 0 0 0 52201 10 0 0 25 0 1 0 1183604313 50130944 11598 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12239 11598 87 178 0 12059 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 48956

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=788752/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=49352 CPUtime=582.08
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12834 0 0 0 58198 10 0 0 25 0 1 0 1183604313 50536448 11703 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12338 11703 87 178 0 12158 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 49352

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=788112/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=49940 CPUtime=642.06
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 12995 0 0 0 64196 10 0 0 25 0 1 0 1183604313 51138560 11864 1992294400 134512640 135243866 4294956256 18446744073709551615 134565702 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12485 11864 87 178 0 12305 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 49940

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=787536/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=50468 CPUtime=702.04
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13129 0 0 0 70193 11 0 0 25 0 1 0 1183604313 51679232 11998 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12617 11998 87 178 0 12437 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 50468

[startup+762.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=786320/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=51908 CPUtime=762.02
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13431 0 0 0 76191 11 0 0 25 0 1 0 1183604313 53153792 12300 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12977 12300 87 178 0 12797 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 51908

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=786256/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=51908 CPUtime=822
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13442 0 0 0 82188 12 0 0 25 0 1 0 1183604313 53153792 12311 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 12977 12311 87 178 0 12797 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 51908

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=785616/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=52488 CPUtime=881.98
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13594 0 0 0 88186 12 0 0 25 0 1 0 1183604313 53747712 12463 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13122 12463 87 178 0 12942 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 52488

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=784848/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=53248 CPUtime=941.95
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13791 0 0 0 94183 12 0 0 25 0 1 0 1183604313 54525952 12660 1992294400 134512640 135243866 4294956256 18446744073709551615 134566488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13312 12660 87 178 0 13132 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 53248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=784080/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=54108 CPUtime=1001.93
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 13977 0 0 0 100181 12 0 0 25 0 1 0 1183604313 55406592 12846 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13527 12846 87 178 0 13347 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 54108

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=783248/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=55048 CPUtime=1061.91
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 14181 0 0 0 106178 13 0 0 25 0 1 0 1183604313 56369152 13050 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13762 13050 87 178 0 13582 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 55048

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=782864/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=55388 CPUtime=1121.89
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 14266 0 0 0 112176 13 0 0 25 0 1 0 1183604313 56717312 13135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13847 13135 87 178 0 13667 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 55388

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=782288/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=55916 CPUtime=1181.87
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 14405 0 0 0 118174 13 0 0 25 0 1 0 1183604313 57257984 13274 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 13979 13274 87 178 0 13799 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 55916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=782160/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=56048 CPUtime=1200.07
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 14440 0 0 0 119994 13 0 0 25 0 1 0 1183604313 57393152 13309 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 14012 13309 87 178 0 13832 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 56048

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19804
/proc/meminfo: memFree=782160/2055920 swapFree=4175804/4192956
[pid=19803] ppid=19801 vsize=56048 CPUtime=1200.07
/proc/19803/stat : 19803 (minisat_static) R 19801 19803 19539 0 -1 4194304 14440 0 0 0 119994 13 0 0 25 0 1 0 1183604313 57393152 13309 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 14012 13309 87 178 0 13832 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 56048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.94
CPU system time (s): 0.147977
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 56048

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

runsolver used 1.06984 second user time and 2.66459 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-07 15:03:13
IDJOB=1589780
IDBENCH=70821
IDSOLVER=568
FILE ID=node33/1589780-1239109393
PBS_JOBID= 9110805
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1904381637

node33.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.266
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.266
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:        836080 kB
Buffers:         79604 kB
Cached:        1046300 kB
SwapCached:      11396 kB
Active:         175528 kB
Inactive:       963348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        836080 kB
SwapTotal:     4192956 kB
SwapFree:      4175804 kB
Dirty:            4916 kB
Writeback:           0 kB
Mapped:          18168 kB
Slab:            66944 kB
Committed_AS:  3589036 kB
PageTables:       1400 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= 66468 MiB
End job on node33 at 2009-04-07 15:23:16