Trace number 1806106

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/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
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 variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
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 15
0.00/0.02	#LEARNT CLAUSES 0
0.00/0.02	done !
0.00/0.02	c Calling MINISAT
0.00/0.02	This is MiniSat 2.0 beta
0.00/0.02	WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	============================[ Problem Statistics ]=============================
0.00/0.02	|                                                                             |
0.00/0.02	|  Number of variables:  161                                                  |
0.00/0.02	|  Number of clauses:    802                                                  |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     161      802     2408 |      267        0    nan |  0.000 % |
0.00/0.02	|       100 |     161      802     2408 |      294      100     23 |  0.004 % |
0.00/0.02	|       251 |     161      802     2408 |      323      251     23 |  0.004 % |
0.01/0.03	|       477 |     161      802     2408 |      355      266     18 |  0.004 % |
0.01/0.03	|       814 |     161      802     2408 |      391      375     20 |  0.004 % |
0.01/0.05	|      1321 |     161      802     2408 |      430      378     19 |  0.004 % |
0.01/0.06	|      2081 |     161      802     2408 |      473      356     19 |  0.004 % |
0.01/0.09	|      3220 |     161      802     2408 |      520      351     16 |  0.004 % |
0.01/0.14	|      4928 |     161      802     2408 |      573      551     20 |  0.004 % |
0.01/0.20	|      7493 |     161      802     2408 |      630      455     19 |  0.004 % |
0.01/0.30	|     11338 |     161      802     2408 |      693      372     14 |  0.004 % |
0.01/0.47	|     17107 |     161      802     2408 |      762      419     16 |  0.004 % |
0.01/0.72	|     25757 |     161      802     2408 |      839      582     20 |  0.004 % |
1.09/1.13	|     38731 |     161      802     2408 |      922      600     21 |  0.004 % |
1.68/1.80	|     58192 |     161      802     2408 |     1015      971     28 |  0.004 % |
2.78/2.81	|     87384 |     161      802     2408 |     1116     1083     26 |  0.004 % |
4.28/4.40	|    131173 |     161      802     2408 |     1228     1039     27 |  0.004 % |
6.68/6.73	|    196859 |     161      802     2408 |     1351      975     24 |  0.004 % |
10.48/10.58	|    295385 |     161      802     2408 |     1486     1272     25 |  0.004 % |
16.28/16.37	|    443176 |     161      802     2408 |     1634      884     23 |  0.004 % |
25.28/25.36	|    664859 |     161      802     2408 |     1798     1269     24 |  0.004 % |
38.87/38.95	|    997387 |     161      802     2408 |     1978     1793     26 |  0.004 % |
59.36/59.43	|   1496175 |     161      802     2408 |     2176     1964     27 |  0.004 % |
96.45/96.58	|   2244358 |     161      802     2408 |     2393     1376     27 |  0.004 % |
150.04/150.10	|   3366634 |     161      802     2408 |     2633     1335     26 |  0.004 % |
236.51/236.60	|   5050045 |     161      802     2408 |     2896     2371     32 |  0.004 % |
369.18/369.38	|   7575161 |     161      802     2408 |     3186     2667     29 |  0.004 % |
564.83/565.07	|  11362836 |     161      802     2408 |     3504     2630     29 |  0.004 % |
876.55/876.84	|  17044348 |     161      802     2408 |     3855     1832     28 |  0.004 % |
1200.08/1200.40	HOME/run.sh: line 21:  9601 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.08/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-1806106-1242145296/watcher-1806106-1242145296 -o /tmp/evaluation-result-1806106-1242145296/solver-1806106-1242145296 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806106-1242145296.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.99 0.97 0.91 3/64 9598
/proc/meminfo: memFree=1565408/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242563000 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 237 196 169 0 51 0
[pid=9599] ppid=9598 vsize=1604 CPUtime=0
/proc/9599/stat : 9599 (revival) R 9598 9598 9435 0 -1 4194304 151 0 0 0 0 0 0 0 19 0 1 50000 242563000 1642496 118 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9599/statm: 401 118 84 6 0 39 0

