Trace number 3259187

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.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1235.8
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 2 cores: 5,7

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: 0.24 0.05 0.19 4/189 20950
/proc/meminfo: memFree=13584928/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=13324 CPUtime=0 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 540522702 13643776 569 33554432000 4194304 4395502 140736216976704 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 3331 570 249 50 0 471 0

[startup+0.078521 s]
/proc/loadavg: 0.24 0.05 0.19 4/189 20950
/proc/meminfo: memFree=13584928/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=17888 CPUtime=0.07 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 1973 0 0 0 7 0 0 0 20 0 1 0 540522702 18317312 1740 33554432000 4194304 4395502 140736216976704 18446744073709551615 4292950 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 4472 1742 267 50 0 1612 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17888

[startup+0.100515 s]
/proc/loadavg: 0.24 0.05 0.19 4/189 20950
/proc/meminfo: memFree=13584928/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=18284 CPUtime=0.09 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 2089 0 0 0 9 0 0 0 20 0 1 0 540522702 18722816 1856 33554432000 4194304 4395502 140736216976704 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 4571 1856 267 50 0 1711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18284

[startup+0.300483 s]
/proc/loadavg: 0.24 0.05 0.19 4/189 20950
/proc/meminfo: memFree=13584928/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=20952 CPUtime=0.29 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 2737 0 0 0 29 0 0 0 21 0 1 0 540522702 21454848 2504 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 5238 2504 267 50 0 2378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20952

[startup+0.70041 s]
/proc/loadavg: 0.24 0.05 0.19 4/189 20950
/proc/meminfo: memFree=13584928/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=24644 CPUtime=0.69 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 3655 0 0 0 69 0 0 0 22 0 1 0 540522702 25235456 3422 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 6161 3422 267 50 0 3301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24644

[startup+1.50027 s]
/proc/loadavg: 0.24 0.05 0.19 5/190 20951
/proc/meminfo: memFree=13548472/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=27976 CPUtime=1.49 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 4464 0 0 0 149 0 0 0 25 0 1 0 540522702 28647424 4231 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 6994 4231 267 50 0 4134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27976

[startup+3.10099 s]
/proc/loadavg: 0.24 0.05 0.19 5/190 20951
/proc/meminfo: memFree=13526772/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=29440 CPUtime=3.09 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 4764 0 0 0 309 0 0 0 25 0 1 0 540522702 30146560 4531 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 7360 4531 267 50 0 4500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29440

[startup+6.30043 s]
/proc/loadavg: 0.54 0.12 0.21 5/190 20951
/proc/meminfo: memFree=13470368/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=31984 CPUtime=6.29 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 5345 0 0 0 628 1 0 0 25 0 1 0 540522702 32751616 5112 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 7996 5112 267 50 0 5136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31984

[startup+12.7003 s]
/proc/loadavg: 0.82 0.18 0.23 5/190 20951
/proc/meminfo: memFree=13387548/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=38140 CPUtime=12.69 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 6719 0 0 0 1268 1 0 0 25 0 1 0 540522702 39055360 6486 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 9535 6486 267 50 0 6675 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38140

[startup+25.5011 s]
/proc/loadavg: 1.52 0.37 0.29 5/190 20952
/proc/meminfo: memFree=13283052/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=46276 CPUtime=25.49 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 8465 0 0 0 2548 1 0 0 25 0 1 0 540522702 47386624 8232 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 11569 8232 267 50 0 8709 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46276

[startup+51.1006 s]
/proc/loadavg: 2.37 0.66 0.38 5/190 20952
/proc/meminfo: memFree=13232256/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=52784 CPUtime=51.09 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 9863 0 0 0 5107 2 0 0 25 0 1 0 540522702 54050816 9630 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 13196 9630 267 50 0 10336 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52784

[startup+102.307 s]
/proc/loadavg: 3.29 1.17 0.57 5/190 20954
/proc/meminfo: memFree=13132164/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=64812 CPUtime=102.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 12398 0 0 0 10227 3 0 0 25 0 1 0 540522702 66367488 12165 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 16203 12165 267 50 0 13343 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64812

