Trace number 3264995

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-03-04? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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

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

running on 2 cores: 1,3

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.78 3.92 3.40 4/189 28704
/proc/meminfo: memFree=19897328/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=12176 CPUtime=0 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 457 0 0 0 0 0 0 0 21 0 1 0 449739428 12468224 396 33554432000 4194304 4395502 140734842177328 18446744073709551615 255106429637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3044 397 258 50 0 184 0

[startup+0.042595 s]
/proc/loadavg: 3.78 3.92 3.40 4/189 28704
/proc/meminfo: memFree=19897328/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=12836 CPUtime=0.04 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 643 0 0 0 4 0 0 0 21 0 1 0 449739428 13144064 582 33554432000 4194304 4395502 140734842177328 18446744073709551615 4336189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3209 582 267 50 0 349 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12836

[startup+0.100587 s]
/proc/loadavg: 3.78 3.92 3.40 4/189 28704
/proc/meminfo: memFree=19897328/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=13100 CPUtime=0.09 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 713 0 0 0 9 0 0 0 21 0 1 0 449739428 13414400 652 33554432000 4194304 4395502 140734842177328 18446744073709551615 4297939 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3275 652 267 50 0 415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13100

[startup+0.300563 s]
/proc/loadavg: 3.78 3.92 3.40 4/189 28704
/proc/meminfo: memFree=19897328/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=13628 CPUtime=0.29 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 829 0 0 0 29 0 0 0 22 0 1 0 449739428 13955072 768 33554432000 4194304 4395502 140734842177328 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3407 768 267 50 0 547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13628

[startup+0.700483 s]
/proc/loadavg: 3.78 3.92 3.40 4/189 28704
/proc/meminfo: memFree=19897328/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=14288 CPUtime=0.69 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 997 0 0 0 69 0 0 0 24 0 1 0 449739428 14630912 936 33554432000 4194304 4395502 140734842177328 18446744073709551615 4286431 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3572 936 267 50 0 712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14288

[startup+1.50034 s]
/proc/loadavg: 3.78 3.92 3.40 5/190 28705
/proc/meminfo: memFree=19887548/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=15344 CPUtime=1.49 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 1251 0 0 0 149 0 0 0 25 0 1 0 449739428 15712256 1190 33554432000 4194304 4395502 140734842177328 18446744073709551615 4286561 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 3836 1190 267 50 0 976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15344

[startup+3.10106 s]
/proc/loadavg: 3.80 3.92 3.40 5/190 28705
/proc/meminfo: memFree=19882364/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=16536 CPUtime=3.09 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 1546 0 0 0 309 0 0 0 25 0 1 0 449739428 16932864 1485 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299884 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 4134 1485 267 50 0 1274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16536

[startup+6.3005 s]
/proc/loadavg: 3.80 3.92 3.40 5/190 28705
/proc/meminfo: memFree=19873248/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=18644 CPUtime=6.29 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 2084 0 0 0 629 0 0 0 25 0 1 0 449739428 19091456 2023 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 4661 2023 267 50 0 1801 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18644

[startup+12.7004 s]
/proc/loadavg: 3.83 3.92 3.41 5/190 28706
/proc/meminfo: memFree=19857740/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=22336 CPUtime=12.69 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 3012 0 0 0 1269 0 0 0 25 0 1 0 449739428 22872064 2951 33554432000 4194304 4395502 140734842177328 18446744073709551615 4357889 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 5584 2951 267 50 0 2724 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22336

[startup+25.5001 s]
/proc/loadavg: 3.85 3.92 3.41 5/190 28706
/proc/meminfo: memFree=19830960/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=28392 CPUtime=25.49 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 4518 0 0 0 2549 0 0 0 25 0 1 0 449739428 29073408 4457 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 7098 4457 267 50 0 4238 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28392