[startup+0.0307951 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9598
/proc/meminfo: memFree=1565408/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101798 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9598
/proc/meminfo: memFree=1565408/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301817 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9598
/proc/meminfo: memFree=1565408/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701856 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9598
/proc/meminfo: memFree=1565408/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50194 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1564752/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2152 CPUtime=1.47
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 195 0 0 0 147 0 0 0 25 0 1 0 242563002 2203648 181 1992294400 134512640 135212939 4294956240 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 538 181 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.1021 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1564496/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2284 CPUtime=3.07
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 214 0 0 0 307 0 0 0 25 0 1 0 242563002 2338816 200 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 571 200 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30142 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1564368/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2416 CPUtime=6.27
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 236 0 0 0 627 0 0 0 25 0 1 0 242563002 2473984 222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 604 222 76 170 0 432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7776

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1564112/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2416 CPUtime=12.67
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 268 0 0 0 1267 0 0 0 25 0 1 0 242563002 2473984 254 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 604 254 76 170 0 432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7776

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1563984/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2548 CPUtime=25.46
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 301 0 0 0 2546 0 0 0 25 0 1 0 242563002 2609152 287 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 637 287 76 170 0 465 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7908

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 9601
/proc/meminfo: memFree=1563728/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=2804 CPUtime=51.05
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 363 0 0 0 5105 0 0 0 25 0 1 0 242563002 2871296 349 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 701 349 76 170 0 529 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8164

[startup+102.305 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 9601
/proc/meminfo: memFree=1563344/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3192 CPUtime=102.24
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 438 0 0 0 10224 0 0 0 25 0 1 0 242563002 3268608 424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 798 424 76 170 0 626 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8552

[startup+162.301 s]
/proc/loadavg: 1.09 1.00 0.92 2/66 9601
/proc/meminfo: memFree=1563088/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3456 CPUtime=162.22
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 502 0 0 0 16222 0 0 0 25 0 1 0 242563002 3538944 488 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 864 488 76 170 0 692 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8816

[startup+222.301 s]
/proc/loadavg: 1.08 1.01 0.93 2/66 9601
/proc/meminfo: memFree=1562896/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3588 CPUtime=222.21
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 539 0 0 0 22221 0 0 0 25 0 1 0 242563002 3674112 525 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 897 525 76 170 0 725 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 8948

[startup+282.301 s]
/proc/loadavg: 1.16 1.04 0.94 2/66 9601
/proc/meminfo: memFree=1562704/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3724 CPUtime=282.19
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 585 0 0 0 28219 0 0 0 25 0 1 0 242563002 3813376 571 1992294400 134512640 135212939 4294956240 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 931 571 76 170 0 759 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9084

[startup+342.301 s]
/proc/loadavg: 1.14 1.06 0.95 2/66 9601
/proc/meminfo: memFree=1562576/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3856 CPUtime=342.18
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 599 0 0 0 34218 0 0 0 25 0 1 0 242563002 3948544 585 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 964 585 76 170 0 792 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 9216

[startup+402.302 s]
/proc/loadavg: 1.05 1.05 0.95 2/66 9601
/proc/meminfo: memFree=1562448/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3856 CPUtime=402.16
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 627 0 0 0 40216 0 0 0 25 0 1 0 242563002 3948544 613 1992294400 134512640 135212939 4294956240 18446744073709551615 134537467 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 964 613 76 170 0 792 0
Current children cumulated CPU time (s) 402.17

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

/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=3976 CPUtime=462.14
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 650 0 0 0 46214 0 0 0 25 0 1 0 242563002 4071424 636 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 994 636 76 170 0 822 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 9336

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 0.95 2/66 9601
/proc/meminfo: memFree=1562256/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4108 CPUtime=522.13
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 665 0 0 0 52213 0 0 0 25 0 1 0 242563002 4206592 651 1992294400 134512640 135212939 4294956240 18446744073709551615 134540175 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1027 651 76 170 0 855 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 9468

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 9601
/proc/meminfo: memFree=1562192/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4108 CPUtime=582.11
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 673 0 0 0 58211 0 0 0 25 0 1 0 242563002 4206592 659 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1027 659 76 170 0 855 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 9468

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 9601
/proc/meminfo: memFree=1562064/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4240 CPUtime=642.1
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 702 0 0 0 64210 0 0 0 25 0 1 0 242563002 4341760 688 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1060 688 76 170 0 888 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 9600

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 9601
/proc/meminfo: memFree=1562000/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4240 CPUtime=702.08
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 704 0 0 0 70208 0 0 0 25 0 1 0 242563002 4341760 690 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1060 690 76 170 0 888 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 9600

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561936/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4240 CPUtime=762.07
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 719 0 0 0 76207 0 0 0 25 0 1 0 242563002 4341760 705 1992294400 134512640 135212939 4294956240 18446744073709551615 134537304 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1060 705 76 170 0 888 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 9600

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561872/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4372 CPUtime=822.05
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 726 0 0 0 82205 0 0 0 25 0 1 0 242563002 4476928 712 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1093 712 76 170 0 921 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 9732

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561936/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4372 CPUtime=882.03
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 739 0 0 0 88203 0 0 0 25 0 1 0 242563002 4476928 725 1992294400 134512640 135212939 4294956240 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1093 725 76 170 0 921 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 9732

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561744/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=942.03
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 765 0 0 0 94202 1 0 0 25 0 1 0 242563002 4616192 751 1992294400 134512640 135212939 4294956240 18446744073709551615 134537450 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 751 76 170 0 955 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 9868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561680/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=1002.01
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 776 0 0 0 100200 1 0 0 25 0 1 0 242563002 4616192 762 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 762 76 170 0 955 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 9868

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561616/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=1062
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 790 0 0 0 106199 1 0 0 25 0 1 0 242563002 4616192 776 1992294400 134512640 135212939 4294956240 18446744073709551615 134543899 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 776 76 170 0 955 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 9868

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9601
/proc/meminfo: memFree=1561552/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=1121.98
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 792 0 0 0 112197 1 0 0 25 0 1 0 242563002 4616192 778 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 778 76 170 0 955 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 9868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9603
/proc/meminfo: memFree=1561296/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=1181.97
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 792 0 0 0 118196 1 0 0 25 0 1 0 242563002 4616192 778 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 778 76 170 0 955 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 9868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 9603
/proc/meminfo: memFree=1561296/2055920 swapFree=4176976/4192956
[pid=9598] ppid=9596 vsize=5360 CPUtime=0.01
/proc/9598/stat : 9598 (run.sh) S 9596 9598 9435 0 -1 4194304 312 165 0 0 0 0 1 0 18 0 1 0 242563000 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9598/statm: 1340 238 197 169 0 51 0
[pid=9601] ppid=9598 vsize=4508 CPUtime=1200.07
/proc/9601/stat : 9601 (minisat) R 9598 9598 9435 0 -1 4194304 792 0 0 0 120006 1 0 0 25 0 1 0 242563002 4616192 778 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/9601/statm: 1127 778 76 170 0 955 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 9868

Sending SIGTERM to process tree (bottom up)
SSolver 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.08
CPU system time (s): 0.012998
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 9868

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

runsolver used 1.49377 second user time and 2.87056 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-12 18:21:36
IDJOB=1806106
IDBENCH=24666
IDSOLVER=649
FILE ID=node17/1806106-1242145296
PBS_JOBID= 9289704
Free space on /tmp= 66212 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806106-1242145296/watcher-1806106-1242145296 -o /tmp/evaluation-result-1806106-1242145296/solver-1806106-1242145296 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806106-1242145296.cnf HOME

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

MD5SUM BENCH= cc16a72221b8e1efdfd6127b2f238bcd
RANDOM SEED=1116727809

node17.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.234
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.234
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:       1565888 kB
Buffers:         41320 kB
Cached:         359224 kB
SwapCached:       9768 kB
Active:          79172 kB
Inactive:       333244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565888 kB
SwapTotal:     4192956 kB
SwapFree:      4176976 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            63532 kB
Committed_AS:   868640 kB
PageTables:       1452 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 node17 at 2009-05-12 18:41:37