Trace number 3258483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.04 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258483-1303502916/watcher-3258483-1303502916 -o /tmp/evaluation-result-3258483-1303502916/solver-3258483-1303502916 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258483-1303502916.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.17 1/174 9693
/proc/meminfo: memFree=15728356/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=412 CPUtime=0 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) S 9691 9693 9663 0 -1 4194304 74 0 0 0 0 0 0 0 21 0 1 0 461891453 421888 29 33554432000 4194304 4395502 140736185544112 18446744073709551615 248084774535 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/9693/statm: 103 29 22 50 0 22 0

[startup+0.100093 s]
/proc/loadavg: 0.00 0.00 0.17 1/174 9693
/proc/meminfo: memFree=15728356/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=26784 CPUtime=0.08 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 3527 0 0 0 8 0 0 0 21 0 1 0 461891453 27426816 3467 33554432000 4194304 4395502 140736185544112 18446744073709551615 248089316912 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 6696 3468 250 50 0 3836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26784

[startup+0.201075 s]
/proc/loadavg: 0.00 0.00 0.17 1/174 9693
/proc/meminfo: memFree=15728356/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=37388 CPUtime=0.18 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 6196 0 0 0 17 1 0 0 22 0 1 0 461891453 38285312 6135 33554432000 4194304 4395502 140736185544112 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 9347 6135 256 50 0 6487 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 37388

[startup+0.301058 s]
/proc/loadavg: 0.00 0.00 0.17 1/174 9693
/proc/meminfo: memFree=15728356/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=37388 CPUtime=0.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 6196 0 0 0 27 1 0 0 22 0 1 0 461891453 38285312 6135 33554432000 4194304 4395502 140736185544112 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 9347 6135 256 50 0 6487 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37388

[startup+0.701045 s]
/proc/loadavg: 0.00 0.00 0.17 1/174 9693
/proc/meminfo: memFree=15728356/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=48480 CPUtime=0.68 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 10027 0 0 0 66 2 0 0 24 0 1 0 461891453 49643520 8924 33554432000 4194304 4395502 140736185544112 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 12120 8924 267 50 0 9260 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 48480

[startup+1.5009 s]
/proc/loadavg: 0.00 0.00 0.17 2/175 9694
/proc/meminfo: memFree=15687924/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=58312 CPUtime=1.48 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 12460 0 0 0 145 3 0 0 25 0 1 0 461891453 59711488 11357 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 14578 11357 267 50 0 11718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58312

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.17 2/175 9694
/proc/meminfo: memFree=15677880/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=71520 CPUtime=3.08 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 15750 0 0 0 304 4 0 0 25 0 1 0 461891453 73236480 14647 33554432000 4194304 4395502 140736185544112 18446744073709551615 4297145 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 17880 14647 267 50 0 15020 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 71520

[startup+6.301 s]
/proc/loadavg: 0.16 0.03 0.18 3/180 9704
/proc/meminfo: memFree=15638136/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=89132 CPUtime=6.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 20086 0 0 0 623 5 0 0 25 0 1 0 461891453 91271168 18983 33554432000 4194304 4395502 140736185544112 18446744073709551615 4297127 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 22283 18983 267 50 0 19423 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89132

[startup+12.7009 s]
/proc/loadavg: 0.47 0.10 0.20 5/190 9724
/proc/meminfo: memFree=15501812/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=121604 CPUtime=12.68 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 27987 0 0 0 1261 7 0 0 25 0 1 0 461891453 124522496 26884 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 30401 26884 267 50 0 27541 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 121604

[startup+25.5006 s]
/proc/loadavg: 1.32 0.31 0.26 5/190 9725
/proc/meminfo: memFree=15370732/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=171588 CPUtime=25.48 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 39862 0 0 0 2539 9 0 0 25 0 1 0 461891453 175706112 38759 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 42897 38759 267 50 0 40037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 171588

[startup+51.1011 s]
/proc/loadavg: 2.23 0.60 0.36 5/190 9725
/proc/meminfo: memFree=15310780/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=181884 CPUtime=51.08 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 42208 0 0 0 5098 10 0 0 25 0 1 0 461891453 186249216 41105 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 45471 41105 267 50 0 42611 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 181884

