Trace number 3439443

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.18 5000.18

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark930.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
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-3439443-1306931725/watcher-3439443-1306931725 -o /tmp/evaluation-result-3439443-1306931725/solver-3439443-1306931725 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439443-1306931725.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: 2.04 2.04 2.03 2/493 31724
/proc/meminfo: memFree=29239664/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=14404 CPUtime=0.01 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 999 0 0 0 1 0 0 0 23 0 1 0 804772120 14749696 937 33554432000 4194304 4394578 140733783782032 18446744073709551615 210647170967 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 3601 937 255 49 0 742 0

[startup+0.0300031 s]
/proc/loadavg: 2.04 2.04 2.03 2/493 31724
/proc/meminfo: memFree=29239664/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=14944 CPUtime=0.02 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 1124 0 0 0 2 0 0 0 23 0 1 0 804772120 15302656 1025 33554432000 4194304 4394578 140733783782032 18446744073709551615 210647170967 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 3736 1025 255 49 0 877 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14944

[startup+0.100982 s]
/proc/loadavg: 2.04 2.04 2.03 2/493 31724
/proc/meminfo: memFree=29239664/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=18296 CPUtime=0.09 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 2105 0 0 0 9 0 0 0 23 0 1 0 804772120 18735104 1932 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 4574 1932 266 49 0 1715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18296

[startup+0.300973 s]
/proc/loadavg: 2.04 2.04 2.03 2/493 31724
/proc/meminfo: memFree=29239664/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=19356 CPUtime=0.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 2385 0 0 0 29 0 0 0 24 0 1 0 804772120 19820544 2212 33554432000 4194304 4394578 140733783782032 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 4839 2212 266 49 0 1980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19356

[startup+0.700915 s]
/proc/loadavg: 2.04 2.04 2.03 2/493 31724
/proc/meminfo: memFree=29239664/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=20852 CPUtime=0.69 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 2748 0 0 0 69 0 0 0 25 0 1 0 804772120 21352448 2575 33554432000 4194304 4394578 140733783782032 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 5213 2575 266 49 0 2354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20852

