Trace number 3439188

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) 5000.14 5000.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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

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-3439188-1306909548/watcher-3439188-1306909548 -o /tmp/evaluation-result-3439188-1306909548/solver-3439188-1306909548 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439188-1306909548.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 1.05 1.01 2/459 17656
/proc/meminfo: memFree=5268756/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=13256 CPUtime=0 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 690 0 0 0 0 0 0 0 21 0 1 0 802554654 13574144 629 33554432000 4194304 4394578 140735241662320 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 3314 629 247 49 0 455 0

[startup+0.0182969 s]
/proc/loadavg: 1.14 1.05 1.01 2/459 17656
/proc/meminfo: memFree=5268756/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=14444 CPUtime=0.01 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 978 0 0 0 1 0 0 0 21 0 1 0 802554654 14790656 917 33554432000 4194304 4394578 140735241662320 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 3611 917 247 49 0 752 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14444

[startup+0.10035 s]
/proc/loadavg: 1.14 1.05 1.01 2/459 17656
/proc/meminfo: memFree=5268756/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=15208 CPUtime=0.09 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 1187 0 0 0 9 0 0 0 21 0 1 0 802554654 15572992 1125 33554432000 4194304 4394578 140735241662320 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 3802 1125 255 49 0 943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15208

[startup+0.300315 s]
/proc/loadavg: 1.14 1.05 1.01 2/459 17656
/proc/meminfo: memFree=5268756/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=20364 CPUtime=0.29 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 2628 0 0 0 29 0 0 0 22 0 1 0 802554654 20852736 2460 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 5091 2460 266 49 0 2232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20364

[startup+0.700245 s]
/proc/loadavg: 1.14 1.05 1.01 2/459 17656
/proc/meminfo: memFree=5268756/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=23140 CPUtime=0.69 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 3304 0 0 0 69 0 0 0 24 0 1 0 802554654 23695360 3136 33554432000 4194304 4394578 140735241662320 18446744073709551615 4355670 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 5785 3136 266 49 0 2926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23140

[startup+1.5011 s]
/proc/loadavg: 1.14 1.05 1.01 3/465 17663
/proc/meminfo: memFree=5240336/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=24500 CPUtime=1.49 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 3619 0 0 0 149 0 0 0 25 0 1 0 802554654 25088000 3451 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 6125 3451 266 49 0 3266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24500

[startup+3.10071 s]
/proc/loadavg: 1.14 1.05 1.01 3/465 17663
/proc/meminfo: memFree=5234652/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=27276 CPUtime=3.09 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 4252 0 0 0 309 0 0 0 25 0 1 0 802554654 27930624 4084 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 6819 4084 266 49 0 3960 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27276

[startup+6.30026 s]
/proc/loadavg: 1.21 1.06 1.02 3/465 17663
/proc/meminfo: memFree=5225712/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=30332 CPUtime=6.29 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 4979 0 0 0 628 1 0 0 25 0 1 0 802554654 31059968 4811 33554432000 4194304 4394578 140735241662320 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 7583 4811 266 49 0 4724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30332

[startup+12.7011 s]
/proc/loadavg: 1.27 1.08 1.02 3/465 17663
/proc/meminfo: memFree=5206020/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=35992 CPUtime=12.69 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 6299 0 0 0 1268 1 0 0 25 0 1 0 802554654 36855808 6131 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 8998 6131 266 49 0 6139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35992

[startup+25.5009 s]
/proc/loadavg: 1.43 1.12 1.04 3/465 17664
/proc/meminfo: memFree=5181720/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=49328 CPUtime=25.49 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 9504 0 0 0 2548 1 0 0 25 0 1 0 802554654 50511872 9336 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 12332 9336 266 49 0 9473 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49328

[startup+51.1003 s]
/proc/loadavg: 1.62 1.19 1.06 3/465 17664
/proc/meminfo: memFree=5127976/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=83648 CPUtime=51.1 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 17927 0 0 0 5107 3 0 0 25 0 1 0 802554654 85655552 17759 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 20912 17759 266 49 0 18053 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 83648

