Trace number 3264731

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.09 1300.05

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3264731-1303572035/watcher-3264731-1303572035 -o /tmp/evaluation-result-3264731-1303572035/solver-3264731-1303572035 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3264731-1303572035.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: 3.81 3.96 3.91 2/179 11177
/proc/meminfo: memFree=14497824/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=12040 CPUtime=0 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 440 0 0 0 0 0 0 0 23 0 1 0 468804400 12328960 378 33554432000 4194304 4395502 140734735283744 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3010 378 266 50 0 150 0

[startup+0.0298289 s]
/proc/loadavg: 3.81 3.96 3.91 2/179 11177
/proc/meminfo: memFree=14497824/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=12304 CPUtime=0.02 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 514 0 0 0 2 0 0 0 23 0 1 0 468804400 12599296 452 33554432000 4194304 4395502 140734735283744 18446744073709551615 4297611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3076 452 266 50 0 216 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12304

[startup+0.100825 s]
/proc/loadavg: 3.81 3.96 3.91 2/179 11177
/proc/meminfo: memFree=14497824/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=12700 CPUtime=0.09 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 603 0 0 0 9 0 0 0 23 0 1 0 468804400 13004800 541 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3175 541 266 50 0 315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12700

[startup+0.30078 s]
/proc/loadavg: 3.81 3.96 3.91 2/179 11177
/proc/meminfo: memFree=14497824/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=13228 CPUtime=0.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 742 0 0 0 29 0 0 0 25 0 1 0 468804400 13545472 680 33554432000 4194304 4395502 140734735283744 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3307 680 266 50 0 447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13228

[startup+0.700709 s]
/proc/loadavg: 3.81 3.96 3.91 2/179 11177
/proc/meminfo: memFree=14497824/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=14152 CPUtime=0.69 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 975 0 0 0 69 0 0 0 25 0 1 0 468804400 14491648 913 33554432000 4194304 4395502 140734735283744 18446744073709551615 4297267 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3538 913 266 50 0 678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14152

[startup+1.50058 s]
/proc/loadavg: 3.82 3.96 3.91 5/190 11198
/proc/meminfo: memFree=14480548/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=15868 CPUtime=1.49 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 1399 0 0 0 149 0 0 0 25 0 1 0 468804400 16248832 1337 33554432000 4194304 4395502 140734735283744 18446744073709551615 4292116 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 3967 1337 267 50 0 1107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15868

[startup+3.10028 s]
/proc/loadavg: 3.82 3.96 3.91 5/190 11198
/proc/meminfo: memFree=14474100/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=18508 CPUtime=3.09 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 2047 0 0 0 309 0 0 0 25 0 1 0 468804400 18952192 1985 33554432000 4194304 4395502 140734735283744 18446744073709551615 4296793 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 4627 1985 267 50 0 1767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18508

[startup+6.30072 s]
/proc/loadavg: 3.82 3.96 3.91 5/190 11199
/proc/meminfo: memFree=14461840/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=22336 CPUtime=6.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 3028 0 0 0 629 0 0 0 25 0 1 0 468804400 22872064 2966 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299127 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 5584 2966 267 50 0 2724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22336

[startup+12.7006 s]
/proc/loadavg: 3.85 3.97 3.91 5/190 11199
/proc/meminfo: memFree=14442268/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=30388 CPUtime=12.69 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 5034 0 0 0 1269 0 0 0 25 0 1 0 468804400 31117312 4972 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 7597 4972 267 50 0 4737 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30388

[startup+25.5003 s]
/proc/loadavg: 3.87 3.97 3.91 5/190 11199
/proc/meminfo: memFree=14403952/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=44096 CPUtime=25.49 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 8443 0 0 0 2548 1 0 0 25 0 1 0 468804400 45154304 8381 33554432000 4194304 4395502 140734735283744 18446744073709551615 4309732 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 11024 8381 267 50 0 8164 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44096

