Trace number 3379744

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) 1300.08 1300.03

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 benchmark590.41
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: 961)

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-3379744-1305460421/watcher-3379744-1305460421 -o /tmp/evaluation-result-3379744-1305460421/solver-3379744-1305460421 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379744-1305460421.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.43 3.90 3.58 4/309 24624
/proc/meminfo: memFree=12238352/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=13420 CPUtime=0 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 738 0 0 0 0 0 0 0 23 0 1 0 657641757 13742080 678 33554432000 4194304 4394578 140734085654304 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 3355 678 247 49 0 496 0

[startup+0.0498579 s]
/proc/loadavg: 3.43 3.90 3.58 4/309 24624
/proc/meminfo: memFree=12238352/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=16000 CPUtime=0.03 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 1410 0 0 0 3 0 0 0 23 0 1 0 657641757 16384000 1312 33554432000 4194304 4394578 140734085654304 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 4000 1312 255 49 0 1141 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16000

[startup+0.100845 s]
/proc/loadavg: 3.43 3.90 3.58 4/309 24624
/proc/meminfo: memFree=12238352/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=18296 CPUtime=0.09 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 2105 0 0 0 8 1 0 0 23 0 1 0 657641757 18735104 1933 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 4574 1933 266 49 0 1715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18296

[startup+0.300746 s]
/proc/loadavg: 3.43 3.90 3.58 4/309 24624
/proc/meminfo: memFree=12238352/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=19492 CPUtime=0.29 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 2387 0 0 0 28 1 0 0 25 0 1 0 657641757 19959808 2215 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 4873 2215 266 49 0 2014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19492

[startup+0.700669 s]
/proc/loadavg: 3.43 3.90 3.58 4/309 24624
/proc/meminfo: memFree=12238352/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=20984 CPUtime=0.69 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 2754 0 0 0 68 1 0 0 25 0 1 0 657641757 21487616 2582 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 5246 2582 266 49 0 2387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20984

[startup+1.50052 s]
/proc/loadavg: 3.43 3.90 3.58 6/313 24628
/proc/meminfo: memFree=12217024/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=22072 CPUtime=1.49 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 3019 0 0 0 148 1 0 0 25 0 1 0 657641757 22601728 2847 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 5518 2847 266 49 0 2659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22072

[startup+3.10021 s]
/proc/loadavg: 3.43 3.90 3.58 6/313 24628
/proc/meminfo: memFree=12212560/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=23436 CPUtime=3.09 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 3340 0 0 0 308 1 0 0 25 0 1 0 657641757 23998464 3168 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 5859 3168 266 49 0 3000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23436

[startup+6.30066 s]
/proc/loadavg: 3.48 3.90 3.59 6/313 24628
/proc/meminfo: memFree=12204772/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=25336 CPUtime=6.29 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 3791 0 0 0 628 1 0 0 25 0 1 0 657641757 25944064 3619 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 6334 3619 266 49 0 3475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25336

[startup+12.7004 s]
/proc/loadavg: 3.52 3.90 3.59 6/313 24628
/proc/meminfo: memFree=12191156/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=29488 CPUtime=12.69 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 4774 0 0 0 1268 1 0 0 25 0 1 0 657641757 30195712 4602 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 7372 4602 266 49 0 4513 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29488

[startup+25.501 s]
/proc/loadavg: 3.62 3.90 3.59 6/313 24628
/proc/meminfo: memFree=12165380/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=38952 CPUtime=25.49 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 7053 0 0 0 2547 2 0 0 25 0 1 0 657641757 39886848 6881 33554432000 4194304 4394578 140734085654304 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 9738 6881 266 49 0 6879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38952

[startup+51.1011 s]
/proc/loadavg: 3.75 3.91 3.60 5/313 24629
/proc/meminfo: memFree=12132948/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=51804 CPUtime=51.09 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 10086 0 0 0 5107 2 0 0 25 0 1 0 657641757 53047296 9914 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298902 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 12951 9914 266 49 0 10092 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51804

[startup+102.311 s]
/proc/loadavg: 3.99 3.95 3.63 5/313 24630
/proc/meminfo: memFree=12075032/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=72832 CPUtime=102.3 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 15155 0 0 0 10226 4 0 0 25 0 1 0 657641757 74579968 14983 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 18208 14983 266 49 0 15349 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72832

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.65 6/313 24632
/proc/meminfo: memFree=12008916/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=101892 CPUtime=162.29 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 22364 0 0 0 16224 5 0 0 25 0 1 0 657641757 104337408 22192 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 25473 22192 266 49 0 22614 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101892

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.67 6/313 24634
/proc/meminfo: memFree=11953824/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=120416 CPUtime=222.3 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 26854 0 0 0 22224 6 0 0 25 0 1 0 657641757 123305984 26682 33554432000 4194304 4394578 140734085654304 18446744073709551615 4299123 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 30104 26682 266 49 0 27245 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120416

[startup+282.301 s]
/proc/loadavg: 4.03 3.98 3.69 5/313 24635
/proc/meminfo: memFree=11880384/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=146536 CPUtime=282.3 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 33345 0 0 0 28222 8 0 0 25 0 1 0 657641757 150052864 33173 33554432000 4194304 4394578 140734085654304 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 36634 33173 266 49 0 33775 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 146536

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.71 5/313 24718
/proc/meminfo: memFree=11886464/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=164852 CPUtime=342.3 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 37785 0 0 0 34221 9 0 0 25 0 1 0 657641757 168808448 37613 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 41213 37614 266 49 0 38354 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164852

[startup+402.3 s]
/proc/loadavg: 4.07 4.00 3.73 5/313 24719
/proc/meminfo: memFree=11826372/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=184936 CPUtime=402.3 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 42813 0 0 0 40219 11 0 0 25 0 1 0 657641757 189374464 42641 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 46234 42641 266 49 0 43375 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 184936

