Trace number 3439448

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.16 5000.08

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark821.55
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3439448-1306931725/watcher-3439448-1306931725 -o /tmp/evaluation-result-3439448-1306931725/solver-3439448-1306931725 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439448-1306931725.cnf 

running on 4 cores: 1,3,5,7

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: 2.04 2.04 2.03 3/498 31732
/proc/meminfo: memFree=29234976/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=14400 CPUtime=0.01 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 1000 0 0 0 1 0 0 0 18 0 1 0 804772124 14745600 938 33554432000 4194304 4394578 140734974012784 18446744073709551615 210647170967 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 3600 938 255 49 0 741 0

[startup+0.062039 s]
/proc/loadavg: 2.04 2.04 2.03 3/498 31732
/proc/meminfo: memFree=29234976/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=16052 CPUtime=0.05 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 1480 0 0 0 4 1 0 0 18 0 1 0 804772124 16437248 1307 33554432000 4194304 4394578 140734974012784 18446744073709551615 210647170967 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 4013 1307 255 49 0 1154 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16052

[startup+0.101029 s]
/proc/loadavg: 2.04 2.04 2.03 3/498 31732
/proc/meminfo: memFree=29234976/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=18148 CPUtime=0.09 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 2124 0 0 0 8 1 0 0 18 0 1 0 804772124 18583552 1912 33554432000 4194304 4394578 140734974012784 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 4537 1912 267 49 0 1678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18148

[startup+0.300992 s]
/proc/loadavg: 2.04 2.04 2.03 3/498 31732
/proc/meminfo: memFree=29234976/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=19076 CPUtime=0.29 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 2346 0 0 0 28 1 0 0 18 0 1 0 804772124 19533824 2134 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 4769 2134 267 49 0 1910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19076

[startup+0.700936 s]
/proc/loadavg: 2.04 2.04 2.03 3/498 31732
/proc/meminfo: memFree=29234976/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=20680 CPUtime=0.69 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 2727 0 0 0 68 1 0 0 18 0 1 0 804772124 21176320 2515 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 5170 2516 267 49 0 2311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20680

