Trace number 1806447

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.02 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 8
0.00/0.02	#LEARNT CLAUSES 0
0.00/0.02	done !
0.00/0.02	c Now, SatElite...
0.00/0.02	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    1922     4228 |     576       0        0     nan |  0.000 % |
0.01/0.04	c |         0 |    1160     3553 |      --       0       --      -- |     --   | -762/-675
0.01/0.04	c ==============================================================================
0.01/0.04	c Result  :   #vars: 304   #clauses: 1160   #literals: 3553
0.01/0.04	c CPU time:   0.017997 s
0.01/0.04	c ==============================================================================
0.01/0.04	c SatElite is done !
0.01/0.04	c Calling MINISAT
0.01/0.04	This is MiniSat 2.0 beta
0.01/0.04	WARNING: for repeatability, setting FPU to use double precision
0.01/0.04	============================[ Problem Statistics ]=============================
0.01/0.04	|                                                                             |
0.01/0.04	|  Number of variables:  304                                                  |
0.01/0.04	|  Number of clauses:    1160                                                 |
0.01/0.04	|  Parsing time:         0.00         s                                       |
0.01/0.04	============================[ Search Statistics ]==============================
0.01/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.04	===============================================================================
0.01/0.04	|         0 |     304     1160     3553 |      386        0    nan |  0.000 % |
0.01/0.04	|       100 |     304     1160     3553 |      425      100     33 |  0.001 % |
0.01/0.05	|       250 |     304     1160     3553 |      467      250     32 |  0.003 % |
0.01/0.05	|       476 |     304     1160     3553 |      514      476     35 |  0.001 % |
0.01/0.06	|       814 |     304     1160     3553 |      566      445     28 |  0.001 % |
0.01/0.07	|      1320 |     304     1160     3553 |      622      552     31 |  0.003 % |
0.01/0.10	|      2079 |     304     1160     3553 |      685      469     27 |  0.003 % |
0.03/0.13	|      3220 |     304     1160     3553 |      753      701     31 |  0.001 % |
0.03/0.18	|      4929 |     304     1160     3553 |      828      970     37 |  0.001 % |
0.03/0.28	|      7492 |     304     1160     3553 |      911      977     37 |  0.003 % |
0.03/0.42	|     11338 |     304     1160     3553 |     1002     1028     38 |  0.001 % |
0.03/0.62	|     17105 |     304     1160     3553 |     1103      829     30 |  0.003 % |
0.03/0.97	|     25755 |     304     1160     3553 |     1213      953     36 |  0.003 % |
1.48/1.54	|     38729 |     304     1160     3553 |     1334     1092     36 |  0.002 % |
2.48/2.51	|     58190 |     304     1160     3553 |     1468      884     37 |  0.001 % |
3.78/3.85	|     87382 |     304     1160     3553 |     1615     1674     43 |  0.001 % |
5.98/6.07	|    131173 |     304     1160     3553 |     1776     1403     43 |  0.002 % |
9.17/9.24	|    196858 |     304     1160     3553 |     1954     1859     41 |  0.001 % |
14.57/14.65	|    295384 |     304     1160     3553 |     2149     1783     43 |  0.001 % |
22.67/22.73	|    443173 |     304     1160     3553 |     2364     1469     39 |  0.002 % |
35.26/35.38	|    664856 |     304     1160     3553 |     2601     2398     46 |  0.001 % |
54.05/54.10	|    997381 |     304     1160     3553 |     2861     1885     42 |  0.002 % |
85.44/85.54	|   1496169 |     304     1160     3553 |     3147     2636     46 |  0.002 % |
134.23/134.36	|   2244351 |     304     1160     3553 |     3462     3011     47 |  0.001 % |
209.41/209.53	|   3366629 |     304     1160     3553 |     3808     3260     48 |  0.001 % |
324.27/324.41	|   5050040 |     304     1160     3553 |     4189     3031     48 |  0.002 % |
512.21/512.41	|   7575159 |     304     1160     3553 |     4608     2990     48 |  0.002 % |
785.22/785.50	|  11362834 |     304     1160     3553 |     5069     4422     49 |  0.001 % |
1200.00/1200.40	HOME/run.sh: line 55: 13818 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-1806447-1242149594/watcher-1806447-1242149594 -o /tmp/evaluation-result-1806447-1242149594/solver-1806447-1242149594 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806447-1242149594.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13814
/proc/meminfo: memFree=1550896/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0
/proc/13814/stat : 13814 (run.sh) R 13812 13814 13496 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242992389 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 269028485791 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13814/statm: 1340 236 195 169 0 51 0
[pid=13815] ppid=13814 vsize=1740 CPUtime=0
/proc/13815/stat : 13815 (revival) R 13814 13814 13496 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 242992390 1781760 138 1992294400 134512640 134537284 4294956368 18446744073709551615 13026939 0 0 4096 0 0 0 0 17 0 0 0
/proc/13815/statm: 435 139 81 6 0 73 0

