Trace number 1806965

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.71

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2.cnf
MD5SUMef7ae52d071607b182dca67dbff359aa
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 variables434
Number of clauses81513
Sum of the clauses size471380
Maximum clause length26
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21843
Number of clauses of size 30
Number of clauses of size 42777
Number of clauses of size 54610
Number of clauses of size over 572219

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 21
6.55/6.65	#LEARNT CLAUSES 50
6.55/6.69	done !
6.55/6.69	c Now, SatElite...
6.55/6.69	c Parsing...
6.64/6.74	c ==============================================================================
6.64/6.74	c |           |     ORIGINAL     |              LEARNT              |          |
6.64/6.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.64/6.74	c ==============================================================================
6.64/6.74	c |         0 |   36808   141191 |   11042       0        0     nan |  0.000 % |
6.64/6.88	c |         0 |   33773   151015 |      --       0       --      -- |     --   | -3035/9824
6.64/6.88	c ==============================================================================
6.64/6.88	c Result  :   #vars: 296   #clauses: 33773   #literals: 151015
6.64/6.88	c CPU time:   0.183972 s
6.64/6.88	c ==============================================================================
6.64/6.95	c SatElite is done !
6.64/6.95	c Calling MINISAT
6.64/6.95	This is MiniSat 2.0 beta
6.64/6.95	WARNING: for repeatability, setting FPU to use double precision
6.64/6.95	============================[ Problem Statistics ]=============================
6.64/6.95	|                                                                             |
6.64/6.95	|  Number of variables:  296                                                  |
6.64/6.95	|  Number of clauses:    33773                                                |
6.64/6.97	|  Parsing time:         0.02         s                                       |
6.64/6.97	============================[ Search Statistics ]==============================
6.64/6.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.64/6.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.64/6.97	===============================================================================
6.64/6.97	|         0 |     296    33773   151015 |    11257        0    nan |  0.000 % |
6.64/6.98	|       100 |     296    33773   151015 |    12383      100     13 |  0.002 % |
6.64/6.98	|       251 |     296    33773   151015 |    13621      251     14 |  0.002 % |
6.64/6.99	|       476 |     296    33773   151015 |    14983      476     19 |  0.001 % |
6.90/7.00	|       815 |     296    33773   151015 |    16482      815     19 |  0.001 % |
6.90/7.01	|      1321 |     296    33773   151015 |    18130     1321     16 |  0.002 % |
6.90/7.04	|      2080 |     296    33773   151015 |    19943     2080     20 |  0.002 % |
6.90/7.09	|      3220 |     296    33773   151015 |    21938     3220     21 |  0.002 % |
6.90/7.17	|      4928 |     296    33773   151015 |    24131     4928     22 |  0.001 % |
6.90/7.35	|      7493 |     296    33773   151015 |    26544     7493     22 |  0.001 % |
7.54/7.63	|     11339 |     296    33773   151015 |    29199    11339     23 |  0.002 % |
8.03/8.16	|     17105 |     296    33773   151015 |    32119    17105     24 |  0.001 % |
9.14/9.21	|     25755 |     296    33773   151015 |    35331    25755     24 |  0.001 % |
11.73/11.88	|     38730 |     296    33773   151015 |    38864    17921     24 |  0.001 % |
16.63/16.74	|     58192 |     296    33773   151015 |    42750    37383     26 |  0.001 % |
23.93/24.04	|     87386 |     296    33773   151015 |    47026    41779     27 |  0.001 % |
36.72/36.81	|    131176 |     296    33773   151015 |    51728    27008     24 |  0.002 % |
54.42/54.50	|    196862 |     296    33773   151015 |    56901    24437     25 |  0.001 % |
86.50/86.65	|    295388 |     296    33773   151015 |    62591    44725     26 |  0.001 % |
132.47/132.65	|    443177 |     296    33773   151015 |    68850    55275     24 |  0.001 % |
217.24/217.43	|    664860 |     296    33773   151015 |    75735    25146     21 |  0.003 % |
361.06/361.30	|    997385 |     296    33773   151015 |    83309    26034     28 |  0.001 % |
582.45/582.85	|   1496174 |     296    33773   151015 |    91640    76032     28 |  0.001 % |
930.88/931.41	|   2244356 |     296    33773   151015 |   100804    42694     26 |  0.001 % |
1200.04/1200.71	HOME/run.sh: line 55: 15737 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-1806965-1242153791/watcher-1806965-1242153791 -o /tmp/evaluation-result-1806965-1242153791/solver-1806965-1242153791 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806965-1242153791.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.97 0.91 3/65 15733
/proc/meminfo: memFree=1860456/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5360 CPUtime=0
/proc/15734/stat : 15734 (run.sh) D 15733 15733 15143 0 -1 4194368 23 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 243665530151 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15734/statm: 1340 240 199 169 0 51 0