[startup+51.1008 s]
/proc/loadavg: 3.91 3.97 3.91 5/190 11200
/proc/meminfo: memFree=14341540/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=70320 CPUtime=51.09 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 15022 0 0 0 5107 2 0 0 25 0 1 0 468804400 72007680 14960 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 17580 14960 267 50 0 14720 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70320

[startup+102.307 s]
/proc/loadavg: 3.96 3.97 3.91 5/190 11201
/proc/meminfo: memFree=14221628/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=117888 CPUtime=102.3 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 26918 0 0 0 10226 4 0 0 25 0 1 0 468804400 120717312 26856 33554432000 4194304 4395502 140734735283744 18446744073709551615 4297604 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 29472 26856 267 50 0 26612 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 117888

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.91 5/190 11203
/proc/meminfo: memFree=14066984/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=183960 CPUtime=162.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 43417 0 0 0 16221 8 0 0 25 0 1 0 468804400 188375040 43355 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 45990 43355 267 50 0 43130 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 183960

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11204
/proc/meminfo: memFree=13967404/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=219868 CPUtime=222.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 52400 0 0 0 22220 9 0 0 25 0 1 0 468804400 225144832 52338 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 54967 52338 267 50 0 52107 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 219868

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.91 5/190 11206
/proc/meminfo: memFree=13832108/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=281488 CPUtime=282.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 67793 0 0 0 28217 12 0 0 25 0 1 0 468804400 288243712 67731 33554432000 4194304 4395502 140734735283744 18446744073709551615 4291712 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 70372 67731 267 50 0 67512 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 281488

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/190 11207
/proc/meminfo: memFree=13706372/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=334092 CPUtime=342.29 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 80947 0 0 0 34214 15 0 0 25 0 1 0 468804400 342110208 80885 33554432000 4194304 4395502 140734735283744 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 83523 80885 267 50 0 80663 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 334092

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 11209
/proc/meminfo: memFree=13603196/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=387988 CPUtime=402.3 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 94421 0 0 0 40210 20 0 0 25 0 1 0 468804400 397299712 94359 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 96997 94360 267 50 0 94137 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 387988

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 11211
/proc/meminfo: memFree=13535236/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=407216 CPUtime=462.3 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 99236 0 0 0 46209 21 0 0 25 0 1 0 468804400 416989184 99174 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 101804 99174 267 50 0 98944 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 407216

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11212
/proc/meminfo: memFree=13420772/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=451576 CPUtime=522.3 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 110311 0 0 0 52207 23 0 0 25 0 1 0 468804400 462413824 110249 33554432000 4194304 4395502 140734735283744 18446744073709551615 4297894 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 112894 110249 267 50 0 110034 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 451576

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11214
/proc/meminfo: memFree=13312384/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=496472 CPUtime=582.3 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 121547 0 0 0 58205 25 0 0 25 0 1 0 468804400 508387328 121485 33554432000 4194304 4395502 140734735283744 18446744073709551615 4291709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 124118 121485 267 50 0 121258 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 496472

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11215
/proc/meminfo: memFree=13187748/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=551184 CPUtime=642.31 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 135221 0 0 0 64203 28 0 0 25 0 1 0 468804400 564412416 135159 33554432000 4194304 4395502 140734735283744 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 137796 135159 267 50 0 134936 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 551184

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11217
/proc/meminfo: memFree=13051080/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=588740 CPUtime=702.31 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 144609 0 0 0 70201 30 0 0 25 0 1 0 468804400 602869760 144547 33554432000 4194304 4395502 140734735283744 18446744073709551615 4292695 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 147185 144547 267 50 0 144325 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 588740

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11219
/proc/meminfo: memFree=12899164/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=643644 CPUtime=762.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 158332 0 0 0 76199 33 0 0 25 0 1 0 468804400 659091456 158270 33554432000 4194304 4395502 140734735283744 18446744073709551615 4311003 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 160911 158270 267 50 0 158051 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 643644

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11220
/proc/meminfo: memFree=12734356/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=699444 CPUtime=822.31 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 172286 0 0 0 82196 35 0 0 25 0 1 0 468804400 716230656 172224 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 174861 172224 267 50 0 172001 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 699444

