Trace number 3293685

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
kw 2011-02-28? (TO) 1300.02 1300.06

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications 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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293685-1303793628/watcher-3293685-1303793628 -o /tmp/evaluation-result-3293685-1303793628/solver-3293685-1303793628 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3293685-1303793628.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.25 2.69 3.42 3/180 30499
/proc/meminfo: memFree=19124552/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=11800 CPUtime=0 cores=0,2
/proc/30499/stat : 30499 (runsolver) S 30497 30499 28890 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 569593773 12083200 52 33554432000 4194304 5434984 140737282577232 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 0 0 0 0
/proc/30499/statm: 2950 52 31 303 0 2644 0

[startup+0.10879 s]
/proc/loadavg: 1.25 2.69 3.42 3/180 30499
/proc/meminfo: memFree=19124552/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=114600 CPUtime=0.09 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 25029 0 0 0 7 2 0 0 23 0 1 0 569593773 117350400 24964 33554432000 4194304 6935321 140735787002448 18446744073709551615 4290560 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 28650 24964 241 670 0 27971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 114600

[startup+0.208753 s]
/proc/loadavg: 1.25 2.69 3.42 3/180 30499
/proc/meminfo: memFree=19124552/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=137796 CPUtime=0.19 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 31668 0 0 0 16 3 0 0 24 0 1 0 569593773 141103104 31603 33554432000 4194304 6935321 140735787002448 18446744073709551615 4519131 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 34449 31603 250 670 0 33770 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 137796

[startup+0.300741 s]
/proc/loadavg: 1.25 2.69 3.42 3/180 30499
/proc/meminfo: memFree=19124552/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=145072 CPUtime=0.29 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 33436 0 0 0 25 4 0 0 24 0 1 0 569593773 148553728 33371 33554432000 4194304 6935321 140735787002448 18446744073709551615 4468560 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 36268 33371 250 670 0 35589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 145072

[startup+0.700673 s]
/proc/loadavg: 1.25 2.69 3.42 3/180 30499
/proc/meminfo: memFree=19124552/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=180492 CPUtime=0.68 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 42340 0 0 0 63 5 0 0 25 0 1 0 569593773 184823808 42275 33554432000 4194304 6935321 140735787002448 18446744073709551615 4399022 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 45123 42275 250 670 0 44444 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 180492

[startup+1.50054 s]
/proc/loadavg: 1.25 2.69 3.42 5/190 30512
/proc/meminfo: memFree=18039568/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=240752 CPUtime=1.47 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 56282 0 0 0 140 7 0 0 25 0 1 0 569593773 246530048 56217 33554432000 4194304 6935321 140735787002448 18446744073709551615 5492885 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 60188 56217 250 670 0 59509 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 240752

[startup+3.11227 s]
/proc/loadavg: 1.25 2.69 3.42 5/190 30512
/proc/meminfo: memFree=18039568/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=357668 CPUtime=3.08 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 84466 0 0 0 296 12 0 0 25 0 1 0 569593773 366252032 84401 33554432000 4194304 6935321 140735787002448 18446744073709551615 4397145 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 89417 84401 250 670 0 88738 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 357668

[startup+6.30074 s]
/proc/loadavg: 1.63 2.75 3.43 5/190 30512
/proc/meminfo: memFree=16205496/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=587084 CPUtime=6.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 139437 0 0 0 607 18 0 0 25 0 1 0 569593773 601174016 139372 33554432000 4194304 6935321 140735787002448 18446744073709551615 5492730 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30499/statm: 146771 139372 250 670 0 146092 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 587084

[startup+12.7007 s]
/proc/loadavg: 1.98 2.80 3.44 5/190 30512
/proc/meminfo: memFree=14248404/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1025708 CPUtime=12.64 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 248737 0 0 0 1229 35 0 0 25 0 1 0 569593773 1050324992 247486 33554432000 4194304 6935321 140735787002448 18446744073709551615 4387944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 256427 247486 274 670 0 255748 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1025708

