Trace number 3438463

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.14 4999.95

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3438463-1306889535/watcher-3438463-1306889535 -o /tmp/evaluation-result-3438463-1306889535/solver-3438463-1306889535 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438463-1306889535.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/514 22785
/proc/meminfo: memFree=16686372/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=17828 CPUtime=0.01 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 1358 0 0 0 1 0 0 0 22 0 1 0 781369138 18255872 1298 33554432000 4194304 4394578 140733547718976 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 4457 1299 247 49 0 1598 0

[startup+0.118599 s]
/proc/loadavg: 2.00 2.01 2.00 2/514 22785
/proc/meminfo: memFree=16686372/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=36800 CPUtime=0.11 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 5843 0 0 0 11 0 0 0 22 0 1 0 781369138 37683200 5782 33554432000 4194304 4394578 140733547718976 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 9200 5784 253 49 0 6341 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 36800

[startup+0.200577 s]
/proc/loadavg: 2.00 2.01 2.00 2/514 22785
/proc/meminfo: memFree=16686372/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=36928 CPUtime=0.19 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 6127 0 0 0 17 2 0 0 23 0 1 0 781369138 37814272 6066 33554432000 4194304 4394578 140733547718976 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 9232 6066 256 49 0 6373 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36928

[startup+0.300564 s]
/proc/loadavg: 2.00 2.01 2.00 2/514 22785
/proc/meminfo: memFree=16686372/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=36928 CPUtime=0.29 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 6127 0 0 0 26 3 0 0 23 0 1 0 781369138 37814272 6066 33554432000 4194304 4394578 140733547718976 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 9232 6066 256 49 0 6373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36928

[startup+0.700484 s]
/proc/loadavg: 2.00 2.01 2.00 2/514 22785
/proc/meminfo: memFree=16686372/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=49008 CPUtime=0.69 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 10195 0 0 0 65 4 0 0 25 0 1 0 781369138 50184192 9092 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 12252 9092 267 49 0 9393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49008

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16629332/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=58436 CPUtime=1.49 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 12556 0 0 0 145 4 0 0 25 0 1 0 781369138 59838464 11453 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 14609 11454 267 49 0 11750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58436

