Trace number 1797240

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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 12
297.39/297.58	#LEARNT CLAUSES 0
297.58/297.78	done !
297.58/297.78	c Calling MINISAT
297.58/297.78	This is MiniSat 2.0 beta
297.58/297.78	WARNING: for repeatability, setting FPU to use double precision
297.58/297.78	============================[ Problem Statistics ]=============================
297.58/297.78	|                                                                             |
297.58/297.78	|  Number of variables:  2316                                                 |
297.58/297.78	|  Number of clauses:    216962                                               |
297.66/297.87	|  Parsing time:         0.08         s                                       |
297.66/297.88	============================[ Search Statistics ]==============================
297.66/297.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
297.66/297.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
297.66/297.88	===============================================================================
297.66/297.88	|         0 |    2316   216962   631942 |    72320        0    nan |  0.000 % |
297.66/297.89	|       100 |    2316   216962   631942 |    79552      100     46 |  0.000 % |
297.66/297.91	|       250 |    2316   216962   631942 |    87508      250     52 |  0.000 % |
297.66/297.94	|       476 |    2316   216962   631942 |    96258      476     52 |  0.000 % |
297.66/297.99	|       814 |    2316   216962   631942 |   105884      814     63 |  0.000 % |
297.97/298.10	|      1322 |    2316   216962   631942 |   116473     1322     65 |  0.000 % |
298.07/298.24	|      2082 |    2316   216962   631942 |   128120     2082     68 |  0.000 % |
298.26/298.47	|      3222 |    2316   216962   631942 |   140932     3222     65 |  0.000 % |
298.56/298.73	|      4930 |    2316   216962   631942 |   155025     4930     72 |  0.000 % |
299.67/299.81	|      7492 |    2316   216962   631942 |   170528     7492     67 |  0.000 % |
301.56/301.75	|     11339 |    2316   216962   631942 |   187581    11339     69 |  0.000 % |
303.76/303.98	|     17105 |    2316   216962   631942 |   206339    17105     73 |  0.000 % |
308.86/309.04	|     25755 |    2316   216962   631942 |   226973    25755     73 |  0.000 % |
320.16/320.40	|     38731 |    2316   216962   631942 |   249670    38731     73 |  0.000 % |
350.85/351.08	|     58193 |    2316   216962   631942 |   274637    58193     73 |  0.000 % |
428.12/428.39	|     87386 |    2316   216962   631942 |   302101    87386     73 |  0.000 % |
560.68/560.92	|    131175 |    2316   216962   631942 |   332311   131175     72 |  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-1797240-1242086910/watcher-1797240-1242086910 -o /tmp/evaluation-result-1797240-1242086910/solver-1797240-1242086910 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797240-1242086910.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.92 0.98 0.99 3/65 29557
/proc/meminfo: memFree=1887816/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=2636 CPUtime=0
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 420 0 0 0 0 0 0 0 18 0 1 0 236721371 2699264 387 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29558/statm: 659 387 81 6 0 297 0

