Trace number 3439198

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.13 4999.98

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
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 variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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-3439198-1306909549/watcher-3439198-1306909549 -o /tmp/evaluation-result-3439198-1306909549/solver-3439198-1306909549 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439198-1306909549.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.96 2.04 2.00 2/424 6516
/proc/meminfo: memFree=7806308/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=12832 CPUtime=0 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 594 0 0 0 0 0 0 0 25 0 1 0 802553066 13139968 533 33554432000 4194304 4394578 140735000871312 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 3208 534 247 49 0 349 0

[startup+0.066856 s]
/proc/loadavg: 1.96 2.04 2.00 2/424 6516
/proc/meminfo: memFree=7806308/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=15320 CPUtime=0.06 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 1299 0 0 0 6 0 0 0 25 0 1 0 802553066 15687680 1216 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 3830 1216 267 49 0 971 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15320

[startup+0.100839 s]
/proc/loadavg: 1.96 2.04 2.00 2/424 6516
/proc/meminfo: memFree=7806308/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=15856 CPUtime=0.09 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 1418 0 0 0 9 0 0 0 25 0 1 0 802553066 16236544 1335 33554432000 4194304 4394578 140735000871312 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 3964 1335 267 49 0 1105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15856

[startup+0.300842 s]
/proc/loadavg: 1.96 2.04 2.00 2/424 6516
/proc/meminfo: memFree=7806308/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=17104 CPUtime=0.29 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 1730 0 0 0 29 0 0 0 25 0 1 0 802553066 17514496 1647 33554432000 4194304 4394578 140735000871312 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 4276 1647 267 49 0 1417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17104

[startup+0.700757 s]
/proc/loadavg: 1.96 2.04 2.00 2/424 6516
/proc/meminfo: memFree=7806308/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=18444 CPUtime=0.69 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 2055 0 0 0 69 0 0 0 25 0 1 0 802553066 18886656 1972 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 4611 1972 267 49 0 1752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18444

[startup+1.50061 s]
/proc/loadavg: 1.96 2.04 2.00 3/425 6517
/proc/meminfo: memFree=7796528/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=20260 CPUtime=1.49 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 2466 0 0 0 149 0 0 0 25 0 1 0 802553066 20746240 2383 33554432000 4194304 4394578 140735000871312 18446744073709551615 4295661 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 5065 2383 267 49 0 2206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20260

[startup+3.10029 s]
/proc/loadavg: 1.96 2.04 2.00 3/425 6517
/proc/meminfo: memFree=7792844/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=22376 CPUtime=3.09 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 2965 0 0 0 309 0 0 0 25 0 1 0 802553066 22913024 2882 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 5594 2882 267 49 0 2735 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22376

[startup+6.30073 s]
/proc/loadavg: 1.96 2.04 2.00 3/425 6517
/proc/meminfo: memFree=7784016/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=26568 CPUtime=6.29 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 3964 0 0 0 629 0 0 0 25 0 1 0 802553066 27205632 3881 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 6642 3881 267 49 0 3783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26568

[startup+12.7006 s]
/proc/loadavg: 1.96 2.03 2.00 3/425 6517
/proc/meminfo: memFree=7772812/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=31616 CPUtime=12.69 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 5177 0 0 0 1269 0 0 0 25 0 1 0 802553066 32374784 5094 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 7904 5094 267 49 0 5045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31616

[startup+25.5002 s]
/proc/loadavg: 1.97 2.03 2.00 3/425 6517
/proc/meminfo: memFree=7752852/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=42144 CPUtime=25.49 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 7667 0 0 0 2549 0 0 0 25 0 1 0 802553066 43155456 7584 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 10536 7584 267 49 0 7677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42144

[startup+51.1006 s]
/proc/loadavg: 1.98 2.03 2.00 3/425 6518
/proc/meminfo: memFree=7728004/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=59264 CPUtime=51.09 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 11750 0 0 0 5108 1 0 0 25 0 1 0 802553066 60686336 11667 33554432000 4194304 4394578 140735000871312 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 14816 11667 267 49 0 11957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59264

