Trace number 1806475

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
MD5SUMd84d2f51f14938d23f8344f062b55708
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 variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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.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 |    1120     3360 |     335       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 280   #clauses: 1120   #literals: 3360
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:  280                                                  |
0.00/0.01	|  Number of clauses:    1120                                                 |
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 |     280     1120     3360 |      373        0    nan |  0.000 % |
0.00/0.01	|       100 |     280     1120     3360 |      410      100     30 |  0.001 % |
0.00/0.02	|       251 |     280     1120     3360 |      451      251     33 |  0.001 % |
0.00/0.03	|       478 |     280     1120     3360 |      496      478     30 |  0.001 % |
0.00/0.04	|       815 |     280     1120     3360 |      546      528     27 |  0.001 % |
0.00/0.06	|      1321 |     280     1120     3360 |      601      429     27 |  0.001 % |
0.00/0.10	|      2080 |     280     1120     3360 |      661      543     23 |  0.001 % |
0.00/0.14	|      3219 |     280     1120     3360 |      727      580     24 |  0.001 % |
0.00/0.22	|      4928 |     280     1120     3360 |      800      701     24 |  0.001 % |
0.00/0.35	|      7490 |     280     1120     3360 |      880      698     21 |  0.001 % |
0.00/0.55	|     11335 |     280     1120     3360 |      968      789     23 |  0.001 % |
0.00/0.85	|     17101 |     280     1120     3360 |     1065      525     16 |  0.001 % |
1.18/1.29	|     25751 |     280     1120     3360 |     1171      994     19 |  0.001 % |
1.78/1.89	|     38725 |     280     1120     3360 |     1288      757     15 |  0.001 % |
3.07/3.11	|     58188 |     280     1120     3360 |     1417     1080     21 |  0.001 % |
4.67/4.74	|     87380 |     280     1120     3360 |     1559     1370     20 |  0.001 % |
6.97/7.07	|    131169 |     280     1120     3360 |     1715     1440     21 |  0.001 % |
10.27/10.37	|    196853 |     280     1120     3360 |     1887     1494     19 |  0.001 % |
15.86/15.91	|    295379 |     280     1120     3360 |     2075     1479     19 |  0.001 % |
23.86/23.99	|    443169 |     280     1120     3360 |     2283     2060     18 |  0.001 % |
34.56/34.61	|    664853 |     280     1120     3360 |     2511     1415     16 |  0.001 % |
52.45/52.51	|    997379 |     280     1120     3360 |     2762     2095     16 |  0.001 % |
82.04/82.20	|   1496168 |     280     1120     3360 |     3039     2382     19 |  0.001 % |
128.02/128.17	|   2244350 |     280     1120     3360 |     3342     2657     20 |  0.001 % |
200.69/200.82	|   3366624 |     280     1120     3360 |     3677     2228     19 |  0.001 % |
315.75/315.93	|   5050035 |     280     1120     3360 |     4044     3316     17 |  0.001 % |
490.77/491.09	|   7575152 |     280     1120     3360 |     4449     3059     18 |  0.001 % |
764.27/764.62	|  11362828 |     280     1120     3360 |     4894     4355     19 |  0.001 % |
1180.90/1181.47	|  17044341 |     280     1120     3360 |     5383     3720     18 |  0.001 % |
1200.10/1200.60	HOME/run.sh: line 55: 26774 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-1806475-1242149690/watcher-1806475-1242149690 -o /tmp/evaluation-result-1806475-1242149690/solver-1806475-1242149690 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806475-1242149690.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.96 3/65 26770
/proc/meminfo: memFree=1707792/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) R 26768 26770 26393 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242996751 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26770/statm: 1340 236 195 169 0 51 0
[pid=26771] ppid=26770 vsize=1604 CPUtime=0
/proc/26771/stat : 26771 (revival) R 26770 26770 26393 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 50000 242996751 1642496 123 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26771/statm: 401 123 84 6 0 39 0

