Trace number 1806832

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.05 1200.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-260-100.cnf
MD5SUM37a9ba5ea74ccd08102ca2000f5e8920
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 variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
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 |     624     1560 |     187       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 624   #literals: 1560
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	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:  260                                                  |
0.00/0.01	|  Number of clauses:    624                                                  |
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 |     260      624     1560 |      208        0    nan |  0.000 % |
0.00/0.01	|       103 |     260      624     1560 |      228      103     42 |  0.001 % |
0.00/0.01	|       253 |     260      624     1560 |      251      253     38 |  0.001 % |
0.00/0.02	|       478 |     260      624     1560 |      276      352     36 |  0.001 % |
0.00/0.03	|       815 |     260      624     1560 |      304      334     33 |  0.001 % |
0.00/0.04	|      1321 |     260      624     1560 |      334      305     29 |  0.001 % |
0.00/0.06	|      2080 |     260      624     1560 |      368      274     26 |  0.001 % |
0.00/0.09	|      3219 |     260      624     1560 |      405      265     21 |  0.001 % |
0.00/0.14	|      4928 |     260      624     1560 |      445      472     32 |  0.001 % |
0.00/0.20	|      7495 |     260      624     1560 |      490      411     29 |  0.001 % |
0.00/0.31	|     11340 |     260      624     1560 |      539      489     33 |  0.001 % |
0.00/0.48	|     17106 |     260      624     1560 |      593      325     21 |  0.001 % |
0.00/0.74	|     25755 |     260      624     1560 |      652      478     26 |  0.001 % |
1.09/1.12	|     38730 |     260      624     1560 |      718      602     33 |  0.001 % |
1.69/1.73	|     58193 |     260      624     1560 |      789      434     23 |  0.001 % |
2.69/2.71	|     87385 |     260      624     1560 |      868      809     32 |  0.001 % |
4.18/4.21	|    131175 |     260      624     1560 |      955      891     37 |  0.001 % |
6.49/6.53	|    196862 |     260      624     1560 |     1051     1045     36 |  0.001 % |
10.08/10.10	|    295388 |     260      624     1560 |     1156      888     35 |  0.001 % |
15.68/15.73	|    443179 |     260      624     1560 |     1272      826     34 |  0.001 % |
24.28/24.32	|    664863 |     260      624     1560 |     1399     1302     41 |  0.001 % |
37.67/37.77	|    997389 |     260      624     1560 |     1539     1504     41 |  0.001 % |
58.17/58.21	|   1496177 |     260      624     1560 |     1693     1038     36 |  0.001 % |
90.45/90.55	|   2244361 |     260      624     1560 |     1862     1401     43 |  0.001 % |
140.83/140.94	|   3366635 |     260      624     1560 |     2048     1222     38 |  0.001 % |
217.20/217.33	|   5050047 |     260      624     1560 |     2253     1197     37 |  0.001 % |
339.06/339.27	|   7575166 |     260      624     1560 |     2478     1809     42 |  0.001 % |
530.49/530.73	|  11362841 |     260      624     1560 |     2726     1422     44 |  0.001 % |
823.56/823.91	|  17044353 |     260      624     1560 |     2999     1771     44 |  0.001 % |
1200.03/1200.50	HOME/run.sh: line 55: 14758 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-1806832-1242152625/watcher-1806832-1242152625 -o /tmp/evaluation-result-1806832-1242152625/solver-1806832-1242152625 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806832-1242152625.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 0.99 0.93 3/64 14754
/proc/meminfo: memFree=1118056/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243290561 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14754/statm: 1340 237 196 169 0 51 0
[pid=14755] ppid=14754 vsize=1616 CPUtime=0
/proc/14755/stat : 14755 (revival) R 14754 14754 14283 0 -1 4194304 163 0 0 0 0 0 0 0 19 0 1 50000 243290562 1654784 129 1992294400 134512640 134537284 4294956368 18446744073709551615 2440304 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14755/statm: 404 129 95 6 0 42 0

