Trace number 1805852

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

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
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 variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
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 |    1000     3000 |     299       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 250   #clauses: 1000   #literals: 3000
0.00/0.01	c CPU time:   0.003999 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:  250                                                  |
0.00/0.01	|  Number of clauses:    1000                                                 |
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 |     250     1000     3000 |      333        0    nan |  0.000 % |
0.00/0.01	|       100 |     250     1000     3000 |      366      100     25 |  0.002 % |
0.00/0.02	|       250 |     250     1000     3000 |      403      250     23 |  0.002 % |
0.00/0.03	|       476 |     250     1000     3000 |      443      242     27 |  0.002 % |
0.00/0.04	|       814 |     250     1000     3000 |      488      340     22 |  0.002 % |
0.00/0.06	|      1320 |     250     1000     3000 |      536      292     20 |  0.003 % |
0.00/0.09	|      2080 |     250     1000     3000 |      590      470     19 |  0.002 % |
0.00/0.14	|      3219 |     250     1000     3000 |      649      352     14 |  0.002 % |
0.00/0.21	|      4928 |     250     1000     3000 |      714      647     24 |  0.002 % |
0.00/0.31	|      7491 |     250     1000     3000 |      785      563     17 |  0.002 % |
0.00/0.48	|     11335 |     250     1000     3000 |      864      685     19 |  0.002 % |
0.00/0.74	|     17102 |     250     1000     3000 |      951      642     16 |  0.002 % |
1.09/1.12	|     25751 |     250     1000     3000 |     1046      936     20 |  0.002 % |
1.68/1.73	|     38726 |     250     1000     3000 |     1150      921     18 |  0.002 % |
2.58/2.69	|     58187 |     250     1000     3000 |     1265      936     17 |  0.002 % |
4.08/4.13	|     87379 |     250     1000     3000 |     1392      974     18 |  0.002 % |
6.28/6.33	|    131168 |     250     1000     3000 |     1531      863     16 |  0.002 % |
9.58/9.66	|    196853 |     250     1000     3000 |     1684     1289     19 |  0.002 % |
14.58/14.63	|    295379 |     250     1000     3000 |     1853      996     16 |  0.002 % |
22.78/22.84	|    443168 |     250     1000     3000 |     2038     1479     17 |  0.002 % |
35.17/35.28	|    664852 |     250     1000     3000 |     2242     1840     18 |  0.002 % |
55.16/55.25	|    997378 |     250     1000     3000 |     2466     1540     16 |  0.002 % |
83.64/83.75	|   1496166 |     250     1000     3000 |     2713     1501     17 |  0.002 % |
126.12/126.24	|   2244349 |     250     1000     3000 |     2984     2298     16 |  0.002 % |
193.70/193.83	|   3366623 |     250     1000     3000 |     3283     2186     16 |  0.002 % |
295.16/295.30	|   5050034 |     250     1000     3000 |     3611     2895     18 |  0.002 % |
460.98/461.22	|   7575150 |     250     1000     3000 |     3972     2681     17 |  0.002 % |
702.28/702.60	|  11362826 |     250     1000     3000 |     4369     2602     16 |  0.002 % |
1118.52/1119.09	|  17044338 |     250     1000     3000 |     4806     3158     17 |  0.002 % |
1200.09/1200.60	HOME/run.sh: line 55: 12373 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-1805852-1242142279/watcher-1805852-1242142279 -o /tmp/evaluation-result-1805852-1242142279/solver-1805852-1242142279 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805852-1242142279.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.69 0.30 0.71 3/64 12369
/proc/meminfo: memFree=1053072/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242261187 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12369/statm: 1340 237 196 169 0 51 0
[pid=12370] ppid=12369 vsize=1604 CPUtime=0
/proc/12370/stat : 12370 (revival) R 12369 12369 12305 0 -1 4194304 153 0 0 0 0 0 0 0 19 0 1 50000 242261187 1642496 119 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12370/statm: 401 119 84 6 0 39 0

[startup+0.046033 s]
/proc/loadavg: 0.69 0.30 0.71 3/64 12369
/proc/meminfo: memFree=1053072/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101036 s]
/proc/loadavg: 0.69 0.30 0.71 3/64 12369
/proc/meminfo: memFree=1053072/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301058 s]
/proc/loadavg: 0.69 0.30 0.71 3/64 12369
/proc/meminfo: memFree=1053072/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701101 s]
/proc/loadavg: 0.69 0.30 0.71 3/64 12369
/proc/meminfo: memFree=1053072/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50119 s]
/proc/loadavg: 0.69 0.30 0.71 2/66 12373
/proc/meminfo: memFree=1052352/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2152 CPUtime=1.48
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 186 0 0 0 148 0 0 0 25 0 1 0 242261189 2203648 170 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 538 170 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10136 s]
/proc/loadavg: 0.69 0.30 0.71 2/66 12373
/proc/meminfo: memFree=1052160/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2152 CPUtime=3.08
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 199 0 0 0 308 0 0 0 25 0 1 0 242261189 2203648 183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 538 183 76 170 0 366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7512

