Trace number 1806188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.06 1201.01

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 revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Now, SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    1400     4200 |     419       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 400   #clauses: 1400   #literals: 4200
0.00/0.01	c CPU time:   0.002999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c SatElite is 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.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         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.09	|      2085 |     400     1400     4200 |      826      565     25 |  0.001 % |
0.00/0.13	|      3225 |     400     1400     4200 |      909      806     26 |  0.001 % |
0.00/0.20	|      4933 |     400     1400     4200 |     1000      541     23 |  0.001 % |
0.00/0.30	|      7496 |     400     1400     4200 |     1100      968     26 |  0.001 % |
0.00/0.46	|     11341 |     400     1400     4200 |     1210      758     23 |  0.001 % |
0.00/0.71	|     17109 |     400     1400     4200 |     1331      809     23 |  0.001 % |
1.08/1.11	|     25758 |     400     1400     4200 |     1464     1122     25 |  0.001 % |
1.57/1.70	|     38732 |     400     1400     4200 |     1611     1120     25 |  0.001 % |
2.57/2.62	|     58194 |     400     1400     4200 |     1772     1410     26 |  0.001 % |
3.97/4.06	|     87386 |     400     1400     4200 |     1949     1286     25 |  0.001 % |
6.19/6.59	|    131176 |     400     1400     4200 |     2144     1950     27 |  0.001 % |
9.38/9.78	|    196860 |     400     1400     4200 |     2358     1607     25 |  0.001 % |
14.39/14.77	|    295388 |     400     1400     4200 |     2594     2218     26 |  0.001 % |
22.18/22.58	|    443178 |     400     1400     4200 |     2854     2328     25 |  0.001 % |
34.27/34.65	|    664862 |     400     1400     4200 |     3139     2138     27 |  0.001 % |
53.25/53.67	|    997389 |     400     1400     4200 |     3453     3169     27 |  0.001 % |
82.34/82.77	|   1496179 |     400     1400     4200 |     3798     2294     26 |  0.001 % |
128.11/128.59	|   2244361 |     400     1400     4200 |     4178     3726     27 |  0.001 % |
200.37/200.88	|   3366635 |     400     1400     4200 |     4596     3558     29 |  0.001 % |
313.31/313.86	|   5050046 |     400     1400     4200 |     5056     2845     27 |  0.001 % |
488.11/488.73	|   7575164 |     400     1400     4200 |     5561     2619     25 |  0.001 % |
766.77/767.59	|  11362839 |     400     1400     4200 |     6117     4784     28 |  0.001 % |
1200.03/1201.00	HOME/run.sh: line 55: 21359 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-1806188-1242146397/watcher-1806188-1242146397 -o /tmp/evaluation-result-1806188-1242146397/solver-1806188-1242146397 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806188-1242146397.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 3/64 21355
/proc/meminfo: memFree=820664/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) R 21353 21355 21194 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242672989 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21355/statm: 1340 236 195 169 0 51 0
[pid=21356] ppid=21355 vsize=1604 CPUtime=0
/proc/21356/stat : 21356 (revival) R 21355 21355 21194 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 50000 242672990 1642496 129 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21356/statm: 401 129 84 6 0 39 0