[startup+102.301 s]
/proc/loadavg: 3.23 1.12 0.55 5/190 9727
/proc/meminfo: memFree=15232160/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=223084 CPUtime=102.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 51178 0 0 0 10216 13 0 0 25 0 1 0 461891453 228438016 50075 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 55771 50075 267 50 0 52911 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 223084

[startup+162.3 s]
/proc/loadavg: 3.72 1.64 0.76 5/190 9728
/proc/meminfo: memFree=15171992/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=242700 CPUtime=162.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 55450 0 0 0 16214 14 0 0 25 0 1 0 461891453 248524800 54347 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 60675 54347 267 50 0 57815 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 242700

[startup+222.307 s]
/proc/loadavg: 3.89 2.07 0.96 5/190 9730
/proc/meminfo: memFree=15128564/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=262456 CPUtime=222.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 59884 0 0 0 22214 15 0 0 25 0 1 0 461891453 268754944 58781 33554432000 4194304 4395502 140736185544112 18446744073709551615 4336231 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 65614 58781 267 50 0 62754 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 262456

[startup+282.3 s]
/proc/loadavg: 3.96 2.42 1.15 5/190 9731
/proc/meminfo: memFree=15076692/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=282864 CPUtime=282.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 64423 0 0 0 28211 17 0 0 25 0 1 0 461891453 289652736 63320 33554432000 4194304 4395502 140736185544112 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 70716 63320 267 50 0 67856 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 282864

[startup+342.301 s]
/proc/loadavg: 3.98 2.70 1.33 5/190 9733
/proc/meminfo: memFree=15041836/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=297972 CPUtime=342.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 67403 0 0 0 34211 18 0 0 25 0 1 0 461891453 305123328 66300 33554432000 4194304 4395502 140736185544112 18446744073709551615 4346998 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 74493 66300 267 50 0 71633 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 297972

[startup+402.301 s]
/proc/loadavg: 3.99 2.94 1.49 5/190 9735
/proc/meminfo: memFree=14990712/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=319004 CPUtime=402.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 72009 0 0 0 40209 19 0 0 25 0 1 0 461891453 326660096 70906 33554432000 4194304 4395502 140736185544112 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 79751 70906 267 50 0 76891 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 319004

[startup+462.3 s]
/proc/loadavg: 4.10 3.16 1.66 5/190 9736
/proc/meminfo: memFree=14954108/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=336664 CPUtime=462.28 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 75702 0 0 0 46207 21 0 0 25 0 1 0 461891453 344743936 74599 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 84166 74599 267 50 0 81306 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 336664

[startup+522.301 s]
/proc/loadavg: 4.03 3.31 1.80 5/190 9738
/proc/meminfo: memFree=14946260/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=340496 CPUtime=522.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 76641 0 0 0 52207 22 0 0 25 0 1 0 461891453 348667904 75538 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 85124 75538 267 50 0 82264 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 340496

[startup+582.3 s]
/proc/loadavg: 4.01 3.43 1.93 5/190 9739
/proc/meminfo: memFree=14926892/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=346240 CPUtime=582.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 77871 0 0 0 58207 22 0 0 25 0 1 0 461891453 354549760 76768 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 86560 76768 267 50 0 83700 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 346240

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.06 5/190 9741
/proc/meminfo: memFree=14902560/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=360684 CPUtime=642.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 80888 0 0 0 64206 23 0 0 25 0 1 0 461891453 369340416 79785 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 90171 79785 267 50 0 87311 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 360684

[startup+702.301 s]
/proc/loadavg: 4.00 3.61 2.18 5/190 9743
/proc/meminfo: memFree=14885408/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=366956 CPUtime=702.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 82182 0 0 0 70206 23 0 0 25 0 1 0 461891453 375762944 81079 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 91739 81079 267 50 0 88879 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 366956

