Trace number 1806888

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-200-100.cnf
MD5SUM3eff3d0cb86e42a8fbb844259e0c7beb
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 variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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 |     480     1200 |     143       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 200   #clauses: 480   #literals: 1200
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c SatElite is done !
0.00/0.00	c Calling MINISAT
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  200                                                  |
0.00/0.00	|  Number of clauses:    480                                                  |
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 |     200      480     1200 |      160        0    nan |  0.000 % |
0.00/0.01	|       100 |     200      480     1200 |      176      100     39 |  0.003 % |
0.00/0.01	|       250 |     200      480     1200 |      193      136     28 |  0.003 % |
0.00/0.02	|       475 |     200      480     1200 |      212      243     28 |  0.003 % |
0.00/0.02	|       812 |     200      480     1200 |      234      178     21 |  0.003 % |
0.00/0.03	|      1319 |     200      480     1200 |      257      245     26 |  0.003 % |
0.00/0.05	|      2078 |     200      480     1200 |      283      227     20 |  0.003 % |
0.00/0.08	|      3217 |     200      480     1200 |      311      343     26 |  0.003 % |
0.00/0.12	|      4930 |     200      480     1200 |      342      379     25 |  0.003 % |
0.00/0.18	|      7492 |     200      480     1200 |      377      309     21 |  0.003 % |
0.00/0.29	|     11338 |     200      480     1200 |      414      385     26 |  0.003 % |
0.00/0.44	|     17104 |     200      480     1200 |      456      433     27 |  0.003 % |
0.00/0.66	|     25755 |     200      480     1200 |      502      461     27 |  0.003 % |
0.99/1.02	|     38731 |     200      480     1200 |      552      472     25 |  0.003 % |
1.49/1.57	|     58192 |     200      480     1200 |      607      367     19 |  0.003 % |
2.39/2.42	|     87386 |     200      480     1200 |      668      617     25 |  0.003 % |
3.59/3.65	|    131175 |     200      480     1200 |      735      449     21 |  0.003 % |
5.58/5.61	|    196859 |     200      480     1200 |      808      789     28 |  0.003 % |
8.58/8.68	|    295385 |     200      480     1200 |      889      603     24 |  0.003 % |
13.38/13.46	|    443179 |     200      480     1200 |      978      542     22 |  0.003 % |
20.88/20.99	|    664864 |     200      480     1200 |     1076      962     29 |  0.003 % |
32.37/32.40	|    997389 |     200      480     1200 |     1184     1109     32 |  0.003 % |
50.47/50.55	|   1496177 |     200      480     1200 |     1302      896     30 |  0.003 % |
77.86/77.98	|   2244359 |     200      480     1200 |     1432     1183     31 |  0.003 % |
120.65/120.73	|   3366633 |     200      480     1200 |     1575     1382     33 |  0.003 % |
187.12/187.23	|   5050044 |     200      480     1200 |     1733     1649     32 |  0.003 % |
290.20/290.40	|   7575160 |     200      480     1200 |     1906      941     29 |  0.003 % |
449.46/449.63	|  11362837 |     200      480     1200 |     2097     1505     29 |  0.003 % |
701.88/702.16	|  17044350 |     200      480     1200 |     2307     1991     34 |  0.003 % |
1095.27/1095.60	|  25566623 |     200      480     1200 |     2538     2257     35 |  0.003 % |
1200.04/1200.40	HOME/run.sh: line 55: 13072 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-1806888-1242153347/watcher-1806888-1242153347 -o /tmp/evaluation-result-1806888-1242153347/solver-1806888-1242153347 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806888-1242153347.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.91 0.95 0.90 3/64 13068
/proc/meminfo: memFree=657936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) R 13066 13068 12687 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243361564 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 251255122591 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13068/statm: 1340 236 195 169 0 51 0
[pid=13069] ppid=13068 vsize=1616 CPUtime=0
/proc/13069/stat : 13069 (revival) R 13068 13068 12687 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 50000 243361565 1654784 125 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13069/statm: 404 125 95 6 0 42 0

