Trace number 1797300

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.06 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
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 11
203.29/203.44	#LEARNT CLAUSES 0
203.40/203.59	done !
203.40/203.59	c Calling MINISAT
203.40/203.59	This is MiniSat 2.0 beta
203.40/203.59	WARNING: for repeatability, setting FPU to use double precision
203.40/203.59	============================[ Problem Statistics ]=============================
203.40/203.59	|                                                                             |
203.40/203.59	|  Number of variables:  1910                                                 |
203.40/203.59	|  Number of clauses:    167931                                               |
203.48/203.67	|  Parsing time:         0.06         s                                       |
203.48/203.67	============================[ Search Statistics ]==============================
203.48/203.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
203.48/203.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
203.48/203.68	===============================================================================
203.48/203.68	|         0 |    1910   167931   486610 |    55977        0    nan |  0.000 % |
203.48/203.69	|       100 |    1910   167931   486610 |    61574      100     55 |  0.000 % |
203.48/203.72	|       250 |    1910   167931   486610 |    67732      250     46 |  0.000 % |
203.48/203.75	|       475 |    1910   167931   486610 |    74505      475     44 |  0.000 % |
203.48/203.79	|       812 |    1910   167931   486610 |    81955      812     45 |  0.000 % |
203.48/203.93	|      1320 |    1910   167931   486610 |    90151     1320     47 |  0.000 % |
203.48/204.19	|      2080 |    1910   167931   486610 |    99166     2080     50 |  0.000 % |
203.48/204.46	|      3220 |    1910   167931   486610 |   109083     3220     51 |  0.000 % |
204.57/204.79	|      4929 |    1910   167931   486610 |   119991     4929     54 |  0.000 % |
205.07/205.23	|      7491 |    1910   167931   486610 |   131990     7491     56 |  0.000 % |
206.37/206.50	|     11336 |    1910   167931   486610 |   145189    11336     56 |  0.000 % |
208.87/209.01	|     17104 |    1910   167931   486610 |   159708    17104     55 |  0.000 % |
213.17/213.36	|     25756 |    1910   167931   486610 |   175679    25756     56 |  0.000 % |
224.86/225.08	|     38734 |    1910   167931   486610 |   193247    38734     54 |  0.000 % |
248.15/248.32	|     58201 |    1910   167931   486610 |   212572    58201     53 |  0.000 % |
290.34/290.56	|     87393 |    1910   167931   486610 |   233829    87393     53 |  0.000 % |
474.56/474.84	|    131184 |    1910   167931   486610 |   257212   131184     53 |  0.000 % |
881.49/881.99	|    196868 |    1910   167931   486610 |   282934   196868     54 |  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-1797300-1242088264/watcher-1797300-1242088264 -o /tmp/evaluation-result-1797300-1242088264/solver-1797300-1242088264 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797300-1242088264.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.91 0.95 0.98 3/64 12795
/proc/meminfo: memFree=1175272/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=2124 CPUtime=0
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 292 0 0 0 0 0 0 0 19 0 1 0 236853650 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12796/statm: 531 259 81 6 0 169 0

