Trace number 3258659

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) 1299.99 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3258659-1303502917/watcher-3258659-1303502917 -o /tmp/evaluation-result-3258659-1303502917/solver-3258659-1303502917 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258659-1303502917.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: 0.00 0.00 0.17 2/174 20920
/proc/meminfo: memFree=13762808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=16884 CPUtime=0 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 1045 0 0 0 0 0 0 0 21 0 1 0 540522349 17289216 984 33554432000 4194304 4395502 140736993199888 18446744073709551615 216735178496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 4221 984 249 50 0 1361 0

[startup+0.0470071 s]
/proc/loadavg: 0.00 0.00 0.17 2/174 20920
/proc/meminfo: memFree=13762808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=22164 CPUtime=0.04 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 2283 0 0 0 4 0 0 0 21 0 1 0 540522349 22695936 2222 33554432000 4194304 4395502 140736993199888 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 5541 2223 250 50 0 2681 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22164

[startup+0.101004 s]
/proc/loadavg: 0.00 0.00 0.17 2/174 20920
/proc/meminfo: memFree=13762808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=28896 CPUtime=0.09 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 3959 0 0 0 9 0 0 0 21 0 1 0 540522349 29589504 3898 33554432000 4194304 4395502 140736993199888 18446744073709551615 216735178496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 7224 3899 250 50 0 4364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28896

[startup+0.300959 s]
/proc/loadavg: 0.00 0.00 0.17 2/174 20920
/proc/meminfo: memFree=13762808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=40992 CPUtime=0.29 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 6998 0 0 0 28 1 0 0 22 0 1 0 540522349 41975808 6936 33554432000 4194304 4395502 140736993199888 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 10248 6936 256 50 0 7388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40992

[startup+0.700903 s]
/proc/loadavg: 0.00 0.00 0.17 2/174 20920
/proc/meminfo: memFree=13762808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=51288 CPUtime=0.69 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 10780 0 0 0 67 2 0 0 24 0 1 0 540522349 52518912 9524 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 12822 9524 267 50 0 9962 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51288

[startup+1.50068 s]
/proc/loadavg: 0.00 0.00 0.17 3/180 20931
/proc/meminfo: memFree=13688816/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=61680 CPUtime=1.49 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 13380 0 0 0 146 3 0 0 25 0 1 0 540522349 63160320 12124 33554432000 4194304 4395502 140736993199888 18446744073709551615 4314349 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 15420 12124 267 50 0 12560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61680

[startup+3.10044 s]
/proc/loadavg: 0.00 0.00 0.17 4/185 20941
/proc/meminfo: memFree=13625968/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=75364 CPUtime=3.08 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 16773 0 0 0 305 3 0 0 25 0 1 0 540522349 77172736 15517 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 18841 15517 267 50 0 15981 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75364

[startup+6.30089 s]
/proc/loadavg: 0.24 0.05 0.19 5/190 20951
/proc/meminfo: memFree=13530492/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=95044 CPUtime=6.29 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 21655 0 0 0 625 4 0 0 25 0 1 0 540522349 97325056 20399 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 23761 20399 267 50 0 20901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95044

[startup+12.7008 s]
/proc/loadavg: 0.54 0.12 0.21 5/190 20951
/proc/meminfo: memFree=13422884/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=127072 CPUtime=12.69 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 29470 0 0 0 1263 6 0 0 25 0 1 0 540522349 130121728 28214 33554432000 4194304 4395502 140736993199888 18446744073709551615 4289061 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 31768 28214 267 50 0 28908 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127072

[startup+25.5005 s]
/proc/loadavg: 1.31 0.30 0.27 5/190 20952
/proc/meminfo: memFree=13307976/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=173292 CPUtime=25.49 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 40791 0 0 0 2540 9 0 0 25 0 1 0 540522349 177451008 39535 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 43323 39535 267 50 0 40463 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173292

[startup+51.101 s]
/proc/loadavg: 2.22 0.60 0.37 5/190 20952
/proc/meminfo: memFree=13235976/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=211872 CPUtime=51.09 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 49915 0 0 0 5097 12 0 0 25 0 1 0 540522349 216956928 48659 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 52968 48659 267 50 0 50108 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 211872

