Trace number 3379800

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

General information on the benchmark

NameSAT02/handmade/chu-min-li/urquhart/
urquhart3_25bis.shuffled.cnf
MD5SUM0313821ef13a43b48c58a56902d9e90b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of clauses264
Sum of the clauses size792
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3264
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: 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-3379800-1305460928/watcher-3379800-1305460928 -o /tmp/evaluation-result-3379800-1305460928/solver-3379800-1305460928 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379800-1305460928.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 2.50 3.34 1/397 25189
/proc/meminfo: memFree=18534208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=11796 CPUtime=0 cores=0,2
/proc/25189/stat : 25189 (runsolver) R 25187 25189 24773 0 -1 4202560 40 0 0 0 0 0 0 0 23 0 1 0 736323480 12079104 50 33554432000 4194304 5432360 140735510623152 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/25189/statm: 2949 50 30 303 0 2643 0

[startup+0.046567 s]
/proc/loadavg: 1.04 2.50 3.34 1/397 25189
/proc/meminfo: memFree=18534208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=12036 CPUtime=0.02 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 449 0 0 0 2 0 0 0 23 0 1 0 736323480 12324864 389 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 3009 389 266 49 0 150 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12036

[startup+0.100578 s]
/proc/loadavg: 1.04 2.50 3.34 1/397 25189
/proc/meminfo: memFree=18534208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=12168 CPUtime=0.08 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 490 0 0 0 8 0 0 0 23 0 1 0 736323480 12460032 430 33554432000 4194304 4394578 140736028008544 18446744073709551615 4315554 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 3042 430 266 49 0 183 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12168

[startup+0.300545 s]
/proc/loadavg: 1.04 2.50 3.34 1/397 25189
/proc/meminfo: memFree=18534208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=12828 CPUtime=0.28 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 635 0 0 0 28 0 0 0 25 0 1 0 736323480 13135872 575 33554432000 4194304 4394578 140736028008544 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 3207 575 267 49 0 348 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12828

[startup+0.700458 s]
/proc/loadavg: 1.04 2.50 3.34 1/397 25189
/proc/meminfo: memFree=18534208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=13616 CPUtime=0.68 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 854 0 0 0 68 0 0 0 25 0 1 0 736323480 13942784 794 33554432000 4194304 4394578 140736028008544 18446744073709551615 4285473 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 3404 794 267 49 0 545 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13616

[startup+1.50031 s]
/proc/loadavg: 1.04 2.50 3.34 5/413 25247
/proc/meminfo: memFree=18519456/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=15328 CPUtime=1.48 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 1270 0 0 0 148 0 0 0 25 0 1 0 736323480 15695872 1210 33554432000 4194304 4394578 140736028008544 18446744073709551615 4295640 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 3832 1210 267 49 0 973 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15328

[startup+3.10101 s]
/proc/loadavg: 1.04 2.50 3.34 5/413 25247
/proc/meminfo: memFree=18511024/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=17960 CPUtime=3.08 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 1929 0 0 0 308 0 0 0 25 0 1 0 736323480 18391040 1869 33554432000 4194304 4394578 140736028008544 18446744073709551615 4296180 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 4490 1869 267 49 0 1631 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17960

[startup+6.3004 s]
/proc/loadavg: 1.27 2.52 3.34 5/413 25247
/proc/meminfo: memFree=18502316/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=22960 CPUtime=6.28 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 3184 0 0 0 628 0 0 0 25 0 1 0 736323480 23511040 3124 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 5740 3124 267 49 0 2881 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22960

[startup+12.7002 s]
/proc/loadavg: 1.49 2.55 3.35 5/413 25247
/proc/meminfo: memFree=18486584/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=32048 CPUtime=12.67 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 5455 0 0 0 1267 0 0 0 25 0 1 0 736323480 32817152 5395 33554432000 4194304 4394578 140736028008544 18446744073709551615 4296559 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 8012 5395 267 49 0 5153 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32048

[startup+25.5008 s]
/proc/loadavg: 2.20 2.65 3.37 5/413 25248
/proc/meminfo: memFree=18465168/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=48656 CPUtime=25.47 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 9609 0 0 0 2546 1 0 0 25 0 1 0 736323480 49823744 9549 33554432000 4194304 4394578 140736028008544 18446744073709551615 4297101 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 12164 9549 267 49 0 9305 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48656

[startup+51.1009 s]
/proc/loadavg: 2.81 2.76 3.38 5/413 25248
/proc/meminfo: memFree=18423452/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=86988 CPUtime=51.08 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 19193 0 0 0 5105 3 0 0 25 0 1 0 736323480 89075712 19133 33554432000 4194304 4394578 140736028008544 18446744073709551615 4296720 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 21747 19133 267 49 0 18888 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86988