[startup+0.029654 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15733
/proc/meminfo: memFree=1860456/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=188 CPUtime=0
/proc/15734/stat : 15734 (revival) D 15733 15733 15143 0 -1 4194304 54 0 0 0 0 0 0 0 18 0 1 0 243408398 192512 32 1992294400 134512640 134537284 4294956368 18446744073709551615 6787876 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15734/statm: 47 32 26 6 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5548

[startup+0.101674 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15733
/proc/meminfo: memFree=1860456/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=7604 CPUtime=0.05
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1631 0 0 0 5 0 0 0 18 0 1 0 243408398 7786496 1597 1992294400 134512640 134537284 4294956368 18446744073709551615 134521605 0 0 4096 0 0 0 0 17 1 0 0
/proc/15734/statm: 1901 1597 82 6 0 1539 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12964

[startup+0.30171 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15733
/proc/meminfo: memFree=1860456/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5804 CPUtime=0.25
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1758 0 0 0 25 0 0 0 20 0 1 50000 243408398 5943296 1175 1992294400 134512640 134537284 4294956368 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15734/statm: 1451 1175 85 6 0 1089 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 11164

[startup+0.701783 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15733
/proc/meminfo: memFree=1860456/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5804 CPUtime=0.65
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1758 0 0 0 65 0 0 0 24 0 1 50000 243408398 5943296 1175 1992294400 134512640 134537284 4294956368 18446744073709551615 134523899 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15734/statm: 1451 1175 85 6 0 1089 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 11164

[startup+1.50192 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15735
/proc/meminfo: memFree=1855704/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5804 CPUtime=1.45
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1758 0 0 0 145 0 0 0 25 0 1 50000 243408398 5943296 1175 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15734/statm: 1451 1175 85 6 0 1089 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 11164

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15735
/proc/meminfo: memFree=1855576/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5804 CPUtime=3.05
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1758 0 0 0 305 0 0 0 25 0 1 50000 243408398 5943296 1175 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15734/statm: 1451 1175 85 6 0 1089 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 11164

[startup+6.30179 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15735
/proc/meminfo: memFree=1855576/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=0
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243408398 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15733/statm: 1340 237 196 169 0 51 0
[pid=15734] ppid=15733 vsize=5804 CPUtime=6.25
/proc/15734/stat : 15734 (revival) R 15733 15733 15143 0 -1 4194304 1758 0 0 0 625 0 0 0 25 0 1 50000 243408398 5943296 1175 1992294400 134512640 134537284 4294956368 18446744073709551615 134523954 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15734/statm: 1451 1175 85 6 0 1089 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 11164

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1851168/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=8408 CPUtime=5.73
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 1896 0 0 0 572 1 0 0 25 0 1 0 243409094 8609792 1880 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 2102 1880 76 170 0 1930 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 13768

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1849120/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=10748 CPUtime=18.53
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 2464 0 0 0 1851 2 0 0 25 0 1 0 243409094 11005952 2448 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 2687 2448 76 170 0 2515 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 16108

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1847520/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=12100 CPUtime=44.11
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 2809 0 0 0 4409 2 0 0 25 0 1 0 243409094 12390400 2793 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 3025 2793 76 170 0 2853 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 17460

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1845664/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=14108 CPUtime=95.29
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 3263 0 0 0 9526 3 0 0 25 0 1 0 243409094 14446592 3247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 3527 3247 76 170 0 3355 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 19468

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1844448/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=15236 CPUtime=155.26
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 3549 0 0 0 15523 3 0 0 25 0 1 0 243409094 15601664 3533 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 3809 3533 76 170 0 3637 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 20596

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1842592/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=17340 CPUtime=215.24
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 4023 0 0 0 21521 3 0 0 25 0 1 0 243409094 17756160 4007 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 4335 4007 76 170 0 4163 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 22700

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1842016/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=17856 CPUtime=275.19
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 4152 0 0 0 27516 3 0 0 25 0 1 0 243409094 18284544 4136 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 4464 4136 76 170 0 4292 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 23216

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1841568/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=18392 CPUtime=335.17
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 4274 0 0 0 33513 4 0 0 25 0 1 0 243409094 18833408 4258 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 4598 4258 76 170 0 4426 0
Current children cumulated CPU time (s) 342.07

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

/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=20972 CPUtime=515.08
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 4907 0 0 0 51503 5 0 0 25 0 1 0 243409094 21475328 4891 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5243 4891 76 170 0 5071 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 26332

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1838752/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=21160 CPUtime=575.05
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 4930 0 0 0 57500 5 0 0 25 0 1 0 243409094 21667840 4914 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5290 4914 76 170 0 5118 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 26520

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1837664/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=22140 CPUtime=635.02
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5195 0 0 0 63497 5 0 0 25 0 1 0 243409094 22671360 5179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5535 5179 76 170 0 5363 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 27500

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1837344/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=22508 CPUtime=694.99
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5268 0 0 0 69494 5 0 0 25 0 1 0 243409094 23048192 5252 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5627 5252 76 170 0 5455 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 27868

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1837152/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=22672 CPUtime=754.95
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5308 0 0 0 75490 5 0 0 25 0 1 0 243409094 23216128 5292 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5668 5292 76 170 0 5496 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 28032

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1836704/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=23224 CPUtime=814.92
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5427 0 0 0 81487 5 0 0 25 0 1 0 243409094 23781376 5411 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5806 5411 76 170 0 5634 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 28584

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1836192/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=23688 CPUtime=874.9
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5546 0 0 0 87484 6 0 0 25 0 1 0 243409094 24256512 5530 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 5922 5530 76 170 0 5750 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 29048

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1835616/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=24292 CPUtime=934.87
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5677 0 0 0 93481 6 0 0 25 0 1 0 243409094 24875008 5661 1992294400 134512640 135212939 4294956240 18446744073709551615 134526688 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6073 5661 76 170 0 5901 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 29652

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1835232/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=24740 CPUtime=994.84
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5784 0 0 0 99478 6 0 0 25 0 1 0 243409094 25333760 5760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6185 5760 76 170 0 6013 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 30100

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15737
/proc/meminfo: memFree=1835040/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=24904 CPUtime=1054.81
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5822 0 0 0 105475 6 0 0 25 0 1 0 243409094 25501696 5798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6226 5798 76 170 0 6054 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 30264

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15743
/proc/meminfo: memFree=1834016/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=24904 CPUtime=1114.76
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5825 0 0 0 111470 6 0 0 25 0 1 0 243409094 25501696 5801 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6226 5801 76 170 0 6054 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 30264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15743
/proc/meminfo: memFree=1833952/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=25280 CPUtime=1174.74
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5881 0 0 0 117467 7 0 0 25 0 1 0 243409094 25886720 5857 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6320 5857 76 170 0 6148 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 30640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15743
/proc/meminfo: memFree=1833568/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=25676 CPUtime=1193.14
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5980 0 0 0 119307 7 0 0 25 0 1 0 243409094 26292224 5956 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6419 5956 76 170 0 6247 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 31036

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15743
/proc/meminfo: memFree=1833568/2055920 swapFree=4180392/4192956
[pid=15733] ppid=15731 vsize=5360 CPUtime=6.9
/proc/15733/stat : 15733 (run.sh) S 15731 15733 15143 0 -1 4194304 341 2711 0 0 0 0 689 1 15 0 1 0 243408398 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15733/statm: 1340 241 197 169 0 51 0
[pid=15737] ppid=15733 vsize=25676 CPUtime=1193.14
/proc/15737/stat : 15737 (minisat) R 15733 15733 15143 0 -1 4194304 5980 0 0 0 119307 7 0 0 25 0 1 0 243409094 26292224 5956 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15737/statm: 6419 5956 76 170 0 6247 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 31036

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.97
CPU system time (s): 0.093985
CPU usage (%): 99.9461
Max. virtual memory (cumulated for all children) (KiB): 31036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9048
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= 20
involuntary context switches= 4206

runsolver used 1.3138 second user time and 3.06253 second system time

The end

Launcher Data

Begin job on node84 at 2009-05-12 20:43:11
IDJOB=1806965
IDBENCH=71136
IDSOLVER=647
FILE ID=node84/1806965-1242153791
PBS_JOBID= 9289642
Free space on /tmp= 66172 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_9gates_u2.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806965-1242153791/watcher-1806965-1242153791 -o /tmp/evaluation-result-1806965-1242153791/solver-1806965-1242153791 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806965-1242153791.cnf HOME

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

MD5SUM BENCH= ef7ae52d071607b182dca67dbff359aa
RANDOM SEED=2098588646

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861000 kB
Buffers:         25900 kB
Cached:         100412 kB
SwapCached:       6628 kB
Active:          25272 kB
Inactive:       109104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861000 kB
SwapTotal:     4192956 kB
SwapFree:      4180392 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:          13684 kB
Slab:            46632 kB
Committed_AS:   831896 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= 66168 MiB
End job on node84 at 2009-05-12 21:03:12