[startup+882.301 s]
/proc/loadavg: 4.09 4.03 3.94 5/190 11222
/proc/meminfo: memFree=12632796/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=763632 CPUtime=882.31 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 188329 0 0 0 88193 38 0 0 25 0 1 0 468804400 781959168 188267 33554432000 4194304 4395502 140734735283744 18446744073709551615 4288518 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 190908 188267 267 50 0 188048 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 763632

[startup+942.3 s]
/proc/loadavg: 4.08 4.04 3.94 5/190 11223
/proc/meminfo: memFree=12580700/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=788884 CPUtime=942.31 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 194638 0 0 0 94191 40 0 0 25 0 1 0 468804400 807817216 194576 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 197221 194576 267 50 0 194361 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 788884

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.94 5/190 11225
/proc/meminfo: memFree=12503564/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=788884 CPUtime=1002.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 194643 0 0 0 100192 40 0 0 25 0 1 0 468804400 807817216 194581 33554432000 4194304 4395502 140734735283744 18446744073709551615 270612770223 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 197221 194581 267 50 0 194361 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 788884

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 11227
/proc/meminfo: memFree=12354500/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=827248 CPUtime=1062.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 204234 0 0 0 106190 42 0 0 25 0 1 0 468804400 847101952 204172 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299723 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 206812 204172 267 50 0 203952 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 827248

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/190 11228
/proc/meminfo: memFree=12215980/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=891512 CPUtime=1122.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 220300 0 0 0 112187 45 0 0 25 0 1 0 468804400 912908288 220238 33554432000 4194304 4395502 140734735283744 18446744073709551615 4297561 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 222878 220238 267 50 0 220018 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 891512

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 11230
/proc/meminfo: memFree=12108708/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=942716 CPUtime=1182.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 233102 0 0 0 118185 47 0 0 25 0 1 0 468804400 965341184 233040 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 235679 233040 267 50 0 232819 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 942716

[startup+1242.3 s]
/proc/loadavg: 4.06 4.02 3.95 5/190 11231
/proc/meminfo: memFree=11979724/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=992588 CPUtime=1242.32 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 245579 0 0 0 124182 50 0 0 25 0 1 0 468804400 1016410112 245517 33554432000 4194304 4395502 140734735283744 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 248147 245517 267 50 0 245287 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 992588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.95 4/189 11234
/proc/meminfo: memFree=12255496/32951124 swapFree=67111528/67111528
[pid=11177] ppid=11175 vsize=1041828 CPUtime=1300.03 cores=5,7
/proc/11177/stat : 11177 (SApperloT2010) R 11175 11177 10828 0 -1 4202496 257880 0 0 0 129951 52 0 0 25 0 1 0 468804400 1066831872 257818 33554432000 4194304 4395502 140734735283744 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/11177/statm: 260457 257818 267 50 0 257597 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1041828

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.51
CPU system time (s): 0.570913
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1041828

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

runsolver used 1.92171 second user time and 4.16937 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 17:20:35
IDJOB=3264731
IDBENCH=85304
IDSOLVER=1655
FILE ID=node108/3264731-1303572035
RUNJOBID= node108-1303572034-11158
PBS_JOBID= 13150313
Free space on /tmp= 71400 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264731-1303572035/watcher-3264731-1303572035 -o /tmp/evaluation-result-3264731-1303572035/solver-3264731-1303572035 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3264731-1303572035.cnf

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=1905457024

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.820
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.77
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.820
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.82
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.820
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      14497964 kB
Buffers:       2251964 kB
Cached:       15563552 kB
SwapCached:          0 kB
Active:        9895768 kB
Inactive:      7986904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14497964 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       66724 kB
Mapped:          15268 kB
Slab:           505988 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214152 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= 71400 MiB
End job on node108 at 2011-04-23 17:42:17