[startup+51.1006 s]
/proc/loadavg: 3.90 3.93 3.43 5/190 28707
/proc/meminfo: memFree=19786184/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=40268 CPUtime=51.09 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 7488 0 0 0 5108 1 0 0 25 0 1 0 449739428 41234432 7427 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 10067 7427 267 50 0 7207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40268

[startup+102.307 s]
/proc/loadavg: 3.96 3.94 3.46 5/190 28708
/proc/meminfo: memFree=19700992/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=60460 CPUtime=102.3 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 12492 0 0 0 10228 2 0 0 25 0 1 0 449739428 61911040 12431 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 15115 12431 267 50 0 12255 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60460

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.49 5/190 28710
/proc/meminfo: memFree=19577860/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=91856 CPUtime=162.29 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 20312 0 0 0 16225 4 0 0 25 0 1 0 449739428 94060544 20251 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 22964 20251 267 50 0 20104 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91856

[startup+222.301 s]
/proc/loadavg: 4.07 3.97 3.52 5/190 28711
/proc/meminfo: memFree=19501468/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=115100 CPUtime=222.29 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 26092 0 0 0 22224 5 0 0 25 0 1 0 449739428 117862400 26031 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 28775 26031 267 50 0 25915 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 115100

[startup+282.301 s]
/proc/loadavg: 4.03 3.97 3.55 5/190 28713
/proc/meminfo: memFree=19389120/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=142104 CPUtime=282.3 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 32812 0 0 0 28224 6 0 0 25 0 1 0 449739428 145514496 32751 33554432000 4194304 4395502 140734842177328 18446744073709551615 4291653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 35526 32751 267 50 0 32666 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 142104