[startup+162.301 s]
/proc/loadavg: 3.74 1.68 0.78 5/190 20955
/proc/meminfo: memFree=13068536/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=75444 CPUtime=162.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 14591 0 0 0 16226 4 0 0 25 0 1 0 540522702 77254656 14358 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 18861 14358 267 50 0 16001 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75444

[startup+222.301 s]
/proc/loadavg: 3.93 2.12 0.99 5/190 20957
/proc/meminfo: memFree=12995844/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=79940 CPUtime=222.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 15483 0 0 0 22225 5 0 0 25 0 1 0 540522702 81858560 15250 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 19985 15250 267 50 0 17125 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 79940

[startup+282.301 s]
/proc/loadavg: 3.97 2.46 1.17 5/190 20958
/proc/meminfo: memFree=12939892/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=87684 CPUtime=282.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 17061 0 0 0 28224 6 0 0 25 0 1 0 540522702 89788416 16828 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 21921 16828 267 50 0 19061 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87684

[startup+342.301 s]
/proc/loadavg: 4.06 2.75 1.35 5/190 20960
/proc/meminfo: memFree=12887420/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=93224 CPUtime=342.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 18256 0 0 0 34224 6 0 0 25 0 1 0 540522702 95461376 18023 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 23306 18023 267 50 0 20446 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 93224

[startup+402.301 s]
/proc/loadavg: 4.02 2.98 1.51 5/190 20962
/proc/meminfo: memFree=12851056/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=100136 CPUtime=402.29 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 19681 0 0 0 40223 6 0 0 25 0 1 0 540522702 102539264 19448 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 25034 19448 267 50 0 22174 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 100136

[startup+462.3 s]
/proc/loadavg: 4.01 3.16 1.67 5/190 20963
/proc/meminfo: memFree=12816072/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=102996 CPUtime=462.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 20324 0 0 0 46223 7 0 0 25 0 1 0 540522702 105467904 20091 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 25749 20091 267 50 0 22889 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102996

[startup+522.301 s]
/proc/loadavg: 4.08 3.33 1.81 5/190 20965
/proc/meminfo: memFree=12777236/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=105492 CPUtime=522.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 20805 0 0 0 52223 7 0 0 25 0 1 0 540522702 108023808 20572 33554432000 4194304 4395502 140736216976704 18446744073709551615 4293026 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 26373 20572 267 50 0 23513 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 105492

[startup+582.3 s]
/proc/loadavg: 4.03 3.45 1.95 5/190 20967
/proc/meminfo: memFree=12723276/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=109864 CPUtime=582.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 21708 0 0 0 58222 8 0 0 25 0 1 0 540522702 112500736 21475 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 27466 21475 267 50 0 24606 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109864

[startup+642.301 s]
/proc/loadavg: 4.01 3.54 2.07 5/190 20968
/proc/meminfo: memFree=12675876/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=114344 CPUtime=642.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 22621 0 0 0 64222 9 0 0 25 0 1 0 540522702 117088256 22388 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 28586 22388 267 50 0 25726 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 114344

[startup+702.3 s]
/proc/loadavg: 4.00 3.62 2.19 5/190 20970
/proc/meminfo: memFree=12637272/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=116520 CPUtime=702.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 23038 0 0 0 70221 9 0 0 25 0 1 0 540522702 119316480 22805 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 29130 22805 267 50 0 26270 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 116520

[startup+762.307 s]
/proc/loadavg: 4.04 3.71 2.31 5/190 20971
/proc/meminfo: memFree=12623724/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=118056 CPUtime=762.32 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 23368 0 0 0 76222 10 0 0 25 0 1 0 540522702 120889344 23135 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 29514 23135 267 50 0 26654 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 118056

