Trace number 3379833

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-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.001
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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: 961)

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-3379833-1305459454/watcher-3379833-1305459454 -o /tmp/evaluation-result-3379833-1305459454/solver-3379833-1305459454 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379833-1305459454.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: 2.57 3.04 2.97 4/399 7733
/proc/meminfo: memFree=21048392/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=14872 CPUtime=0 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 979 0 0 0 0 0 0 0 21 0 1 0 638361561 15228928 919 33554432000 4194304 4394578 140736913062192 18446744073709551615 255106424723 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 3718 920 247 49 0 859 0

[startup+0.081791 s]
/proc/loadavg: 2.57 3.04 2.97 4/399 7733
/proc/meminfo: memFree=21048392/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=20376 CPUtime=0.07 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 2367 0 0 0 7 0 0 0 21 0 1 0 638361561 20865024 2306 33554432000 4194304 4394578 140736913062192 18446744073709551615 255106793367 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 5094 2306 255 49 0 2235 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20376

[startup+0.100788 s]
/proc/loadavg: 2.57 3.04 2.97 4/399 7733
/proc/meminfo: memFree=21048392/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=20376 CPUtime=0.09 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 2374 0 0 0 8 1 0 0 21 0 1 0 638361561 20865024 2313 33554432000 4194304 4394578 140736913062192 18446744073709551615 255106793367 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 5094 2313 255 49 0 2235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20376

[startup+0.300742 s]
/proc/loadavg: 2.57 3.04 2.97 4/399 7733
/proc/meminfo: memFree=21048392/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=23736 CPUtime=0.29 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 3526 0 0 0 28 1 0 0 22 0 1 0 638361561 24305664 3179 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 5934 3179 264 49 0 3075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23736

[startup+0.700671 s]
/proc/loadavg: 2.57 3.04 2.97 4/399 7733
/proc/meminfo: memFree=21048392/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=28540 CPUtime=0.69 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 4700 0 0 0 68 1 0 0 24 0 1 0 638361561 29224960 4353 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 7135 4353 266 49 0 4276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28540

[startup+1.50054 s]
/proc/loadavg: 2.57 3.04 2.97 5/400 7734
/proc/meminfo: memFree=21008996/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=36200 CPUtime=1.49 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 6616 0 0 0 147 2 0 0 25 0 1 0 638361561 37068800 6269 33554432000 4194304 4394578 140736913062192 18446744073709551615 4309307 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 9050 6269 266 49 0 6191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36200

[startup+3.10026 s]
/proc/loadavg: 2.57 3.04 2.97 5/400 7734
/proc/meminfo: memFree=20985312/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=47168 CPUtime=3.09 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 9359 0 0 0 306 3 0 0 25 0 1 0 638361561 48300032 9012 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 11792 9012 266 49 0 8933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47168

[startup+6.30069 s]
/proc/loadavg: 2.68 3.06 2.97 5/400 7734
/proc/meminfo: memFree=20958788/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=58556 CPUtime=6.29 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 12235 0 0 0 626 3 0 0 25 0 1 0 638361561 59961344 11888 33554432000 4194304 4394578 140736913062192 18446744073709551615 4323474 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 14639 11888 266 49 0 11780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58556

[startup+12.7006 s]
/proc/loadavg: 2.79 3.08 2.98 5/400 7735
/proc/meminfo: memFree=20936036/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=66336 CPUtime=12.69 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 14105 0 0 0 1265 4 0 0 25 0 1 0 638361561 67928064 13758 33554432000 4194304 4394578 140736913062192 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 16584 13758 266 49 0 13725 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66336

[startup+25.5003 s]
/proc/loadavg: 3.05 3.12 2.99 5/400 7735
/proc/meminfo: memFree=20893752/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=69248 CPUtime=25.49 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 14834 0 0 0 2545 4 0 0 25 0 1 0 638361561 70909952 14487 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 17312 14487 266 49 0 14453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69248

