Trace number 1806840

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
ReVivAl 0.23 + SatElite 2009-03-18? (TO) 1200.03 1200.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-280-100.cnf
MD5SUMc909afe1ffd8842fe3c52ac70d36fc85
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses672
Sum of the clauses size1680
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5112
Number of clauses of size over 50

Solver Data

0.00/0.00	c 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 |     672     1680 |     201       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 280   #clauses: 672   #literals: 1680
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 revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.01	done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  280                                                  |
0.00/0.01	|  Number of clauses:    672                                                  |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     280      672     1680 |      224        0    nan |  0.000 % |
0.00/0.01	|       100 |     280      672     1680 |      246      100     42 |  0.001 % |
0.00/0.01	|       251 |     280      672     1680 |      271      251     39 |  0.001 % |
0.00/0.02	|       480 |     280      672     1680 |      298      298     36 |  0.001 % |
0.00/0.02	|       818 |     280      672     1680 |      327      299     32 |  0.001 % |
0.00/0.04	|      1325 |     280      672     1680 |      360      400     32 |  0.001 % |
0.00/0.06	|      2085 |     280      672     1680 |      396      259     22 |  0.001 % |
0.00/0.09	|      3230 |     280      672     1680 |      436      435     31 |  0.001 % |
0.00/0.14	|      4940 |     280      672     1680 |      480      289     21 |  0.001 % |
0.00/0.21	|      7503 |     280      672     1680 |      528      303     20 |  0.001 % |
0.00/0.33	|     11347 |     280      672     1680 |      580      599     35 |  0.001 % |
0.00/0.51	|     17114 |     280      672     1680 |      639      417     26 |  0.001 % |
0.00/0.78	|     25764 |     280      672     1680 |      703      447     27 |  0.001 % |
1.18/1.20	|     38740 |     280      672     1680 |      773      462     28 |  0.001 % |
1.78/1.85	|     58203 |     280      672     1680 |      850      848     38 |  0.001 % |
2.78/2.87	|     87396 |     280      672     1680 |      935      606     31 |  0.001 % |
4.39/4.48	|    131185 |     280      672     1680 |     1029      860     39 |  0.001 % |
6.88/6.97	|    196869 |     280      672     1680 |     1132     1117     41 |  0.001 % |
10.88/10.93	|    295396 |     280      672     1680 |     1245      866     39 |  0.001 % |
16.78/16.83	|    443185 |     280      672     1680 |     1369     1227     43 |  0.001 % |
25.67/25.79	|    664868 |     280      672     1680 |     1506      944     36 |  0.001 % |
39.66/39.71	|    997394 |     280      672     1680 |     1657     1386     45 |  0.001 % |
61.16/61.30	|   1496183 |     280      672     1680 |     1823     1672     41 |  0.001 % |
95.74/95.85	|   2244366 |     280      672     1680 |     2005     1955     46 |  0.001 % |
148.73/148.83	|   3366640 |     280      672     1680 |     2206     1675     46 |  0.001 % |
230.40/230.58	|   5050052 |     280      672     1680 |     2426     1856     44 |  0.001 % |
358.84/359.08	|   7575168 |     280      672     1680 |     2669     1922     47 |  0.001 % |
559.05/559.39	|  11362843 |     280      672     1680 |     2936     2473     49 |  0.001 % |
871.64/872.09	|  17044356 |     280      672     1680 |     3230     1745     44 |  0.001 % |
1200.01/1200.50	HOME/run.sh: line 54: 16667 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-1806840-1242152990/watcher-1806840-1242152990 -o /tmp/evaluation-result-1806840-1242152990/solver-1806840-1242152990 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806840-1242152990.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.99 0.98 0.95 3/64 16663
/proc/meminfo: memFree=700400/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243331627 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16663/statm: 1340 238 197 169 0 51 0
[pid=16664] ppid=16663 vsize=688 CPUtime=0
/proc/16664/stat : 16664 (SatElite) R 16663 16663 16134 0 -1 4194304 124 0 0 0 0 0 0 0 19 0 1 0 243331628 704512 107 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 0 0 0
/proc/16664/statm: 172 107 68 126 0 43 0