[startup+1.5008 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29216624/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=22164 CPUtime=1.49 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 3080 0 0 0 148 1 0 0 20 0 1 0 804772124 22695936 2868 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 5541 2868 267 49 0 2682 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22164

[startup+3.10054 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29213648/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=23856 CPUtime=3.09 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 3472 0 0 0 308 1 0 0 25 0 1 0 804772124 24428544 3260 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 5964 3260 267 49 0 3105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23856

[startup+6.30099 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29208824/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=25976 CPUtime=6.29 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 3965 0 0 0 628 1 0 0 25 0 1 0 804772124 26599424 3753 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 6494 3753 267 49 0 3635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25976

[startup+12.7009 s]
/proc/loadavg: 2.03 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29199392/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=30372 CPUtime=12.69 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 5018 0 0 0 1268 1 0 0 25 0 1 0 804772124 31100928 4806 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 7593 4806 267 49 0 4734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30372

[startup+25.5008 s]
/proc/loadavg: 2.03 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29184152/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=35988 CPUtime=25.49 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 6362 0 0 0 2548 1 0 0 25 0 1 0 804772124 36851712 6150 33554432000 4194304 4394578 140734974012784 18446744073709551615 4313504 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 8997 6150 267 49 0 6138 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35988

[startup+51.1004 s]
/proc/loadavg: 2.02 2.03 2.03 3/499 31735
/proc/meminfo: memFree=29160080/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=48144 CPUtime=51.09 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 9300 0 0 0 5107 2 0 0 25 0 1 0 804772124 49299456 9088 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 12036 9088 267 49 0 9177 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48144

[startup+102.319 s]
/proc/loadavg: 2.09 2.05 2.04 3/499 31735
/proc/meminfo: memFree=29114436/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=72976 CPUtime=102.31 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 15308 0 0 0 10228 3 0 0 25 0 1 0 804772124 74727424 15096 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 18244 15096 267 49 0 15385 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72976

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.03 3/499 31737
/proc/meminfo: memFree=29057884/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=99224 CPUtime=162.29 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 21746 0 0 0 16225 4 0 0 25 0 1 0 804772124 101605376 21534 33554432000 4194304 4394578 140734974012784 18446744073709551615 4299126 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 24806 21534 267 49 0 21947 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99224

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.03 3/499 31739
/proc/meminfo: memFree=29024392/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=116856 CPUtime=222.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 25971 0 0 0 22225 5 0 0 25 0 1 0 804772124 119660544 25759 33554432000 4194304 4394578 140734974012784 18446744073709551615 4313449 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 29214 25759 267 49 0 26355 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116856

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.02 3/499 31741
/proc/meminfo: memFree=28980608/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=135296 CPUtime=282.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 30566 0 0 0 28224 6 0 0 25 0 1 0 804772124 138543104 30354 33554432000 4194304 4394578 140734974012784 18446744073709551615 4293744 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 33824 30354 267 49 0 30965 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135296

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/499 31743
/proc/meminfo: memFree=28942276/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=155900 CPUtime=342.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 35646 0 0 0 34223 7 0 0 25 0 1 0 804772124 159641600 35434 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 38975 35434 267 49 0 36116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155900

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 31743
/proc/meminfo: memFree=28897752/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=179944 CPUtime=402.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 41544 0 0 0 40221 9 0 0 25 0 1 0 804772124 184262656 41332 33554432000 4194304 4394578 140734974012784 18446744073709551615 4291531 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 44986 41332 267 49 0 42127 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 179944

[startup+462.3 s]
/proc/loadavg: 2.16 2.05 2.02 3/499 31745
/proc/meminfo: memFree=28859796/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=203292 CPUtime=462.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 47387 0 0 0 46220 10 0 0 25 0 1 0 804772124 208171008 47175 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 50823 47175 267 49 0 47964 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 203292

[startup+522.301 s]
/proc/loadavg: 2.13 2.05 2.02 3/499 31747
/proc/meminfo: memFree=28850980/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=208992 CPUtime=522.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 48694 0 0 0 52219 11 0 0 25 0 1 0 804772124 214007808 48482 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 52248 48482 267 49 0 49389 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 208992

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.01 3/499 31749
/proc/meminfo: memFree=28818480/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=210712 CPUtime=582.3 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 49146 0 0 0 58219 11 0 0 25 0 1 0 804772124 215769088 48934 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 52678 48934 267 49 0 49819 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 210712

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/499 31851
/proc/meminfo: memFree=26720516/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1252788 CPUtime=4002.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 310037 0 0 0 400173 63 0 0 25 0 1 0 804772124 1282854912 308684 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 313197 308684 267 49 0 310338 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 1252788

[startup+4062.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 31853
/proc/meminfo: memFree=26695460/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1271520 CPUtime=4062.38 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 314663 0 0 0 406174 64 0 0 25 0 1 0 804772124 1302036480 313284 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 317880 313284 267 49 0 315021 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 1271520

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 31855
/proc/meminfo: memFree=26640272/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1302836 CPUtime=4122.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 322486 0 0 0 412171 65 0 0 25 0 1 0 804772124 1334104064 321107 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 325709 321107 267 49 0 322850 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1302836

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 31857
/proc/meminfo: memFree=26585816/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1324168 CPUtime=4182.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 327861 0 0 0 418170 66 0 0 25 0 1 0 804772124 1355948032 326414 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 331042 326414 267 49 0 328183 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1324168

[startup+4242.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 31859
/proc/meminfo: memFree=26518968/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1353736 CPUtime=4242.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 335271 0 0 0 424169 67 0 0 25 0 1 0 804772124 1386225664 333824 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 338434 333824 267 49 0 335575 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1353736

[startup+4302.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 31859
/proc/meminfo: memFree=26473204/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1367816 CPUtime=4302.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 338789 0 0 0 430168 68 0 0 25 0 1 0 804772124 1400643584 337298 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 341954 337298 267 49 0 339095 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 1367816

[startup+4362.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 31861
/proc/meminfo: memFree=26450004/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1367816 CPUtime=4362.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 338803 0 0 0 436168 68 0 0 25 0 1 0 804772124 1400643584 337312 33554432000 4194304 4394578 140734974012784 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 341954 337312 267 49 0 339095 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1367816

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 31863
/proc/meminfo: memFree=26393692/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1394460 CPUtime=4422.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 345473 0 0 0 442167 69 0 0 25 0 1 0 804772124 1427927040 343920 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 348615 343920 267 49 0 345756 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1394460

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 31865
/proc/meminfo: memFree=26336396/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1417320 CPUtime=4482.36 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 351159 0 0 0 448166 70 0 0 25 0 1 0 804772124 1451335680 349606 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 354330 349606 267 49 0 351471 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1417320

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 31867
/proc/meminfo: memFree=26285784/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1448308 CPUtime=4542.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 358912 0 0 0 454165 72 0 0 25 0 1 0 804772124 1483067392 357322 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 362077 357322 267 49 0 359218 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1448308

[startup+4602.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/499 31867
/proc/meminfo: memFree=26259112/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1472728 CPUtime=4602.38 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 364986 0 0 0 460165 73 0 0 25 0 1 0 804772124 1508073472 363396 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 368182 363396 267 49 0 365323 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 1472728

[startup+4662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 31869
/proc/meminfo: memFree=26237396/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1494996 CPUtime=4662.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 370644 0 0 0 466163 74 0 0 25 0 1 0 804772124 1530875904 368973 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 373749 368973 267 49 0 370890 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 1494996

[startup+4722.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/499 31871
/proc/meminfo: memFree=26208988/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1523172 CPUtime=4722.39 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 377700 0 0 0 472163 76 0 0 25 0 1 0 804772124 1559728128 376029 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 380793 376029 267 49 0 377934 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1523172

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 31873
/proc/meminfo: memFree=26185792/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1546536 CPUtime=4782.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 383518 0 0 0 478160 77 0 0 25 0 1 0 804772124 1583652864 381847 33554432000 4194304 4394578 140734974012784 18446744073709551615 4299903 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 386634 381847 267 49 0 383775 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1546536

[startup+4842.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/499 31875
/proc/meminfo: memFree=26154904/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1576896 CPUtime=4842.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 391094 0 0 0 484159 78 0 0 25 0 1 0 804772124 1614741504 389423 33554432000 4194304 4394578 140734974012784 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 394224 389423 267 49 0 391365 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1576896

[startup+4902.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/499 31875
/proc/meminfo: memFree=26154768/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1577156 CPUtime=4902.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 391159 0 0 0 490159 78 0 0 25 0 1 0 804772124 1615007744 389488 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 394289 389488 267 49 0 391430 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1577156

[startup+4962.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 31877
/proc/meminfo: memFree=26155624/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1577416 CPUtime=4962.37 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 391201 0 0 0 496159 78 0 0 25 0 1 0 804772124 1615273984 389530 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 394354 389530 267 49 0 391495 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1577416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 31879
/proc/meminfo: memFree=26155488/32951132 swapFree=57925096/67111528
[pid=31732] ppid=31730 vsize=1577564 CPUtime=5000.09 cores=1,3,5,7
/proc/31732/stat : 31732 (SApperloT2010) R 31730 31732 31492 0 -1 4202496 391212 0 0 0 499931 78 0 0 25 0 1 0 804772124 1615425536 389541 33554432000 4194304 4394578 140734974012784 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/31732/statm: 394391 389541 267 49 0 391532 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1577564

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.08
CPU time (s): 5000.16
CPU user time (s): 4999.32
CPU system time (s): 0.843871
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1577564

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

runsolver used 23.8564 second user time and 57.1293 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-01 14:35:25
IDJOB=3439448
IDBENCH=84762
IDSOLVER=1933
FILE ID=node129/3439448-1306931725
RUNJOBID= node129-1306926723-31511
PBS_JOBID= 13488566
Free space on /tmp= 73748 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439448-1306931725/watcher-3439448-1306931725 -o /tmp/evaluation-result-3439448-1306931725/solver-3439448-1306931725 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439448-1306931725.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=1081174769

node129.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.83
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.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.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	: 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.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.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.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29235380 kB
Buffers:        274180 kB
Cached:        2005044 kB
SwapCached:      49316 kB
Active:         217716 kB
Inactive:      3216704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29235380 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:     1116980 kB
Mapped:          15248 kB
Slab:           153820 kB
PageTables:      58712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147328780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73748 MiB
End job on node129 at 2011-06-01 15:58:47