[startup+102.318 s]
/proc/loadavg: 1.84 1.32 1.11 3/465 17666
/proc/meminfo: memFree=5054288/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=116168 CPUtime=102.31 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 25610 0 0 0 10228 3 0 0 25 0 1 0 802554654 118956032 25442 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 29042 25442 266 49 0 26183 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 116168

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.16 3/465 17667
/proc/meminfo: memFree=4998796/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=144260 CPUtime=162.29 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 32344 0 0 0 16224 5 0 0 25 0 1 0 802554654 147722240 32176 33554432000 4194304 4394578 140735241662320 18446744073709551615 4308993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 36065 32176 266 49 0 33206 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144260

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.21 3/465 17669
/proc/meminfo: memFree=4930676/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=171588 CPUtime=222.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 39017 0 0 0 22224 6 0 0 25 0 1 0 802554654 175706112 38849 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 42897 38849 266 49 0 40038 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 171588

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.26 3/465 17671
/proc/meminfo: memFree=4860944/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=206088 CPUtime=282.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 47445 0 0 0 28223 7 0 0 25 0 1 0 802554654 211034112 47277 33554432000 4194304 4394578 140735241662320 18446744073709551615 4310925 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 51522 47277 266 49 0 48663 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 206088

[startup+342.301 s]
/proc/loadavg: 2.15 1.72 1.31 3/465 17672
/proc/meminfo: memFree=4814892/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=222620 CPUtime=342.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 51478 0 0 0 34222 8 0 0 25 0 1 0 802554654 227962880 51310 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 55655 51310 266 49 0 52796 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 222620

[startup+402.3 s]
/proc/loadavg: 2.20 1.80 1.36 3/465 17674
/proc/meminfo: memFree=4754952/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=254252 CPUtime=402.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 59269 0 0 0 40220 10 0 0 25 0 1 0 802554654 260354048 59101 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 63563 59101 266 49 0 60704 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 254252

[startup+462.301 s]
/proc/loadavg: 2.07 1.83 1.40 4/465 17675
/proc/meminfo: memFree=4697244/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=279340 CPUtime=462.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 65487 0 0 0 46220 10 0 0 25 0 1 0 802554654 286044160 65319 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 69835 65319 266 49 0 66976 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 279340

[startup+522.301 s]
/proc/loadavg: 2.02 1.86 1.43 3/465 17677
/proc/meminfo: memFree=4637672/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=312388 CPUtime=522.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 73655 0 0 0 52218 12 0 0 25 0 1 0 802554654 319885312 73487 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 78097 73487 266 49 0 75238 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 312388

[startup+582.3 s]
/proc/loadavg: 2.01 1.88 1.47 3/465 17679
/proc/meminfo: memFree=4578596/32950928 swapFree=45617060/67111528
[pid=17656] ppid=17654 vsize=339632 CPUtime=582.3 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 80369 0 0 0 58217 13 0 0 25 0 1 0 802554654 347783168 80201 33554432000 4194304 4394578 140735241662320 18446744073709551615 4346762 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 84908 80201 266 49 0 82049 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 339632

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 17797
/proc/meminfo: memFree=1768688/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1697008 CPUtime=4062.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 416692 0 0 0 406158 82 0 0 25 0 1 0 802554654 1737736192 416524 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 424252 416524 266 49 0 421393 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1697008

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 17799
/proc/meminfo: memFree=1695920/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1738436 CPUtime=4122.39 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 427039 0 0 0 412156 83 0 0 25 0 1 0 802554654 1780158464 426871 33554432000 4194304 4394578 140735241662320 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 434609 426871 266 49 0 431750 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1738436

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 17801
/proc/meminfo: memFree=1621340/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1773116 CPUtime=4182.39 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 435612 0 0 0 418154 85 0 0 25 0 1 0 802554654 1815670784 435444 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 443279 435444 266 49 0 440420 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1773116

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 17802
/proc/meminfo: memFree=1582520/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1805052 CPUtime=4242.39 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 443527 0 0 0 424153 86 0 0 25 0 1 0 802554654 1848373248 443359 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 451263 443359 266 49 0 448404 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1805052

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 17804
/proc/meminfo: memFree=1503520/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1861680 CPUtime=4302.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 457699 0 0 0 430151 89 0 0 25 0 1 0 802554654 1906360320 457531 33554432000 4194304 4394578 140735241662320 18446744073709551615 4323691 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 465420 457531 266 49 0 462561 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1861680