[startup+25.5006 s]
/proc/loadavg: 2.56 2.89 3.46 5/190 30512
/proc/meminfo: memFree=13577680/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=989340 CPUtime=25.44 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 249856 0 0 0 2508 36 0 0 25 0 1 0 569593773 1013084160 238600 33554432000 4194304 6935321 140735787002448 18446744073709551615 4400504 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 247335 238600 286 670 0 246656 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 989340

[startup+51.1073 s]
/proc/loadavg: 3.11 3.00 3.48 5/190 30514
/proc/meminfo: memFree=12845672/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=989340 CPUtime=51.05 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 250977 0 0 0 5069 36 0 0 25 0 1 0 569593773 1013084160 239721 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429769 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 247335 239721 300 670 0 246656 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 989340

[startup+102.301 s]
/proc/loadavg: 3.08 3.01 3.46 4/184 30531
/proc/meminfo: memFree=16263020/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=992316 CPUtime=102.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 261665 0 0 0 10186 38 0 0 25 0 1 0 569593773 1016131584 242623 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 248079 242623 298 670 0 247400 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 992316

[startup+162.301 s]
/proc/loadavg: 3.03 3.00 3.43 4/184 30533
/proc/meminfo: memFree=16209004/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1022808 CPUtime=162.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 269812 0 0 0 16185 39 0 0 25 0 1 0 569593773 1047355392 250770 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 255702 250770 298 670 0 255023 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1022808

[startup+222.301 s]
/proc/loadavg: 3.01 3.00 3.40 4/184 30535
/proc/meminfo: memFree=16152184/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1030964 CPUtime=222.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 271932 0 0 0 22184 40 0 0 25 0 1 0 569593773 1055707136 252890 33554432000 4194304 6935321 140735787002448 18446744073709551615 4305088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 257741 252890 298 670 0 257062 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1030964

[startup+282.301 s]
/proc/loadavg: 3.00 3.00 3.37 4/184 30537
/proc/meminfo: memFree=16141064/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1035460 CPUtime=282.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 272913 0 0 0 28184 41 0 0 25 0 1 0 569593773 1060311040 253871 33554432000 4194304 6935321 140735787002448 18446744073709551615 4430609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 258865 253871 298 670 0 258186 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1035460

[startup+342.301 s]
/proc/loadavg: 3.00 3.00 3.34 4/184 30539
/proc/meminfo: memFree=16078980/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=342.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278799 0 0 0 34183 41 0 0 25 0 1 0 569593773 1083711488 259757 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259757 298 670 0 263899 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1058312

[startup+402.301 s]
/proc/loadavg: 3.00 3.00 3.32 4/184 30539
/proc/meminfo: memFree=16113716/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=402.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278804 0 0 0 40183 41 0 0 25 0 1 0 569593773 1083711488 259762 33554432000 4194304 6935321 140735787002448 18446744073709551615 4476671 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259762 298 670 0 263899 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 1058312

[startup+462.301 s]
/proc/loadavg: 3.00 3.00 3.30 4/184 30550
/proc/meminfo: memFree=16109432/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=462.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278806 0 0 0 46183 41 0 0 25 0 1 0 569593773 1083711488 259764 33554432000 4194304 6935321 140735787002448 18446744073709551615 4431226 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259764 298 670 0 263899 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 1058312

[startup+522.301 s]
/proc/loadavg: 3.04 3.01 3.28 4/184 30552
/proc/meminfo: memFree=16109520/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=522.24 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278807 0 0 0 52183 41 0 0 25 0 1 0 569593773 1083711488 259765 33554432000 4194304 6935321 140735787002448 18446744073709551615 4433628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259765 298 670 0 263899 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 1058312

[startup+582.301 s]
/proc/loadavg: 3.01 3.01 3.26 4/184 30554
/proc/meminfo: memFree=16104756/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=582.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278807 0 0 0 58184 41 0 0 25 0 1 0 569593773 1083711488 259765 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259765 298 670 0 263899 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1058312

