Trace number 1807065

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
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 variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 17
3.49/3.52	#LEARNT CLAUSES 39
3.49/3.55	done !
3.49/3.55	c Calling MINISAT
3.49/3.55	This is MiniSat 2.0 beta
3.49/3.55	WARNING: for repeatability, setting FPU to use double precision
3.49/3.55	============================[ Problem Statistics ]=============================
3.49/3.55	|                                                                             |
3.49/3.55	|  Number of variables:  387                                                  |
3.49/3.55	|  Number of clauses:    26137                                                |
3.49/3.57	|  Parsing time:         0.01         s                                       |
3.49/3.57	============================[ Search Statistics ]==============================
3.49/3.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.57	===============================================================================
3.49/3.57	|         0 |     293    26024    99496 |     8674        0    nan |  0.000 % |
3.49/3.57	|       100 |     293    26024    99496 |     9542      100     13 | 24.291 % |
3.49/3.57	|       250 |     293    26024    99496 |    10496      250     12 | 24.290 % |
3.49/3.58	|       477 |     293    26024    99496 |    11545      477     15 | 24.291 % |
3.49/3.59	|       814 |     293    26024    99496 |    12700      814     15 | 24.290 % |
3.54/3.61	|      1321 |     293    26024    99496 |    13970     1321     18 | 24.290 % |
3.54/3.63	|      2084 |     293    26024    99496 |    15367     2084     16 | 24.291 % |
3.54/3.68	|      3224 |     293    26024    99496 |    16904     3224     19 | 24.290 % |
3.54/3.76	|      4932 |     293    26024    99496 |    18594     4932     20 | 24.290 % |
3.54/3.91	|      7497 |     293    26024    99496 |    20454     7497     19 | 24.291 % |
3.54/4.24	|     11341 |     293    26024    99496 |    22499    11341     21 | 24.290 % |
4.77/4.80	|     17107 |     293    26024    99496 |    24749    17107     22 | 24.291 % |
5.87/5.91	|     25756 |     293    26024    99496 |    27224    13297     20 | 24.290 % |
7.57/7.65	|     38731 |     293    26024    99496 |    29947    26272     21 | 24.290 % |
11.47/11.59	|     58194 |     293    26024    99496 |    32942    15639     20 | 24.290 % |
16.27/16.38	|     87386 |     293    26024    99496 |    36236    25583     22 | 24.291 % |
24.86/24.95	|    131175 |     293    26024    99496 |    39859    27402     21 | 24.291 % |
39.57/39.61	|    196859 |     293    26024    99496 |    43845    23032     20 | 24.290 % |
63.86/63.91	|    295385 |     293    26024    99496 |    48230    41819     19 | 24.290 % |
102.55/102.65	|    443175 |     293    26024    99496 |    53053    37304     19 | 24.290 % |
168.03/168.12	|    664858 |     293    26024    99496 |    58358    49720     20 | 24.290 % |
279.50/279.63	|    997383 |     293    26024    99496 |    64194    25227     19 | 24.290 % |
462.16/462.37	|   1496171 |     293    26024    99496 |    70614    32652     17 | 24.290 % |
743.09/743.33	|   2244353 |     293    26024    99496 |    77675    61056     19 | 24.290 % |
1172.78/1173.11	|   3366627 |     293    26024    99496 |    85443    71602     19 | 24.290 % |
1200.07/1200.40	HOME/run.sh: line 21: 17165 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.07/1200.40	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-1807065-1242154985/watcher-1807065-1242154985 -o /tmp/evaluation-result-1807065-1242154985/solver-1807065-1242154985 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807065-1242154985.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: 1.00 1.00 0.96 3/64 17162
/proc/meminfo: memFree=736504/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=2636 CPUtime=0
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 243532543 2699264 260 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17163/statm: 659 268 81 6 0 297 0