[startup+4362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/465 17805
/proc/meminfo: memFree=1411400/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1919240 CPUtime=4362.39 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 472047 0 0 0 436147 92 0 0 25 0 1 0 802554654 1965301760 471879 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 479810 471879 266 49 0 476951 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1919240

[startup+4422.3 s]
/proc/loadavg: 2.07 2.05 2.01 4/465 17807
/proc/meminfo: memFree=1352312/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1950644 CPUtime=4422.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 479843 0 0 0 442146 94 0 0 25 0 1 0 802554654 1997459456 479675 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 487661 479675 266 49 0 484802 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1950644

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/465 17809
/proc/meminfo: memFree=1285396/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=1999648 CPUtime=4482.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 492027 0 0 0 448144 96 0 0 25 0 1 0 802554654 2047639552 491859 33554432000 4194304 4394578 140735241662320 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 499912 491859 266 49 0 497053 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1999648

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 17810
/proc/meminfo: memFree=1182176/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2070264 CPUtime=4542.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 509650 0 0 0 454140 100 0 0 25 0 1 0 802554654 2119950336 509482 33554432000 4194304 4394578 140735241662320 18446744073709551615 4287716 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 517566 509482 266 49 0 514707 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 2070264

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 17812
/proc/meminfo: memFree=1106040/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2105540 CPUtime=4602.41 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518327 0 0 0 460140 101 0 0 25 0 1 0 802554654 2156072960 518159 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526385 518159 266 49 0 523526 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2105540

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 17813
/proc/meminfo: memFree=1103812/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2106064 CPUtime=4662.4 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518435 0 0 0 466139 101 0 0 25 0 1 0 802554654 2156609536 518267 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526516 518267 266 49 0 523657 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2106064

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 17815
/proc/meminfo: memFree=1104476/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2106312 CPUtime=4722.43 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518500 0 0 0 472141 102 0 0 25 0 1 0 802554654 2156863488 518332 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526578 518332 266 49 0 523719 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 2106312

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 17817
/proc/meminfo: memFree=1068784/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2106572 CPUtime=4782.41 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518548 0 0 0 478139 102 0 0 25 0 1 0 802554654 2157129728 518380 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526643 518380 266 49 0 523784 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2106572

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 17818
/proc/meminfo: memFree=1033304/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2107092 CPUtime=4842.41 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518632 0 0 0 484139 102 0 0 25 0 1 0 802554654 2157662208 518464 33554432000 4194304 4394578 140735241662320 18446744073709551615 4315643 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526773 518464 266 49 0 523914 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2107092

[startup+4902.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/465 17820
/proc/meminfo: memFree=1010420/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2107612 CPUtime=4902.41 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 518723 0 0 0 490139 102 0 0 25 0 1 0 802554654 2158194688 518555 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 526903 518555 266 49 0 524044 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2107612

[startup+4962.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/465 17821
/proc/meminfo: memFree=935128/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2150524 CPUtime=4962.41 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 529481 0 0 0 496137 104 0 0 25 0 1 0 802554654 2202136576 529313 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 537631 529313 266 49 0 534772 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2150524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.04 2.01 3/465 17822
/proc/meminfo: memFree=906016/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2171104 CPUtime=5000.03 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 534535 0 0 0 499897 106 0 0 25 0 1 0 802554654 2223210496 534367 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 542776 534367 266 49 0 539917 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2171104

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

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

[startup+4999.9 s]
/proc/loadavg: 2.05 2.04 2.01 3/465 17822
/proc/meminfo: memFree=906016/32950928 swapFree=45617076/67111528
[pid=17656] ppid=17654 vsize=2171104 CPUtime=5000.03 cores=0,2,4,6
/proc/17656/stat : 17656 (SApperloT2010) R 17654 17656 15952 0 -1 4202496 534535 0 0 0 499897 106 0 0 25 0 1 0 802554654 2223210496 534367 33554432000 4194304 4394578 140735241662320 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17656/statm: 542776 534367 266 49 0 539917 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2171104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.14
CPU user time (s): 4998.98
CPU system time (s): 1.15882
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2171104

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

runsolver used 24.0773 second user time and 53.1429 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-01 08:25:49
IDJOB=3439188
IDBENCH=83335
IDSOLVER=1933
FILE ID=node123/3439188-1306909548
RUNJOBID= node123-1306909548-17642
PBS_JOBID= 13488453
Free space on /tmp= 16296 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439188-1306909548/watcher-3439188-1306909548 -o /tmp/evaluation-result-3439188-1306909548/solver-3439188-1306909548 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439188-1306909548.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=1793455541

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:       5266456 kB
Buffers:         97824 kB
Cached:       24748440 kB
SwapCached:       9236 kB
Active:       12849180 kB
Inactive:     13943492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5266456 kB
SwapTotal:    67111528 kB
SwapFree:     45617060 kB
Dirty:            1180 kB
Writeback:           0 kB
AnonPages:     1945116 kB
Mapped:          23184 kB
Slab:           743360 kB
PageTables:      78236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133351980 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= 16296 MiB
End job on node123 at 2011-06-01 09:49:11