[startup+0.061909 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12795
/proc/meminfo: memFree=1175272/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=8772 CPUtime=0.05
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2453 0 0 0 4 1 0 0 19 0 1 50000 236853650 8982528 1759 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2193 1759 85 6 0 1831 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14132

[startup+0.101913 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12795
/proc/meminfo: memFree=1175272/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=0.09
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 8 1 0 0 19 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14792

[startup+0.30193 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12795
/proc/meminfo: memFree=1175272/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=0.29
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 28 1 0 0 21 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14792

[startup+0.701966 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12795
/proc/meminfo: memFree=1175272/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=0.69
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 68 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134524314 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14792

[startup+1.50104 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 12797
/proc/meminfo: memFree=1167512/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=1.49
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 148 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14792

[startup+3.10117 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 12797
/proc/meminfo: memFree=1167384/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=3.09
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 308 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14792

[startup+6.30145 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 12797
/proc/meminfo: memFree=1167256/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=6.29
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 628 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523666 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14792

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 12797
/proc/meminfo: memFree=1167128/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=12.68
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 1267 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134523652 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14792

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 12797
/proc/meminfo: memFree=1167256/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=25.48
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2623 0 0 0 2547 1 0 0 25 0 1 50000 236853650 9658368 1929 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1929 85 6 0 1996 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14792

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 12797
/proc/meminfo: memFree=1167256/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=51.07
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2625 0 0 0 5106 1 0 0 25 0 1 50000 236853650 9658368 1931 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1931 85 6 0 1996 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14792

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 12797
/proc/meminfo: memFree=1167128/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9432 CPUtime=102.25
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2628 0 0 0 10224 1 0 0 25 0 1 50000 236853650 9658368 1934 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2358 1934 85 6 0 1996 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14792

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12797
/proc/meminfo: memFree=1167128/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=0
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236853650 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 237 196 169 0 51 0
[pid=12796] ppid=12795 vsize=9564 CPUtime=162.21
/proc/12796/stat : 12796 (revival) R 12795 12795 12729 0 -1 4194304 2632 0 0 0 16220 1 0 0 25 0 1 50000 236853650 9793536 1938 1992294400 134512640 134537284 4294956368 18446744073709551615 134524087 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12796/statm: 2391 1938 85 6 0 2029 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 14924

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12798
/proc/meminfo: memFree=1154840/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=18204 CPUtime=18.69
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 4403 0 0 0 1866 3 0 0 25 0 1 0 236874010 18640896 4389 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 4551 4389 77 170 0 4379 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 23564

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12798
/proc/meminfo: memFree=1143000/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=30492 CPUtime=78.66
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 7396 0 0 0 7860 6 0 0 25 0 1 0 236874010 31223808 7382 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 7623 7382 77 170 0 7451 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 35852

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12798
/proc/meminfo: memFree=1135768/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=37816 CPUtime=138.63
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 9169 0 0 0 13856 7 0 0 25 0 1 0 236874010 38723584 9155 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 9454 9155 77 170 0 9282 0
Current children cumulated CPU time (s) 342.11

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

/proc/12798/statm: 11496 11167 77 170 0 11324 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 51344

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12798
/proc/meminfo: memFree=1124888/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=49188 CPUtime=378.55
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 11898 0 0 0 37844 11 0 0 25 0 1 0 236874010 50368512 11884 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 12297 11884 77 170 0 12125 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 54548

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1122008/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=51880 CPUtime=438.51
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 12570 0 0 0 43840 11 0 0 25 0 1 0 236874010 53125120 12556 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 12970 12556 77 170 0 12798 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 57240

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1119768/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=54188 CPUtime=498.48
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 13161 0 0 0 49836 12 0 0 25 0 1 0 236874010 55488512 13147 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 13547 13147 77 170 0 13375 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 59548

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1116888/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=57196 CPUtime=558.47
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 13873 0 0 0 55834 13 0 0 25 0 1 0 236874010 58568704 13859 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 14299 13859 77 170 0 14127 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 62556

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1114456/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=59580 CPUtime=618.44
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 14492 0 0 0 61830 14 0 0 25 0 1 0 236874010 61009920 14478 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 14895 14478 77 170 0 14723 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 64940

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1111768/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=62328 CPUtime=678.41
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 15169 0 0 0 67827 14 0 0 25 0 1 0 236874010 63823872 15155 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 15582 15155 77 170 0 15410 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 67688

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1108696/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=65408 CPUtime=738.39
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 15936 0 0 0 73824 15 0 0 25 0 1 0 236874010 66977792 15922 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 16352 15922 77 170 0 16180 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 70768

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1106200/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=68396 CPUtime=798.36
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 16548 0 0 0 79820 16 0 0 25 0 1 0 236874010 70037504 16534 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12798/statm: 17099 16534 77 170 0 16927 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 73756

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1103448/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=71080 CPUtime=858.33
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 17238 0 0 0 85816 17 0 0 25 0 1 0 236874010 72785920 17224 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 17770 17224 77 170 0 17598 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 76440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1100568/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=73900 CPUtime=918.3
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 17952 0 0 0 91813 17 0 0 25 0 1 0 236874010 75673600 17938 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 18475 17938 77 170 0 18303 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 79260

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1098072/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=76424 CPUtime=978.28
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 18567 0 0 0 97810 18 0 0 25 0 1 0 236874010 78258176 18553 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 19106 18553 77 170 0 18934 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 81784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 12800
/proc/meminfo: memFree=1097240/2055920 swapFree=4181940/4192956
[pid=12795] ppid=12793 vsize=5360 CPUtime=203.48
/proc/12795/stat : 12795 (run.sh) S 12793 12795 12729 0 -1 4194304 312 2651 0 0 0 0 20346 2 19 0 1 0 236853650 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12795/statm: 1340 238 197 169 0 51 0
[pid=12798] ppid=12795 vsize=77252 CPUtime=996.58
/proc/12798/stat : 12798 (minisat) R 12795 12795 12729 0 -1 4194304 18765 0 0 0 99640 18 0 0 25 0 1 0 236874010 79106048 18751 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12798/statm: 19313 18751 77 170 0 19141 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 82612

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 12795 and gives
#  childrusage.ru_utime.tv_sec=203
#  childrusage.ru_utime.tv_usec=470067
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 203.499
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.86
CPU system time (s): 0.2
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 82612

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

runsolver used 1.18382 second user time and 3.19451 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-12 02:31:04
IDJOB=1797300
IDBENCH=71093
IDSOLVER=649
FILE ID=node58/1797300-1242088264
PBS_JOBID= 9277692
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=641188740

node58.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.233
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.233
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:       1175752 kB
Buffers:         68860 kB
Cached:         728536 kB
SwapCached:       4936 kB
Active:         206192 kB
Inactive:       599692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175752 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            60440 kB
Committed_AS:   757404 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node58 at 2009-05-12 02:51:07