[startup+102.307 s]
/proc/loadavg: 3.23 1.12 0.55 5/190 20954
/proc/meminfo: memFree=13134148/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=245024 CPUtime=102.3 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 57552 0 0 0 10216 14 0 0 25 0 1 0 540522349 250904576 56296 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299735 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 61256 56296 267 50 0 58396 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 245024

[startup+162.301 s]
/proc/loadavg: 3.71 1.64 0.77 5/190 20955
/proc/meminfo: memFree=13070768/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=272084 CPUtime=162.29 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 63322 0 0 0 16214 15 0 0 25 0 1 0 540522349 278614016 62066 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 68021 62066 267 50 0 65161 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 272084

[startup+222.301 s]
/proc/loadavg: 3.93 2.08 0.97 5/190 20957
/proc/meminfo: memFree=13003284/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=286692 CPUtime=222.28 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 66478 0 0 0 22213 15 0 0 25 0 1 0 540522349 293572608 65222 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 71673 65222 267 50 0 68813 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 286692

[startup+282.3 s]
/proc/loadavg: 3.97 2.43 1.16 5/190 20958
/proc/meminfo: memFree=12942744/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=317884 CPUtime=282.28 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 73480 0 0 0 28211 17 0 0 25 0 1 0 540522349 325513216 72224 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 79471 72224 267 50 0 76611 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 317884

[startup+342.301 s]
/proc/loadavg: 4.07 2.73 1.34 5/190 20960
/proc/meminfo: memFree=12889652/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=334000 CPUtime=342.28 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 77326 0 0 0 34210 18 0 0 25 0 1 0 540522349 342016000 76070 33554432000 4194304 4395502 140736993199888 18446744073709551615 4346988 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 83500 76070 267 50 0 80640 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 334000

[startup+402.3 s]
/proc/loadavg: 4.02 2.96 1.50 5/190 20962
/proc/meminfo: memFree=12853536/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=345684 CPUtime=402.29 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 79745 0 0 0 40210 19 0 0 25 0 1 0 540522349 353980416 78489 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 86421 78489 267 50 0 83561 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 345684

[startup+462.301 s]
/proc/loadavg: 4.01 3.15 1.65 5/190 20963
/proc/meminfo: memFree=12817808/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=363000 CPUtime=462.28 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 83345 0 0 0 46208 20 0 0 25 0 1 0 540522349 371712000 82089 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 90750 82089 267 50 0 87890 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 363000

[startup+522.3 s]
/proc/loadavg: 4.00 3.30 1.80 5/190 20965
/proc/meminfo: memFree=12778228/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=373916 CPUtime=522.28 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 85633 0 0 0 52207 21 0 0 25 0 1 0 540522349 382889984 84377 33554432000 4194304 4395502 140736993199888 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 93479 84377 267 50 0 90619 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 373916

[startup+582.301 s]
/proc/loadavg: 4.03 3.44 1.94 5/190 20966
/proc/meminfo: memFree=12724640/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=388328 CPUtime=582.26 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 88751 0 0 0 58204 22 0 0 25 0 1 0 540522349 397647872 87495 33554432000 4194304 4395502 140736993199888 18446744073709551615 4347038 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 97082 87495 267 50 0 94222 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 388328

[startup+642.3 s]
/proc/loadavg: 4.01 3.54 2.06 5/190 20968
/proc/meminfo: memFree=12677364/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=398344 CPUtime=642.27 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 90849 0 0 0 64203 24 0 0 25 0 1 0 540522349 407904256 89593 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 99586 89593 267 50 0 96726 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 398344

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.18 5/190 20970
/proc/meminfo: memFree=12638264/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=405212 CPUtime=702.26 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 92399 0 0 0 70201 25 0 0 25 0 1 0 540522349 414937088 91143 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 101303 91143 267 50 0 98443 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 405212

[startup+762.306 s]
/proc/loadavg: 4.05 3.70 2.30 5/190 20971
/proc/meminfo: memFree=12623848/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=410128 CPUtime=762.26 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 93483 0 0 0 76201 25 0 0 25 0 1 0 540522349 419971072 92227 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 102532 92227 267 50 0 99672 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 410128