[startup+102.315 s]
/proc/loadavg: 3.56 2.98 3.42 5/413 25250
/proc/meminfo: memFree=18343808/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=162260 CPUtime=102.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 37984 0 0 0 10221 8 0 0 25 0 1 0 736323480 166154240 37924 33554432000 4194304 4394578 140736028008544 18446744073709551615 4316238 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 40565 37925 267 49 0 37706 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 162260

[startup+162.301 s]
/proc/loadavg: 3.82 3.15 3.45 5/413 25251
/proc/meminfo: memFree=18269128/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=232652 CPUtime=162.28 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 55608 0 0 0 16216 12 0 0 25 0 1 0 736323480 238235648 55548 33554432000 4194304 4394578 140736028008544 18446744073709551615 4310888 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 58163 55548 267 49 0 55304 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 232652

[startup+222.3 s]
/proc/loadavg: 3.93 3.30 3.48 5/413 25253
/proc/meminfo: memFree=18212428/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=289672 CPUtime=222.28 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 69845 0 0 0 22212 16 0 0 25 0 1 0 736323480 296624128 69785 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 72418 69785 267 49 0 69559 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 289672

[startup+282.301 s]
/proc/loadavg: 3.97 3.42 3.51 5/413 25255
/proc/meminfo: memFree=18183252/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=318920 CPUtime=282.28 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 77157 0 0 0 28210 18 0 0 25 0 1 0 736323480 326574080 77097 33554432000 4194304 4394578 140736028008544 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 79730 77097 267 49 0 76871 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 318920

[startup+342.301 s]
/proc/loadavg: 3.99 3.53 3.54 5/413 25256
/proc/meminfo: memFree=18124940/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=376140 CPUtime=342.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 91462 0 0 0 34207 22 0 0 25 0 1 0 736323480 385167360 91402 33554432000 4194304 4394578 140736028008544 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 94035 91402 267 49 0 91176 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 376140

[startup+402.3 s]
/proc/loadavg: 4.13 3.64 3.58 5/413 25258
/proc/meminfo: memFree=18074308/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=425408 CPUtime=402.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 103780 0 0 0 40204 25 0 0 25 0 1 0 736323480 435617792 103720 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 106352 103720 267 49 0 103493 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 425408

[startup+462.301 s]
/proc/loadavg: 4.11 3.72 3.60 5/413 25259
/proc/meminfo: memFree=18016348/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=482680 CPUtime=462.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 118116 0 0 0 46200 29 0 0 25 0 1 0 736323480 494264320 118056 33554432000 4194304 4394578 140736028008544 18446744073709551615 4284825 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 120670 118056 267 49 0 117811 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 482680

[startup+522.3 s]
/proc/loadavg: 4.04 3.77 3.63 5/413 25261
/proc/meminfo: memFree=17992500/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=506492 CPUtime=522.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 124046 0 0 0 52198 31 0 0 25 0 1 0 736323480 518647808 123986 33554432000 4194304 4394578 140736028008544 18446744073709551615 4295955 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 126623 123986 267 49 0 123764 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 506492

[startup+582.301 s]
/proc/loadavg: 4.22 3.87 3.67 5/413 25263
/proc/meminfo: memFree=17951152/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=547052 CPUtime=582.29 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 134213 0 0 0 58195 34 0 0 25 0 1 0 736323480 560181248 134153 33554432000 4194304 4394578 140736028008544 18446744073709551615 4291832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 136763 134153 267 49 0 133904 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 547052

[startup+642.301 s]
/proc/loadavg: 4.07 3.89 3.69 5/413 25264
/proc/meminfo: memFree=17893076/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=603832 CPUtime=642.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 148384 0 0 0 64192 39 0 0 25 0 1 0 736323480 618323968 148324 33554432000 4194304 4394578 140736028008544 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 150958 148324 267 49 0 148099 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 603832

[startup+702.3 s]
/proc/loadavg: 3.43 3.74 3.64 4/407 25283
/proc/meminfo: memFree=17858160/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=656268 CPUtime=702.3 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 161517 0 0 0 70188 42 0 0 25 0 1 0 736323480 672018432 161457 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 164067 161457 267 49 0 161208 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 656268

[startup+762.315 s]
/proc/loadavg: 3.14 3.59 3.60 4/407 25284
/proc/meminfo: memFree=17797356/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=716576 CPUtime=762.32 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 176593 0 0 0 76185 47 0 0 25 0 1 0 736323480 733773824 176533 33554432000 4194304 4394578 140736028008544 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 179144 176533 267 49 0 176285 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 716576

[startup+822.301 s]
/proc/loadavg: 3.06 3.49 3.56 4/407 25286
/proc/meminfo: memFree=17762216/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=752136 CPUtime=822.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 185479 0 0 0 82181 50 0 0 25 0 1 0 736323480 770187264 185419 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 188034 185419 267 49 0 185175 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 752136