[startup+51.1008 s]
/proc/loadavg: 3.38 3.19 3.02 5/400 7736
/proc/meminfo: memFree=20847248/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=86144 CPUtime=51.09 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 19077 0 0 0 5104 5 0 0 25 0 1 0 638361561 88211456 18730 33554432000 4194304 4394578 140736913062192 18446744073709551615 4309120 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 21536 18730 266 49 0 18677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86144

[startup+102.315 s]
/proc/loadavg: 3.81 3.34 3.08 5/400 7738
/proc/meminfo: memFree=20800972/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=89460 CPUtime=102.31 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 19905 0 0 0 10226 5 0 0 25 0 1 0 638361561 91607040 19558 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 22365 19558 266 49 0 19506 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89460

[startup+162.3 s]
/proc/loadavg: 3.93 3.46 3.13 5/400 7740
/proc/meminfo: memFree=20740316/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=99964 CPUtime=162.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 22509 0 0 0 16223 7 0 0 25 0 1 0 638361561 102363136 22162 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 24991 22162 266 49 0 22132 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99964

[startup+222.301 s]
/proc/loadavg: 3.97 3.55 3.19 5/400 7741
/proc/meminfo: memFree=20668496/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=222.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32892 0 0 0 22221 9 0 0 25 0 1 0 638361561 145068032 32545 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32545 266 49 0 32558 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141668

[startup+282.3 s]
/proc/loadavg: 3.99 3.63 3.23 5/400 7744
/proc/meminfo: memFree=20629784/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=282.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32893 0 0 0 28221 9 0 0 25 0 1 0 638361561 145068032 32546 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32546 266 49 0 32558 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141668

[startup+342.301 s]
/proc/loadavg: 3.99 3.70 3.28 5/400 7745
/proc/meminfo: memFree=20614884/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=342.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32894 0 0 0 34221 9 0 0 25 0 1 0 638361561 145068032 32547 33554432000 4194304 4394578 140736913062192 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32547 266 49 0 32558 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141668

[startup+402.3 s]
/proc/loadavg: 4.14 3.79 3.34 5/400 7747
/proc/meminfo: memFree=20588692/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=402.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32894 0 0 0 40221 9 0 0 25 0 1 0 638361561 145068032 32547 33554432000 4194304 4394578 140736913062192 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32547 266 49 0 32558 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141668

[startup+462.301 s]
/proc/loadavg: 4.09 3.84 3.38 5/400 7750
/proc/meminfo: memFree=20568212/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=462.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32895 0 0 0 46221 9 0 0 25 0 1 0 638361561 145068032 32548 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32548 266 49 0 32558 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141668

[startup+522.301 s]
/proc/loadavg: 4.10 3.88 3.42 5/400 7751
/proc/meminfo: memFree=20546980/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=522.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32900 0 0 0 52221 9 0 0 25 0 1 0 638361561 145068032 32553 33554432000 4194304 4394578 140736913062192 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 141668

[startup+582.301 s]
/proc/loadavg: 4.03 3.90 3.46 5/400 7754
/proc/meminfo: memFree=20521044/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=582.3 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32900 0 0 0 58221 9 0 0 25 0 1 0 638361561 145068032 32553 33554432000 4194304 4394578 140736913062192 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 141668

[startup+642.301 s]
/proc/loadavg: 4.07 3.93 3.49 5/400 7755
/proc/meminfo: memFree=20508616/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=642.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32900 0 0 0 64222 10 0 0 25 0 1 0 638361561 145068032 32553 33554432000 4194304 4394578 140736913062192 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 141668

[startup+702.3 s]
/proc/loadavg: 4.08 3.96 3.53 5/400 7757
/proc/meminfo: memFree=20500288/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=702.31 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32900 0 0 0 70221 10 0 0 25 0 1 0 638361561 145068032 32553 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 141668

[startup+762.315 s]
/proc/loadavg: 4.03 3.97 3.55 5/400 7759
/proc/meminfo: memFree=20473360/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=141668 CPUtime=762.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 32900 0 0 0 76222 10 0 0 25 0 1 0 638361561 145068032 32553 33554432000 4194304 4394578 140736913062192 18446744073709551615 4287382 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 141668

