Trace number 3291842

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
SApperloT2010 2011-03-04? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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-3291842-1303791294/watcher-3291842-1303791294 -o /tmp/evaluation-result-3291842-1303791294/solver-3291842-1303791294 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3291842-1303791294.cnf 

running on 2 cores: 1,3

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: 2.14 2.71 2.92 4/189 11200
/proc/meminfo: memFree=14731204/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=12528 CPUtime=0 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 507 0 0 0 0 0 0 0 25 0 1 0 471544875 12828672 446 33554432000 4194304 4395502 140735750398400 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 3132 446 255 50 0 272 0

[startup+0.0879131 s]
/proc/loadavg: 2.14 2.71 2.92 4/189 11200
/proc/meminfo: memFree=14731204/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=13716 CPUtime=0.08 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 835 0 0 0 8 0 0 0 25 0 1 0 471544875 14045184 774 33554432000 4194304 4395502 140735750398400 18446744073709551615 4314287 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 3429 774 267 50 0 569 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13716

[startup+0.100908 s]
/proc/loadavg: 2.14 2.71 2.92 4/189 11200
/proc/meminfo: memFree=14731204/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=13852 CPUtime=0.09 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 854 0 0 0 9 0 0 0 25 0 1 0 471544875 14184448 793 33554432000 4194304 4395502 140735750398400 18446744073709551615 4291667 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 3463 793 267 50 0 603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13852

[startup+0.300873 s]
/proc/loadavg: 2.14 2.71 2.92 4/189 11200
/proc/meminfo: memFree=14731204/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=14528 CPUtime=0.29 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 1038 0 0 0 29 0 0 0 25 0 1 0 471544875 14876672 977 33554432000 4194304 4395502 140735750398400 18446744073709551615 4293606 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 3632 977 267 50 0 772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14528

[startup+0.700807 s]
/proc/loadavg: 2.14 2.71 2.92 4/189 11200
/proc/meminfo: memFree=14731204/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=15348 CPUtime=0.69 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 1235 0 0 0 69 0 0 0 25 0 1 0 471544875 15716352 1174 33554432000 4194304 4395502 140735750398400 18446744073709551615 4288494 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 3837 1174 267 50 0 977 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15348

[startup+1.50065 s]
/proc/loadavg: 2.14 2.71 2.92 5/190 11201
/proc/meminfo: memFree=14621776/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=16296 CPUtime=1.49 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 1450 0 0 0 149 0 0 0 25 0 1 0 471544875 16687104 1389 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 4074 1389 267 50 0 1214 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16296

[startup+3.10036 s]
/proc/loadavg: 2.14 2.71 2.92 5/190 11201
/proc/meminfo: memFree=14570688/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=17688 CPUtime=3.09 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 1765 0 0 0 309 0 0 0 25 0 1 0 471544875 18112512 1704 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 4422 1704 267 50 0 1562 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17688

[startup+6.30077 s]
/proc/loadavg: 2.29 2.73 2.92 5/190 11202
/proc/meminfo: memFree=14456612/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=19320 CPUtime=6.29 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 2099 0 0 0 629 0 0 0 25 0 1 0 471544875 19783680 2038 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 4830 2038 267 50 0 1970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19320

[startup+12.7006 s]
/proc/loadavg: 2.42 2.75 2.93 5/190 11202
/proc/meminfo: memFree=14300256/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=21068 CPUtime=12.69 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 2500 0 0 0 1269 0 0 0 25 0 1 0 471544875 21573632 2439 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 5267 2439 267 50 0 2407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21068

[startup+25.5002 s]
/proc/loadavg: 2.77 2.81 2.94 5/190 11202
/proc/meminfo: memFree=14220444/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=23256 CPUtime=25.49 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 2940 0 0 0 2549 0 0 0 25 0 1 0 471544875 23814144 2879 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 5814 2879 267 50 0 2954 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23256

[startup+51.1005 s]
/proc/loadavg: 3.19 2.91 2.97 5/190 11203
/proc/meminfo: memFree=14146316/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=25432 CPUtime=51.09 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 3438 0 0 0 5108 1 0 0 25 0 1 0 471544875 26042368 3377 33554432000 4194304 4395502 140735750398400 18446744073709551615 4337917 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 6358 3377 267 50 0 3498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25432

