Trace number 1796808

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
ReVivAl 0.23 2009-03-18? (TO) 1200.1 1200.71

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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	c revival is preprocessing the formula...#ITERATIONS 8
3.80/3.93	#LEARNT CLAUSES 23
4.00/4.12	done !
4.00/4.12	c Calling MINISAT
4.00/4.12	This is MiniSat 2.0 beta
4.00/4.12	WARNING: for repeatability, setting FPU to use double precision
4.00/4.12	============================[ Problem Statistics ]=============================
4.00/4.12	|                                                                             |
4.00/4.12	|  Number of variables:  69641                                                |
4.00/4.12	|  Number of clauses:    226289                                               |
4.01/4.27	|  Parsing time:         0.13         s                                       |
4.01/4.28	============================[ Search Statistics ]==============================
4.01/4.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.01/4.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.01/4.28	===============================================================================
4.01/4.28	|         0 |   69282   225930   585093 |    75310        0    nan |  0.000 % |
4.01/4.29	|       102 |   69282   225930   585093 |    82841      102     18 |  0.516 % |
4.18/4.33	|       253 |   69282   225930   585093 |    91125      253     10 |  0.516 % |
4.37/4.55	|       478 |   69282   225930   585093 |   100237      478     12 |  0.516 % |
7.18/7.34	|       816 |   69282   225930   585093 |   110261      816     59 |  0.516 % |
9.58/9.75	|      1323 |   69282   225930   585093 |   121287     1323     48 |  0.516 % |
16.77/16.93	|      2082 |   69282   225930   585093 |   133416     2082     87 |  0.516 % |
24.57/24.71	|      3221 |   69279   225917   585065 |   146757     3217    100 |  0.520 % |
40.55/40.71	|      4930 |   69279   225917   585065 |   161433     4926    107 |  0.520 % |
54.14/54.36	|      7492 |   69269   225872   584965 |   177577     7483     88 |  0.534 % |
81.03/81.26	|     11337 |   69262   225840   584893 |   195334    11327    103 |  0.544 % |
123.52/123.72	|     17103 |   69262   225840   584893 |   214868    17093    114 |  0.544 % |
221.36/221.69	|     25752 |   69262   225840   584893 |   236355    25742    131 |  0.544 % |
1200.06/1200.71	HOME/run.sh: line 21: 17149 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"

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-1796808-1242080908/watcher-1796808-1242080908 -o /tmp/evaluation-result-1796808-1242080908/solver-1796808-1242080908 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796808-1242080908.cnf HOME 

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: 0.92 0.98 0.99 3/64 17146
/proc/meminfo: memFree=1958024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=5360 CPUtime=0
/proc/17147/stat : 17147 (run.sh) D 17146 17146 16688 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 248761609511 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/17147/statm: 1340 240 199 169 0 51 0