[startup+0.067004 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 21355
/proc/meminfo: memFree=820664/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102006 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 21355
/proc/meminfo: memFree=820664/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301045 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 21355
/proc/meminfo: memFree=820664/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701123 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 21355
/proc/meminfo: memFree=820664/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=819752/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=2284 CPUtime=1.47
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 232 0 0 0 147 0 0 0 25 0 1 0 242672991 2338816 216 1992294400 134512640 135212939 4294956240 18446744073709551615 134530499 0 0 4096 3 0 0 0 17 1 0 0
/proc/21359/statm: 571 216 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 21359
/proc/meminfo: memFree=819496/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=2416 CPUtime=3.07
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 268 0 0 0 307 0 0 0 25 0 1 0 242672991 2473984 252 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 1 0 0
/proc/21359/statm: 604 252 76 170 0 432 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7776

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=819240/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=2548 CPUtime=5.98
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 301 0 0 0 598 0 0 0 25 0 1 0 242672991 2609152 285 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 637 285 76 170 0 465 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 7908

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=818864/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=2812 CPUtime=12.39
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 367 0 0 0 1238 1 0 0 25 0 1 0 242672991 2879488 351 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 703 351 76 170 0 531 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 8172

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=818544/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=3076 CPUtime=25.18
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 438 0 0 0 2517 1 0 0 25 0 1 0 242672991 3149824 422 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 769 422 76 170 0 597 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 8436

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=818288/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=3472 CPUtime=50.75
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 517 0 0 0 5074 1 0 0 25 0 1 0 242672991 3555328 501 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 868 501 76 170 0 696 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 8832

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21359
/proc/meminfo: memFree=817712/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=3992 CPUtime=101.93
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 640 0 0 0 10192 1 0 0 25 0 1 0 242672991 4087808 624 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 998 624 76 170 0 826 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 9352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=817328/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=4392 CPUtime=161.89
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 739 0 0 0 16188 1 0 0 25 0 1 0 242672991 4497408 723 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1098 723 76 170 0 926 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 9752

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=816944/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=4660 CPUtime=221.86
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 814 0 0 0 22185 1 0 0 25 0 1 0 242672991 4771840 798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1165 798 76 170 0 993 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 10020

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=816688/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=4928 CPUtime=281.82
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 873 0 0 0 28181 1 0 0 25 0 1 0 242672991 5046272 857 1992294400 134512640 135212939 4294956240 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1232 857 76 170 0 1060 0
Current children cumulated CPU time (s) 281.82
Current children cumulated vsize (KiB) 10288

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=816560/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5060 CPUtime=341.78
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 918 0 0 0 34177 1 0 0 25 0 1 0 242672991 5181440 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134536028 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1265 902 76 170 0 1093 0
Current children cumulated CPU time (s) 341.78
Current children cumulated vsize (KiB) 10420

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=816368/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5188 CPUtime=401.75
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 965 0 0 0 40174 1 0 0 25 0 1 0 242672991 5312512 949 1992294400 134512640 135212939 4294956240 18446744073709551615 134536476 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1297 949 76 170 0 1125 0
Current children cumulated CPU time (s) 401.75

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

/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5452 CPUtime=461.72
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1007 0 0 0 46171 1 0 0 25 0 1 0 242672991 5582848 991 1992294400 134512640 135212939 4294956240 18446744073709551615 134536387 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1363 991 76 170 0 1191 0
Current children cumulated CPU time (s) 461.72
Current children cumulated vsize (KiB) 10812

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815984/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5588 CPUtime=521.69
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1053 0 0 0 52168 1 0 0 25 0 1 0 242672991 5722112 1037 1992294400 134512640 135212939 4294956240 18446744073709551615 134536498 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1397 1037 76 170 0 1225 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 10948

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815792/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5720 CPUtime=581.66
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1088 0 0 0 58165 1 0 0 25 0 1 0 242672991 5857280 1072 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1430 1072 76 170 0 1258 0
Current children cumulated CPU time (s) 581.66
Current children cumulated vsize (KiB) 11080

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815792/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5852 CPUtime=641.63
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1104 0 0 0 64162 1 0 0 25 0 1 0 242672991 5992448 1088 1992294400 134512640 135212939 4294956240 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1463 1088 76 170 0 1291 0
Current children cumulated CPU time (s) 641.63
Current children cumulated vsize (KiB) 11212

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815600/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5984 CPUtime=701.6
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1132 0 0 0 70159 1 0 0 25 0 1 0 242672991 6127616 1116 1992294400 134512640 135212939 4294956240 18446744073709551615 134534888 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1496 1116 76 170 0 1324 0
Current children cumulated CPU time (s) 701.6
Current children cumulated vsize (KiB) 11344

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815600/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=5984 CPUtime=761.57
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1147 0 0 0 76156 1 0 0 25 0 1 0 242672991 6127616 1131 1992294400 134512640 135212939 4294956240 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1496 1131 76 170 0 1324 0
Current children cumulated CPU time (s) 761.57
Current children cumulated vsize (KiB) 11344

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815408/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6104 CPUtime=821.53
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1187 0 0 0 82152 1 0 0 25 0 1 0 242672991 6250496 1171 1992294400 134512640 135212939 4294956240 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1526 1171 76 170 0 1354 0
Current children cumulated CPU time (s) 821.53
Current children cumulated vsize (KiB) 11464

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815344/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6240 CPUtime=881.5
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1207 0 0 0 88149 1 0 0 25 0 1 0 242672991 6389760 1191 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1560 1191 76 170 0 1388 0
Current children cumulated CPU time (s) 881.5
Current children cumulated vsize (KiB) 11600

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815280/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6372 CPUtime=941.47
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1230 0 0 0 94146 1 0 0 25 0 1 0 242672991 6524928 1214 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1593 1214 76 170 0 1421 0
Current children cumulated CPU time (s) 941.47
Current children cumulated vsize (KiB) 11732

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815152/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6372 CPUtime=1001.45
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1249 0 0 0 100143 2 0 0 25 0 1 0 242672991 6524928 1233 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1593 1233 76 170 0 1421 0
Current children cumulated CPU time (s) 1001.45
Current children cumulated vsize (KiB) 11732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815152/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6372 CPUtime=1061.41
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1262 0 0 0 106139 2 0 0 25 0 1 0 242672991 6524928 1246 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1593 1246 76 170 0 1421 0
Current children cumulated CPU time (s) 1061.41
Current children cumulated vsize (KiB) 11732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815088/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6512 CPUtime=1121.38
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1274 0 0 0 112136 2 0 0 25 0 1 0 242672991 6668288 1258 1992294400 134512640 135212939 4294956240 18446744073709551615 134536997 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1628 1258 76 170 0 1456 0
Current children cumulated CPU time (s) 1121.38
Current children cumulated vsize (KiB) 11872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815088/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6512 CPUtime=1181.34
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1278 0 0 0 118132 2 0 0 25 0 1 0 242672991 6668288 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1628 1262 76 170 0 1456 0
Current children cumulated CPU time (s) 1181.34
Current children cumulated vsize (KiB) 11872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21361
/proc/meminfo: memFree=815088/2055920 swapFree=4180192/4192956
[pid=21355] ppid=21353 vsize=5360 CPUtime=0
/proc/21355/stat : 21355 (run.sh) S 21353 21355 21194 0 -1 4194304 341 317 0 0 0 0 0 0 16 0 1 0 242672989 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21355/statm: 1340 241 197 169 0 51 0
[pid=21359] ppid=21355 vsize=6512 CPUtime=1200.03
/proc/21359/stat : 21359 (minisat) R 21355 21355 21194 0 -1 4194304 1283 0 0 0 120001 2 0 0 25 0 1 0 242672991 6668288 1267 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21359/statm: 1628 1267 76 170 0 1456 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 11872

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1201.01
CPU time (s): 1200.06
CPU user time (s): 1200.03
CPU system time (s): 0.029995
CPU usage (%): 99.9208
Max. virtual memory (cumulated for all children) (KiB): 11872

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

runsolver used 0.995848 second user time and 3.39348 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-12 18:39:57
IDJOB=1806188
IDBENCH=24687
IDSOLVER=647
FILE ID=node28/1806188-1242146397
PBS_JOBID= 9289693
Free space on /tmp= 66024 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 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-1806188-1242146397/watcher-1806188-1242146397 -o /tmp/evaluation-result-1806188-1242146397/solver-1806188-1242146397 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806188-1242146397.cnf HOME

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

MD5SUM BENCH= 67e3f1c82b3561160730d7e2b008579e
RANDOM SEED=1116727809

node28.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.261
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.261
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:        821208 kB
Buffers:         78044 kB
Cached:        1056308 kB
SwapCached:       5940 kB
Active:          58924 kB
Inactive:      1084024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        821208 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          14216 kB
Slab:            77712 kB
Committed_AS:   911404 kB
PageTables:       1420 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= 66020 MiB
End job on node28 at 2009-05-12 18:59:58