[startup+0.0627609 s]
/proc/loadavg: 1.00 0.99 0.93 3/64 14754
/proc/meminfo: memFree=1118056/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101765 s]
/proc/loadavg: 1.00 0.99 0.93 3/64 14754
/proc/meminfo: memFree=1118056/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301783 s]
/proc/loadavg: 1.00 0.99 0.93 3/64 14754
/proc/meminfo: memFree=1118056/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701818 s]
/proc/loadavg: 1.00 0.99 0.93 3/64 14754
/proc/meminfo: memFree=1118056/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50189 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1117336/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2148 CPUtime=1.49
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 196 0 0 0 149 0 0 0 25 0 1 0 243290562 2199552 180 1992294400 134512640 135212939 4294956240 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 537 180 76 170 0 365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7508

[startup+3.10107 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1117144/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2276 CPUtime=3.08
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 214 0 0 0 308 0 0 0 25 0 1 0 243290562 2330624 198 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 569 198 76 170 0 397 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7636

[startup+6.30132 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1116960/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2408 CPUtime=6.28
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 245 0 0 0 628 0 0 0 25 0 1 0 243290562 2465792 229 1992294400 134512640 135212939 4294956240 18446744073709551615 134535772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 602 229 76 170 0 430 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7768

[startup+12.7029 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1116640/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2532 CPUtime=12.68
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 286 0 0 0 1268 0 0 0 25 0 1 0 243290562 2592768 270 1992294400 134512640 135212939 4294956240 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 633 270 76 170 0 461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7892

[startup+25.501 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1116512/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2796 CPUtime=25.48
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 334 0 0 0 2548 0 0 0 25 0 1 0 243290562 2863104 318 1992294400 134512640 135212939 4294956240 18446744073709551615 134537324 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 699 318 76 170 0 527 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8156

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1116384/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=2928 CPUtime=51.07
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 383 0 0 0 5107 0 0 0 25 0 1 0 243290562 2998272 367 1992294400 134512640 135212939 4294956240 18446744073709551615 134535605 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 732 367 76 170 0 560 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8288

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115872/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=3316 CPUtime=102.25
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 471 0 0 0 10225 0 0 0 25 0 1 0 243290562 3395584 455 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 829 455 76 170 0 657 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8676

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115680/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=3556 CPUtime=162.23
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 529 0 0 0 16223 0 0 0 25 0 1 0 243290562 3641344 513 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 889 513 76 170 0 717 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8916

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115488/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=3688 CPUtime=222.2
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 570 0 0 0 22220 0 0 0 25 0 1 0 243290562 3776512 554 1992294400 134512640 135212939 4294956240 18446744073709551615 134543510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 922 554 76 170 0 750 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9048

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115360/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=3828 CPUtime=282.18
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 611 0 0 0 28218 0 0 0 25 0 1 0 243290562 3919872 595 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 957 595 76 170 0 785 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 9188

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115232/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=3964 CPUtime=342.16
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 643 0 0 0 34216 0 0 0 25 0 1 0 243290562 4059136 627 1992294400 134512640 135212939 4294956240 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 991 627 76 170 0 819 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 9324

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1115104/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4100 CPUtime=402.13
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 674 0 0 0 40213 0 0 0 25 0 1 0 243290562 4198400 658 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1025 658 76 170 0 853 0
Current children cumulated CPU time (s) 402.13

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

/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4100 CPUtime=522.09
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 691 0 0 0 52209 0 0 0 25 0 1 0 243290562 4198400 675 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1025 675 76 170 0 853 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 9460

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1114912/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4232 CPUtime=582.07
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 722 0 0 0 58207 0 0 0 25 0 1 0 243290562 4333568 706 1992294400 134512640 135212939 4294956240 18446744073709551615 134527071 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1058 706 76 170 0 886 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 9592

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1114912/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4356 CPUtime=642.05
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 735 0 0 0 64205 0 0 0 25 0 1 0 243290562 4460544 719 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1089 719 76 170 0 917 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 9716

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1114720/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4356 CPUtime=702.02
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 753 0 0 0 70202 0 0 0 25 0 1 0 243290562 4460544 737 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1089 737 76 170 0 917 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 9716

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.93 2/66 14758
/proc/meminfo: memFree=1114656/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4496 CPUtime=761.99
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 762 0 0 0 76199 0 0 0 25 0 1 0 243290562 4603904 746 1992294400 134512640 135212939 4294956240 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1124 746 76 170 0 952 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 9856

[startup+822.302 s]
/proc/loadavg: 1.04 1.00 0.93 2/66 14758
/proc/meminfo: memFree=1114592/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4496 CPUtime=821.96
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 776 0 0 0 82196 0 0 0 25 0 1 0 243290562 4603904 760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1124 760 76 170 0 952 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 9856

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 14758
/proc/meminfo: memFree=1114528/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4620 CPUtime=881.95
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 798 0 0 0 88194 1 0 0 25 0 1 0 243290562 4730880 782 1992294400 134512640 135212939 4294956240 18446744073709551615 134536997 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1155 782 76 170 0 983 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 9980

[startup+942.301 s]
/proc/loadavg: 1.18 1.04 0.95 2/66 14758
/proc/meminfo: memFree=1114464/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4620 CPUtime=941.92
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 818 0 0 0 94191 1 0 0 25 0 1 0 243290562 4730880 802 1992294400 134512640 135212939 4294956240 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1155 802 76 170 0 983 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 9980

[startup+1002.3 s]
/proc/loadavg: 1.11 1.05 0.95 2/66 14758
/proc/meminfo: memFree=1114400/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4752 CPUtime=1001.9
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 827 0 0 0 100189 1 0 0 25 0 1 0 243290562 4866048 811 1992294400 134512640 135212939 4294956240 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1188 811 76 170 0 1016 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 10112

[startup+1062.3 s]
/proc/loadavg: 1.04 1.04 0.95 2/66 14760
/proc/meminfo: memFree=1114208/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4884 CPUtime=1061.88
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 860 0 0 0 106187 1 0 0 25 0 1 0 243290562 5001216 844 1992294400 134512640 135212939 4294956240 18446744073709551615 134534936 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1221 844 76 170 0 1049 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 10244

[startup+1122.3 s]
/proc/loadavg: 1.01 1.03 0.95 2/66 14760
/proc/meminfo: memFree=1114208/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4884 CPUtime=1121.85
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 865 0 0 0 112184 1 0 0 25 0 1 0 243290562 5001216 849 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1221 849 76 170 0 1049 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 10244

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 14760
/proc/meminfo: memFree=1114144/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4884 CPUtime=1181.83
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 872 0 0 0 118182 1 0 0 25 0 1 0 243290562 5001216 856 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1221 856 76 170 0 1049 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 10244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 14760
/proc/meminfo: memFree=1114144/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4884 CPUtime=1200.03
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 872 0 0 0 120002 1 0 0 25 0 1 0 243290562 5001216 856 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1221 856 76 170 0 1049 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 10244

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 14760
/proc/meminfo: memFree=1114144/2055920 swapFree=4178620/4192956
[pid=14754] ppid=14752 vsize=5360 CPUtime=0
/proc/14754/stat : 14754 (run.sh) S 14752 14754 14283 0 -1 4194304 341 289 0 0 0 0 0 0 16 0 1 0 243290561 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1340 241 197 169 0 51 0
[pid=14758] ppid=14754 vsize=4884 CPUtime=1200.03
/proc/14758/stat : 14758 (minisat) R 14754 14754 14283 0 -1 4194304 872 0 0 0 120002 1 0 0 25 0 1 0 243290562 5001216 856 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/14758/statm: 1221 856 76 170 0 1049 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 10244

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1200.03
CPU system time (s): 0.017997
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 10244

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

runsolver used 0.945856 second user time and 3.43048 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-12 20:23:45
IDJOB=1806832
IDBENCH=71112
IDSOLVER=647
FILE ID=node43/1806832-1242152625
PBS_JOBID= 9289680
Free space on /tmp= 66184 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-260-100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806832-1242152625/watcher-1806832-1242152625 -o /tmp/evaluation-result-1806832-1242152625/solver-1806832-1242152625 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806832-1242152625.cnf HOME

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

MD5SUM BENCH= 37a9ba5ea74ccd08102ca2000f5e8920
RANDOM SEED=1070977742

node43.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.237
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.237
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:       1118536 kB
Buffers:         60268 kB
Cached:         791468 kB
SwapCached:       8124 kB
Active:          89396 kB
Inactive:       772792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118536 kB
SwapTotal:     4192956 kB
SwapFree:      4178620 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            61256 kB
Committed_AS:   936776 kB
PageTables:       1444 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= 66184 MiB
End job on node43 at 2009-05-12 20:43:46