[startup+0.022096 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29557
/proc/meminfo: memFree=1887816/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=6808 CPUtime=0.01
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 1438 0 0 0 1 0 0 0 18 0 1 0 236721371 6971392 1405 1992294400 134512640 134537284 4294956368 18446744073709551615 10860155 0 0 4096 0 0 0 0 17 1 0 0
/proc/29558/statm: 1702 1406 82 6 0 1340 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12168

[startup+0.101111 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29557
/proc/meminfo: memFree=1887816/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11160 CPUtime=0.08
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3284 0 0 0 7 1 0 0 18 0 1 50000 236721371 11427840 2376 1992294400 134512640 134537284 4294956368 18446744073709551615 10860155 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2790 2376 85 6 0 2428 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16520

[startup+0.301149 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29557
/proc/meminfo: memFree=1887816/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=0.28
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 27 1 0 0 19 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16784

[startup+0.701228 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29557
/proc/meminfo: memFree=1887816/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=0.68
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 67 1 0 0 23 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16784

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 29559
/proc/meminfo: memFree=1878072/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=1.48
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 147 1 0 0 25 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16784

[startup+3.10169 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 29559
/proc/meminfo: memFree=1877880/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=3.08
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 307 1 0 0 25 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16784

[startup+6.30132 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877688/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=6.28
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 627 1 0 0 25 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16784

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877696/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=12.68
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 1267 1 0 0 25 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16784

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877760/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=25.47
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3363 0 0 0 2546 1 0 0 25 0 1 50000 236721371 11698176 2455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523608 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2455 85 6 0 2494 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16784

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877824/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=51.06
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3367 0 0 0 5105 1 0 0 25 0 1 50000 236721371 11698176 2459 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2459 85 6 0 2494 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16784

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877824/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11424 CPUtime=102.25
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3371 0 0 0 10224 1 0 0 25 0 1 50000 236721371 11698176 2463 1992294400 134512640 134537284 4294956368 18446744073709551615 134523732 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2856 2463 85 6 0 2494 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16784

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877760/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11556 CPUtime=162.23
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3377 0 0 0 16222 1 0 0 25 0 1 50000 236721371 11833344 2469 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2889 2469 85 6 0 2527 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16916

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877760/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11556 CPUtime=222.21
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3381 0 0 0 22220 1 0 0 25 0 1 50000 236721371 11833344 2473 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2889 2473 85 6 0 2527 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16916

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29559
/proc/meminfo: memFree=1877696/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=0
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236721370 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 1340 237 196 169 0 51 0
[pid=29558] ppid=29557 vsize=11556 CPUtime=282.19
/proc/29558/stat : 29558 (revival) R 29557 29557 28831 0 -1 4194304 3389 0 0 0 28217 2 0 0 25 0 1 50000 236721371 11833344 2481 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29558/statm: 2889 2481 85 6 0 2527 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16916

[startup+342.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 29560
/proc/meminfo: memFree=1856064/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=28852 CPUtime=44.49
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 6998 0 0 0 4443 6 0 0 25 0 1 0 236751148 29544448 6984 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 7213 6984 77 170 0 7041 0
Current children cumulated CPU time (s) 342.15

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

/proc/29560/statm: 14425 14058 77 170 0 14253 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 63060

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1825600/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=60448 CPUtime=344.39
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 14590 0 0 0 34424 15 0 0 25 0 1 0 236751148 61898752 14556 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 15112 14556 77 170 0 14940 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 65808

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1824192/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=61796 CPUtime=404.37
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 14941 0 0 0 40421 16 0 0 25 0 1 0 236751148 63279104 14907 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 15449 14907 77 170 0 15277 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 67156

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1822784/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=63168 CPUtime=464.34
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 15281 0 0 0 46418 16 0 0 25 0 1 0 236751148 64684032 15247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 15792 15247 77 170 0 15620 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 68528

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1820800/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=65056 CPUtime=524.32
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 15775 0 0 0 52415 17 0 0 25 0 1 0 236751148 66617344 15741 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 16264 15741 77 170 0 16092 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 70416

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1818368/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=67740 CPUtime=584.31
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 16363 0 0 0 58413 18 0 0 25 0 1 0 236751148 69365760 16329 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 16935 16329 77 170 0 16763 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 73100

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1816896/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=69084 CPUtime=644.28
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 16724 0 0 0 64410 18 0 0 25 0 1 0 236751148 70742016 16690 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 17271 16690 77 170 0 17099 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 74444

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1815424/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=70412 CPUtime=704.26
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 17084 0 0 0 70407 19 0 0 25 0 1 0 236751148 72101888 17050 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 17603 17050 77 170 0 17431 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 75772

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1813696/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=72160 CPUtime=764.24
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 17512 0 0 0 76405 19 0 0 25 0 1 0 236751148 73891840 17478 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 18040 17478 77 170 0 17868 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 77520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1812544/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=73216 CPUtime=824.22
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 17796 0 0 0 82403 19 0 0 25 0 1 0 236751148 74973184 17762 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 18304 17762 77 170 0 18132 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 78576

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1811008/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=74668 CPUtime=884.2
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 18173 0 0 0 88400 20 0 0 25 0 1 0 236751148 76460032 18139 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 18667 18139 77 170 0 18495 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 80028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1810624/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=75128 CPUtime=902.4
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 18268 0 0 0 90220 20 0 0 25 0 1 0 236751148 76931072 18234 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 18782 18234 77 170 0 18610 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 80488

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29560
/proc/meminfo: memFree=1810624/2055920 swapFree=4125732/4192956
[pid=29557] ppid=29555 vsize=5360 CPUtime=297.66
/proc/29557/stat : 29557 (run.sh) S 29555 29557 28831 0 -1 4194304 312 3404 0 0 0 0 29763 3 16 0 1 0 236721370 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29557/statm: 1340 238 197 169 0 51 0
[pid=29560] ppid=29557 vsize=75128 CPUtime=902.4
/proc/29560/stat : 29560 (minisat) R 29557 29557 28831 0 -1 4194304 18268 0 0 0 90220 20 0 0 25 0 1 0 236751148 76931072 18234 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/29560/statm: 18782 18234 77 170 0 18610 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 80488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29557 and gives
#  childrusage.ru_utime.tv_sec=297
#  childrusage.ru_utime.tv_usec=639751
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=35994
# CPU time returned by wait4() is 297.676
# 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.51
CPU time (s): 1200.06
CPU user time (s): 1199.83
CPU system time (s): 0.23
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 80488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.64
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3716
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= 6
involuntary context switches= 504

runsolver used 1.02984 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-12 02:08:30
IDJOB=1797240
IDBENCH=71074
IDSOLVER=649
FILE ID=node77/1797240-1242086910
PBS_JOBID= 9277668
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=956701196

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1888360 kB
Buffers:          7784 kB
Cached:          50656 kB
SwapCached:      61648 kB
Active:          35500 kB
Inactive:        86764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888360 kB
SwapTotal:     4192956 kB
SwapFree:      4125732 kB
Dirty:            4904 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            31308 kB
Committed_AS:   850496 kB
PageTables:       1384 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= 66156 MiB
End job on node77 at 2009-05-12 02:28:33