[startup+102.307 s]
/proc/loadavg: 3.65 3.07 3.02 5/190 11204
/proc/meminfo: memFree=14045664/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=27472 CPUtime=102.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 3934 0 0 0 10228 2 0 0 25 0 1 0 471544875 28131328 3873 33554432000 4194304 4395502 140735750398400 18446744073709551615 4309732 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 6868 3873 267 50 0 4008 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27472

[startup+162.301 s]
/proc/loadavg: 3.87 3.24 3.08 5/190 11206
/proc/meminfo: memFree=13935540/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=28636 CPUtime=162.29 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 4210 0 0 0 16227 2 0 0 25 0 1 0 471544875 29323264 4149 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 7159 4149 267 50 0 4299 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28636

[startup+222.301 s]
/proc/loadavg: 4.02 3.40 3.14 5/190 11207
/proc/meminfo: memFree=13861992/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=29900 CPUtime=222.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 4485 0 0 0 22227 3 0 0 25 0 1 0 471544875 30617600 4424 33554432000 4194304 4395502 140735750398400 18446744073709551615 4293446 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 7475 4424 267 50 0 4615 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 29900

[startup+282.301 s]
/proc/loadavg: 4.00 3.51 3.20 5/190 11209
/proc/meminfo: memFree=13812752/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=30812 CPUtime=282.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 4703 0 0 0 28227 3 0 0 25 0 1 0 471544875 31551488 4642 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 7703 4642 267 50 0 4843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30812

[startup+342.301 s]
/proc/loadavg: 4.00 3.60 3.24 5/190 11211
/proc/meminfo: memFree=13747384/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=31452 CPUtime=342.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 4838 0 0 0 34227 3 0 0 25 0 1 0 471544875 32206848 4777 33554432000 4194304 4395502 140735750398400 18446744073709551615 4291703 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 7863 4777 267 50 0 5003 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 31452

[startup+402.301 s]
/proc/loadavg: 4.00 3.67 3.29 5/190 11212
/proc/meminfo: memFree=13658964/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=32508 CPUtime=402.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5056 0 0 0 40225 5 0 0 25 0 1 0 471544875 33288192 4995 33554432000 4194304 4395502 140735750398400 18446744073709551615 4288924 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8127 4995 267 50 0 5267 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32508

[startup+462.301 s]
/proc/loadavg: 4.00 3.72 3.33 5/190 11214
/proc/meminfo: memFree=13596584/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=33180 CPUtime=462.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5210 0 0 0 46225 5 0 0 25 0 1 0 471544875 33976320 5149 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8295 5149 267 50 0 5435 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 33180

[startup+522.301 s]
/proc/loadavg: 4.00 3.77 3.37 5/190 11215
/proc/meminfo: memFree=13571280/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=33772 CPUtime=522.3 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5330 0 0 0 52224 6 0 0 25 0 1 0 471544875 34582528 5269 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8443 5269 267 50 0 5583 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 33772

[startup+582.301 s]
/proc/loadavg: 4.00 3.81 3.40 5/190 11217
/proc/meminfo: memFree=13507908/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=34460 CPUtime=582.31 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5465 0 0 0 58223 8 0 0 25 0 1 0 471544875 35287040 5404 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8615 5404 267 50 0 5755 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 34460

[startup+642.301 s]
/proc/loadavg: 4.05 3.86 3.45 5/190 11222
/proc/meminfo: memFree=13477988/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=35068 CPUtime=642.31 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5576 0 0 0 64223 8 0 0 25 0 1 0 471544875 35909632 5515 33554432000 4194304 4395502 140735750398400 18446744073709551615 4292756 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8767 5515 267 50 0 5907 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 35068

[startup+702.301 s]
/proc/loadavg: 4.10 3.90 3.48 5/190 11223
/proc/meminfo: memFree=13455124/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=35452 CPUtime=702.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5657 0 0 0 70223 9 0 0 25 0 1 0 471544875 36302848 5596 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8863 5596 267 50 0 6003 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 35452

