Trace number 1806189

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 + SatElite 2009-03-18? (TO) 1200.11 1200.61

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
MD5SUM67e3f1c82b3561160730d7e2b008579e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1400     4200 |     419       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 400   #clauses: 1400   #literals: 4200
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c SatElite is done !
0.00/0.01	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.01	#LEARNT CLAUSES 0
0.00/0.01	done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  400                                                  |
0.00/0.01	|  Number of clauses:    1400                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.02	|       102 |     400     1400     4200 |      513      102     27 |  0.001 % |
0.00/0.02	|       253 |     400     1400     4200 |      564      253     26 |  0.001 % |
0.00/0.03	|       479 |     400     1400     4200 |      621      479     26 |  0.001 % |
0.00/0.04	|       818 |     400     1400     4200 |      683      479     26 |  0.001 % |
0.00/0.06	|      1325 |     400     1400     4200 |      751      616     26 |  0.001 % |
0.00/0.08	|      2085 |     400     1400     4200 |      826      565     25 |  0.001 % |
0.00/0.12	|      3225 |     400     1400     4200 |      909      806     26 |  0.001 % |
0.00/0.19	|      4933 |     400     1400     4200 |     1000      541     23 |  0.001 % |
0.00/0.28	|      7496 |     400     1400     4200 |     1100      968     26 |  0.001 % |
0.00/0.43	|     11341 |     400     1400     4200 |     1210      758     23 |  0.001 % |
0.00/0.67	|     17109 |     400     1400     4200 |     1331      809     23 |  0.001 % |
0.98/1.03	|     25758 |     400     1400     4200 |     1464     1122     25 |  0.001 % |
1.47/1.58	|     38732 |     400     1400     4200 |     1611     1120     25 |  0.001 % |
2.37/2.43	|     58194 |     400     1400     4200 |     1772     1410     26 |  0.001 % |
3.67/3.76	|     87386 |     400     1400     4200 |     1949     1286     25 |  0.001 % |
5.77/5.81	|    131176 |     400     1400     4200 |     2144     1950     27 |  0.001 % |
8.97/9.02	|    196860 |     400     1400     4200 |     2358     1607     25 |  0.001 % |
13.97/14.00	|    295388 |     400     1400     4200 |     2594     2218     26 |  0.001 % |
21.67/21.78	|    443178 |     400     1400     4200 |     2854     2328     25 |  0.001 % |
33.76/33.90	|    664862 |     400     1400     4200 |     3139     2138     27 |  0.001 % |
52.66/52.80	|    997389 |     400     1400     4200 |     3453     3169     27 |  0.001 % |
81.85/81.91	|   1496179 |     400     1400     4200 |     3798     2294     26 |  0.001 % |
127.62/127.70	|   2244361 |     400     1400     4200 |     4178     3726     27 |  0.001 % |
199.69/199.86	|   3366635 |     400     1400     4200 |     4596     3558     29 |  0.001 % |
312.65/312.83	|   5050046 |     400     1400     4200 |     5056     2845     27 |  0.001 % |
487.66/487.92	|   7575164 |     400     1400     4200 |     5561     2619     25 |  0.001 % |
766.66/767.00	|  11362839 |     400     1400     4200 |     6117     4784     28 |  0.001 % |
1200.08/1200.60	HOME/run.sh: line 54:  6483 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1806189-1242146429/watcher-1806189-1242146429 -o /tmp/evaluation-result-1806189-1242146429/solver-1806189-1242146429 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806189-1242146429.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: 1.00 1.00 0.93 2/64 6479
/proc/meminfo: memFree=1208864/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5356 CPUtime=0
/proc/6479/stat : 6479 (run.sh) R 6477 6479 6261 0 -1 4194304 241 0 0 0 0 0 0 0 20 0 1 0 242669090 5484544 209 1992294400 4194304 4889804 548682068784 18446744073709551615 4323568 0 0 4100 65536 0 0 0 17 0 0 0
/proc/6479/statm: 1339 218 180 169 0 50 0