[startup+0.041278 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 16663
/proc/meminfo: memFree=700400/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101281 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 16663
/proc/meminfo: memFree=700400/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301295 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 16663
/proc/meminfo: memFree=700400/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701325 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 16663
/proc/meminfo: memFree=700400/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50138 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=699744/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=2148 CPUtime=1.48
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 200 0 0 0 148 0 0 0 25 0 1 0 243331628 2199552 184 1992294400 134512640 135212939 4294956240 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 537 184 76 170 0 365 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7508

[startup+3.1015 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=699552/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=2276 CPUtime=3.08
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 230 0 0 0 308 0 0 0 25 0 1 0 243331628 2330624 214 1992294400 134512640 135212939 4294956240 18446744073709551615 134529675 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 569 214 76 170 0 397 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7636

[startup+6.30273 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=699240/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=2404 CPUtime=6.28
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 256 0 0 0 628 0 0 0 25 0 1 0 243331628 2461696 240 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 601 240 76 170 0 429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7764

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=699048/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=2536 CPUtime=12.68
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 300 0 0 0 1268 0 0 0 25 0 1 0 243331628 2596864 284 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 634 284 76 170 0 462 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7896

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=698920/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=2800 CPUtime=25.47
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 347 0 0 0 2547 0 0 0 25 0 1 0 243331628 2867200 331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 700 331 76 170 0 528 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8160

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=698664/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=3060 CPUtime=51.06
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 419 0 0 0 5106 0 0 0 25 0 1 0 243331628 3133440 403 1992294400 134512640 135212939 4294956240 18446744073709551615 134534600 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 765 403 76 170 0 593 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8420

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=698152/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=3456 CPUtime=102.25
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 506 0 0 0 10225 0 0 0 25 0 1 0 243331628 3538944 490 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 864 490 76 170 0 692 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8816

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697896/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=3724 CPUtime=162.22
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 566 0 0 0 16222 0 0 0 25 0 1 0 243331628 3813376 550 1992294400 134512640 135212939 4294956240 18446744073709551615 134536877 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 931 550 76 170 0 759 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9084

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697768/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=3856 CPUtime=222.2
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 602 0 0 0 22220 0 0 0 25 0 1 0 243331628 3948544 586 1992294400 134512640 135212939 4294956240 18446744073709551615 134536094 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 964 586 76 170 0 792 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697512/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4120 CPUtime=282.18
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 664 0 0 0 28218 0 0 0 25 0 1 0 243331628 4218880 648 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1030 648 76 170 0 858 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 9480

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697448/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4120 CPUtime=342.15
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 689 0 0 0 34214 1 0 0 25 0 1 0 243331628 4218880 673 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1030 673 76 170 0 858 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 9480

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697384/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4252 CPUtime=402.13
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 721 0 0 0 40212 1 0 0 25 0 1 0 243331628 4354048 705 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1063 705 76 170 0 891 0
Current children cumulated CPU time (s) 402.13

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

/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4392 CPUtime=522.07
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 755 0 0 0 52206 1 0 0 25 0 1 0 243331628 4497408 739 1992294400 134512640 135212939 4294956240 18446744073709551615 134527056 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1098 739 76 170 0 926 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 9752

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16667
/proc/meminfo: memFree=697192/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4496 CPUtime=582.04
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 778 0 0 0 58203 1 0 0 25 0 1 0 243331628 4603904 762 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1124 762 76 170 0 952 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 9856

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=697000/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4620 CPUtime=642.03
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 801 0 0 0 64202 1 0 0 25 0 1 0 243331628 4730880 785 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1155 785 76 170 0 983 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 9980

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=696936/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4620 CPUtime=702.01
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 808 0 0 0 70200 1 0 0 25 0 1 0 243331628 4730880 792 1992294400 134512640 135212939 4294956240 18446744073709551615 134530445 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1155 792 76 170 0 983 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 9980

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=696872/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4752 CPUtime=761.99
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 832 0 0 0 76198 1 0 0 25 0 1 0 243331628 4866048 816 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1188 816 76 170 0 1016 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 10112

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=696808/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4752 CPUtime=821.96
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 843 0 0 0 82195 1 0 0 25 0 1 0 243331628 4866048 827 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1188 827 76 170 0 1016 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 10112

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=696808/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=4884 CPUtime=881.94
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 860 0 0 0 88193 1 0 0 25 0 1 0 243331628 5001216 844 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1221 844 76 170 0 1049 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 10244

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 16669
/proc/meminfo: memFree=696680/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5016 CPUtime=941.91
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 897 0 0 0 94190 1 0 0 25 0 1 0 243331628 5136384 881 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1254 881 76 170 0 1082 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 10376

[startup+1002.3 s]
/proc/loadavg: 1.05 1.00 0.96 2/66 16669
/proc/meminfo: memFree=696616/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5016 CPUtime=1001.87
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 911 0 0 0 100186 1 0 0 25 0 1 0 243331628 5136384 895 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1254 895 76 170 0 1082 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 10376

[startup+1062.3 s]
/proc/loadavg: 1.07 1.01 0.96 2/66 16669
/proc/meminfo: memFree=696616/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5148 CPUtime=1061.85
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 922 0 0 0 106184 1 0 0 25 0 1 0 243331628 5271552 906 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1287 906 76 170 0 1115 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 10508

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 0.96 2/66 16669
/proc/meminfo: memFree=696552/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5148 CPUtime=1121.83
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 938 0 0 0 112182 1 0 0 25 0 1 0 243331628 5271552 922 1992294400 134512640 135212939 4294956240 18446744073709551615 134526652 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1287 922 76 170 0 1115 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 10508

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 0.96 2/66 16669
/proc/meminfo: memFree=696488/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5148 CPUtime=1181.81
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 948 0 0 0 118180 1 0 0 25 0 1 0 243331628 5271552 932 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1287 932 76 170 0 1115 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 10508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16669
/proc/meminfo: memFree=696424/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5148 CPUtime=1200.01
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 952 0 0 0 120000 1 0 0 25 0 1 0 243331628 5271552 936 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1287 936 76 170 0 1115 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 10508

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16669
/proc/meminfo: memFree=696424/2055920 swapFree=4181160/4192956
[pid=16663] ppid=16661 vsize=5360 CPUtime=0
/proc/16663/stat : 16663 (run.sh) S 16661 16663 16134 0 -1 4194304 343 292 0 0 0 0 0 0 16 0 1 0 243331627 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1340 241 197 169 0 51 0
[pid=16667] ppid=16663 vsize=5148 CPUtime=1200.01
/proc/16667/stat : 16667 (minisat) R 16663 16663 16134 0 -1 4194304 952 0 0 0 120000 1 0 0 25 0 1 0 243331628 5271552 936 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/16667/statm: 1287 936 76 170 0 1115 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 10508

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1200.01
CPU system time (s): 0.021996
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 10508

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

runsolver used 0.972852 second user time and 3.40548 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-12 20:29:50
IDJOB=1806840
IDBENCH=71113
IDSOLVER=648
FILE ID=node34/1806840-1242152990
PBS_JOBID= 9289687
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= c909afe1ffd8842fe3c52ac70d36fc85
RANDOM SEED=1371896433

node34.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.214
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.214
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:        700944 kB
Buffers:         84660 kB
Cached:        1172648 kB
SwapCached:       5588 kB
Active:         183216 kB
Inactive:      1081928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        700944 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            75888 kB
Committed_AS:   912072 kB
PageTables:       1380 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= 66248 MiB
End job on node34 at 2009-05-12 20:49:50