Trace number 1797236

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

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
470.14/470.42	#LEARNT CLAUSES 0
470.34/470.69	done !
470.34/470.69	c Calling MINISAT
470.34/470.69	This is MiniSat 2.0 beta
470.34/470.69	WARNING: for repeatability, setting FPU to use double precision
470.34/470.69	============================[ Problem Statistics ]=============================
470.34/470.69	|                                                                             |
470.34/470.69	|  Number of variables:  2940                                                 |
470.34/470.69	|  Number of clauses:    300446                                               |
470.54/470.83	|  Parsing time:         0.12         s                                       |
470.54/470.83	============================[ Search Statistics ]==============================
470.54/470.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
470.54/470.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
470.54/470.83	===============================================================================
470.54/470.83	|         0 |    2940   300446   879746 |   100148        0    nan |  0.000 % |
470.54/470.84	|       101 |    2940   300446   879746 |   110163      101     58 |  0.000 % |
470.54/470.87	|       253 |    2940   300446   879746 |   121179      253     61 |  0.000 % |
470.63/470.90	|       479 |    2940   300446   879746 |   133297      479     74 |  0.000 % |
470.63/470.95	|       816 |    2940   300446   879746 |   146627      816     77 |  0.000 % |
470.73/471.04	|      1323 |    2940   300446   879746 |   161290     1323     77 |  0.000 % |
470.83/471.15	|      2082 |    2940   300446   879746 |   177419     2082     89 |  0.000 % |
471.33/471.63	|      3221 |    2940   300446   879746 |   195161     3221     99 |  0.000 % |
471.73/472.04	|      4932 |    2940   300446   879746 |   214677     4932    106 |  0.000 % |
472.64/472.94	|      7494 |    2940   300446   879746 |   236145     7494    114 |  0.000 % |
474.03/474.39	|     11338 |    2940   300446   879746 |   259759    11338    122 |  0.000 % |
477.83/478.19	|     17104 |    2940   300446   879746 |   285735    17104    125 |  0.000 % |
484.62/484.92	|     25753 |    2940   300446   879746 |   314309    25753    129 |  0.000 % |
495.02/495.35	|     38729 |    2940   300446   879746 |   345740    38729    132 |  0.000 % |
526.51/526.89	|     58190 |    2940   300446   879746 |   380314    58190    131 |  0.000 % |
604.97/605.36	|     87383 |    2940   300446   879746 |   418345    87383    135 |  0.000 % |
774.60/775.04	|    131172 |    2940   300446   879746 |   460180   131172    132 |  0.000 % |
946.00/946.51	|    196856 |    2940   300446   879746 |   506198   196856    125 |  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-1797236-1242086806/watcher-1797236-1242086806 -o /tmp/evaluation-result-1797236-1242086806/solver-1797236-1242086806 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797236-1242086806.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.85 0.97 0.99 3/64 17304
/proc/meminfo: memFree=1244760/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) R 17302 17304 17267 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17304/statm: 1340 236 195 169 0 51 0
[pid=17305] ppid=17304 vsize=2124 CPUtime=0
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236709101 2174976 254 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17305/statm: 531 259 81 6 0 169 0