[startup+3.10103 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16611188/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=71820 CPUtime=3.09 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 15889 0 0 0 304 5 0 0 25 0 1 0 781369138 73543680 14786 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 17955 14786 267 49 0 15096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71820

[startup+6.30043 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16572188/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=92080 CPUtime=6.29 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 20907 0 0 0 623 6 0 0 25 0 1 0 781369138 94289920 19804 33554432000 4194304 4394578 140733547718976 18446744073709551615 4287810 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 23020 19804 267 49 0 20161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92080

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22787
/proc/meminfo: memFree=16532908/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=125004 CPUtime=12.7 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 28946 0 0 0 1262 8 0 0 25 0 1 0 781369138 128004096 27843 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 31251 27843 267 49 0 28392 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 125004

[startup+25.5008 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22787
/proc/meminfo: memFree=16475268/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=170468 CPUtime=25.5 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 39858 0 0 0 2540 10 0 0 25 0 1 0 781369138 174559232 38755 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 42617 38755 267 49 0 39758 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 170468

[startup+51.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22788
/proc/meminfo: memFree=16456836/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=177464 CPUtime=51.09 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 41491 0 0 0 5099 10 0 0 25 0 1 0 781369138 181723136 40388 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 44366 40388 267 49 0 41507 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 177464

[startup+102.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/515 22789
/proc/meminfo: memFree=16403604/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=218932 CPUtime=102.31 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 50742 0 0 0 10220 11 0 0 25 0 1 0 781369138 224186368 49639 33554432000 4194304 4394578 140733547718976 18446744073709551615 4335415 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 54733 49639 267 49 0 51874 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 218932

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/515 22791
/proc/meminfo: memFree=16370176/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=237852 CPUtime=162.29 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 54669 0 0 0 16217 12 0 0 25 0 1 0 781369138 243560448 53566 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 59463 53566 267 49 0 56604 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 237852

[startup+222.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 22792
/proc/meminfo: memFree=16332056/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=268212 CPUtime=222.32 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 61737 0 0 0 22218 14 0 0 25 0 1 0 781369138 274649088 60634 33554432000 4194304 4394578 140733547718976 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 67053 60634 267 49 0 64194 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 268212

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 22794
/proc/meminfo: memFree=16305212/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=291372 CPUtime=282.3 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 66795 0 0 0 28215 15 0 0 25 0 1 0 781369138 298364928 65692 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 72843 65692 267 49 0 69984 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 291372

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 22795
/proc/meminfo: memFree=16276516/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=308120 CPUtime=342.31 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 70538 0 0 0 34214 17 0 0 25 0 1 0 781369138 315514880 69435 33554432000 4194304 4394578 140733547718976 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 77030 69435 267 49 0 74171 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 308120

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 22797
/proc/meminfo: memFree=16257096/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=325180 CPUtime=402.3 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 74081 0 0 0 40213 17 0 0 25 0 1 0 781369138 332984320 72978 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 81295 72978 267 49 0 78436 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 325180

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 22799
/proc/meminfo: memFree=16245124/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=333884 CPUtime=462.31 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 75800 0 0 0 46213 18 0 0 25 0 1 0 781369138 341897216 74697 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 83471 74697 267 49 0 80612 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 333884

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 22800
/proc/meminfo: memFree=16236868/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=340924 CPUtime=522.31 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 77247 0 0 0 52212 19 0 0 25 0 1 0 781369138 349106176 76144 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 85231 76144 267 49 0 82372 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 340924

[startup+582.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 22811
/proc/meminfo: memFree=16223588/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=348672 CPUtime=582.31 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 78957 0 0 0 58212 19 0 0 25 0 1 0 781369138 357040128 77854 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 87168 77854 267 49 0 84309 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 348672

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 22905
/proc/meminfo: memFree=15848228/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=630648 CPUtime=4002.44 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 139505 0 0 0 400209 35 0 0 25 0 1 0 781369138 645783552 138402 33554432000 4194304 4394578 140733547718976 18446744073709551615 4287208 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 157662 138402 267 49 0 154803 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 630648

[startup+4062.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 22907
/proc/meminfo: memFree=15839364/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=632952 CPUtime=4062.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 139953 0 0 0 406211 35 0 0 25 0 1 0 781369138 648142848 138850 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 158238 138850 267 49 0 155379 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 632952

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 22908
/proc/meminfo: memFree=15835440/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=633592 CPUtime=4122.44 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 140114 0 0 0 412209 35 0 0 25 0 1 0 781369138 648798208 139011 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 158398 139011 267 49 0 155539 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 633592

[startup+4182.32 s]
/proc/loadavg: 2.02 2.04 2.00 4/515 22919
/proc/meminfo: memFree=15819240/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=651476 CPUtime=4182.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 144172 0 0 0 418210 36 0 0 25 0 1 0 781369138 667111424 143069 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 162869 143069 267 49 0 160010 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 651476

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 23417
/proc/meminfo: memFree=15801340/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=662212 CPUtime=4242.45 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 146633 0 0 0 424208 37 0 0 25 0 1 0 781369138 678105088 145530 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 165553 145530 267 49 0 162694 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 662212

[startup+4302.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 23419
/proc/meminfo: memFree=15790488/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=673188 CPUtime=4302.45 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 148994 0 0 0 430207 38 0 0 25 0 1 0 781369138 689344512 147891 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 168297 147891 267 49 0 165438 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 673188

[startup+4362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/515 23421
/proc/meminfo: memFree=15784348/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=679368 CPUtime=4362.45 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 150657 0 0 0 436207 38 0 0 25 0 1 0 781369138 695672832 149554 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 169842 149554 267 49 0 166983 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 679368

[startup+4422.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 23422
/proc/meminfo: memFree=15772884/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=689892 CPUtime=4422.45 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 153100 0 0 0 442206 39 0 0 25 0 1 0 781369138 706449408 151997 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 172473 151997 267 49 0 169614 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 689892

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 23424
/proc/meminfo: memFree=15762040/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=702132 CPUtime=4482.45 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 155752 0 0 0 448205 40 0 0 25 0 1 0 781369138 718983168 154649 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 175533 154649 267 49 0 172674 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 702132

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 23425
/proc/meminfo: memFree=15760100/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=702900 CPUtime=4542.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 156022 0 0 0 454206 40 0 0 25 0 1 0 781369138 719769600 154919 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 175725 154919 267 49 0 172866 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 702900

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/515 23427
/proc/meminfo: memFree=15757296/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=703412 CPUtime=4602.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 156269 0 0 0 460206 40 0 0 25 0 1 0 781369138 720293888 155166 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 175853 155166 267 49 0 172994 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 703412

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 23429
/proc/meminfo: memFree=15753644/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=708532 CPUtime=4662.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 157137 0 0 0 466206 40 0 0 25 0 1 0 781369138 725536768 156034 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 177133 156034 267 49 0 174274 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 708532

[startup+4722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 23430
/proc/meminfo: memFree=15754564/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=708532 CPUtime=4722.48 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 157175 0 0 0 472208 40 0 0 25 0 1 0 781369138 725536768 156072 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 177133 156072 267 49 0 174274 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 708532

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 23432
/proc/meminfo: memFree=15750776/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=708532 CPUtime=4782.46 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 157232 0 0 0 478206 40 0 0 25 0 1 0 781369138 725536768 156129 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 177133 156129 267 49 0 174274 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 708532

[startup+4842.32 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 23433
/proc/meminfo: memFree=15741400/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=718772 CPUtime=4842.49 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 159276 0 0 0 484208 41 0 0 25 0 1 0 781369138 736022528 158173 33554432000 4194304 4394578 140733547718976 18446744073709551615 4346572 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 179693 158173 267 49 0 176834 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 718772

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 23435
/proc/meminfo: memFree=15740728/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=720820 CPUtime=4902.47 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 159653 0 0 0 490206 41 0 0 25 0 1 0 781369138 738119680 158550 33554432000 4194304 4394578 140733547718976 18446744073709551615 4337161 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 180205 158550 267 49 0 177346 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 720820

[startup+4962.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 23437
/proc/meminfo: memFree=15740532/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=720820 CPUtime=4962.47 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 159654 0 0 0 496206 41 0 0 25 0 1 0 781369138 738119680 158551 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 180205 158551 267 49 0 177346 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 720820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 2/514 23439
/proc/meminfo: memFree=16044660/32951124 swapFree=62999000/67111528
[pid=22785] ppid=22782 vsize=720820 CPUtime=5000.09 cores=1,3,5,7
/proc/22785/stat : 22785 (SApperloT2010) R 22782 22785 22520 0 -1 4202496 159698 0 0 0 499968 41 0 0 25 0 1 0 781369138 738119680 158595 33554432000 4194304 4394578 140733547718976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22785/statm: 180205 158595 267 49 0 177346 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 720820

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): 4999.95
CPU time (s): 5000.14
CPU user time (s): 4999.69
CPU system time (s): 0.445932
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 720820

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

runsolver used 24.4633 second user time and 61.6946 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 02:52:15
IDJOB=3438463
IDBENCH=71385
IDSOLVER=1933
FILE ID=node141/3438463-1306889535
RUNJOBID= node141-1306884533-22539
PBS_JOBID= 13488435
Free space on /tmp= 24276 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438463-1306889535/watcher-3438463-1306889535 -o /tmp/evaluation-result-3438463-1306889535/solver-3438463-1306889535 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438463-1306889535.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=1802097650

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16687148 kB
Buffers:         29516 kB
Cached:        5839816 kB
SwapCached:       8636 kB
Active:       10070508 kB
Inactive:      5795060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16687148 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:     9994836 kB
Mapped:          25544 kB
Slab:           258168 kB
PageTables:      69120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150683752 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= 24324 MiB
End job on node141 at 2011-06-01 04:15:37