Trace number 3380064

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) 1299.78 1300.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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

running on 2 cores: 4,6

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.74 4.00 3.98 4/253 24156
/proc/meminfo: memFree=21016980/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=11776 CPUtime=0 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 337 0 0 0 0 0 0 0 21 0 1 0 657019309 12058624 277 33554432000 4194304 4394578 140737205403104 18446744073709551615 271550537472 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 2944 277 242 49 0 85 0

[startup+0.0250431 s]
/proc/loadavg: 3.74 4.00 3.98 4/253 24156
/proc/meminfo: memFree=21016980/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=21796 CPUtime=0.02 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 2452 0 0 0 2 0 0 0 21 0 1 0 657019309 22319104 2392 33554432000 4194304 4394578 140737205403104 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 5449 2393 247 49 0 2590 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21796

[startup+0.101051 s]
/proc/loadavg: 3.74 4.00 3.98 4/253 24156
/proc/meminfo: memFree=21016980/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=29320 CPUtime=0.09 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 4364 0 0 0 9 0 0 0 21 0 1 0 657019309 30023680 4304 33554432000 4194304 4394578 140737205403104 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 7363 4305 247 49 0 4504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29320

[startup+0.300995 s]
/proc/loadavg: 3.74 4.00 3.98 4/253 24156
/proc/meminfo: memFree=21016980/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=44104 CPUtime=0.29 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 8113 0 0 0 27 2 0 0 22 0 1 0 657019309 45162496 7704 33554432000 4194304 4394578 140737205403104 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 11026 7704 255 49 0 8167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44104

[startup+0.700931 s]
/proc/loadavg: 3.74 4.00 3.98 4/253 24156
/proc/meminfo: memFree=21016980/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=49340 CPUtime=0.69 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 10219 0 0 0 65 4 0 0 24 0 1 0 657019309 50524160 9126 33554432000 4194304 4394578 140737205403104 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 12335 9126 255 49 0 9476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49340

[startup+1.50082 s]
/proc/loadavg: 3.74 4.00 3.98 5/260 24169
/proc/meminfo: memFree=20747816/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=67760 CPUtime=1.49 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 15003 0 0 0 143 6 0 0 25 0 1 0 657019309 69386240 13910 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 16940 13910 266 49 0 14081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67760

[startup+3.10051 s]
/proc/loadavg: 3.76 4.00 3.98 5/260 24169
/proc/meminfo: memFree=20650036/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=72256 CPUtime=3.09 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 16138 0 0 0 301 8 0 0 25 0 1 0 657019309 73990144 15045 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 18064 15045 266 49 0 15205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72256

[startup+6.3009 s]
/proc/loadavg: 3.76 4.00 3.98 5/263 24175
/proc/meminfo: memFree=20274840/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=79012 CPUtime=6.29 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 17799 0 0 0 621 8 0 0 25 0 1 0 657019309 80908288 16706 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 19753 16706 266 49 0 16894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79012

[startup+12.7008 s]
/proc/loadavg: 3.80 4.00 3.98 5/263 24175
/proc/meminfo: memFree=20081192/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=94576 CPUtime=12.69 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 21647 0 0 0 1260 9 0 0 25 0 1 0 657019309 96845824 20554 33554432000 4194304 4394578 140737205403104 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 23644 20554 266 49 0 20785 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94576

[startup+25.5004 s]
/proc/loadavg: 3.83 4.00 3.98 5/263 24175
/proc/meminfo: memFree=20005940/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=109288 CPUtime=25.48 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 25181 0 0 0 2538 10 0 0 25 0 1 0 657019309 111910912 24088 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 27322 24088 266 49 0 24463 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 109288

[startup+51.1007 s]
/proc/loadavg: 3.97 4.02 3.99 5/263 24176
/proc/meminfo: memFree=19890224/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=125964 CPUtime=51.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 29309 0 0 0 5093 12 0 0 25 0 1 0 657019309 128987136 28216 33554432000 4194304 4394578 140737205403104 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/24156/statm: 31491 28216 266 49 0 28632 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 125964

