Trace number 1797234

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.09 1200.81

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 13
471.24/471.54	#LEARNT CLAUSES 0
471.55/471.81	done !
471.55/471.81	c Now, SatElite...
471.55/471.82	c Parsing...
471.56/472.11	c ==============================================================================
471.56/472.11	c |           |     ORIGINAL     |              LEARNT              |          |
471.56/472.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
471.56/472.11	c ==============================================================================
471.56/472.11	c |         0 |  300446   879746 |   90133       0        0     nan |  0.000 % |
475.83/476.19	c |         0 |  298752  1297335 |      --       0       --      -- |     --   | -1694/417589
475.83/476.19	c ==============================================================================
475.83/476.19	c Result  :   #vars: 1877   #clauses: 298752   #literals: 1297335
475.83/476.19	c CPU time:   4.31834 s
475.83/476.19	c ==============================================================================
476.52/476.82	c SatElite is done !
476.52/476.82	c Calling MINISAT
476.52/476.82	This is MiniSat 2.0 beta
476.52/476.82	WARNING: for repeatability, setting FPU to use double precision
476.52/476.82	============================[ Problem Statistics ]=============================
476.52/476.82	|                                                                             |
476.52/476.82	|  Number of variables:  1877                                                 |
476.52/476.82	|  Number of clauses:    298752                                               |
476.55/477.00	|  Parsing time:         0.16         s                                       |
476.55/477.01	============================[ Search Statistics ]==============================
476.55/477.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
476.55/477.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
476.55/477.01	===============================================================================
476.55/477.01	|         0 |    1877   298752  1297335 |    99584        0    nan |  0.000 % |
476.55/477.18	|       102 |    1877   298752  1297335 |   109542      102    106 |  0.000 % |
476.55/477.23	|       254 |    1877   298752  1297335 |   120496      254     94 |  0.000 % |
477.01/477.38	|       479 |    1877   298752  1297335 |   132546      479     95 |  0.000 % |
477.41/477.70	|       816 |    1877   298752  1297335 |   145800      816    101 |  0.000 % |
477.81/478.10	|      1325 |    1877   298752  1297335 |   160381     1325    109 |  0.000 % |
478.41/478.71	|      2085 |    1877   298752  1297335 |   176419     2085    114 |  0.000 % |
479.11/479.40	|      3224 |    1877   298752  1297335 |   194061     3224    116 |  0.000 % |
480.21/480.58	|      4932 |    1877   298752  1297335 |   213467     4932    122 |  0.000 % |
481.80/482.18	|      7495 |    1877   298752  1297335 |   234813     7495    123 |  0.000 % |
485.01/485.35	|     11339 |    1877   298752  1297335 |   258295    11339    129 |  0.000 % |
490.01/490.30	|     17105 |    1877   298752  1297335 |   284124    17105    134 |  0.000 % |
500.40/500.71	|     25754 |    1877   298752  1297335 |   312537    25754    136 |  0.000 % |
523.68/524.00	|     38731 |    1877   298752  1297335 |   343790    38731    138 |  0.000 % |
595.54/595.92	|     58193 |    1877   298752  1297335 |   378170    58193    139 |  0.000 % |
734.77/735.28	|     87385 |    1877   298752  1297335 |   415987    87385    140 |  0.000 % |
1026.80/1027.42	|    131174 |    1877   298752  1297335 |   457585   131174    139 |  0.000 % |

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-1797234-1242086799/watcher-1797234-1242086799 -o /tmp/evaluation-result-1797234-1242086799/solver-1797234-1242086799 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797234-1242086799.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.84 0.95 0.98 3/64 8392
/proc/meminfo: memFree=1916792/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) R 8390 8392 8355 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8392/statm: 1340 236 195 169 0 51 0
[pid=8393] ppid=8392 vsize=2124 CPUtime=0
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 236713624 2174976 251 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/8393/statm: 531 258 81 6 0 169 0