[startup+762.3 s]
/proc/loadavg: 4.00 3.68 2.29 5/190 9744
/proc/meminfo: memFree=14855860/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=375116 CPUtime=762.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 83943 0 0 0 76206 24 0 0 25 0 1 0 461891453 384118784 82840 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 93779 82840 267 50 0 90919 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 375116

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.39 5/190 9746
/proc/meminfo: memFree=14842320/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=380892 CPUtime=822.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 85073 0 0 0 82206 24 0 0 25 0 1 0 461891453 390033408 83970 33554432000 4194304 4395502 140736185544112 18446744073709551615 4347457 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 95223 83970 267 50 0 92363 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 380892

[startup+882.307 s]
/proc/loadavg: 4.00 3.78 2.49 5/190 9747
/proc/meminfo: memFree=14815872/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=384668 CPUtime=882.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 85905 0 0 0 88206 24 0 0 25 0 1 0 461891453 393900032 84802 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 96167 84802 267 50 0 93307 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 384668

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.58 5/190 9749
/proc/meminfo: memFree=14796016/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=393504 CPUtime=942.29 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 87688 0 0 0 94205 24 0 0 25 0 1 0 461891453 402948096 86585 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 98376 86585 267 50 0 95516 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 393504

[startup+1002.3 s]
/proc/loadavg: 4.05 3.86 2.67 5/190 9751
/proc/meminfo: memFree=14781224/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=398688 CPUtime=1002.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 88763 0 0 0 100205 25 0 0 25 0 1 0 461891453 408256512 87660 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 99672 87660 267 50 0 96812 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 398688

[startup+1062.3 s]
/proc/loadavg: 4.02 3.89 2.75 5/190 9752
/proc/meminfo: memFree=14764956/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=405652 CPUtime=1062.31 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 90273 0 0 0 106205 26 0 0 25 0 1 0 461891453 415387648 89170 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299156 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 101413 89170 267 50 0 98553 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 405652

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.83 5/190 9754
/proc/meminfo: memFree=14730188/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=423452 CPUtime=1122.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 94335 0 0 0 112203 27 0 0 25 0 1 0 461891453 433614848 93232 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 105863 93232 267 50 0 103003 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 423452

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.90 5/190 9755
/proc/meminfo: memFree=14708092/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=424956 CPUtime=1182.3 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 94816 0 0 0 118203 27 0 0 25 0 1 0 461891453 435154944 93713 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 106239 93713 267 50 0 103379 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 424956

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.97 5/190 9757
/proc/meminfo: memFree=14695424/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=424956 CPUtime=1242.31 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 95069 0 0 0 124203 28 0 0 25 0 1 0 461891453 435154944 93966 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299662 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 106239 93966 267 50 0 103379 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 424956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.03 5/190 9759
/proc/meminfo: memFree=14688320/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=430140 CPUtime=1300.01 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 96079 0 0 0 129973 28 0 0 25 0 1 0 461891453 440463360 94976 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 107535 94976 267 50 0 104675 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 430140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.03 5/190 9759
/proc/meminfo: memFree=14688320/32950928 swapFree=67111528/67111528
[pid=9693] ppid=9691 vsize=430140 CPUtime=1300.01 cores=0,2
/proc/9693/stat : 9693 (SApperloT2010) R 9691 9693 9663 0 -1 4202496 96079 0 0 0 129973 28 0 0 25 0 1 0 461891453 440463360 94976 33554432000 4194304 4395502 140736185544112 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9693/statm: 107535 94976 267 50 0 104675 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 430140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.74
CPU system time (s): 0.303953
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 430140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.74
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96079
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 15319

runsolver used 2.10568 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-22 22:08:37
IDJOB=3258483
IDBENCH=71366
IDSOLVER=1655
FILE ID=node123/3258483-1303502916
RUNJOBID= node123-1303502915-9681
PBS_JOBID= 13134215
Free space on /tmp= 72192 MiB

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

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=1457484118

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15728628 kB
Buffers:       1734064 kB
Cached:       14898948 kB
SwapCached:          0 kB
Active:        7535760 kB
Inactive:      9161108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15728628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:       63552 kB
Mapped:          14428 kB
Slab:           461188 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186504 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= 72184 MiB
End job on node123 at 2011-04-22 22:30:19