[startup+102.315 s]
/proc/loadavg: 1.99 2.02 2.00 3/425 6519
/proc/meminfo: memFree=7681084/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=84928 CPUtime=102.31 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 18049 0 0 0 10229 2 0 0 25 0 1 0 802553066 86966272 17966 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 21232 17966 267 49 0 18373 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84928

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/425 6521
/proc/meminfo: memFree=7636256/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=103156 CPUtime=162.29 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 22544 0 0 0 16226 3 0 0 25 0 1 0 802553066 105631744 22461 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 25789 22461 267 49 0 22930 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103156

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 6523
/proc/meminfo: memFree=7584396/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=125876 CPUtime=222.29 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 28213 0 0 0 22225 4 0 0 25 0 1 0 802553066 128897024 28130 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 31469 28130 267 49 0 28610 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125876

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 6524
/proc/meminfo: memFree=7523336/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=162716 CPUtime=282.3 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 37335 0 0 0 28223 7 0 0 25 0 1 0 802553066 166621184 37252 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 40679 37252 267 49 0 37820 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 162716

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 6526
/proc/meminfo: memFree=7464848/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=192260 CPUtime=342.3 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 44691 0 0 0 34222 8 0 0 25 0 1 0 802553066 196874240 44608 33554432000 4194304 4394578 140735000871312 18446744073709551615 4310477 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 48065 44608 267 49 0 45206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 192260

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 6527
/proc/meminfo: memFree=7404528/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=216436 CPUtime=402.3 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 50655 0 0 0 40221 9 0 0 25 0 1 0 802553066 221630464 50572 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 54109 50572 267 49 0 51250 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 216436