[startup+0.0245909 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13814
/proc/meminfo: memFree=1550896/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.01
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 311 190 0 0 0 0 1 0 16 0 1 0 242992389 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13814/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.1016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13814
/proc/meminfo: memFree=1550896/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.301631 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13814
/proc/meminfo: memFree=1550896/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.701694 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13814
/proc/meminfo: memFree=1550896/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1549920/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=2416 CPUtime=1.45
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 248 0 0 0 145 0 0 0 25 0 1 0 242992394 2473984 232 1992294400 134512640 135212939 4294956240 18446744073709551615 134536046 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 604 232 76 170 0 432 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7776

[startup+3.10208 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1549664/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=2548 CPUtime=3.05
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 288 0 0 0 305 0 0 0 25 0 1 0 242992394 2609152 272 1992294400 134512640 135212939 4294956240 18446744073709551615 134527060 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 637 272 76 170 0 465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7908

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1549344/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=2680 CPUtime=6.25
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 334 0 0 0 625 0 0 0 25 0 1 0 242992394 2744320 318 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 670 318 76 170 0 498 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8040

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1548960/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=3072 CPUtime=12.64
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 413 0 0 0 1264 0 0 0 25 0 1 0 242992394 3145728 397 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 768 397 76 170 0 596 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8432

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1548640/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=3328 CPUtime=25.44
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 491 0 0 0 2544 0 0 0 25 0 1 0 242992394 3407872 475 1992294400 134512640 135212939 4294956240 18446744073709551615 134543490 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 832 475 76 170 0 660 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8688

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1548256/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=3716 CPUtime=51.02
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 581 0 0 0 5102 0 0 0 25 0 1 0 242992394 3805184 565 1992294400 134512640 135212939 4294956240 18446744073709551615 134530366 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 929 565 76 170 0 757 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 9076

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1547744/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=4232 CPUtime=102.22
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 711 0 0 0 10221 1 0 0 25 0 1 0 242992394 4333568 695 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1058 695 76 170 0 886 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9592

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1547360/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=4612 CPUtime=162.19
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 805 0 0 0 16218 1 0 0 25 0 1 0 242992394 4722688 789 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1153 789 76 170 0 981 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9972

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1546912/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5004 CPUtime=222.17
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 891 0 0 0 22216 1 0 0 25 0 1 0 242992394 5124096 875 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1251 875 76 170 0 1079 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 10364

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1546656/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5128 CPUtime=282.16
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 946 0 0 0 28215 1 0 0 25 0 1 0 242992394 5251072 930 1992294400 134512640 135212939 4294956240 18446744073709551615 134535940 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1282 930 76 170 0 1110 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 10488

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1546336/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5500 CPUtime=342.13
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1021 0 0 0 34212 1 0 0 25 0 1 0 242992394 5632000 1005 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1375 1005 76 170 0 1203 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 10860

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13818
/proc/meminfo: memFree=1546016/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5764 CPUtime=402.11
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1091 0 0 0 40210 1 0 0 25 0 1 0 242992394 5902336 1075 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1441 1075 76 170 0 1269 0
Current children cumulated CPU time (s) 402.14

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

/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5884 CPUtime=462.09
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1124 0 0 0 46208 1 0 0 25 0 1 0 242992394 6025216 1108 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1471 1108 76 170 0 1299 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 11244

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1545760/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=5988 CPUtime=522.08
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1159 0 0 0 52206 2 0 0 25 0 1 0 242992394 6131712 1143 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1497 1143 76 170 0 1325 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 11348

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1545504/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6256 CPUtime=582.06
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1214 0 0 0 58204 2 0 0 25 0 1 0 242992394 6406144 1198 1992294400 134512640 135212939 4294956240 18446744073709551615 134527145 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1564 1198 76 170 0 1392 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 11616

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1545376/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6380 CPUtime=642.04
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1244 0 0 0 64202 2 0 0 25 0 1 0 242992394 6533120 1228 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1595 1228 76 170 0 1423 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 11740

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1545312/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6380 CPUtime=702.02
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1250 0 0 0 70200 2 0 0 25 0 1 0 242992394 6533120 1234 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1595 1234 76 170 0 1423 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 11740

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1545312/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6380 CPUtime=762
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1258 0 0 0 76198 2 0 0 25 0 1 0 242992394 6533120 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1595 1242 76 170 0 1423 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 11740

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1544928/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6776 CPUtime=821.98
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1355 0 0 0 82196 2 0 0 25 0 1 0 242992394 6938624 1339 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1694 1339 76 170 0 1522 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 12136

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1544800/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=6896 CPUtime=881.97
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1388 0 0 0 88194 3 0 0 25 0 1 0 242992394 7061504 1372 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1724 1372 76 170 0 1552 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 12256

[startup+942.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 13820
/proc/meminfo: memFree=1544672/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7028 CPUtime=941.95
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1414 0 0 0 94192 3 0 0 25 0 1 0 242992394 7196672 1398 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1757 1398 76 170 0 1585 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 12388

[startup+1002.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 13820
/proc/meminfo: memFree=1544544/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7160 CPUtime=1001.92
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1439 0 0 0 100189 3 0 0 25 0 1 0 242992394 7331840 1423 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1790 1423 76 170 0 1618 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 12520

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1544480/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7160 CPUtime=1061.9
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1455 0 0 0 106187 3 0 0 25 0 1 0 242992394 7331840 1439 1992294400 134512640 135212939 4294956240 18446744073709551615 134530424 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1790 1439 76 170 0 1618 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 12520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13820
/proc/meminfo: memFree=1544352/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7264 CPUtime=1121.88
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1483 0 0 0 112185 3 0 0 25 0 1 0 242992394 7438336 1467 1992294400 134512640 135212939 4294956240 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1816 1467 76 170 0 1644 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 12624

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 13820
/proc/meminfo: memFree=1544288/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7264 CPUtime=1181.87
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1485 0 0 0 118183 4 0 0 25 0 1 0 242992394 7438336 1469 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1816 1469 76 170 0 1644 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 12624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 13820
/proc/meminfo: memFree=1544288/2055920 swapFree=4181456/4192956
[pid=13814] ppid=13812 vsize=5360 CPUtime=0.03
/proc/13814/stat : 13814 (run.sh) S 13812 13814 13496 0 -1 4194304 341 380 0 0 0 0 3 0 16 0 1 0 242992389 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13814/statm: 1340 241 197 169 0 51 0
[pid=13818] ppid=13814 vsize=7264 CPUtime=1199.97
/proc/13818/stat : 13818 (minisat) R 13814 13814 13496 0 -1 4194304 1485 0 0 0 119993 4 0 0 25 0 1 0 242992394 7438336 1469 1992294400 134512640 135212939 4294956240 18446744073709551615 134536513 0 0 4096 3 0 0 0 17 1 0 0
/proc/13818/statm: 1816 1469 76 170 0 1644 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 12624

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.02
CPU user time (s): 1199.97
CPU system time (s): 0.048992
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 12652

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

runsolver used 1.3158 second user time and 2.70559 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 19:33:14
IDJOB=1806447
IDBENCH=24737
IDSOLVER=647
FILE ID=node26/1806447-1242149594
PBS_JOBID= 9289695
Free space on /tmp= 66064 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806447-1242149594/watcher-1806447-1242149594 -o /tmp/evaluation-result-1806447-1242149594/solver-1806447-1242149594 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806447-1242149594.cnf HOME

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=1770441530

node26.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.261
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.261
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:       1551440 kB
Buffers:         45180 kB
Cached:         377188 kB
SwapCached:       5352 kB
Active:          94944 kB
Inactive:       335316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551440 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            60348 kB
Committed_AS:   863304 kB
PageTables:       1368 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= 66060 MiB
End job on node26 at 2009-05-12 19:53:15