[startup+822.3 s]
/proc/loadavg: 4.01 3.76 2.41 5/190 20973
/proc/meminfo: memFree=12588224/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=121704 CPUtime=822.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 24123 0 0 0 82221 10 0 0 25 0 1 0 540522702 124624896 23890 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 30426 23890 267 50 0 27566 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 121704

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 2.51 5/190 20975
/proc/meminfo: memFree=12569592/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=126952 CPUtime=882.3 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 25073 0 0 0 88220 10 0 0 25 0 1 0 540522702 129998848 24840 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 31738 24840 267 50 0 28878 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 126952

[startup+942.3 s]
/proc/loadavg: 4.04 3.85 2.60 5/190 20976
/proc/meminfo: memFree=12533852/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=131816 CPUtime=942.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 25981 0 0 0 94220 11 0 0 25 0 1 0 540522702 134979584 25748 33554432000 4194304 4395502 140736216976704 18446744073709551615 4288287 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 32954 25748 267 50 0 30094 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 131816

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.69 5/190 20978
/proc/meminfo: memFree=12525652/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=132328 CPUtime=1002.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 26078 0 0 0 100220 11 0 0 25 0 1 0 540522702 135503872 25845 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 33082 25845 267 50 0 30222 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132328

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.77 5/190 20979
/proc/meminfo: memFree=12520664/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=133932 CPUtime=1062.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 26387 0 0 0 106220 11 0 0 25 0 1 0 540522702 137146368 26154 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 33483 26154 267 50 0 30623 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 133932

[startup+1122.3 s]
/proc/loadavg: 4.09 3.94 2.85 5/190 20981
/proc/meminfo: memFree=12516544/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=134828 CPUtime=1122.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 26557 0 0 0 112219 12 0 0 25 0 1 0 540522702 138063872 26324 33554432000 4194304 4395502 140736216976704 18446744073709551615 4288328 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 33707 26324 267 50 0 30847 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 134828

[startup+1182.3 s]
/proc/loadavg: 4.03 3.95 2.92 5/190 20982
/proc/meminfo: memFree=12503624/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=139180 CPUtime=1182.32 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 27382 0 0 0 118219 13 0 0 25 0 1 0 540522702 142520320 27149 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 34795 27149 267 50 0 31935 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 139180

[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 2.98 5/190 20984
/proc/meminfo: memFree=12475200/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=140076 CPUtime=1242.31 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 27555 0 0 0 124218 13 0 0 25 0 1 0 540522702 143437824 27322 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 35019 27322 267 50 0 32159 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 140076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.91 3.03 2/175 21038
/proc/meminfo: memFree=13652108/32951124 swapFree=67102140/67111528
[pid=20950] ppid=20948 vsize=141100 CPUtime=1300.03 cores=5,7
/proc/20950/stat : 20950 (SApperloT2010) R 20948 20950 20890 0 -1 4202496 27756 0 0 0 129989 14 0 0 25 0 1 0 540522702 144486400 27523 33554432000 4194304 4395502 140736216976704 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20950/statm: 35275 27523 267 50 0 32415 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 141100

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.04
CPU user time (s): 1299.89
CPU system time (s): 0.145977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 141100

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

runsolver used 1.9917 second user time and 5.11022 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-22 22:08:40
IDJOB=3259187
IDBENCH=71514
IDSOLVER=1655
FILE ID=node119/3259187-1303502920
RUNJOBID= node119-1303502915-20911
PBS_JOBID= 13134218
Free space on /tmp= 71652 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259187-1303502920/watcher-3259187-1303502920 -o /tmp/evaluation-result-3259187-1303502920/solver-3259187-1303502920 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259187-1303502920.cnf

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=543933572

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13585208 kB
Buffers:       1979976 kB
Cached:       16580636 kB
SwapCached:       5504 kB
Active:        7508228 kB
Inactive:     11282176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13585208 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           11928 kB
Writeback:           0 kB
AnonPages:      227360 kB
Mapped:          15408 kB
Slab:           511900 kB
PageTables:       5880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425740 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= 71660 MiB
End job on node119 at 2011-04-22 22:30:22