[startup+6.3027 s]
/proc/loadavg: 0.71 0.31 0.71 2/66 12373
/proc/meminfo: memFree=1052096/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2276 CPUtime=6.28
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 215 0 0 0 628 0 0 0 25 0 1 0 242261189 2330624 199 1992294400 134512640 135212939 4294956240 18446744073709551615 134536639 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 569 199 76 170 0 397 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7636

[startup+12.7014 s]
/proc/loadavg: 0.73 0.32 0.71 2/66 12373
/proc/meminfo: memFree=1051848/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2408 CPUtime=12.68
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 250 0 0 0 1268 0 0 0 25 0 1 0 242261189 2465792 234 1992294400 134512640 135212939 4294956240 18446744073709551615 134536513 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 602 234 76 170 0 430 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7768

[startup+25.5018 s]
/proc/loadavg: 0.79 0.36 0.72 2/66 12373
/proc/meminfo: memFree=1051656/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2540 CPUtime=25.47
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 300 0 0 0 2547 0 0 0 25 0 1 0 242261189 2600960 284 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 635 284 76 170 0 463 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7900

[startup+51.1015 s]
/proc/loadavg: 0.86 0.41 0.72 2/66 12373
/proc/meminfo: memFree=1051528/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=2808 CPUtime=51.06
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 348 0 0 0 5106 0 0 0 25 0 1 0 242261189 2875392 332 1992294400 134512640 135212939 4294956240 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 702 332 76 170 0 530 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8168

[startup+102.306 s]
/proc/loadavg: 0.94 0.50 0.74 2/66 12373
/proc/meminfo: memFree=1051080/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=3208 CPUtime=102.24
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 437 0 0 0 10224 0 0 0 25 0 1 0 242261189 3284992 421 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 802 421 76 170 0 630 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8568

[startup+162.301 s]
/proc/loadavg: 0.98 0.59 0.75 2/66 12373
/proc/meminfo: memFree=1050760/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=3344 CPUtime=162.21
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 503 0 0 0 16221 0 0 0 25 0 1 0 242261189 3424256 487 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 836 487 76 170 0 664 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 8704

[startup+222.302 s]
/proc/loadavg: 0.99 0.66 0.76 2/66 12373
/proc/meminfo: memFree=1050696/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=3476 CPUtime=222.18
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 531 0 0 0 22218 0 0 0 25 0 1 0 242261189 3559424 515 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 869 515 76 170 0 697 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 8836

[startup+282.301 s]
/proc/loadavg: 0.99 0.72 0.77 2/66 12373
/proc/meminfo: memFree=1050568/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=3616 CPUtime=282.16
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 561 0 0 0 28216 0 0 0 25 0 1 0 242261189 3702784 545 1992294400 134512640 135212939 4294956240 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 904 545 76 170 0 732 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 8976

[startup+342.302 s]
/proc/loadavg: 0.99 0.77 0.78 2/66 12373
/proc/meminfo: memFree=1050376/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=3892 CPUtime=342.14
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 622 0 0 0 34214 0 0 0 25 0 1 0 242261189 3985408 606 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 973 606 76 170 0 801 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 9252

[startup+402.301 s]
/proc/loadavg: 0.99 0.81 0.79 2/66 12373
/proc/meminfo: memFree=1050184/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4024 CPUtime=402.11
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 657 0 0 0 40211 0 0 0 25 0 1 0 242261189 4120576 641 1992294400 134512640 135212939 4294956240 18446744073709551615 134529310 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1006 641 76 170 0 834 0
Current children cumulated CPU time (s) 402.11

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

/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4024 CPUtime=462.08
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 671 0 0 0 46208 0 0 0 25 0 1 0 242261189 4120576 655 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1006 655 76 170 0 834 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 9384

[startup+522.301 s]
/proc/loadavg: 0.99 0.86 0.82 2/66 12373
/proc/meminfo: memFree=1050056/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4156 CPUtime=522.06
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 697 0 0 0 52206 0 0 0 25 0 1 0 242261189 4255744 681 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1039 681 76 170 0 867 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 9516

[startup+582.301 s]
/proc/loadavg: 0.99 0.89 0.82 2/66 12373
/proc/meminfo: memFree=1049992/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4288 CPUtime=582.03
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 720 0 0 0 58203 0 0 0 25 0 1 0 242261189 4390912 704 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1072 704 76 170 0 900 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 9648

