Trace number 1806274

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.08 1200.71

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
MD5SUM6a0d1029e840b2624bac287c335e4e2c
Bench CategoryCRAFTED (crafted 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 variables260
Number of clauses492
Sum of the clauses size1114
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2427
Number of clauses of size 30
Number of clauses of size 465
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 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Calling MINISAT
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:  320                                                  |
0.00/0.00	|  Number of clauses:    492                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     320      492     1114 |      164        0    nan |  0.000 % |
0.00/0.00	|       100 |     320      492     1114 |      180      100     24 |  0.001 % |
0.00/0.01	|       255 |     320      492     1114 |      198      255     26 |  0.001 % |
0.00/0.01	|       483 |     320      492     1114 |      218      197     19 |  0.003 % |
0.00/0.02	|       820 |     320      492     1114 |      240      241     21 |  0.005 % |
0.00/0.03	|      1326 |     320      492     1114 |      264      290     20 |  0.003 % |
0.00/0.05	|      2085 |     320      492     1114 |      290      197     12 |  0.001 % |
0.00/0.08	|      3224 |     320      492     1114 |      319      363     22 |  0.001 % |
0.00/0.12	|      4933 |     320      492     1114 |      351      295     18 |  0.005 % |
0.00/0.19	|      7495 |     320      492     1114 |      386      369     20 |  0.001 % |
0.00/0.29	|     11340 |     320      492     1114 |      425      292     15 |  0.001 % |
0.00/0.46	|     17108 |     320      492     1114 |      467      397     27 |  0.001 % |
0.00/0.72	|     25757 |     320      492     1114 |      514      541     24 |  0.001 % |
1.09/1.11	|     38731 |     320      492     1114 |      566      386     18 |  0.001 % |
1.69/1.73	|     58192 |     320      492     1114 |      622      579     25 |  0.005 % |
2.59/2.64	|     87384 |     320      492     1114 |      685      629     23 |  0.004 % |
4.09/4.14	|    131174 |     320      492     1114 |      753      637     23 |  0.005 % |
6.19/6.21	|    196859 |     320      492     1114 |      828      555     19 |  0.001 % |
9.89/9.97	|    295385 |     320      492     1114 |      911      495     17 |  0.004 % |
15.58/15.65	|    443174 |     320      492     1114 |     1003      928     31 |  0.001 % |
23.28/23.31	|    664857 |     320      492     1114 |     1103      766     21 |  0.005 % |
36.08/36.15	|    997386 |     320      492     1114 |     1213      962     31 |  0.001 % |
55.57/55.62	|   1496175 |     320      492     1114 |     1335     1049     26 |  0.001 % |
87.95/88.02	|   2244357 |     320      492     1114 |     1468      868     22 |  0.005 % |
135.02/135.10	|   3366633 |     320      492     1114 |     1615      881     23 |  0.001 % |
213.58/213.77	|   5050044 |     320      492     1114 |     1776     1234     27 |  0.005 % |
335.33/335.56	|   7575160 |     320      492     1114 |     1954     1171     30 |  0.004 % |
525.63/525.99	|  11362836 |     320      492     1114 |     2150     2010     33 |  0.005 % |
834.25/834.75	|  17044348 |     320      492     1114 |     2365     2185     35 |  0.005 % |
1200.06/1200.70	HOME/run.sh: line 21: 14298 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.06/1200.70	c ERROR !

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-1806274-1242147546/watcher-1806274-1242147546 -o /tmp/evaluation-result-1806274-1242147546/solver-1806274-1242147546 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806274-1242147546.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.91 3/64 14295
/proc/meminfo: memFree=1377072/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242787409 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 237 196 169 0 51 0
[pid=14296] ppid=14295 vsize=1616 CPUtime=0
/proc/14296/stat : 14296 (revival) R 14295 14295 14072 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 50000 242787409 1654784 129 1992294400 134512640 134537284 4294956368 18446744073709551615 7433421 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14296/statm: 404 129 95 6 0 42 0

[startup+0.0845 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 14295
/proc/meminfo: memFree=1377072/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101503 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 14295
/proc/meminfo: memFree=1377072/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301532 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 14295
/proc/meminfo: memFree=1377072/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701589 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 14295
/proc/meminfo: memFree=1377072/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1376544/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2020 CPUtime=1.49
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 167 0 0 0 149 0 0 0 25 0 1 0 242787410 2068480 153 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 505 153 76 170 0 333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7380

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1376352/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2148 CPUtime=3.09
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 183 0 0 0 309 0 0 0 25 0 1 0 242787410 2199552 169 1992294400 134512640 135212939 4294956240 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 537 169 76 170 0 365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7508

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1376160/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2280 CPUtime=6.29
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 204 0 0 0 629 0 0 0 25 0 1 0 242787410 2334720 190 1992294400 134512640 135212939 4294956240 18446744073709551615 134539406 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 570 190 76 170 0 398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7640

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1375976/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2280 CPUtime=12.69
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 228 0 0 0 1269 0 0 0 25 0 1 0 242787410 2334720 214 1992294400 134512640 135212939 4294956240 18446744073709551615 134536250 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 570 214 76 170 0 398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7640

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1375912/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2408 CPUtime=25.48
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 265 0 0 0 2548 0 0 0 25 0 1 0 242787410 2465792 251 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 602 251 76 170 0 430 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7768

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1375784/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2664 CPUtime=51.07
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 300 0 0 0 5107 0 0 0 25 0 1 0 242787410 2727936 286 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 666 286 76 170 0 494 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8024

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.91 2/66 14298
/proc/meminfo: memFree=1375400/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=2916 CPUtime=102.25
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 366 0 0 0 10225 0 0 0 25 0 1 0 242787410 2985984 352 1992294400 134512640 135212939 4294956240 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 729 352 76 170 0 557 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8276

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 14304
/proc/meminfo: memFree=1375008/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3048 CPUtime=162.21
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 407 0 0 0 16221 0 0 0 25 0 1 0 242787410 3121152 393 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 762 393 76 170 0 590 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 8408

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 14304
/proc/meminfo: memFree=1374944/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3176 CPUtime=222.18
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 432 0 0 0 22218 0 0 0 25 0 1 0 242787410 3252224 418 1992294400 134512640 135212939 4294956240 18446744073709551615 134529547 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 794 418 76 170 0 622 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 8536

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 14304
/proc/meminfo: memFree=1374880/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3280 CPUtime=282.15
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 462 0 0 0 28215 0 0 0 25 0 1 0 242787410 3358720 448 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 820 448 76 170 0 648 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 8640

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 3/66 14304
/proc/meminfo: memFree=1374816/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3400 CPUtime=342.12
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 488 0 0 0 34212 0 0 0 25 0 1 0 242787410 3481600 474 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 850 474 76 170 0 678 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 8760

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 14304
/proc/meminfo: memFree=1374688/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3400 CPUtime=402.09
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 502 0 0 0 40209 0 0 0 25 0 1 0 242787410 3481600 488 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 850 488 76 170 0 678 0
Current children cumulated CPU time (s) 402.09

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

/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3532 CPUtime=522.03
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 532 0 0 0 52203 0 0 0 25 0 1 0 242787410 3616768 518 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 883 518 76 170 0 711 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 8892

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 14304
/proc/meminfo: memFree=1374376/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3660 CPUtime=581.99
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 568 0 0 0 58199 0 0 0 25 0 1 0 242787410 3747840 554 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 915 554 76 170 0 743 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 9020

[startup+642.302 s]
/proc/loadavg: 1.03 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1374248/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3760 CPUtime=641.95
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 580 0 0 0 64195 0 0 0 25 0 1 0 242787410 3850240 566 1992294400 134512640 135212939 4294956240 18446744073709551615 134538879 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 940 566 76 170 0 768 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 9120

[startup+702.301 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1374184/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3760 CPUtime=701.93
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 585 0 0 0 70193 0 0 0 25 0 1 0 242787410 3850240 571 1992294400 134512640 135212939 4294956240 18446744073709551615 134526704 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 940 571 76 170 0 768 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 9120

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1374120/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3760 CPUtime=761.89
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 596 0 0 0 76189 0 0 0 25 0 1 0 242787410 3850240 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 940 582 76 170 0 768 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 9120

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1374056/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3760 CPUtime=821.85
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 596 0 0 0 82185 0 0 0 25 0 1 0 242787410 3850240 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 940 582 76 170 0 768 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 9120

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373992/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3892 CPUtime=881.82
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 622 0 0 0 88182 0 0 0 25 0 1 0 242787410 3985408 608 1992294400 134512640 135212939 4294956240 18446744073709551615 134526569 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 973 608 76 170 0 801 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 9252

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373928/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=3892 CPUtime=941.79
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 633 0 0 0 94178 1 0 0 25 0 1 0 242787410 3985408 619 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 973 619 76 170 0 801 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 9252

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373928/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1001.76
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 642 0 0 0 100175 1 0 0 25 0 1 0 242787410 4120576 628 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 628 76 170 0 834 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 9384

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373864/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1061.73
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 652 0 0 0 106172 1 0 0 25 0 1 0 242787410 4120576 638 1992294400 134512640 135212939 4294956240 18446744073709551615 134526814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 638 76 170 0 834 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 9384

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373864/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1121.7
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 665 0 0 0 112169 1 0 0 25 0 1 0 242787410 4120576 651 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 651 76 170 0 834 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 9384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373800/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1181.66
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 665 0 0 0 118165 1 0 0 25 0 1 0 242787410 4120576 651 1992294400 134512640 135212939 4294956240 18446744073709551615 134536464 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 651 76 170 0 834 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 9384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373800/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1200.06
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 665 0 0 0 120005 1 0 0 25 0 1 0 242787410 4120576 651 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 651 76 170 0 834 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 9384

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 14304
/proc/meminfo: memFree=1373800/2055920 swapFree=4179692/4192956
[pid=14295] ppid=14293 vsize=5360 CPUtime=0
/proc/14295/stat : 14295 (run.sh) S 14293 14295 14072 0 -1 4194304 312 163 0 0 0 0 0 0 19 0 1 0 242787409 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 1340 238 197 169 0 51 0
[pid=14298] ppid=14295 vsize=4024 CPUtime=1200.06
/proc/14298/stat : 14298 (minisat) R 14295 14295 14072 0 -1 4194304 665 0 0 0 120005 1 0 0 25 0 1 0 242787410 4120576 651 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 1006 651 76 170 0 834 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 9384

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.06
CPU system time (s): 0.017997
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 9384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.06
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1158
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= 7
involuntary context switches= 3034

runsolver used 1.00285 second user time and 3.37749 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 18:59:06
IDJOB=1806274
IDBENCH=24704
IDSOLVER=649
FILE ID=node30/1806274-1242147546
PBS_JOBID= 9289691
Free space on /tmp= 66212 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806274-1242147546/watcher-1806274-1242147546 -o /tmp/evaluation-result-1806274-1242147546/solver-1806274-1242147546 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806274-1242147546.cnf HOME

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

MD5SUM BENCH= 6a0d1029e840b2624bac287c335e4e2c
RANDOM SEED=85740288

node30.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.265
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.265
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:       1377616 kB
Buffers:         40668 kB
Cached:         564948 kB
SwapCached:       7064 kB
Active:          59112 kB
Inactive:       555632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377616 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            49692 kB
Committed_AS:   945812 kB
PageTables:       1356 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= 66208 MiB
End job on node30 at 2009-05-12 19:19:07