[startup+882.3 s]
/proc/loadavg: 3.02 3.39 3.52 4/407 25288
/proc/meminfo: memFree=17698824/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=814736 CPUtime=882.3 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 201110 0 0 0 88176 54 0 0 25 0 1 0 736323480 834289664 201050 33554432000 4194304 4394578 140736028008544 18446744073709551615 4309132 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 203684 201050 267 49 0 200825 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 814736

[startup+942.301 s]
/proc/loadavg: 3.00 3.32 3.49 4/407 25289
/proc/meminfo: memFree=17647928/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=866620 CPUtime=942.3 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 214073 0 0 0 94173 57 0 0 25 0 1 0 736323480 887418880 214013 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 216655 214013 267 49 0 213796 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 866620

[startup+1002.3 s]
/proc/loadavg: 3.03 3.27 3.46 4/407 25291
/proc/meminfo: memFree=17585144/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=928252 CPUtime=1002.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 229490 0 0 0 100170 61 0 0 25 0 1 0 736323480 950530048 229430 33554432000 4194304 4394578 140736028008544 18446744073709551615 4288292 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 232063 229430 267 49 0 229204 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 928252

[startup+1062.3 s]
/proc/loadavg: 3.01 3.22 3.43 4/407 25292
/proc/meminfo: memFree=17550500/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=962384 CPUtime=1062.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 238031 0 0 0 106167 64 0 0 25 0 1 0 736323480 985481216 237971 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 240596 237971 267 49 0 237737 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 962384

[startup+1122.3 s]
/proc/loadavg: 3.16 3.24 3.42 4/407 25294
/proc/meminfo: memFree=17550208/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=962384 CPUtime=1122.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 238031 0 0 0 112167 64 0 0 25 0 1 0 736323480 985481216 237971 33554432000 4194304 4394578 140736028008544 18446744073709551615 4309045 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 240596 237971 267 49 0 237737 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 962384

[startup+1182.3 s]
/proc/loadavg: 3.09 3.20 3.40 4/407 25296
/proc/meminfo: memFree=17530444/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=981856 CPUtime=1182.31 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 242903 0 0 0 118165 66 0 0 25 0 1 0 736323480 1005420544 242843 33554432000 4194304 4394578 140736028008544 18446744073709551615 4296582 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 245464 242843 267 49 0 242605 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 981856

[startup+1242.3 s]
/proc/loadavg: 3.03 3.16 3.37 4/407 25297
/proc/meminfo: memFree=17480668/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=1029216 CPUtime=1242.32 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 254735 0 0 0 124161 71 0 0 25 0 1 0 736323480 1053917184 254675 33554432000 4194304 4394578 140736028008544 18446744073709551615 4313607 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 257304 254675 267 49 0 254445 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1029216



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.13 3.34 4/407 25299
/proc/meminfo: memFree=17441940/32950928 swapFree=67111200/67111528
[pid=25189] ppid=25187 vsize=1067132 CPUtime=1300.03 cores=0,2
/proc/25189/stat : 25189 (SApperloT2010) R 25187 25189 24773 0 -1 4202496 264210 0 0 0 129929 74 0 0 25 0 1 0 736323480 1092743168 264150 33554432000 4194304 4394578 140736028008544 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25189/statm: 266783 264150 267 49 0 263924 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1067132

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.07
CPU time (s): 1300.09
CPU user time (s): 1299.3
CPU system time (s): 0.797878
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1067132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264210
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= 10
involuntary context switches= 16793

runsolver used 5.48916 second user time and 11.0113 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 14:02:08
IDJOB=3379800
IDBENCH=87848
IDSOLVER=1862
FILE ID=node115/3379800-1305460928
RUNJOBID= node115-1305460928-25177
PBS_JOBID= 13324911
Free space on /tmp= 73252 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/handmade/chu-min-li/urquhart/urquhart3_25bis.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379800-1305460928/watcher-3379800-1305460928 -o /tmp/evaluation-result-3379800-1305460928/solver-3379800-1305460928 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379800-1305460928.cnf

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

MD5SUM BENCH= 0313821ef13a43b48c58a56902d9e90b
RANDOM SEED=672254811

node115.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.811
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.62
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.811
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.811
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18534480 kB
Buffers:        266072 kB
Cached:        3077264 kB
SwapCached:          0 kB
Active:       10963032 kB
Inactive:      3141640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18534480 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:              40 kB
Writeback:           0 kB
AnonPages:    10761352 kB
Mapped:          33280 kB
Slab:           198204 kB
PageTables:      47844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 95341160 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= 73252 MiB
End job on node115 at 2011-05-15 14:23:50