[startup+462.301 s]
/proc/loadavg: 4.02 4.00 3.74 5/313 24757
/proc/meminfo: memFree=11776928/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=201276 CPUtime=462.31 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 46851 0 0 0 46219 12 0 0 25 0 1 0 657641757 206106624 46679 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 50319 46679 266 49 0 47460 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 201276

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.76 5/313 24759
/proc/meminfo: memFree=11631312/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=203016 CPUtime=522.31 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 47304 0 0 0 52219 12 0 0 25 0 1 0 657641757 207888384 47132 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 50754 47132 266 49 0 47895 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 203016

[startup+582.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/313 24760
/proc/meminfo: memFree=11437216/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=232696 CPUtime=582.31 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 54669 0 0 0 58217 14 0 0 25 0 1 0 657641757 238280704 54497 33554432000 4194304 4394578 140734085654304 18446744073709551615 4327706 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 58174 54497 266 49 0 55315 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 232696

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.79 5/313 24765
/proc/meminfo: memFree=11289376/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=251568 CPUtime=642.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 59374 0 0 0 64218 14 0 0 25 0 1 0 657641757 257605632 59202 33554432000 4194304 4394578 140734085654304 18446744073709551615 4300088 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 62892 59202 266 49 0 60033 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 251568

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.80 5/313 24766
/proc/meminfo: memFree=11127996/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=276324 CPUtime=702.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 65584 0 0 0 70216 16 0 0 25 0 1 0 657641757 282955776 65412 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 69081 65412 266 49 0 66222 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 276324

[startup+762.312 s]
/proc/loadavg: 4.09 4.03 3.82 5/313 24768
/proc/meminfo: memFree=11021696/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=288604 CPUtime=762.33 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 68644 0 0 0 76216 17 0 0 25 0 1 0 657641757 295530496 68472 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 72151 68472 266 49 0 69292 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 288604

[startup+822.3 s]
/proc/loadavg: 4.03 4.02 3.82 5/313 24770
/proc/meminfo: memFree=10856628/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=319412 CPUtime=822.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 76364 0 0 0 82214 18 0 0 25 0 1 0 657641757 327077888 76168 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 79853 76168 267 49 0 76994 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 319412

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 3.83 5/313 24771
/proc/meminfo: memFree=10666256/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=343324 CPUtime=882.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 82328 0 0 0 88213 19 0 0 25 0 1 0 657641757 351563776 82132 33554432000 4194304 4394578 140734085654304 18446744073709551615 4290879 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 85831 82132 267 49 0 82972 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 343324

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/313 24773
/proc/meminfo: memFree=10505640/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=368088 CPUtime=942.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 88515 0 0 0 94211 21 0 0 25 0 1 0 657641757 376922112 88319 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 92022 88319 267 49 0 89163 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 368088

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.85 5/313 24774
/proc/meminfo: memFree=10321848/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=381324 CPUtime=1002.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 91842 0 0 0 100210 22 0 0 25 0 1 0 657641757 390475776 91646 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 95331 91646 267 49 0 92472 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 381324

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.85 5/313 24776
/proc/meminfo: memFree=10133216/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=382888 CPUtime=1062.32 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 92201 0 0 0 106210 22 0 0 25 0 1 0 657641757 392077312 92005 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 95722 92005 267 49 0 92863 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 382888

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/313 24778
/proc/meminfo: memFree=10103064/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=383152 CPUtime=1122.33 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 92258 0 0 0 112211 22 0 0 25 0 1 0 657641757 392347648 92062 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 95788 92062 267 49 0 92929 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 383152

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.87 5/313 24779
/proc/meminfo: memFree=9975184/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=414444 CPUtime=1182.34 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 100088 0 0 0 118209 25 0 0 25 0 1 0 657641757 424390656 99847 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 103611 99847 267 49 0 100752 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 414444

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.88 5/313 24781
/proc/meminfo: memFree=9786420/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=437608 CPUtime=1242.34 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 105907 0 0 0 124208 26 0 0 25 0 1 0 657641757 448110592 105632 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 109402 105632 267 49 0 106543 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 437608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.89 3/309 24784
/proc/meminfo: memFree=10207892/32950928 swapFree=67083212/67111528
[pid=24624] ppid=24621 vsize=465356 CPUtime=1300.05 cores=4,6
/proc/24624/stat : 24624 (SApperloT2010) R 24621 24624 24416 0 -1 4202496 112854 0 0 0 129977 28 0 0 25 0 1 0 657641757 476524544 112579 33554432000 4194304 4394578 140734085654304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24624/statm: 116339 112579 267 49 0 113480 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 465356

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): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1299.77
CPU system time (s): 0.305953
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 465356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112854
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= 28
involuntary context switches= 1230

runsolver used 3.60345 second user time and 8.5757 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 13:53:41
IDJOB=3379744
IDBENCH=84761
IDSOLVER=1862
FILE ID=node127/3379744-1305460421
RUNJOBID= node127-1305460421-24586
PBS_JOBID= 13324908
Free space on /tmp= 73512 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-3379744-1305460421/watcher-3379744-1305460421 -o /tmp/evaluation-result-3379744-1305460421/solver-3379744-1305460421 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379744-1305460421.cnf

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=250103975

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12238508 kB
Buffers:        313920 kB
Cached:        4075092 kB
SwapCached:       1620 kB
Active:       17498176 kB
Inactive:      2874600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12238508 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            1412 kB
Writeback:           0 kB
AnonPages:    15982012 kB
Mapped:          26572 kB
Slab:           228184 kB
PageTables:      48100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44511552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73512 MiB
End job on node127 at 2011-05-15 14:15:23