[startup+0.0931989 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17304
/proc/meminfo: memFree=1244760/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=17740 CPUtime=0.08
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4146 0 0 0 6 2 0 0 19 0 1 0 236709101 18165760 4114 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/17305/statm: 4435 4114 82 6 0 4073 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23100

[startup+0.101199 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17304
/proc/meminfo: memFree=1244760/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=13292 CPUtime=0.09
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4297 0 0 0 7 2 0 0 19 0 1 50000 236709101 13611008 3021 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3323 3021 85 6 0 2961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18652

[startup+0.301237 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17304
/proc/meminfo: memFree=1244760/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=0.29
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 27 2 0 0 21 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20112

[startup+0.701314 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17304
/proc/meminfo: memFree=1244760/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=0.69
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 67 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523922 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20112

[startup+1.50147 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1231304/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=1.49
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 147 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20112

[startup+3.10177 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1231176/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=3.09
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 307 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20112

[startup+6.30138 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230936/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=6.28
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 626 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523787 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20112

[startup+12.7026 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230936/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=12.68
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 1266 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20112

[startup+25.501 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1231072/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=14752 CPUtime=25.47
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4648 0 0 0 2545 2 0 0 25 0 1 50000 236709101 15106048 3372 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3688 3372 85 6 0 3326 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20112

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1231008/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=51.05
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4705 0 0 0 5103 2 0 0 25 0 1 50000 236709101 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20380

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230944/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=102.23
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4705 0 0 0 10221 2 0 0 25 0 1 50000 236709101 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 20380

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230880/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=162.18
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4705 0 0 0 16216 2 0 0 25 0 1 50000 236709101 15380480 3429 1992294400 134512640 134537284 4294956368 18446744073709551615 134523997 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3429 85 6 0 3393 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 20380

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230880/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=222.17
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4708 0 0 0 22214 3 0 0 25 0 1 50000 236709101 15380480 3432 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3432 85 6 0 3393 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20380

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230880/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=282.15
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4715 0 0 0 28212 3 0 0 25 0 1 50000 236709101 15380480 3439 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3439 85 6 0 3393 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20380

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17306
/proc/meminfo: memFree=1230816/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=0
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236709101 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17304/statm: 1340 237 196 169 0 51 0
[pid=17305] ppid=17304 vsize=15020 CPUtime=342.11
/proc/17305/stat : 17305 (revival) R 17304 17304 17267 0 -1 4194304 4722 0 0 0 34208 3 0 0 25 0 1 50000 236709101 15380480 3446 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17305/statm: 3755 3446 85 6 0 3393 0
Current children cumulated CPU time (s) 342.11

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

/proc/17307/statm: 14668 14472 77 170 0 14496 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 64032

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1168800/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=71696 CPUtime=171.52
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 17719 0 0 0 17134 18 0 0 25 0 1 0 236756170 73416704 17705 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 17924 17705 77 170 0 17752 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 77056

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1158368/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=82300 CPUtime=231.48
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 20340 0 0 0 23128 20 0 0 25 0 1 0 236756170 84275200 20326 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 20575 20326 77 170 0 20403 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 87660

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1151968/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=88460 CPUtime=291.46
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 21909 0 0 0 29124 22 0 0 25 0 1 0 236756170 90583040 21895 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 22115 21895 77 170 0 21943 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 93820

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1137568/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=103652 CPUtime=351.43
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 25534 0 0 0 35117 26 0 0 25 0 1 0 236756170 106139648 25520 1992294400 134512640 135212939 4294956240 18446744073709551615 134529669 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 25913 25520 77 170 0 25741 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 109012

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1123680/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=117844 CPUtime=411.4
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 28991 0 0 0 41111 29 0 0 25 0 1 0 236756170 120672256 28977 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 29461 28977 77 170 0 29289 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 123204

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1115296/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=126348 CPUtime=471.37
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 31138 0 0 0 47106 31 0 0 25 0 1 0 236756170 129380352 31124 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 31587 31124 77 170 0 31415 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 131708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1107488/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=134608 CPUtime=531.34
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 33061 0 0 0 53102 32 0 0 25 0 1 0 236756170 137838592 33047 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 33652 33047 77 170 0 33480 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 139968

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1100064/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=142096 CPUtime=591.3
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 34929 0 0 0 59096 34 0 0 25 0 1 0 236756170 145506304 34915 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 35524 34915 77 170 0 35352 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 147456

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1092256/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=149772 CPUtime=651.28
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 36862 0 0 0 65091 37 0 0 25 0 1 0 236756170 153366528 36848 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 37443 36848 77 170 0 37271 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 155132

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1085280/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=156772 CPUtime=711.25
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 38605 0 0 0 71087 38 0 0 25 0 1 0 236756170 160534528 38591 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 39193 38591 77 170 0 39021 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 162132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1083488/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=158364 CPUtime=729.65
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 39030 0 0 0 72926 39 0 0 25 0 1 0 236756170 162164736 39016 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 39591 39016 77 170 0 39419 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 163724

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17307
/proc/meminfo: memFree=1083488/2055920 swapFree=4191900/4192956
[pid=17304] ppid=17302 vsize=5360 CPUtime=470.44
/proc/17304/stat : 17304 (run.sh) S 17302 17304 17267 0 -1 4194304 312 4749 0 0 0 0 47039 5 16 0 1 0 236709101 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17304/statm: 1340 238 197 169 0 51 0
[pid=17307] ppid=17304 vsize=158364 CPUtime=729.65
/proc/17307/stat : 17307 (minisat) R 17304 17304 17267 0 -1 4194304 39030 0 0 0 72926 39 0 0 25 0 1 0 236756170 162164736 39016 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17307/statm: 39591 39016 77 170 0 39419 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 163724

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17304 and gives
#  childrusage.ru_utime.tv_sec=470
#  childrusage.ru_utime.tv_usec=395489
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=53991
# CPU time returned by wait4() is 470.449
# 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.71
CPU time (s): 1200.09
CPU user time (s): 1199.65
CPU system time (s): 0.44
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 163724

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

runsolver used 1.02184 second user time and 3.35549 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-12 02:06:46
IDJOB=1797236
IDBENCH=71071
IDSOLVER=649
FILE ID=node38/1797236-1242086806
PBS_JOBID= 9277677
Free space on /tmp= 66248 MiB

SOLVER NAME= 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-1797236-1242086806/watcher-1797236-1242086806 -o /tmp/evaluation-result-1797236-1242086806/solver-1797236-1242086806 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797236-1242086806.cnf HOME

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=545174117

node38.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1245304 kB
Buffers:         68664 kB
Cached:         642968 kB
SwapCached:        260 kB
Active:         290648 kB
Inactive:       434648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1245304 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6452 kB
Writeback:           0 kB
Mapped:          22208 kB
Slab:            71284 kB
Committed_AS:   881996 kB
PageTables:       1456 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= 66244 MiB
End job on node38 at 2009-05-12 02:26:49