[startup+102.309 s]
/proc/loadavg: 3.98 4.01 3.99 5/263 24177
/proc/meminfo: memFree=19735068/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=138168 CPUtime=102.22 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 32256 0 0 0 10210 12 0 0 25 0 1 0 657019309 141484032 31163 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 34542 31163 266 49 0 31683 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 138168

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 3.99 5/263 24206
/proc/meminfo: memFree=19770652/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=159716 CPUtime=162.21 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 37448 0 0 0 16206 15 0 0 25 0 1 0 657019309 163549184 36355 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 39929 36355 266 49 0 37070 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 159716

[startup+222.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/263 24208
/proc/meminfo: memFree=19674128/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=162052 CPUtime=222.21 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 37952 0 0 0 22206 15 0 0 25 0 1 0 657019309 165941248 36859 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 40513 36859 266 49 0 37654 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 162052

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/263 24209
/proc/meminfo: memFree=19541776/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=217320 CPUtime=282.22 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 51462 0 0 0 28204 18 0 0 25 0 1 0 657019309 222535680 50369 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 54330 50369 266 49 0 51471 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 217320

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.99 5/263 24211
/proc/meminfo: memFree=19433976/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=217320 CPUtime=342.13 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 51466 0 0 0 34195 18 0 0 25 0 1 0 657019309 222535680 50373 33554432000 4194304 4394578 140737205403104 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 54330 50373 266 49 0 51471 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 217320

[startup+402.301 s]
/proc/loadavg: 4.11 4.04 4.00 5/263 24212
/proc/meminfo: memFree=19340548/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=217320 CPUtime=402.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 51475 0 0 0 40187 18 0 0 25 0 1 0 657019309 222535680 50382 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/24156/statm: 54330 50382 266 49 0 51471 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 217320

[startup+462.301 s]
/proc/loadavg: 4.17 4.07 4.01 5/263 24214
/proc/meminfo: memFree=19280984/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=217320 CPUtime=462.03 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 51487 0 0 0 46185 18 0 0 25 0 1 0 657019309 222535680 50394 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 54330 50394 266 49 0 51471 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 217320

[startup+522.301 s]
/proc/loadavg: 4.23 4.10 4.02 5/263 24216
/proc/meminfo: memFree=19220048/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=221016 CPUtime=522.03 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 52429 0 0 0 52185 18 0 0 25 0 1 0 657019309 226320384 51336 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 55254 51336 266 49 0 52395 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 221016

[startup+582.3 s]
/proc/loadavg: 4.23 4.12 4.03 5/263 24217
/proc/meminfo: memFree=19109892/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=277128 CPUtime=582.03 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 66102 0 0 0 58179 24 0 0 25 0 1 0 657019309 283779072 65009 33554432000 4194304 4394578 140737205403104 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 69282 65009 266 49 0 66423 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 277128

[startup+642.3 s]
/proc/loadavg: 4.12 4.11 4.03 5/263 24219
/proc/meminfo: memFree=19044132/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=642.04 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69365 0 0 0 64179 25 0 0 25 0 1 0 657019309 297267200 68272 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68272 266 49 0 69716 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 290300

[startup+702.3 s]
/proc/loadavg: 4.04 4.09 4.03 5/263 24220
/proc/meminfo: memFree=19003664/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=702.03 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69365 0 0 0 70178 25 0 0 25 0 1 0 657019309 297267200 68272 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68272 266 49 0 69716 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 290300

[startup+762.31 s]
/proc/loadavg: 4.01 4.07 4.02 5/263 24222
/proc/meminfo: memFree=18947968/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=762.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69371 0 0 0 76179 26 0 0 25 0 1 0 657019309 297267200 68278 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68278 266 49 0 69716 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 290300

[startup+822.301 s]
/proc/loadavg: 4.05 4.07 4.02 5/263 24224
/proc/meminfo: memFree=18940484/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=822.04 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69385 0 0 0 82178 26 0 0 25 0 1 0 657019309 297267200 68292 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68292 266 49 0 69716 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 290300

[startup+882.301 s]
/proc/loadavg: 3.57 3.94 3.98 4/257 24242
/proc/meminfo: memFree=19342180/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=882.04 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69405 0 0 0 88178 26 0 0 25 0 1 0 657019309 297267200 68312 33554432000 4194304 4394578 140737205403104 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68312 266 49 0 69716 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 290300

[startup+942.301 s]
/proc/loadavg: 3.21 3.77 3.91 4/257 24244
/proc/meminfo: memFree=19336192/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=942.04 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69411 0 0 0 94178 26 0 0 25 0 1 0 657019309 297267200 68318 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68318 266 49 0 69716 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 290300

[startup+1002.3 s]
/proc/loadavg: 3.07 3.63 3.85 4/257 24245
/proc/meminfo: memFree=19325104/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=1002.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69436 0 0 0 100178 27 0 0 25 0 1 0 657019309 297267200 68343 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68343 266 49 0 69716 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 290300

[startup+1062.3 s]
/proc/loadavg: 3.03 3.51 3.80 4/257 24247
/proc/meminfo: memFree=19313652/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=1062.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69436 0 0 0 106178 27 0 0 25 0 1 0 657019309 297267200 68343 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68343 266 49 0 69716 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 290300

[startup+1122.3 s]
/proc/loadavg: 3.18 3.46 3.76 4/257 24249
/proc/meminfo: memFree=19275544/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=1122.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69439 0 0 0 112178 27 0 0 25 0 1 0 657019309 297267200 68346 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68346 266 49 0 69716 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 290300

[startup+1182.3 s]
/proc/loadavg: 3.06 3.37 3.71 4/257 24250
/proc/meminfo: memFree=19235560/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=290300 CPUtime=1182.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 69448 0 0 0 118178 27 0 0 25 0 1 0 657019309 297267200 68355 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 72575 68355 266 49 0 69716 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 290300

[startup+1242.3 s]
/proc/loadavg: 3.02 3.30 3.66 4/257 24252
/proc/meminfo: memFree=19214056/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=294824 CPUtime=1242.05 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 70569 0 0 0 124178 27 0 0 25 0 1 0 657019309 301899776 69476 33554432000 4194304 4394578 140737205403104 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 73706 69476 266 49 0 70847 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 294824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.25 3.62 4/257 24253
/proc/meminfo: memFree=19123488/32951124 swapFree=67056788/67111528
[pid=24156] ppid=24154 vsize=312988 CPUtime=1299.76 cores=4,6
/proc/24156/stat : 24156 (SApperloT2010) R 24154 24156 22784 0 -1 4202496 74486 0 0 0 129948 28 0 0 25 0 1 0 657019309 320499712 73393 33554432000 4194304 4394578 140737205403104 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24156/statm: 78247 73393 266 49 0 75388 0
Current children cumulated CPU time (s) 1299.76
Current children cumulated vsize (KiB) 312988

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): 1299.78
CPU user time (s): 1299.49
CPU system time (s): 0.296954
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 312988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.49
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74486
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= 11
involuntary context switches= 11938

runsolver used 3.2545 second user time and 7.07692 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 12:10:14
IDJOB=3380064
IDBENCH=20536
IDSOLVER=1862
FILE ID=node133/3380064-1305454214
RUNJOBID= node133-1305454214-24133
PBS_JOBID= 13324869
Free space on /tmp= 73640 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380064-1305454214/watcher-3380064-1305454214 -o /tmp/evaluation-result-3380064-1305454214/solver-3380064-1305454214 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380064-1305454214.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1384490545

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21017508 kB
Buffers:        292512 kB
Cached:        3922528 kB
SwapCached:       8724 kB
Active:        8609556 kB
Inactive:      3041948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21017508 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           34808 kB
Writeback:           0 kB
AnonPages:     7433288 kB
Mapped:          20468 kB
Slab:           196712 kB
PageTables:      24244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19207860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73540 MiB
End job on node133 at 2011-05-15 12:31:56