[startup+642.301 s]
/proc/loadavg: 3.05 3.02 3.25 4/184 30556
/proc/meminfo: memFree=16103124/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=642.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278807 0 0 0 64183 42 0 0 25 0 1 0 569593773 1083711488 259765 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259765 298 670 0 263899 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 1058312

[startup+702.307 s]
/proc/loadavg: 3.05 3.03 3.23 4/184 30556
/proc/meminfo: memFree=16066624/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=702.26 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278808 0 0 0 70184 42 0 0 25 0 1 0 569593773 1083711488 259766 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259766 298 670 0 263899 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 1058312

[startup+762.301 s]
/proc/loadavg: 3.02 3.02 3.22 4/184 30558
/proc/meminfo: memFree=16101704/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=762.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278808 0 0 0 76183 42 0 0 25 0 1 0 569593773 1083711488 259766 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259766 298 670 0 263899 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 1058312

[startup+822.301 s]
/proc/loadavg: 3.00 3.01 3.20 4/184 30560
/proc/meminfo: memFree=16098260/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1058312 CPUtime=822.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 278808 0 0 0 82182 43 0 0 25 0 1 0 569593773 1083711488 259766 33554432000 4194304 6935321 140735787002448 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 264578 259766 298 670 0 263899 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 1058312

[startup+882.301 s]
/proc/loadavg: 3.00 3.01 3.18 4/184 30562
/proc/meminfo: memFree=16017020/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=882.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283162 0 0 0 88182 43 0 0 25 0 1 0 569593773 1101361152 264120 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264120 298 670 0 268208 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 1075548

[startup+942.301 s]
/proc/loadavg: 3.00 3.00 3.17 4/184 30564
/proc/meminfo: memFree=16049932/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=942.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 94181 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4347626 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 1075548

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 3.16 4/184 30564
/proc/meminfo: memFree=16045068/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1002.25 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 100181 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 1075548

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 3.15 4/184 30566
/proc/meminfo: memFree=16041784/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1062.26 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 106182 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4347643 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1075548

[startup+1122.3 s]
/proc/loadavg: 3.06 3.01 3.14 4/184 30568
/proc/meminfo: memFree=16039316/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1122.26 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 112182 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4348032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 1075548

[startup+1182.3 s]
/proc/loadavg: 2.73 2.94 3.11 3/178 30587
/proc/meminfo: memFree=17344400/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1182.26 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 118182 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4430592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 1075548

[startup+1242.3 s]
/proc/loadavg: 2.27 2.77 3.04 3/178 30589
/proc/meminfo: memFree=17343992/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1242.26 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 124182 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4339162 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1075548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.10 2.63 2.97 2/176 30590
/proc/meminfo: memFree=18300756/32951124 swapFree=67110396/67111528
[pid=30499] ppid=30497 vsize=1075548 CPUtime=1299.96 cores=0,2
/proc/30499/stat : 30499 (kw) R 30497 30499 28890 0 -1 4202496 283164 0 0 0 129952 44 0 0 25 0 1 0 569593773 1101361152 264122 33554432000 4194304 6935321 140735787002448 18446744073709551615 4346583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30499/statm: 268887 264122 298 670 0 268208 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 1075548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.02
CPU user time (s): 1299.53
CPU system time (s): 0.495924
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 1075548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283164
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= 3
involuntary context switches= 15840

runsolver used 2.27065 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 06:53:51
IDJOB=3293685
IDBENCH=88165
IDSOLVER=1658
FILE ID=node118/3293685-1303793628
RUNJOBID= node118-1303793628-30473
PBS_JOBID= 13157236
Free space on /tmp= 71628 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293685-1303793628/watcher-3293685-1303793628 -o /tmp/evaluation-result-3293685-1303793628/solver-3293685-1303793628 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3293685-1303793628.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1759304056

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19127412 kB
Buffers:       1877416 kB
Cached:       11289816 kB
SwapCached:        600 kB
Active:        8951756 kB
Inactive:      4335184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19127412 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          388328 kB
Writeback:           0 kB
AnonPages:      119216 kB
Mapped:          16160 kB
Slab:           472112 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71904 MiB
End job on node118 at 2011-04-26 07:15:33