[startup+642.302 s]
/proc/loadavg: 0.99 0.90 0.83 2/66 12375
/proc/meminfo: memFree=1049608/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4424 CPUtime=642.01
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 750 0 0 0 64201 0 0 0 25 0 1 0 242261189 4530176 734 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1106 734 76 170 0 934 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 9784

[startup+702.301 s]
/proc/loadavg: 0.99 0.92 0.84 2/66 12375
/proc/meminfo: memFree=1049672/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4424 CPUtime=701.98
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 761 0 0 0 70198 0 0 0 25 0 1 0 242261189 4530176 745 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1106 745 76 170 0 934 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 9784

[startup+762.306 s]
/proc/loadavg: 0.99 0.93 0.84 2/66 12375
/proc/meminfo: memFree=1049608/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4556 CPUtime=761.96
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 784 0 0 0 76196 0 0 0 25 0 1 0 242261189 4665344 768 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1139 768 76 170 0 967 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 9916

[startup+822.301 s]
/proc/loadavg: 0.99 0.94 0.85 2/66 12375
/proc/meminfo: memFree=1049544/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4688 CPUtime=821.94
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 811 0 0 0 82194 0 0 0 25 0 1 0 242261189 4800512 795 1992294400 134512640 135212939 4294956240 18446744073709551615 134534945 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1172 795 76 170 0 1000 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 10048

[startup+882.302 s]
/proc/loadavg: 0.99 0.95 0.85 2/66 12375
/proc/meminfo: memFree=1049480/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4688 CPUtime=881.91
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 838 0 0 0 88191 0 0 0 25 0 1 0 242261189 4800512 822 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1172 822 76 170 0 1000 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 10048

[startup+942.301 s]
/proc/loadavg: 1.04 0.97 0.86 2/66 12375
/proc/meminfo: memFree=1049352/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4824 CPUtime=941.88
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 871 0 0 0 94188 0 0 0 25 0 1 0 242261189 4939776 855 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1206 855 76 170 0 1034 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 10184

[startup+1002.3 s]
/proc/loadavg: 1.01 0.97 0.87 2/66 12375
/proc/meminfo: memFree=1049288/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4968 CPUtime=1001.87
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 885 0 0 0 100186 1 0 0 25 0 1 0 242261189 5087232 869 1992294400 134512640 135212939 4294956240 18446744073709551615 134534912 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1242 869 76 170 0 1070 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 10328

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 12375
/proc/meminfo: memFree=1049224/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4968 CPUtime=1061.85
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 907 0 0 0 106184 1 0 0 25 0 1 0 242261189 5087232 891 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1242 891 76 170 0 1070 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 10328

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 12375
/proc/meminfo: memFree=1049224/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=4968 CPUtime=1121.82
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 907 0 0 0 112181 1 0 0 25 0 1 0 242261189 5087232 891 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1242 891 76 170 0 1070 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 10328

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.89 2/66 12375
/proc/meminfo: memFree=1049160/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=5108 CPUtime=1181.8
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 920 0 0 0 118179 1 0 0 25 0 1 0 242261189 5230592 904 1992294400 134512640 135212939 4294956240 18446744073709551615 134526806 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1277 904 76 170 0 1105 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 10468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.97 0.89 2/66 12375
/proc/meminfo: memFree=1049160/2055920 swapFree=4180940/4192956
[pid=12369] ppid=12367 vsize=5360 CPUtime=0
/proc/12369/stat : 12369 (run.sh) S 12367 12369 12305 0 -1 4194304 341 296 0 0 0 0 0 0 16 0 1 0 242261187 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12369/statm: 1340 241 197 169 0 51 0
[pid=12373] ppid=12369 vsize=5108 CPUtime=1200.09
/proc/12373/stat : 12373 (minisat) R 12369 12369 12305 0 -1 4194304 931 0 0 0 120008 1 0 0 25 0 1 0 242261189 5230592 915 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/12373/statm: 1277 915 76 170 0 1105 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 10468

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.11
CPU user time (s): 1200.1
CPU system time (s): 0.015997
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 10468

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

runsolver used 0.869867 second user time and 3.50847 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 17:31:19
IDJOB=1805852
IDBENCH=24610
IDSOLVER=647
FILE ID=node19/1805852-1242142279
PBS_JOBID= 9289702
Free space on /tmp= 66108 MiB

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

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

MD5SUM BENCH= b79b003513b2a70c9b89188422a831e2
RANDOM SEED=1408642006

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1053616 kB
Buffers:         79936 kB
Cached:         824824 kB
SwapCached:       5760 kB
Active:         332696 kB
Inactive:       579824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053616 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            75804 kB
Committed_AS:   881552 kB
PageTables:       1452 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= 66104 MiB
End job on node19 at 2009-05-12 17:51:20