[startup+822.3 s]
/proc/loadavg: 4.01 3.97 3.58 5/400 7760
/proc/meminfo: memFree=20421876/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=165740 CPUtime=822.31 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 39333 0 0 0 82219 12 0 0 25 0 1 0 638361561 169717760 38535 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 41435 38535 267 49 0 38576 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 165740

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.60 5/400 7762
/proc/meminfo: memFree=20350424/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=199104 CPUtime=882.31 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 47571 0 0 0 88218 13 0 0 25 0 1 0 638361561 203882496 46773 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 49776 46773 267 49 0 46917 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 199104

[startup+942.3 s]
/proc/loadavg: 4.20 4.02 3.64 5/400 7763
/proc/meminfo: memFree=20332672/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=942.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49399 0 0 0 94218 14 0 0 25 0 1 0 638361561 211771392 48601 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48601 267 49 0 48843 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 206808

[startup+1002.3 s]
/proc/loadavg: 4.13 4.03 3.66 5/400 7765
/proc/meminfo: memFree=20315528/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1002.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49399 0 0 0 100218 14 0 0 25 0 1 0 638361561 211771392 48601 33554432000 4194304 4394578 140736913062192 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48601 267 49 0 48843 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206808

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 3.68 5/400 7766
/proc/meminfo: memFree=20300752/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1062.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49399 0 0 0 106218 14 0 0 25 0 1 0 638361561 211771392 48601 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48601 267 49 0 48843 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 206808

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 3.71 5/400 7768
/proc/meminfo: memFree=20288704/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1122.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49403 0 0 0 112218 14 0 0 25 0 1 0 638361561 211771392 48605 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48605 267 49 0 48843 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206808

[startup+1182.3 s]
/proc/loadavg: 4.19 4.07 3.74 5/400 7770
/proc/meminfo: memFree=20271572/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1182.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49403 0 0 0 118218 14 0 0 25 0 1 0 638361561 211771392 48605 33554432000 4194304 4394578 140736913062192 18446744073709551615 4297129 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48605 267 49 0 48843 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 206808

[startup+1242.3 s]
/proc/loadavg: 4.14 4.07 3.75 5/400 7771
/proc/meminfo: memFree=20243028/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1242.32 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49403 0 0 0 124218 14 0 0 25 0 1 0 638361561 211771392 48605 33554432000 4194304 4394578 140736913062192 18446744073709551615 4287810 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48605 267 49 0 48843 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 206808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.77 2/395 7776
/proc/meminfo: memFree=20874700/32951124 swapFree=67111348/67111528
[pid=7733] ppid=7731 vsize=206808 CPUtime=1300.03 cores=5,7
/proc/7733/stat : 7733 (SApperloT2010) R 7731 7733 5042 0 -1 4202496 49403 0 0 0 129989 14 0 0 25 0 1 0 638361561 211771392 48605 33554432000 4194304 4394578 140736913062192 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7733/statm: 51702 48605 267 49 0 48843 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 206808

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.9
CPU system time (s): 0.153976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 206808

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

runsolver used 4.86526 second user time and 11.7082 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 13:37:34
IDJOB=3379833
IDBENCH=83797
IDSOLVER=1862
FILE ID=node144/3379833-1305459454
RUNJOBID= node144-1305459454-7694
PBS_JOBID= 13324838
Free space on /tmp= 73220 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379833-1305459454/watcher-3379833-1305459454 -o /tmp/evaluation-result-3379833-1305459454/solver-3379833-1305459454 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379833-1305459454.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=130947184

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21048672 kB
Buffers:        311196 kB
Cached:        3891004 kB
SwapCached:          0 kB
Active:        8665088 kB
Inactive:      2882840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21048672 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4936 kB
Writeback:           0 kB
AnonPages:     7345304 kB
Mapped:          33300 kB
Slab:           249216 kB
PageTables:      41348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 108067812 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= 73224 MiB
End job on node144 at 2011-05-15 13:59:16