[startup+0.00926006 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17146
/proc/meminfo: memFree=1958024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=5360 CPUtime=0
/proc/17147/stat : 17147 (run.sh) D 17146 17146 16688 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 248761609511 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/17147/statm: 1340 240 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10720

[startup+0.101268 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17146
/proc/meminfo: memFree=1958024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=12400 CPUtime=0
/proc/17147/stat : 17147 (revival) R 17146 17146 16688 0 -1 4194304 1327 0 10 0 0 0 0 0 18 0 1 0 236118201 12697600 1301 1992294400 134512640 134537284 4294956368 18446744073709551615 134526259 0 0 4096 0 0 0 0 17 0 0 0
/proc/17147/statm: 3100 1302 82 6 0 2738 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17760

[startup+0.301287 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17146
/proc/meminfo: memFree=1958024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=18552 CPUtime=0.2
/proc/17147/stat : 17147 (revival) R 17146 17146 16688 0 -1 4194304 4480 0 11 0 18 2 0 0 19 0 1 50000 236118201 18997248 3430 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17147/statm: 4638 3430 85 6 0 4276 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 23912

[startup+0.701322 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17146
/proc/meminfo: memFree=1958024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=18552 CPUtime=0.6
/proc/17147/stat : 17147 (revival) R 17146 17146 16688 0 -1 4194304 4504 0 11 0 58 2 0 0 22 0 1 50000 236118201 18997248 3454 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17147/statm: 4638 3454 85 6 0 4276 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 23912

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17148
/proc/meminfo: memFree=1942904/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=18552 CPUtime=1.4
/proc/17147/stat : 17147 (revival) R 17146 17146 16688 0 -1 4194304 4504 0 11 0 138 2 0 0 25 0 1 50000 236118201 18997248 3454 1992294400 134512640 134537284 4294956368 18446744073709551615 134516510 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17147/statm: 4638 3454 85 6 0 4276 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 23912

[startup+3.10154 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17148
/proc/meminfo: memFree=1942776/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=0
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236118201 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 237 196 169 0 51 0
[pid=17147] ppid=17146 vsize=18552 CPUtime=3
/proc/17147/stat : 17147 (revival) R 17146 17146 16688 0 -1 4194304 4504 0 11 0 298 2 0 0 25 0 1 50000 236118201 18997248 3454 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17147/statm: 4638 3454 85 6 0 4276 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23912

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1937080/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=17632 CPUtime=2.16
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 3899 0 0 0 215 1 0 0 25 0 1 0 236118614 18055168 3852 1992294400 134512640 135212939 4294956240 18446744073709551615 134536022 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 4408 3852 77 170 0 4236 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 22992

[startup+12.7024 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1936568/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=18028 CPUtime=8.56
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 4008 0 0 0 854 2 0 0 25 0 1 0 236118614 18460672 3961 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 4507 3961 77 170 0 4335 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 23388

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1935800/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=18952 CPUtime=21.36
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 4242 0 0 0 2134 2 0 0 25 0 1 0 236118614 19406848 4195 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 4738 4195 77 170 0 4566 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 24312

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1934328/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=20404 CPUtime=46.93
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 4598 0 0 0 4691 2 0 0 25 0 1 0 236118614 20893696 4551 1992294400 134512640 135212939 4294956240 18446744073709551615 134537406 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 5101 4551 77 170 0 4929 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 25764

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1930424/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=24268 CPUtime=98.12
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 5564 0 0 0 9809 3 0 0 25 0 1 0 236118614 24850432 5517 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 6067 5517 77 170 0 5895 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 29628

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1926712/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=27992 CPUtime=158.08
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 6499 0 0 0 15804 4 0 0 25 0 1 0 236118614 28663808 6452 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/17149/statm: 6998 6452 77 170 0 6826 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 33352

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1922808/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=31820 CPUtime=218.05
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 7459 0 0 0 21799 6 0 0 25 0 1 0 236118614 32583680 7412 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 7955 7412 77 170 0 7783 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 37180

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1920248/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=34492 CPUtime=278.03
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8101 0 0 0 27796 7 0 0 25 0 1 0 236118614 35319808 8054 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 8623 8054 77 170 0 8451 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 39852

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1919800/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=34888 CPUtime=338.01
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8212 0 0 0 33793 8 0 0 25 0 1 0 236118614 35725312 8165 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 8722 8165 77 170 0 8550 0
Current children cumulated CPU time (s) 342.02

################
# More data... #
################

[pid=17149] ppid=17146 vsize=35680 CPUtime=517.95
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8392 0 0 0 51787 8 0 0 25 0 1 0 236118614 36536320 8345 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/17149/statm: 8920 8345 77 170 0 8748 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 41040

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1918584/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=35944 CPUtime=577.92
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8483 0 0 0 57784 8 0 0 25 0 1 0 236118614 36806656 8436 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 8986 8436 77 170 0 8814 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 41304

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1918264/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=36208 CPUtime=637.9
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8549 0 0 0 63782 8 0 0 25 0 1 0 236118614 37076992 8502 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9052 8502 77 170 0 8880 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 41568

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1918072/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=36472 CPUtime=697.87
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8604 0 0 0 69779 8 0 0 25 0 1 0 236118614 37347328 8557 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/17149/statm: 9118 8557 77 170 0 8946 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 41832

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17149
/proc/meminfo: memFree=1917688/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=36736 CPUtime=757.84
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8672 0 0 0 75776 8 0 0 25 0 1 0 236118614 37617664 8625 1992294400 134512640 135212939 4294956240 18446744073709551615 134529512 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9184 8625 77 170 0 9012 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 42096

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1917432/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=37000 CPUtime=817.82
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8740 0 0 0 81774 8 0 0 25 0 1 0 236118614 37888000 8693 1992294400 134512640 135212939 4294956240 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9250 8693 77 170 0 9078 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 42360

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1916920/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=37528 CPUtime=877.79
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8864 0 0 0 87770 9 0 0 25 0 1 0 236118614 38428672 8817 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/17149/statm: 9382 8817 77 170 0 9210 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 42888

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1916728/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=37792 CPUtime=937.76
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8924 0 0 0 93767 9 0 0 25 0 1 0 236118614 38699008 8877 1992294400 134512640 135212939 4294956240 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9448 8877 77 170 0 9276 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 43152

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1916472/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38056 CPUtime=997.74
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 8985 0 0 0 99765 9 0 0 25 0 1 0 236118614 38969344 8938 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9514 8938 77 170 0 9342 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 43416

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1916280/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38188 CPUtime=1057.71
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 9030 0 0 0 105762 9 0 0 25 0 1 0 236118614 39104512 8983 1992294400 134512640 135212939 4294956240 18446744073709551615 134529669 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9547 8983 77 170 0 9375 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 43548

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1916024/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38460 CPUtime=1117.68
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 9093 0 0 0 111759 9 0 0 25 0 1 0 236118614 39383040 9046 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9615 9046 77 170 0 9443 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 43820

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1915704/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38728 CPUtime=1177.66
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 9158 0 0 0 117757 9 0 0 25 0 1 0 236118614 39657472 9111 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9682 9111 77 170 0 9510 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 44088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1915576/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38728 CPUtime=1196.05
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 9174 0 0 0 119596 9 0 0 25 0 1 0 236118614 39657472 9127 1992294400 134512640 135212939 4294956240 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9682 9127 77 170 0 9510 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 44088

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17151
/proc/meminfo: memFree=1915576/2055920 swapFree=4178852/4192956
[pid=17146] ppid=17144 vsize=5360 CPUtime=4.01
/proc/17146/stat : 17146 (run.sh) S 17144 17146 16688 0 -1 4194304 312 4518 0 12 0 0 398 3 19 0 1 0 236118201 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17146/statm: 1340 238 197 169 0 51 0
[pid=17149] ppid=17146 vsize=38728 CPUtime=1196.05
/proc/17149/stat : 17149 (minisat) R 17146 17146 16688 0 -1 4194304 9174 0 0 0 119596 9 0 0 25 0 1 0 236118614 39657472 9127 1992294400 134512640 135212939 4294956240 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 0 0 0
/proc/17149/statm: 9682 9127 77 170 0 9510 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 44088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.1
CPU user time (s): 1199.96
CPU system time (s): 0.142978
CPU usage (%): 99.9491
Max. virtual memory (cumulated for all children) (KiB): 44088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14014
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 3539

runsolver used 0.892864 second user time and 3.48547 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-12 00:28:28
IDJOB=1796808
IDBENCH=70824
IDSOLVER=649
FILE ID=node55/1796808-1242080908
PBS_JOBID= 9277656
Free space on /tmp= 66260 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796808-1242080908/watcher-1796808-1242080908 -o /tmp/evaluation-result-1796808-1242080908/solver-1796808-1242080908 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796808-1242080908.cnf HOME

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1169733439

node55.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.240
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.240
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:       1958504 kB
Buffers:         15560 kB
Cached:          29576 kB
SwapCached:       7904 kB
Active:          28504 kB
Inactive:        26632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958504 kB
SwapTotal:     4192956 kB
SwapFree:      4178852 kB
Dirty:            5508 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            28360 kB
Committed_AS:   712620 kB
PageTables:       1376 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= 66252 MiB
End job on node55 at 2009-05-12 00:48:31