[startup+822.301 s]
/proc/loadavg: 4.02 3.75 2.40 5/190 20973
/proc/meminfo: memFree=12590580/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=436048 CPUtime=822.25 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 99634 0 0 0 82196 29 0 0 25 0 1 0 540522349 446513152 98378 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 109012 98378 267 50 0 106152 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 436048

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 2.50 5/190 20974
/proc/meminfo: memFree=12572196/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=446416 CPUtime=882.24 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 101669 0 0 0 88195 29 0 0 25 0 1 0 540522349 457129984 100413 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 111604 100413 267 50 0 108744 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 446416

[startup+942.301 s]
/proc/loadavg: 4.04 3.84 2.60 5/190 20976
/proc/meminfo: memFree=12535092/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=473688 CPUtime=942.25 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 107480 0 0 0 94193 32 0 0 25 0 1 0 540522349 485056512 106224 33554432000 4194304 4395502 140736993199888 18446744073709551615 4297139 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 118422 106224 267 50 0 115562 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 473688

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.68 5/190 20978
/proc/meminfo: memFree=12525776/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=473688 CPUtime=1002.24 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 107604 0 0 0 100192 32 0 0 25 0 1 0 540522349 485056512 106348 33554432000 4194304 4395502 140736993199888 18446744073709551615 4336144 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 118422 106348 267 50 0 115562 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 473688

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 5/190 20979
/proc/meminfo: memFree=12521284/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=473688 CPUtime=1062.24 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 107746 0 0 0 106192 32 0 0 25 0 1 0 540522349 485056512 106490 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 118422 106490 267 50 0 115562 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 473688

[startup+1122.3 s]
/proc/loadavg: 4.10 3.94 2.84 5/190 20981
/proc/meminfo: memFree=12516916/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=473688 CPUtime=1122.24 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 107892 0 0 0 112192 32 0 0 25 0 1 0 540522349 485056512 106636 33554432000 4194304 4395502 140736993199888 18446744073709551615 4339072 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 118422 106636 267 50 0 115562 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 473688

[startup+1182.3 s]
/proc/loadavg: 4.04 3.95 2.91 5/190 20982
/proc/meminfo: memFree=12505112/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=473688 CPUtime=1182.24 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 108025 0 0 0 118192 32 0 0 25 0 1 0 540522349 485056512 106769 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 118422 106769 267 50 0 115562 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 473688

[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 2.98 5/190 20984
/proc/meminfo: memFree=12477184/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=479044 CPUtime=1242.25 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 109079 0 0 0 124192 33 0 0 25 0 1 0 540522349 490541056 107823 33554432000 4194304 4395502 140736993199888 18446744073709551615 4299735 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 119761 107823 267 50 0 116901 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 479044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.04 5/190 20986
/proc/meminfo: memFree=12465740/32951124 swapFree=67102140/67111528
[pid=20920] ppid=20918 vsize=486692 CPUtime=1299.95 cores=0,2
/proc/20920/stat : 20920 (SApperloT2010) R 20918 20920 20890 0 -1 4202496 110584 0 0 0 129961 34 0 0 25 0 1 0 540522349 498372608 109328 33554432000 4194304 4395502 140736993199888 18446744073709551615 4288811 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20920/statm: 121673 109328 267 50 0 118813 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 486692

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.03
CPU time (s): 1299.99
CPU user time (s): 1299.62
CPU system time (s): 0.365944
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 486692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.62
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110584
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= 8
involuntary context switches= 3219

runsolver used 2.27265 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-22 22:08:37
IDJOB=3258659
IDBENCH=71408
IDSOLVER=1655
FILE ID=node119/3258659-1303502917
RUNJOBID= node119-1303502915-20908
PBS_JOBID= 13134218
Free space on /tmp= 71656 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes5.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258659-1303502917/watcher-3258659-1303502917 -o /tmp/evaluation-result-3258659-1303502917/solver-3258659-1303502917 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3258659-1303502917.cnf

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=1457484118

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:      13762964 kB
Buffers:       1979924 kB
Cached:       16572076 kB
SwapCached:       5504 kB
Active:        7331808 kB
Inactive:     11281224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13762964 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            4312 kB
Writeback:           0 kB
AnonPages:       58396 kB
Mapped:          14276 kB
Slab:           511268 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186936 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= 71652 MiB
End job on node119 at 2011-04-22 22:30:19