[startup+0.0629819 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26770
/proc/meminfo: memFree=1707792/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101986 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26770
/proc/meminfo: memFree=1707792/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302005 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26770
/proc/meminfo: memFree=1707792/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701043 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26770
/proc/meminfo: memFree=1707792/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50112 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1707008/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2152 CPUtime=1.48
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 191 0 0 0 148 0 0 0 25 0 1 0 242996752 2203648 175 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 538 175 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1706880/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2152 CPUtime=3.07
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 205 0 0 0 307 0 0 0 25 0 1 0 242996752 2203648 189 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 538 189 76 170 0 366 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7512

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1706688/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2284 CPUtime=6.27
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 236 0 0 0 627 0 0 0 25 0 1 0 242996752 2338816 220 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 571 220 76 170 0 399 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7644

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1706496/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2408 CPUtime=12.67
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 269 0 0 0 1267 0 0 0 25 0 1 0 242996752 2465792 253 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 602 253 76 170 0 430 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7768

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1706304/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2660 CPUtime=25.46
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 308 0 0 0 2546 0 0 0 25 0 1 0 242996752 2723840 292 1992294400 134512640 135212939 4294956240 18446744073709551615 134529695 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 665 292 76 170 0 493 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8020

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1706112/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=2792 CPUtime=51.05
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 366 0 0 0 5105 0 0 0 25 0 1 0 242996752 2859008 350 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 698 350 76 170 0 526 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8152

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1705536/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=3328 CPUtime=102.23
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 480 0 0 0 10223 0 0 0 25 0 1 0 242996752 3407872 464 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 832 464 76 170 0 660 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8688

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1705280/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=3596 CPUtime=162.21
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 545 0 0 0 16221 0 0 0 25 0 1 0 242996752 3682304 529 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 899 529 76 170 0 727 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 8956

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26774
/proc/meminfo: memFree=1705024/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=3732 CPUtime=222.19
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 598 0 0 0 22219 0 0 0 25 0 1 0 242996752 3821568 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 933 582 76 170 0 761 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 9092

[startup+282.301 s]
/proc/loadavg: 1.04 1.01 0.96 2/67 26774
/proc/meminfo: memFree=1704768/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4004 CPUtime=282.16
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 659 0 0 0 28216 0 0 0 25 0 1 0 242996752 4100096 643 1992294400 134512640 135212939 4294956240 18446744073709551615 134536571 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1001 643 76 170 0 829 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9364

[startup+342.301 s]
/proc/loadavg: 1.01 1.01 0.96 2/67 26774
/proc/meminfo: memFree=1704512/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4276 CPUtime=342.14
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 718 0 0 0 34214 0 0 0 25 0 1 0 242996752 4378624 702 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1069 702 76 170 0 897 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 9636

[startup+402.301 s]
/proc/loadavg: 1.04 1.02 0.97 2/67 26774
/proc/meminfo: memFree=1704320/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4412 CPUtime=402.12
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 749 0 0 0 40212 0 0 0 25 0 1 0 242996752 4517888 733 1992294400 134512640 135212939 4294956240 18446744073709551615 134526652 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1103 733 76 170 0 931 0
Current children cumulated CPU time (s) 402.12

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

/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4412 CPUtime=462.08
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 764 0 0 0 46208 0 0 0 25 0 1 0 242996752 4517888 748 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1103 748 76 170 0 931 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 9772

[startup+522.302 s]
/proc/loadavg: 1.07 1.05 0.98 2/67 26776
/proc/meminfo: memFree=1704064/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4548 CPUtime=522.06
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 789 0 0 0 52206 0 0 0 25 0 1 0 242996752 4657152 773 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1137 773 76 170 0 965 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 9908

[startup+582.302 s]
/proc/loadavg: 1.02 1.04 0.98 2/67 26776
/proc/meminfo: memFree=1703936/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4680 CPUtime=582.05
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 834 0 0 0 58204 1 0 0 25 0 1 0 242996752 4792320 818 1992294400 134512640 135212939 4294956240 18446744073709551615 134536100 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1170 818 76 170 0 998 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 10040

[startup+642.302 s]
/proc/loadavg: 1.01 1.03 0.98 2/67 26776
/proc/meminfo: memFree=1703808/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4820 CPUtime=642.03
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 851 0 0 0 64202 1 0 0 25 0 1 0 242996752 4935680 835 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1205 835 76 170 0 1033 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 10180

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 0.98 2/67 26776
/proc/meminfo: memFree=1703744/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4820 CPUtime=702
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 863 0 0 0 70199 1 0 0 25 0 1 0 242996752 4935680 847 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1205 847 76 170 0 1033 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 10180

[startup+762.305 s]
/proc/loadavg: 1.00 1.01 0.98 2/67 26776
/proc/meminfo: memFree=1703680/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4820 CPUtime=761.98
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 863 0 0 0 76197 1 0 0 25 0 1 0 242996752 4935680 847 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1205 847 76 170 0 1033 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 10180

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/67 26776
/proc/meminfo: memFree=1703616/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4944 CPUtime=821.94
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 883 0 0 0 82193 1 0 0 25 0 1 0 242996752 5062656 867 1992294400 134512640 135212939 4294956240 18446744073709551615 134536453 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1236 867 76 170 0 1064 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 10304

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703488/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4944 CPUtime=881.92
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 894 0 0 0 88191 1 0 0 25 0 1 0 242996752 5062656 878 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1236 878 76 170 0 1064 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 10304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703424/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=4944 CPUtime=941.9
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 904 0 0 0 94189 1 0 0 25 0 1 0 242996752 5062656 888 1992294400 134512640 135212939 4294956240 18446744073709551615 134529693 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1236 888 76 170 0 1064 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 10304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703360/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=5076 CPUtime=1001.87
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 915 0 0 0 100186 1 0 0 25 0 1 0 242996752 5197824 899 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1269 899 76 170 0 1097 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 10436

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703296/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=5076 CPUtime=1061.85
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 918 0 0 0 106184 1 0 0 25 0 1 0 242996752 5197824 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1269 902 76 170 0 1097 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 10436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703296/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=5076 CPUtime=1121.83
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 918 0 0 0 112182 1 0 0 25 0 1 0 242996752 5197824 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134530022 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1269 902 76 170 0 1097 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 10436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703232/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=5076 CPUtime=1181.8
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 937 0 0 0 118179 1 0 0 25 0 1 0 242996752 5197824 921 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1269 921 76 170 0 1097 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 10436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 26776
/proc/meminfo: memFree=1703232/2055920 swapFree=4179792/4192956
[pid=26770] ppid=26768 vsize=5360 CPUtime=0
/proc/26770/stat : 26770 (run.sh) S 26768 26770 26393 0 -1 4194304 341 305 0 0 0 0 0 0 16 0 1 0 242996751 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26770/statm: 1340 241 197 169 0 51 0
[pid=26774] ppid=26770 vsize=5076 CPUtime=1200.1
/proc/26774/stat : 26774 (minisat) R 26770 26770 26393 0 -1 4194304 937 0 0 0 120009 1 0 0 25 0 1 0 242996752 5197824 921 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/26774/statm: 1269 921 76 170 0 1097 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 10436

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.12
CPU user time (s): 1200.1
CPU system time (s): 0.020996
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 10436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.1
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1599
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= 9
involuntary context switches= 2860

runsolver used 0.977851 second user time and 3.40248 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 19:34:50
IDJOB=1806475
IDBENCH=24742
IDSOLVER=647
FILE ID=node56/1806475-1242149690
PBS_JOBID= 9289668
Free space on /tmp= 102976 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806475-1242149690/watcher-1806475-1242149690 -o /tmp/evaluation-result-1806475-1242149690/solver-1806475-1242149690 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806475-1242149690.cnf HOME

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

MD5SUM BENCH= d84d2f51f14938d23f8344f062b55708
RANDOM SEED=914451013

node56.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.218
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.218
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:       1708272 kB
Buffers:         43524 kB
Cached:         228436 kB
SwapCached:       7316 kB
Active:          75320 kB
Inactive:       205868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708272 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          14544 kB
Slab:            52456 kB
Committed_AS:   805864 kB
PageTables:       1472 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= 102972 MiB
End job on node56 at 2009-05-12 19:54:51