[startup+0.032628 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 8392
/proc/meminfo: memFree=1916792/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=9516 CPUtime=0.02
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 2117 0 0 0 1 1 0 0 18 0 1 0 236713624 9744384 2083 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/8393/statm: 2379 2084 82 6 0 2017 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14876

[startup+0.101642 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 8392
/proc/meminfo: memFree=1916792/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=13424 CPUtime=0.09
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4308 0 0 0 7 2 0 0 19 0 1 50000 236713624 13746176 3031 1992294400 134512640 134537284 4294956368 18446744073709551615 134523778 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3356 3031 85 6 0 2994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18784

[startup+0.301685 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 8392
/proc/meminfo: memFree=1916792/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=0.29
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 27 2 0 0 21 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134524293 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20112

[startup+0.70177 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 8392
/proc/meminfo: memFree=1916792/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=0.69
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 67 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20112

[startup+1.50194 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 8394
/proc/meminfo: memFree=1903272/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=1.49
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 147 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20112

[startup+3.10128 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 8394
/proc/meminfo: memFree=1903144/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=3.09
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 307 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20112

[startup+6.30197 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 8394
/proc/meminfo: memFree=1902824/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=6.28
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 626 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20112

[startup+12.7023 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 8394
/proc/meminfo: memFree=1902896/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=12.68
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 1266 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20112

[startup+25.5011 s]
/proc/loadavg: 0.89 0.95 0.98 2/66 8394
/proc/meminfo: memFree=1903024/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=14752 CPUtime=25.47
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4649 0 0 0 2545 2 0 0 25 0 1 50000 236713624 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20112

[startup+51.1015 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 8394
/proc/meminfo: memFree=1903024/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=51.07
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4706 0 0 0 5105 2 0 0 25 0 1 50000 236713624 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20380

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 8394
/proc/meminfo: memFree=1902832/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=102.25
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4706 0 0 0 10223 2 0 0 25 0 1 50000 236713624 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 20380

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8394
/proc/meminfo: memFree=1902768/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=162.21
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4706 0 0 0 16219 2 0 0 25 0 1 50000 236713624 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134524101 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 20380

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8394
/proc/meminfo: memFree=1902768/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=222.18
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4709 0 0 0 22216 2 0 0 25 0 1 50000 236713624 15380480 3432 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3432 85 6 0 3393 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 20380

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8394
/proc/meminfo: memFree=1902768/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=282.16
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4716 0 0 0 28213 3 0 0 25 0 1 50000 236713624 15380480 3439 1992294400 134512640 134537284 4294956368 18446744073709551615 134523977 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3439 85 6 0 3393 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 20380

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8394
/proc/meminfo: memFree=1902768/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=0
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236713624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8392/statm: 1340 237 196 169 0 51 0
[pid=8393] ppid=8392 vsize=15020 CPUtime=342.12
/proc/8393/stat : 8393 (revival) R 8392 8392 8355 0 -1 4194304 4723 0 0 0 34209 3 0 0 25 0 1 50000 236713624 15380480 3446 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8393/statm: 3755 3446 85 6 0 3393 0
Current children cumulated CPU time (s) 342.12

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

/proc/8396/statm: 9825 9685 77 170 0 9653 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 44660

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1854192/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=50652 CPUtime=105.4
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 12445 0 0 0 10529 11 0 0 25 0 1 0 236761307 51867648 12429 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 12663 12429 77 170 0 12491 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 56012

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1846384/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=58296 CPUtime=165.37
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 14346 0 0 0 16525 12 0 0 25 0 1 0 236761307 59695104 14330 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 14574 14330 77 170 0 14402 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 63656

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1837808/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=66732 CPUtime=225.33
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 16472 0 0 0 22519 14 0 0 25 0 1 0 236761307 68333568 16456 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 16683 16456 77 170 0 16511 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 72092

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1832048/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=72508 CPUtime=285.31
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 17882 0 0 0 28515 16 0 0 25 0 1 0 236761307 74248192 17866 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 18127 17866 77 170 0 17955 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 77868

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1825584/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=79308 CPUtime=345.27
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 19505 0 0 0 34510 17 0 0 25 0 1 0 236761307 81211392 19489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 19827 19489 77 170 0 19655 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 84668

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1820656/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=84272 CPUtime=405.22
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 20713 0 0 0 40504 18 0 0 25 0 1 0 236761307 86294528 20697 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 21068 20697 77 170 0 20896 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 89632

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1815216/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=89952 CPUtime=465.19
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 22115 0 0 0 46500 19 0 0 25 0 1 0 236761307 92110848 22099 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 22488 22099 77 170 0 22316 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 95312

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1809200/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=96048 CPUtime=525.15
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 23597 0 0 0 52494 21 0 0 25 0 1 0 236761307 98353152 23581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 24012 23581 77 170 0 23840 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 101408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1803376/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=102040 CPUtime=585.12
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 25049 0 0 0 58489 23 0 0 25 0 1 0 236761307 104488960 25033 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 25510 25033 77 170 0 25338 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 107400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1794352/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=111864 CPUtime=645.07
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 27324 0 0 0 64482 25 0 0 25 0 1 0 236761307 114548736 27252 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 27966 27252 77 170 0 27794 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 117224

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1792112/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=113736 CPUtime=705.05
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 27875 0 0 0 70479 26 0 0 25 0 1 0 236761307 116465664 27803 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 28434 27803 77 170 0 28262 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 119096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8396
/proc/meminfo: memFree=1791536/2055920 swapFree=4176732/4192956
[pid=8392] ppid=8390 vsize=5360 CPUtime=476.55
/proc/8392/stat : 8392 (run.sh) S 8390 8392 8355 0 -1 4194304 341 12182 0 0 0 0 47642 13 16 0 1 0 236713624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8392/statm: 1340 241 197 169 0 51 0
[pid=8396] ppid=8392 vsize=114132 CPUtime=723.54
/proc/8396/stat : 8396 (minisat) R 8392 8392 8355 0 -1 4194304 28002 0 0 0 72328 26 0 0 25 0 1 0 236761307 116871168 27930 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8396/statm: 28533 27930 77 170 0 28361 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 119492

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8392 and gives
#  childrusage.ru_utime.tv_sec=476
#  childrusage.ru_utime.tv_usec=431571
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=137979
# CPU time returned by wait4() is 476.57
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.81
CPU time (s): 1200.09
CPU user time (s): 1199.7
CPU system time (s): 0.39
CPU usage (%): 99.9398
Max. virtual memory (cumulated for all children) (KiB): 119492

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

runsolver used 1.00585 second user time and 3.37149 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-12 02:06:40
IDJOB=1797234
IDBENCH=71071
IDSOLVER=647
FILE ID=node10/1797234-1242086799
PBS_JOBID= 9277675
Free space on /tmp= 66364 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_14_UNSAT.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797234-1242086799/watcher-1797234-1242086799 -o /tmp/evaluation-result-1797234-1242086799/solver-1797234-1242086799 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797234-1242086799.cnf HOME

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=515474132

node10.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.263
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	: 5931.00
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.263
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:       1917272 kB
Buffers:          8772 kB
Cached:          69220 kB
SwapCached:      10068 kB
Active:          42020 kB
Inactive:        47324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917272 kB
SwapTotal:     4192956 kB
SwapFree:      4176732 kB
Dirty:            6596 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            35348 kB
Committed_AS:   813168 kB
PageTables:       1372 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= 66352 MiB
End job on node10 at 2009-05-12 02:26:43