[startup+342.3 s]
/proc/loadavg: 4.01 3.97 3.57 5/190 28714
/proc/meminfo: memFree=19275040/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=174072 CPUtime=342.29 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 40805 0 0 0 34221 8 0 0 25 0 1 0 449739428 178249728 40744 33554432000 4194304 4395502 140734842177328 18446744073709551615 4292600 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 43518 40744 267 50 0 40658 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 174072

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.60 5/190 28716
/proc/meminfo: memFree=19211676/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=183192 CPUtime=402.3 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 43070 0 0 0 40221 9 0 0 25 0 1 0 449739428 187588608 43009 33554432000 4194304 4395502 140734842177328 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 45798 43009 267 50 0 42938 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183192

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 28718
/proc/meminfo: memFree=19137896/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=206148 CPUtime=462.3 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 48793 0 0 0 46218 12 0 0 25 0 1 0 449739428 211095552 48732 33554432000 4194304 4395502 140734842177328 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 51537 48732 267 50 0 48677 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 206148

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 28719
/proc/meminfo: memFree=19037952/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=233756 CPUtime=522.3 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 55688 0 0 0 52217 13 0 0 25 0 1 0 449739428 239366144 55627 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 58439 55627 267 50 0 55579 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 233756

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/190 28721
/proc/meminfo: memFree=18918912/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=264244 CPUtime=582.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 63331 0 0 0 58215 16 0 0 25 0 1 0 449739428 270585856 63270 33554432000 4194304 4395502 140734842177328 18446744073709551615 4291712 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 66061 63270 267 50 0 63201 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 264244

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 28722
/proc/meminfo: memFree=18831616/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=281424 CPUtime=642.32 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 67607 0 0 0 64215 17 0 0 25 0 1 0 449739428 288178176 67546 33554432000 4194304 4395502 140734842177328 18446744073709551615 4288486 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 70356 67546 267 50 0 67496 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 281424

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 28724
/proc/meminfo: memFree=18716040/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=310696 CPUtime=702.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 74963 0 0 0 70212 19 0 0 25 0 1 0 449739428 318152704 74902 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299156 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 77674 74902 267 50 0 74814 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 310696

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 28726
/proc/meminfo: memFree=18600224/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=335800 CPUtime=762.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 81242 0 0 0 76211 20 0 0 25 0 1 0 449739428 343859200 81181 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299727 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 83950 81181 267 50 0 81090 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 335800

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 28727
/proc/meminfo: memFree=18505364/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=353176 CPUtime=822.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 85591 0 0 0 82210 21 0 0 25 0 1 0 449739428 361652224 85530 33554432000 4194304 4395502 140734842177328 18446744073709551615 4297593 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 88294 85530 267 50 0 85434 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 353176

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 28729
/proc/meminfo: memFree=18471636/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=353308 CPUtime=882.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 85608 0 0 0 88210 21 0 0 25 0 1 0 449739428 361787392 85547 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 88327 85547 267 50 0 85467 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 353308

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 28730
/proc/meminfo: memFree=18406284/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=366180 CPUtime=942.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 88822 0 0 0 94209 22 0 0 25 0 1 0 449739428 374968320 88761 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 91545 88761 267 50 0 88685 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 366180

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 28732
/proc/meminfo: memFree=18319236/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=396580 CPUtime=1002.31 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 96425 0 0 0 100208 23 0 0 25 0 1 0 449739428 406097920 96364 33554432000 4194304 4395502 140734842177328 18446744073709551615 4300904 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 99145 96364 267 50 0 96285 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 396580

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 28734
/proc/meminfo: memFree=18233924/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=420312 CPUtime=1062.32 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 102358 0 0 0 106207 25 0 0 25 0 1 0 449739428 430399488 102297 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 105078 102297 267 50 0 102218 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 420312

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 28735
/proc/meminfo: memFree=18132240/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=438164 CPUtime=1122.32 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 106827 0 0 0 112205 27 0 0 25 0 1 0 449739428 448679936 106766 33554432000 4194304 4395502 140734842177328 18446744073709551615 4314287 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 109541 106766 267 50 0 106681 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 438164

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.80 5/190 28737
/proc/meminfo: memFree=18022992/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=468920 CPUtime=1182.32 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 114529 0 0 0 118204 28 0 0 25 0 1 0 449739428 480174080 114468 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 117230 114468 267 50 0 114370 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 468920

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.82 5/190 28747
/proc/meminfo: memFree=17903256/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=498612 CPUtime=1242.32 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 121951 0 0 0 124202 30 0 0 25 0 1 0 449739428 510578688 121890 33554432000 4194304 4395502 140734842177328 18446744073709551615 4286474 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 124653 121890 267 50 0 121793 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 498612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.82 2/185 28752
/proc/meminfo: memFree=19373052/32951124 swapFree=67111524/67111528
[pid=28704] ppid=28702 vsize=534832 CPUtime=1300.03 cores=1,3
/proc/28704/stat : 28704 (SApperloT2010) R 28702 28704 27965 0 -1 4202496 131004 0 0 0 129970 33 0 0 25 0 1 0 449739428 547667968 130943 33554432000 4194304 4395502 140734842177328 18446744073709551615 4299847 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28704/statm: 133708 130943 267 50 0 130848 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 534832

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.06
CPU user time (s): 1299.71
CPU system time (s): 0.354946
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 534832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131004
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= 5
involuntary context switches= 1143

runsolver used 1.86772 second user time and 4.05738 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 17:40:33
IDJOB=3264995
IDBENCH=85366
IDSOLVER=1655
FILE ID=node144/3264995-1303573233
RUNJOBID= node144-1303573233-28664
PBS_JOBID= 13150287
Free space on /tmp= 72184 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264995-1303573233/watcher-3264995-1303573233 -o /tmp/evaluation-result-3264995-1303573233/solver-3264995-1303573233 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3264995-1303573233.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=1550693736

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19897608 kB
Buffers:       2155104 kB
Cached:       10295012 kB
SwapCached:          4 kB
Active:        3307556 kB
Inactive:      9212592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19897608 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1724 kB
Writeback:           0 kB
AnonPages:       69612 kB
Mapped:          15252 kB
Slab:           469244 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250268 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= 72184 MiB
End job on node144 at 2011-04-23 18:02:15