[startup+0.0402581 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 6479
/proc/meminfo: memFree=1208864/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101263 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 6479
/proc/meminfo: memFree=1208864/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301286 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 6479
/proc/meminfo: memFree=1208864/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701332 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 6479
/proc/meminfo: memFree=1208864/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1207952/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=2284 CPUtime=1.47
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 236 0 0 0 147 0 0 0 25 0 1 0 242669092 2338816 220 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 571 220 76 170 0 399 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7644

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1207760/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=2416 CPUtime=3.07
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 272 0 0 0 307 0 0 0 25 0 1 0 242669092 2473984 256 1992294400 134512640 135212939 4294956240 18446744073709551615 134536379 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 604 256 76 170 0 432 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7776

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1207504/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=2680 CPUtime=6.27
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 316 0 0 0 627 0 0 0 25 0 1 0 242669092 2744320 300 1992294400 134512640 135212939 4294956240 18446744073709551615 134536079 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 670 300 76 170 0 498 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8040

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1207184/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=2812 CPUtime=12.67
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 369 0 0 0 1267 0 0 0 25 0 1 0 242669092 2879488 353 1992294400 134512640 135212939 4294956240 18446744073709551615 134526666 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 703 353 76 170 0 531 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8172

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1206992/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=3208 CPUtime=25.46
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 440 0 0 0 2546 0 0 0 25 0 1 0 242669092 3284992 424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 802 424 76 170 0 630 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8568

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1206672/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=3472 CPUtime=51.05
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 518 0 0 0 5105 0 0 0 25 0 1 0 242669092 3555328 502 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 868 502 76 170 0 696 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8832

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6483
/proc/meminfo: memFree=1206096/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=3992 CPUtime=102.23
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 643 0 0 0 10223 0 0 0 25 0 1 0 242669092 4087808 627 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 998 627 76 170 0 826 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1205648/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=4392 CPUtime=162.21
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 739 0 0 0 16221 0 0 0 25 0 1 0 242669092 4497408 723 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1098 723 76 170 0 926 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9752

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1205328/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=4660 CPUtime=222.19
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 814 0 0 0 22219 0 0 0 25 0 1 0 242669092 4771840 798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1165 798 76 170 0 993 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 10020

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1205136/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=4928 CPUtime=282.16
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 873 0 0 0 28216 0 0 0 25 0 1 0 242669092 5046272 857 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1232 857 76 170 0 1060 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 10288

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1205008/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5060 CPUtime=342.11
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 918 0 0 0 34211 0 0 0 25 0 1 0 242669092 5181440 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1265 902 76 170 0 1093 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 10420

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1204880/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5188 CPUtime=402.1
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 965 0 0 0 40210 0 0 0 25 0 1 0 242669092 5312512 949 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1297 949 76 170 0 1125 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 10548

[startup+462.302 s]

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

/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5452 CPUtime=462.07
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1007 0 0 0 46207 0 0 0 25 0 1 0 242669092 5582848 991 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1363 991 76 170 0 1191 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 10812

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1204496/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5588 CPUtime=522.04
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1056 0 0 0 52204 0 0 0 25 0 1 0 242669092 5722112 1040 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1397 1040 76 170 0 1225 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 10948

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1204368/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5720 CPUtime=582.02
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1088 0 0 0 58202 0 0 0 25 0 1 0 242669092 5857280 1072 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1430 1072 76 170 0 1258 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 11080

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1204304/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5852 CPUtime=642
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1104 0 0 0 64200 0 0 0 25 0 1 0 242669092 5992448 1088 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1463 1088 76 170 0 1291 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 11212

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1204112/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5984 CPUtime=701.98
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1132 0 0 0 70197 1 0 0 25 0 1 0 242669092 6127616 1116 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1496 1116 76 170 0 1324 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 11344

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203984/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=5984 CPUtime=761.97
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1147 0 0 0 76196 1 0 0 25 0 1 0 242669092 6127616 1131 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1496 1131 76 170 0 1324 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 11344

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203856/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6104 CPUtime=821.94
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1187 0 0 0 82193 1 0 0 25 0 1 0 242669092 6250496 1171 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1526 1171 76 170 0 1354 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 11464

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203792/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6240 CPUtime=881.91
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1209 0 0 0 88190 1 0 0 25 0 1 0 242669092 6389760 1193 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1560 1193 76 170 0 1388 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 11600

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203728/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6372 CPUtime=941.89
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1230 0 0 0 94188 1 0 0 25 0 1 0 242669092 6524928 1214 1992294400 134512640 135212939 4294956240 18446744073709551615 134536513 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1593 1214 76 170 0 1421 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 11732

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203664/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6372 CPUtime=1001.86
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1249 0 0 0 100185 1 0 0 25 0 1 0 242669092 6524928 1233 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1593 1233 76 170 0 1421 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 11732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203600/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6372 CPUtime=1061.84
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1262 0 0 0 106183 1 0 0 25 0 1 0 242669092 6524928 1246 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1593 1246 76 170 0 1421 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 11732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203600/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6512 CPUtime=1121.82
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1274 0 0 0 112181 1 0 0 25 0 1 0 242669092 6668288 1258 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1628 1258 76 170 0 1456 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 11872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203600/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6512 CPUtime=1181.79
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1278 0 0 0 118178 1 0 0 25 0 1 0 242669092 6668288 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526820 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1628 1262 76 170 0 1456 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 11872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6485
/proc/meminfo: memFree=1203536/2055920 swapFree=4178464/4192956
[pid=6479] ppid=6477 vsize=5360 CPUtime=0
/proc/6479/stat : 6479 (run.sh) S 6477 6479 6261 0 -1 4194304 343 319 0 0 0 0 0 0 20 0 1 0 242669090 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6479/statm: 1340 241 197 169 0 51 0
[pid=6483] ppid=6479 vsize=6512 CPUtime=1200.08
/proc/6483/stat : 6483 (minisat) R 6479 6479 6261 0 -1 4194304 1283 0 0 0 120007 1 0 0 25 0 1 0 242669092 6668288 1267 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/6483/statm: 1628 1267 76 170 0 1456 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 11872

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.11
CPU user time (s): 1200.09
CPU system time (s): 0.019996
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 11872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.09
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1960
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= 11
involuntary context switches= 3940

runsolver used 1.50177 second user time and 2.78558 second system time

The end

Launcher Data

Begin job on node63 at 2009-05-12 18:40:29
IDJOB=1806189
IDBENCH=24687
IDSOLVER=648
FILE ID=node63/1806189-1242146429
PBS_JOBID= 9289661
Free space on /tmp= 66124 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806189-1242146429/watcher-1806189-1242146429 -o /tmp/evaluation-result-1806189-1242146429/solver-1806189-1242146429 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806189-1242146429.cnf HOME

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

MD5SUM BENCH= 67e3f1c82b3561160730d7e2b008579e
RANDOM SEED=1767446393

node63.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.236
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.236
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:       1209280 kB
Buffers:         79652 kB
Cached:         678712 kB
SwapCached:       8676 kB
Active:         288660 kB
Inactive:       479992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209280 kB
SwapTotal:     4192956 kB
SwapFree:      4178464 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          14984 kB
Slab:            63792 kB
Committed_AS:   968448 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node63 at 2009-05-12 19:00:30