[startup+0.074864 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17162
/proc/meminfo: memFree=736504/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=6156 CPUtime=0.06
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1278 0 0 0 6 0 0 0 19 0 1 0 243532543 6303744 1245 1992294400 134512640 134537284 4294956368 18446744073709551615 134521566 0 0 4096 0 0 0 0 17 0 0 0
/proc/17163/statm: 1539 1245 82 6 0 1177 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11516

[startup+0.101867 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17162
/proc/meminfo: memFree=736504/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=4744 CPUtime=0.09
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1333 0 0 0 9 0 0 0 19 0 1 50000 243532543 4857856 881 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17163/statm: 1186 881 85 6 0 824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10104

[startup+0.301886 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17162
/proc/meminfo: memFree=736504/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=4876 CPUtime=0.29
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1359 0 0 0 29 0 0 0 21 0 1 50000 243532543 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17163/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10236

[startup+0.701926 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17162
/proc/meminfo: memFree=736504/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=4876 CPUtime=0.69
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1359 0 0 0 69 0 0 0 24 0 1 50000 243532543 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17163/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10236

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17164
/proc/meminfo: memFree=732968/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=4876 CPUtime=1.49
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1359 0 0 0 149 0 0 0 25 0 1 50000 243532543 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134523875 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17163/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10236

[startup+3.10117 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17164
/proc/meminfo: memFree=732840/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=0
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243532543 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 237 196 169 0 51 0
[pid=17163] ppid=17162 vsize=4876 CPUtime=3.09
/proc/17163/stat : 17163 (revival) R 17162 17162 16669 0 -1 4194304 1359 0 0 0 309 0 0 0 25 0 1 50000 243532543 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134524109 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17163/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10236

[startup+6.30148 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=731048/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=6148 CPUtime=2.73
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 1311 0 0 0 273 0 0 0 25 0 1 0 243532899 6295552 1297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 1537 1297 76 170 0 1365 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11508

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=729576/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=7400 CPUtime=9.13
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 1582 0 0 0 912 1 0 0 25 0 1 0 243532899 7577600 1568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 1850 1568 76 170 0 1678 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12760

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=728616/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=8408 CPUtime=21.92
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 1836 0 0 0 2191 1 0 0 25 0 1 0 243532899 8609792 1822 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 2102 1822 76 170 0 1930 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13768

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=727144/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=9868 CPUtime=47.52
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 2203 0 0 0 4750 2 0 0 25 0 1 0 243532899 10104832 2189 1992294400 134512640 135212939 4294956240 18446744073709551615 134534610 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 2467 2189 76 170 0 2295 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15228

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=726568/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=10512 CPUtime=98.71
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 2328 0 0 0 9869 2 0 0 25 0 1 0 243532899 10764288 2314 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 2628 2314 76 170 0 2456 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15872

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=725352/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=11672 CPUtime=158.69
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 2624 0 0 0 15867 2 0 0 25 0 1 0 243532899 11952128 2610 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 2918 2610 76 170 0 2746 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17032

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=724712/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=12364 CPUtime=218.67
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 2785 0 0 0 21865 2 0 0 25 0 1 0 243532899 12660736 2771 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 3091 2771 76 170 0 2919 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17724

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=724328/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=12732 CPUtime=278.66
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 2892 0 0 0 27864 2 0 0 25 0 1 0 243532899 13037568 2878 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 3183 2878 76 170 0 3011 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 18092

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=722920/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=14436 CPUtime=338.64
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3238 0 0 0 33862 2 0 0 25 0 1 0 243532899 14782464 3224 1992294400 134512640 135212939 4294956240 18446744073709551615 134534894 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 3609 3224 76 170 0 3437 0
Current children cumulated CPU time (s) 342.18

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

/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=15008 CPUtime=458.62
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3366 0 0 0 45859 3 0 0 25 0 1 0 243532899 15368192 3352 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 3752 3352 76 170 0 3580 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20368

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=721192/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=16408 CPUtime=518.6
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3678 0 0 0 51857 3 0 0 25 0 1 0 243532899 16801792 3664 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4102 3664 76 170 0 3930 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=720744/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=16764 CPUtime=578.58
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3765 0 0 0 57855 3 0 0 25 0 1 0 243532899 17166336 3751 1992294400 134512640 135212939 4294956240 18446744073709551615 134526772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4191 3751 76 170 0 4019 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 22124

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=720552/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=16928 CPUtime=638.57
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3825 0 0 0 63854 3 0 0 25 0 1 0 243532899 17334272 3811 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4232 3811 76 170 0 4060 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22288

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=720296/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=17212 CPUtime=698.55
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3882 0 0 0 69852 3 0 0 25 0 1 0 243532899 17625088 3868 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4303 3868 76 170 0 4131 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 22572

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=720168/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=17348 CPUtime=758.55
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 3918 0 0 0 75851 4 0 0 25 0 1 0 243532899 17764352 3904 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4337 3904 76 170 0 4165 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 22708

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=719528/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=18068 CPUtime=818.53
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4080 0 0 0 81849 4 0 0 25 0 1 0 243532899 18501632 4066 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4517 4066 76 170 0 4345 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 23428

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=719464/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=18068 CPUtime=878.51
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4095 0 0 0 87847 4 0 0 25 0 1 0 243532899 18501632 4081 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4517 4081 76 170 0 4345 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 23428

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=719336/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=18240 CPUtime=938.5
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4132 0 0 0 93846 4 0 0 25 0 1 0 243532899 18677760 4118 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4560 4118 76 170 0 4388 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 23600

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=719016/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=18464 CPUtime=998.48
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4194 0 0 0 99844 4 0 0 25 0 1 0 243532899 18907136 4180 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4616 4180 76 170 0 4444 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 23824

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=718824/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=18844 CPUtime=1058.46
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4261 0 0 0 105842 4 0 0 25 0 1 0 243532899 19296256 4247 1992294400 134512640 135212939 4294956240 18446744073709551615 134534900 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4711 4247 76 170 0 4539 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 24204

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=718568/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=19004 CPUtime=1118.45
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4304 0 0 0 111841 4 0 0 25 0 1 0 243532899 19460096 4290 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4751 4290 76 170 0 4579 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 24364

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=718312/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=19408 CPUtime=1178.43
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4386 0 0 0 117839 4 0 0 25 0 1 0 243532899 19873792 4372 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4852 4372 76 170 0 4680 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 24768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17165
/proc/meminfo: memFree=718312/2055920 swapFree=4181340/4192956
[pid=17162] ppid=17160 vsize=5360 CPUtime=3.54
/proc/17162/stat : 17162 (run.sh) S 17160 17162 16669 0 -1 4194304 312 1374 0 0 0 0 354 0 19 0 1 0 243532543 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17162/statm: 1340 238 197 169 0 51 0
[pid=17165] ppid=17162 vsize=19408 CPUtime=1196.53
/proc/17165/stat : 17165 (minisat) R 17162 17162 16669 0 -1 4194304 4386 0 0 0 119649 4 0 0 25 0 1 0 243532899 19873792 4372 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17165/statm: 4852 4372 76 170 0 4680 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 24768

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1200.04
CPU system time (s): 0.06299
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 24768

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

runsolver used 0.913861 second user time and 3.46547 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 21:03:05
IDJOB=1807065
IDBENCH=71150
IDSOLVER=649
FILE ID=node12/1807065-1242154985
PBS_JOBID= 9289709
Free space on /tmp= 66096 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807065-1242154985/watcher-1807065-1242154985 -o /tmp/evaluation-result-1807065-1242154985/solver-1807065-1242154985 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807065-1242154985.cnf HOME

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=1027738534

node12.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.213
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.213
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:        736992 kB
Buffers:         83472 kB
Cached:        1144056 kB
SwapCached:       5448 kB
Active:         211680 kB
Inactive:      1023700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        736992 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            3084 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            69576 kB
Committed_AS:  1023424 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= 66096 MiB
End job on node12 at 2009-05-12 21:23:06