[startup+462.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/425 6529
/proc/meminfo: memFree=7361188/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=228876 CPUtime=462.3 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 53628 0 0 0 46220 10 0 0 25 0 1 0 802553066 234369024 53545 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 57219 53545 267 49 0 54360 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 228876

[startup+522.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/425 6530
/proc/meminfo: memFree=7290228/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=267336 CPUtime=522.31 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 63183 0 0 0 52219 12 0 0 25 0 1 0 802553066 273752064 63100 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 66834 63100 267 49 0 63975 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 267336

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/425 6532
/proc/meminfo: memFree=7229536/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=299124 CPUtime=582.31 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 71054 0 0 0 58218 13 0 0 25 0 1 0 802553066 306302976 70971 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 74781 70971 267 49 0 71922 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 299124

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.03 1.05 1.25 2/419 6675
/proc/meminfo: memFree=6295636/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535364 CPUtime=4062.43 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378475 0 0 0 406163 80 0 0 25 0 1 0 802553066 1572212736 378388 33554432000 4194304 4394578 140735000871312 18446744073709551615 4287332 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383841 378388 267 49 0 380982 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 1535364

[startup+4122.3 s]
/proc/loadavg: 1.01 1.04 1.23 2/419 6676
/proc/meminfo: memFree=6295592/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535364 CPUtime=4122.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378478 0 0 0 412162 80 0 0 25 0 1 0 802553066 1572212736 378391 33554432000 4194304 4394578 140735000871312 18446744073709551615 4315624 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383841 378391 267 49 0 380982 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1535364

[startup+4182.3 s]
/proc/loadavg: 1.00 1.03 1.22 2/419 6678
/proc/meminfo: memFree=6295408/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535364 CPUtime=4182.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378480 0 0 0 418162 80 0 0 25 0 1 0 802553066 1572212736 378393 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383841 378393 267 49 0 380982 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1535364

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/419 6680
/proc/meminfo: memFree=6295236/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535364 CPUtime=4242.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378489 0 0 0 424162 80 0 0 25 0 1 0 802553066 1572212736 378402 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383841 378402 267 49 0 380982 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1535364

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/419 6681
/proc/meminfo: memFree=6295196/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535628 CPUtime=4302.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378536 0 0 0 430162 80 0 0 25 0 1 0 802553066 1572483072 378449 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383907 378449 267 49 0 381048 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1535628

[startup+4362.3 s]
/proc/loadavg: 1.04 1.03 1.17 2/419 6683
/proc/meminfo: memFree=6295508/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535628 CPUtime=4362.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378540 0 0 0 436162 80 0 0 25 0 1 0 802553066 1572483072 378453 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383907 378453 267 49 0 381048 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 1535628

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.16 2/419 6685
/proc/meminfo: memFree=6295356/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1535760 CPUtime=4422.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 378562 0 0 0 442162 80 0 0 25 0 1 0 802553066 1572618240 378475 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 383940 378475 267 49 0 381081 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1535760

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/419 6686
/proc/meminfo: memFree=6287504/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1543400 CPUtime=4482.43 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 380460 0 0 0 448162 81 0 0 25 0 1 0 802553066 1580441600 380373 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 385850 380373 267 49 0 382991 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1543400

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/419 6688
/proc/meminfo: memFree=6269608/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1561176 CPUtime=4542.42 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 384919 0 0 0 454161 81 0 0 25 0 1 0 802553066 1598644224 384832 33554432000 4194304 4394578 140735000871312 18446744073709551615 4316185 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 390294 384832 267 49 0 387435 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 1561176

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/419 6689
/proc/meminfo: memFree=6254796/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1575660 CPUtime=4602.44 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 388555 0 0 0 460162 82 0 0 25 0 1 0 802553066 1613475840 388468 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 393915 388468 267 49 0 391056 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1575660

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/419 6691
/proc/meminfo: memFree=6240120/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1590152 CPUtime=4662.43 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 392175 0 0 0 466160 83 0 0 25 0 1 0 802553066 1628315648 392088 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 397538 392088 267 49 0 394679 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1590152

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.10 2/419 6693
/proc/meminfo: memFree=6224204/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1606088 CPUtime=4722.44 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 396154 0 0 0 472161 83 0 0 25 0 1 0 802553066 1644634112 396067 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 401522 396067 267 49 0 398663 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1606088

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/419 6694
/proc/meminfo: memFree=6208288/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1622284 CPUtime=4782.43 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 400177 0 0 0 478159 84 0 0 25 0 1 0 802553066 1661218816 400090 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 405571 400090 267 49 0 402712 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 1622284

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/419 6697
/proc/meminfo: memFree=6186796/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1643464 CPUtime=4842.44 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 405443 0 0 0 484158 86 0 0 25 0 1 0 802553066 1682907136 405356 33554432000 4194304 4394578 140735000871312 18446744073709551615 4327709 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 410866 405356 267 49 0 408007 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1643464

[startup+4902.3 s]
/proc/loadavg: 1.19 1.05 1.09 2/419 6698
/proc/meminfo: memFree=6181796/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1648692 CPUtime=4902.44 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 406745 0 0 0 490158 86 0 0 25 0 1 0 802553066 1688260608 406658 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 412173 406658 267 49 0 409314 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1648692

[startup+4962.3 s]
/proc/loadavg: 1.19 1.07 1.09 2/419 6700
/proc/meminfo: memFree=6166364/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1664880 CPUtime=4962.44 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 410822 0 0 0 496157 87 0 0 25 0 1 0 802553066 1704837120 410735 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 416220 410735 267 49 0 413361 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1664880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.10 1.06 1.09 2/419 6701
/proc/meminfo: memFree=6150584/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1679656 CPUtime=5000.05 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 414506 0 0 0 499917 88 0 0 25 0 1 0 802553066 1719967744 414419 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 419914 414419 267 49 0 417055 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1679656

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: 1.10 1.06 1.09 2/419 6701
/proc/meminfo: memFree=6150584/32951124 swapFree=44043512/67111528
[pid=6516] ppid=6514 vsize=1679656 CPUtime=5000.05 cores=0,2,4,6
/proc/6516/stat : 6516 (SApperloT2010) R 6514 6516 3013 0 -1 4202496 414506 0 0 0 499917 88 0 0 25 0 1 0 802553066 1719967744 414419 33554432000 4194304 4394578 140735000871312 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6516/statm: 419914 414419 267 49 0 417055 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1679656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.98
CPU time (s): 5000.13
CPU user time (s): 4999.18
CPU system time (s): 0.946856
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1679656

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

runsolver used 22.0636 second user time and 45.1821 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 08:25:49
IDJOB=3439198
IDBENCH=83353
IDSOLVER=1933
FILE ID=node134/3439198-1306909549
RUNJOBID= node134-1306899542-6027
PBS_JOBID= 13488442
Free space on /tmp= 19276 MiB

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

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=1603959892

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7806588 kB
Buffers:        112100 kB
Cached:       18461064 kB
SwapCached:       9328 kB
Active:       12660960 kB
Inactive:     11744012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7806588 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:             764 kB
Writeback:           0 kB
AnonPages:     5830100 kB
Mapped:          21360 kB
Slab:           584136 kB
PageTables:      89208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110777068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 19276 MiB
End job on node134 at 2011-06-01 09:49:11