[startup+0.0555761 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 13068
/proc/meminfo: memFree=657936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101575 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 13068
/proc/meminfo: memFree=657936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301597 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 13068
/proc/meminfo: memFree=657936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70164 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 13068
/proc/meminfo: memFree=657936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50173 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 13072
/proc/meminfo: memFree=657408/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2016 CPUtime=1.49
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 165 0 0 0 149 0 0 0 25 0 1 0 243361565 2064384 149 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 504 149 76 170 0 332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7376

[startup+3.1019 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 13072
/proc/meminfo: memFree=657216/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2144 CPUtime=3.09
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 180 0 0 0 309 0 0 0 25 0 1 0 243361565 2195456 164 1992294400 134512640 135212939 4294956240 18446744073709551615 134530160 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 536 164 76 170 0 364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7504

[startup+6.30125 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 13072
/proc/meminfo: memFree=657088/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2144 CPUtime=6.28
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 199 0 0 0 628 0 0 0 25 0 1 0 243361565 2195456 183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 536 183 76 170 0 364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7504

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 13072
/proc/meminfo: memFree=656896/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2268 CPUtime=12.68
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 222 0 0 0 1268 0 0 0 25 0 1 0 243361565 2322432 206 1992294400 134512640 135212939 4294956240 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 567 206 76 170 0 395 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7628

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 13072
/proc/meminfo: memFree=656704/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2400 CPUtime=25.48
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 262 0 0 0 2548 0 0 0 25 0 1 0 243361565 2457600 246 1992294400 134512640 135212939 4294956240 18446744073709551615 134538784 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 600 246 76 170 0 428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7760

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 13072
/proc/meminfo: memFree=656576/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2532 CPUtime=51.07
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 295 0 0 0 5107 0 0 0 25 0 1 0 243361565 2592768 279 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 633 279 76 170 0 461 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7892

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/66 13072
/proc/meminfo: memFree=656384/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2796 CPUtime=102.26
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 335 0 0 0 10226 0 0 0 25 0 1 0 243361565 2863104 319 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 699 319 76 170 0 527 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8156

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13072
/proc/meminfo: memFree=656128/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=2928 CPUtime=162.23
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 388 0 0 0 16223 0 0 0 25 0 1 0 243361565 2998272 372 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 732 372 76 170 0 560 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8288

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13072
/proc/meminfo: memFree=655936/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3060 CPUtime=222.21
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 420 0 0 0 22221 0 0 0 25 0 1 0 243361565 3133440 404 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 765 404 76 170 0 593 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8420

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13072
/proc/meminfo: memFree=655872/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3060 CPUtime=282.2
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 428 0 0 0 28220 0 0 0 25 0 1 0 243361565 3133440 412 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 765 412 76 170 0 593 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 8420

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13072
/proc/meminfo: memFree=655872/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3192 CPUtime=342.18
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 457 0 0 0 34218 0 0 0 25 0 1 0 243361565 3268608 441 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 798 441 76 170 0 626 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 8552

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13072
/proc/meminfo: memFree=655808/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3192 CPUtime=402.16
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 463 0 0 0 40216 0 0 0 25 0 1 0 243361565 3268608 447 1992294400 134512640 135212939 4294956240 18446744073709551615 134527297 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 798 447 76 170 0 626 0
Current children cumulated CPU time (s) 402.16

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

/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3324 CPUtime=462.15
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 485 0 0 0 46214 1 0 0 25 0 1 0 243361565 3403776 469 1992294400 134512640 135212939 4294956240 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 831 469 76 170 0 659 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 8684

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655680/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3456 CPUtime=522.13
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 510 0 0 0 52212 1 0 0 25 0 1 0 243361565 3538944 494 1992294400 134512640 135212939 4294956240 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 864 494 76 170 0 692 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 8816

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655552/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3456 CPUtime=582.12
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 529 0 0 0 58211 1 0 0 25 0 1 0 243361565 3538944 513 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 864 513 76 170 0 692 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 8816

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655552/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3588 CPUtime=642.1
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 541 0 0 0 64209 1 0 0 25 0 1 0 243361565 3674112 525 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 897 525 76 170 0 725 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 8948

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655424/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3588 CPUtime=702.08
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 552 0 0 0 70207 1 0 0 25 0 1 0 243361565 3674112 536 1992294400 134512640 135212939 4294956240 18446744073709551615 134534571 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 897 536 76 170 0 725 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 8948

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655424/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=762.07
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 570 0 0 0 76206 1 0 0 25 0 1 0 243361565 3809280 554 1992294400 134512640 135212939 4294956240 18446744073709551615 134529681 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 554 76 170 0 758 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 9080

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655296/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=822.05
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 578 0 0 0 82204 1 0 0 25 0 1 0 243361565 3809280 562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 562 76 170 0 758 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 9080

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655360/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=882.03
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 578 0 0 0 88202 1 0 0 25 0 1 0 243361565 3809280 562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 562 76 170 0 758 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 9080

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655296/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=942.01
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 580 0 0 0 94200 1 0 0 25 0 1 0 243361565 3809280 564 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 564 76 170 0 758 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 9080

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655296/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=1001.99
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 584 0 0 0 100198 1 0 0 25 0 1 0 243361565 3809280 568 1992294400 134512640 135212939 4294956240 18446744073709551615 134538879 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 568 76 170 0 758 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 9080

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655296/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=1061.98
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 584 0 0 0 106197 1 0 0 25 0 1 0 243361565 3809280 568 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 568 76 170 0 758 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 9080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655232/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3720 CPUtime=1121.96
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 592 0 0 0 112195 1 0 0 25 0 1 0 243361565 3809280 576 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 930 576 76 170 0 758 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 9080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655232/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3840 CPUtime=1181.94
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 596 0 0 0 118193 1 0 0 25 0 1 0 243361565 3932160 580 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 960 580 76 170 0 788 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 9200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 13074
/proc/meminfo: memFree=655232/2055920 swapFree=4179680/4192956
[pid=13068] ppid=13066 vsize=5360 CPUtime=0
/proc/13068/stat : 13068 (run.sh) S 13066 13068 12687 0 -1 4194304 341 274 0 0 0 0 0 0 19 0 1 0 243361564 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13068/statm: 1340 241 197 169 0 51 0
[pid=13072] ppid=13068 vsize=3836 CPUtime=1200.04
/proc/13072/stat : 13072 (minisat) R 13068 13068 12687 0 -1 4194304 596 0 0 0 120003 1 0 0 25 0 1 0 243361565 3928064 580 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/13072/statm: 959 580 76 170 0 787 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 9196

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1200.04
CPU system time (s): 0.018997
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 9212

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

runsolver used 1.42778 second user time and 2.93455 second system time

The end

Launcher Data

Begin job on node64 at 2009-05-12 20:35:47
IDJOB=1806888
IDBENCH=71124
IDSOLVER=647
FILE ID=node64/1806888-1242153347
PBS_JOBID= 9289660
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 3eff3d0cb86e42a8fbb844259e0c7beb
RANDOM SEED=537349066

node64.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:        658480 kB
Buffers:         74100 kB
Cached:        1232464 kB
SwapCached:       6516 kB
Active:         131552 kB
Inactive:      1184320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        658480 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          14956 kB
Slab:            67332 kB
Committed_AS:   754796 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node64 at 2009-05-12 20:55:47