[startup+762.307 s]
/proc/loadavg: 4.03 3.91 3.51 5/190 11225
/proc/meminfo: memFree=13405756/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=35996 CPUtime=762.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5740 0 0 0 76223 9 0 0 25 0 1 0 471544875 36859904 5679 33554432000 4194304 4395502 140735750398400 18446744073709551615 4322599 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 8999 5679 267 50 0 6139 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 35996

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.54 5/190 11226
/proc/meminfo: memFree=13364328/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=36188 CPUtime=822.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5793 0 0 0 82222 10 0 0 25 0 1 0 471544875 37056512 5732 33554432000 4194304 4395502 140735750398400 18446744073709551615 4310656 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9047 5732 267 50 0 6187 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 36188

[startup+882.301 s]
/proc/loadavg: 4.06 3.95 3.57 5/190 11228
/proc/meminfo: memFree=13337156/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=36764 CPUtime=882.31 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5891 0 0 0 88221 10 0 0 25 0 1 0 471544875 37646336 5830 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9191 5830 267 50 0 6331 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 36764

[startup+942.301 s]
/proc/loadavg: 4.02 3.96 3.59 5/190 11230
/proc/meminfo: memFree=13311968/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=37148 CPUtime=942.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5957 0 0 0 94221 11 0 0 25 0 1 0 471544875 38039552 5896 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9287 5896 267 50 0 6427 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 37148

[startup+1002.3 s]
/proc/loadavg: 4.01 3.96 3.62 5/190 11231
/proc/meminfo: memFree=13258520/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=37340 CPUtime=1002.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 5994 0 0 0 100220 12 0 0 25 0 1 0 471544875 38236160 5933 33554432000 4194304 4395502 140735750398400 18446744073709551615 4295055 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9335 5933 267 50 0 6475 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 37340

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 11233
/proc/meminfo: memFree=13243016/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=37532 CPUtime=1062.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 6069 0 0 0 106219 13 0 0 25 0 1 0 471544875 38432768 6008 33554432000 4194304 4395502 140735750398400 18446744073709551615 4316092 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9383 6008 267 50 0 6523 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 37532

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/190 11234
/proc/meminfo: memFree=13215596/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=38108 CPUtime=1122.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 6149 0 0 0 112219 13 0 0 25 0 1 0 471544875 39022592 6088 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9527 6088 267 50 0 6667 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 38108

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 11236
/proc/meminfo: memFree=13190668/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=38432 CPUtime=1182.32 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 6217 0 0 0 118218 14 0 0 25 0 1 0 471544875 39354368 6156 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299204 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9608 6156 267 50 0 6748 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 38432

[startup+1242.3 s]
/proc/loadavg: 4.15 4.00 3.70 5/190 11238
/proc/meminfo: memFree=13176400/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=38624 CPUtime=1242.33 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 6268 0 0 0 124218 15 0 0 25 0 1 0 471544875 39550976 6207 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9656 6207 267 50 0 6796 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 38624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.01 3.73 2/184 11242
/proc/meminfo: memFree=15055040/32951124 swapFree=67111528/67111528
[pid=11200] ppid=11198 vsize=38816 CPUtime=1300.04 cores=1,3
/proc/11200/stat : 11200 (SApperloT2010) R 11198 11200 9231 0 -1 4202496 6295 0 0 0 129988 16 0 0 25 0 1 0 471544875 39747584 6234 33554432000 4194304 4395502 140735750398400 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/11200/statm: 9704 6234 267 50 0 6844 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 38816

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.165974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 38816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6295
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= 5
involuntary context switches= 3218

runsolver used 2.12968 second user time and 4.97224 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 06:14:54
IDJOB=3291842
IDBENCH=84808
IDSOLVER=1655
FILE ID=node142/3291842-1303791294
RUNJOBID= node142-1303791291-11133
PBS_JOBID= 13157230
Free space on /tmp= 71392 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291842-1303791294/watcher-3291842-1303791294 -o /tmp/evaluation-result-3291842-1303791294/solver-3291842-1303791294 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3291842-1303791294.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=351489460

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14731360 kB
Buffers:       2086888 kB
Cached:       15139592 kB
SwapCached:          0 kB
Active:        7628792 kB
Inactive:     10012592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14731360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64652 kB
Writeback:           0 kB
AnonPages:      414024 kB
Mapped:          15472 kB
Slab:           512736 kB
PageTables:       5728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   702956 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= 71452 MiB
End job on node142 at 2011-04-26 06:36:36