[startup+1.50078 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29217988/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=22072 CPUtime=1.49 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 3019 0 0 0 149 0 0 0 25 0 1 0 804772120 22601728 2846 33554432000 4194304 4394578 140733783782032 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 5518 2846 266 49 0 2659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22072

[startup+3.10051 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29213648/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=23436 CPUtime=3.09 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 3340 0 0 0 309 0 0 0 25 0 1 0 804772120 23998464 3167 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 5859 3167 266 49 0 3000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23436

[startup+6.30098 s]
/proc/loadavg: 2.04 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29208824/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=25336 CPUtime=6.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 3791 0 0 0 629 0 0 0 25 0 1 0 804772120 25944064 3618 33554432000 4194304 4394578 140733783782032 18446744073709551615 4295608 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 6334 3618 266 49 0 3475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25336

[startup+12.7009 s]
/proc/loadavg: 2.03 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29199516/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=29628 CPUtime=12.69 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 4779 0 0 0 1269 0 0 0 25 0 1 0 804772120 30339072 4606 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 7407 4606 266 49 0 4548 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29628

[startup+25.5007 s]
/proc/loadavg: 2.03 2.03 2.03 3/499 31733
/proc/meminfo: memFree=29184152/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=39216 CPUtime=25.49 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 7095 0 0 0 2548 1 0 0 25 0 1 0 804772120 40157184 6922 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 9804 6922 266 49 0 6945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39216

[startup+51.1004 s]
/proc/loadavg: 2.02 2.03 2.03 3/499 31735
/proc/meminfo: memFree=29160080/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=51804 CPUtime=51.09 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 10102 0 0 0 5108 1 0 0 25 0 1 0 804772120 53047296 9929 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/31724/statm: 12951 9929 266 49 0 10092 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51804

[startup+102.319 s]
/proc/loadavg: 2.09 2.05 2.04 3/499 31735
/proc/meminfo: memFree=29114436/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=72832 CPUtime=102.26 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 15158 0 0 0 10224 2 0 0 25 0 1 0 804772120 74579968 14985 33554432000 4194304 4394578 140733783782032 18446744073709551615 4299147 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 18208 14985 266 49 0 15349 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72832

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.03 4/499 31737
/proc/meminfo: memFree=29057884/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=102060 CPUtime=162.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 22401 0 0 0 16221 3 0 0 25 0 1 0 804772120 104509440 22228 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 25515 22228 266 49 0 22656 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 102060

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.03 3/499 31739
/proc/meminfo: memFree=29024392/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=120416 CPUtime=222.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 26855 0 0 0 22220 4 0 0 25 0 1 0 804772120 123305984 26682 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 30104 26682 266 49 0 27245 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 120416

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/499 31741
/proc/meminfo: memFree=28980732/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=148516 CPUtime=282.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 33846 0 0 0 28218 6 0 0 25 0 1 0 804772120 152080384 33673 33554432000 4194304 4394578 140733783782032 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 37129 33673 266 49 0 34270 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 148516

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/499 31743
/proc/meminfo: memFree=28942276/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=166040 CPUtime=342.23 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 38096 0 0 0 34217 6 0 0 25 0 1 0 804772120 170024960 37923 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 41510 37923 266 49 0 38651 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 166040

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 31743
/proc/meminfo: memFree=28897752/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=187312 CPUtime=402.23 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 43417 0 0 0 40215 8 0 0 25 0 1 0 804772120 191807488 43244 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298311 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 46828 43244 266 49 0 43969 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 187312

[startup+462.301 s]
/proc/loadavg: 2.16 2.05 2.02 3/499 31745
/proc/meminfo: memFree=28859796/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=201276 CPUtime=462.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 46851 0 0 0 46215 9 0 0 25 0 1 0 804772120 206106624 46678 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 50319 46678 266 49 0 47460 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 201276

[startup+522.301 s]
/proc/loadavg: 2.13 2.05 2.02 3/499 31747
/proc/meminfo: memFree=28850980/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=205392 CPUtime=522.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 47899 0 0 0 52215 9 0 0 25 0 1 0 804772120 210321408 47726 33554432000 4194304 4394578 140733783782032 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 51348 47726 266 49 0 48489 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 205392

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.01 3/499 31749
/proc/meminfo: memFree=28819348/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=235732 CPUtime=582.24 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 55423 0 0 0 58213 11 0 0 25 0 1 0 804772120 241389568 55250 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 58933 55250 266 49 0 56074 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 235732

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 31853
/proc/meminfo: memFree=26696948/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1299888 CPUtime=4062.28 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 321879 0 0 0 406165 63 0 0 25 0 1 0 804772120 1331085312 320587 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 324972 320587 267 49 0 322113 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 1299888

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 31855
/proc/meminfo: memFree=26640272/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1323760 CPUtime=4122.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 327852 0 0 0 412164 65 0 0 25 0 1 0 804772120 1355530240 326544 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 330940 326544 267 49 0 328081 0
Current children cumulated CPU time (s) 4122.29
Current children cumulated vsize (KiB) 1323760

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 31857
/proc/meminfo: memFree=26585816/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1356760 CPUtime=4182.31 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 336109 0 0 0 418164 67 0 0 25 0 1 0 804772120 1389322240 334734 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 339190 334734 267 49 0 336331 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 1356760

[startup+4242.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 31859
/proc/meminfo: memFree=26518968/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1394512 CPUtime=4242.28 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 345546 0 0 0 424160 68 0 0 25 0 1 0 804772120 1427980288 344171 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 348628 344171 267 49 0 345769 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 1394512

[startup+4302.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 31859
/proc/meminfo: memFree=26473204/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1426200 CPUtime=4302.3 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 353345 0 0 0 430160 70 0 0 25 0 1 0 804772120 1460428800 351970 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 356550 351970 267 49 0 353691 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 1426200

[startup+4362.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 31861
/proc/meminfo: memFree=26450004/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1449432 CPUtime=4362.28 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 359155 0 0 0 436157 71 0 0 25 0 1 0 804772120 1484218368 357780 33554432000 4194304 4394578 140733783782032 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 362358 357780 267 49 0 359499 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 1449432

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 31863
/proc/meminfo: memFree=26393568/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1479788 CPUtime=4422.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 366756 0 0 0 442157 72 0 0 25 0 1 0 804772120 1515302912 365381 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 369947 365381 267 49 0 367088 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 1479788

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 31865
/proc/meminfo: memFree=26336396/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1513616 CPUtime=4482.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 375154 0 0 0 448156 73 0 0 25 0 1 0 804772120 1549942784 373779 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 378404 373779 267 49 0 375545 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 1513616

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 31867
/proc/meminfo: memFree=26285412/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1533280 CPUtime=4542.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380052 0 0 0 454155 74 0 0 25 0 1 0 804772120 1570078720 378677 33554432000 4194304 4394578 140733783782032 18446744073709551615 4308929 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383320 378677 267 49 0 380461 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 1533280

[startup+4602.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/499 31867
/proc/meminfo: memFree=26259112/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1533540 CPUtime=4602.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380099 0 0 0 460155 74 0 0 25 0 1 0 804772120 1570344960 378724 33554432000 4194304 4394578 140733783782032 18446744073709551615 4294136 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383385 378724 267 49 0 380526 0
Current children cumulated CPU time (s) 4602.29
Current children cumulated vsize (KiB) 1533540

[startup+4662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 31869
/proc/meminfo: memFree=26237148/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534224 CPUtime=4662.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380226 0 0 0 466155 74 0 0 25 0 1 0 804772120 1571045376 378851 33554432000 4194304 4394578 140733783782032 18446744073709551615 4291869 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383556 378851 267 49 0 380697 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 1534224

[startup+4722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/499 31871
/proc/meminfo: memFree=26208988/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534224 CPUtime=4722.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380239 0 0 0 472155 74 0 0 25 0 1 0 804772120 1571045376 378864 33554432000 4194304 4394578 140733783782032 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383556 378864 267 49 0 380697 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 1534224

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 31873
/proc/meminfo: memFree=26185792/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534224 CPUtime=4782.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380240 0 0 0 478155 74 0 0 25 0 1 0 804772120 1571045376 378865 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383556 378865 267 49 0 380697 0
Current children cumulated CPU time (s) 4782.29
Current children cumulated vsize (KiB) 1534224

[startup+4842.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/499 31875
/proc/meminfo: memFree=26154904/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534356 CPUtime=4842.31 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380257 0 0 0 484157 74 0 0 25 0 1 0 804772120 1571180544 378882 33554432000 4194304 4394578 140733783782032 18446744073709551615 4293523 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383589 378882 267 49 0 380730 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 1534356

[startup+4902.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/499 31875
/proc/meminfo: memFree=26154768/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534356 CPUtime=4902.29 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380273 0 0 0 490155 74 0 0 25 0 1 0 804772120 1571180544 378898 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383589 378898 267 49 0 380730 0
Current children cumulated CPU time (s) 4902.29
Current children cumulated vsize (KiB) 1534356

[startup+4962.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 31877
/proc/meminfo: memFree=26155624/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534760 CPUtime=4962.31 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380343 0 0 0 496157 74 0 0 25 0 1 0 804772120 1571594240 378968 33554432000 4194304 4394578 140733783782032 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383690 378968 267 49 0 380831 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 1534760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/500 31880
/proc/meminfo: memFree=27377996/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534760 CPUtime=5000.11 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380343 0 0 0 499937 74 0 0 25 0 1 0 804772120 1571594240 378968 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383690 378968 267 49 0 380831 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 1534760

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

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

[startup+5000.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/500 31880
/proc/meminfo: memFree=27377996/32951132 swapFree=57925096/67111528
[pid=31724] ppid=31722 vsize=1534760 CPUtime=5000.11 cores=0,2,4,6
/proc/31724/stat : 31724 (SApperloT2010) R 31722 31724 31492 0 -1 4202496 380343 0 0 0 499937 74 0 0 25 0 1 0 804772120 1571594240 378968 33554432000 4194304 4394578 140733783782032 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31724/statm: 383690 378968 267 49 0 380831 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 1534760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.18
CPU time (s): 5000.18
CPU user time (s): 4999.38
CPU system time (s): 0.807877
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1534760

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

runsolver used 26.7719 second user time and 55.2436 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-01 14:35:25
IDJOB=3439443
IDBENCH=84761
IDSOLVER=1933
FILE ID=node129/3439443-1306931725
RUNJOBID= node129-1306926723-31510
PBS_JOBID= 13488566
Free space on /tmp= 73752 MiB

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

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
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:      29239828 kB
Buffers:        274160 kB
Cached:        2004676 kB
SwapCached:      49316 kB
Active:         212596 kB
Inactive:      3216576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29239828 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:     1111936 kB
Mapped:          14472 kB
Slab:           153820 kB
PageTables:      59488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147303772 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= 73752 MiB
End job on node129 at 2011-06-01 15:58:47