Trace number 3379618

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.07 1300.04

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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-3379618-1305457619/watcher-3379618-1305457619 -o /tmp/evaluation-result-3379618-1305457619/solver-3379618-1305457619 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379618-1305457619.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: 4.00 3.59 3.18 4/292 6685
/proc/meminfo: memFree=20466544/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=15068 CPUtime=0 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 863 0 0 0 0 0 0 0 25 0 1 0 657361701 15429632 803 33554432000 4194304 4394578 140734308644816 18446744073709551615 237278879488 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 3767 804 247 49 0 908 0

[startup+0.0271849 s]
/proc/loadavg: 4.00 3.59 3.18 4/292 6685
/proc/meminfo: memFree=20466544/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=17312 CPUtime=0.02 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 1419 0 0 0 2 0 0 0 25 0 1 0 657361701 17727488 1359 33554432000 4194304 4394578 140734308644816 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 4328 1360 247 49 0 1469 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17312

[startup+0.100178 s]
/proc/loadavg: 4.00 3.59 3.18 4/292 6685
/proc/meminfo: memFree=20466544/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=28964 CPUtime=0.09 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 3901 0 0 0 9 0 0 0 25 0 1 0 657361701 29659136 3840 33554432000 4194304 4394578 140734308644816 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 7241 3841 253 49 0 4382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28964

[startup+0.300145 s]
/proc/loadavg: 4.00 3.59 3.18 4/292 6685
/proc/meminfo: memFree=20466544/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=28964 CPUtime=0.29 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 4352 0 0 0 27 2 0 0 25 0 1 0 657361701 29659136 4291 33554432000 4194304 4394578 140734308644816 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 7241 4291 255 49 0 4382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28964

[startup+0.701068 s]
/proc/loadavg: 4.00 3.59 3.18 4/292 6685
/proc/meminfo: memFree=20466544/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=44980 CPUtime=0.68 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 9314 0 0 0 66 2 0 0 25 0 1 0 657361701 46059520 8631 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 11245 8631 266 49 0 8386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44980

[startup+1.50093 s]
/proc/loadavg: 4.00 3.59 3.18 5/293 6686
/proc/meminfo: memFree=20430592/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=50036 CPUtime=1.49 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 10538 0 0 0 146 3 0 0 25 0 1 0 657361701 51236864 9855 33554432000 4194304 4394578 140734308644816 18446744073709551615 4299031 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 12509 9855 266 49 0 9650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50036

[startup+3.10064 s]
/proc/loadavg: 4.00 3.59 3.18 5/293 6687
/proc/meminfo: memFree=20424404/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=58056 CPUtime=3.09 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 12421 0 0 0 306 3 0 0 25 0 1 0 657361701 59449344 11738 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 14514 11738 266 49 0 11655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58056

[startup+6.30107 s]
/proc/loadavg: 4.00 3.59 3.18 5/293 6687
/proc/meminfo: memFree=20411392/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=68364 CPUtime=6.29 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 14821 0 0 0 625 4 0 0 25 0 1 0 657361701 70004736 14138 33554432000 4194304 4394578 140734308644816 18446744073709551615 4313524 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 17091 14138 266 49 0 14232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68364

[startup+12.7009 s]
/proc/loadavg: 4.00 3.61 3.19 5/293 6687
/proc/meminfo: memFree=20405024/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=73400 CPUtime=12.68 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 15979 0 0 0 1264 4 0 0 25 0 1 0 657361701 75161600 15296 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 18350 15296 266 49 0 15491 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73400

[startup+25.5007 s]
/proc/loadavg: 4.00 3.62 3.20 5/293 6687
/proc/meminfo: memFree=20391264/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=88552 CPUtime=25.49 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 19471 0 0 0 2544 5 0 0 25 0 1 0 657361701 90677248 18788 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 22138 18788 266 49 0 19279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88552

[startup+51.1012 s]
/proc/loadavg: 4.00 3.65 3.22 5/293 6688
/proc/meminfo: memFree=20356244/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=125284 CPUtime=51.09 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 28258 0 0 0 5100 9 0 0 25 0 1 0 657361701 128290816 27575 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 31321 27575 266 49 0 28462 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125284

[startup+102.311 s]
/proc/loadavg: 4.17 3.75 3.28 6/293 6689
/proc/meminfo: memFree=20329324/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=152416 CPUtime=102.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 34424 0 0 0 10220 10 0 0 25 0 1 0 657361701 156073984 33741 33554432000 4194304 4394578 140734308644816 18446744073709551615 4296381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 38104 33741 266 49 0 35245 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152416

[startup+162.3 s]
/proc/loadavg: 4.06 3.80 3.32 5/293 6718
/proc/meminfo: memFree=20251416/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=193176 CPUtime=162.29 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 43992 0 0 0 16216 13 0 0 25 0 1 0 657361701 197812224 43309 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 48294 43309 266 49 0 45435 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193176

[startup+222.301 s]
/proc/loadavg: 4.06 3.84 3.36 5/293 6719
/proc/meminfo: memFree=20170688/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=244940 CPUtime=222.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 56360 0 0 0 22214 16 0 0 25 0 1 0 657361701 250818560 55677 33554432000 4194304 4394578 140734308644816 18446744073709551615 4299019 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 61235 55677 266 49 0 58376 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 244940

[startup+282.301 s]
/proc/loadavg: 4.02 3.87 3.40 5/293 6721
/proc/meminfo: memFree=20135828/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=261536 CPUtime=282.29 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 59704 0 0 0 28213 16 0 0 25 0 1 0 657361701 267812864 59021 33554432000 4194304 4394578 140734308644816 18446744073709551615 4292878 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 65384 59021 266 49 0 62525 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 261536

[startup+342.3 s]
/proc/loadavg: 4.05 3.90 3.44 5/293 6723
/proc/meminfo: memFree=20066232/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=305892 CPUtime=342.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 70404 0 0 0 34210 20 0 0 25 0 1 0 657361701 313233408 69721 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 76473 69721 266 49 0 73614 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 305892

[startup+402.301 s]
/proc/loadavg: 4.02 3.92 3.47 5/293 6724
/proc/meminfo: memFree=20032988/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=316952 CPUtime=402.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 72757 0 0 0 40210 20 0 0 25 0 1 0 657361701 324558848 72074 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 79238 72074 266 49 0 76379 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 316952

[startup+462.301 s]
/proc/loadavg: 4.00 3.93 3.50 5/293 6726
/proc/meminfo: memFree=19994404/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=342560 CPUtime=462.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 78999 0 0 0 46208 22 0 0 25 0 1 0 657361701 350781440 78316 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 85640 78316 266 49 0 82781 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 342560

[startup+522.3 s]
/proc/loadavg: 4.00 3.94 3.53 5/293 6727
/proc/meminfo: memFree=19946784/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=368816 CPUtime=522.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 85260 0 0 0 52207 23 0 0 25 0 1 0 657361701 377667584 84577 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 92204 84577 266 49 0 89345 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 368816

[startup+582.301 s]
/proc/loadavg: 4.00 3.95 3.56 5/293 6729
/proc/meminfo: memFree=19922584/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=383028 CPUtime=582.3 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 87837 0 0 0 58206 24 0 0 25 0 1 0 657361701 392220672 87154 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 95757 87154 266 49 0 92898 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 383028

[startup+642.301 s]
/proc/loadavg: 4.08 3.97 3.59 5/293 6731
/proc/meminfo: memFree=19885252/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=388148 CPUtime=642.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 89031 0 0 0 64207 24 0 0 25 0 1 0 657361701 397463552 88348 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 97037 88348 266 49 0 94178 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 388148

[startup+702.3 s]
/proc/loadavg: 4.06 3.99 3.62 5/293 6732
/proc/meminfo: memFree=19846532/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=406168 CPUtime=702.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 93355 0 0 0 70206 25 0 0 25 0 1 0 657361701 415916032 92672 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 101542 92672 266 49 0 98683 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 406168

[startup+762.31 s]
/proc/loadavg: 4.07 4.00 3.64 5/293 6734
/proc/meminfo: memFree=19807956/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=438100 CPUtime=762.32 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 101149 0 0 0 76205 27 0 0 25 0 1 0 657361701 448614400 100466 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 109525 100466 266 49 0 106666 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 438100

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.66 5/293 6735
/proc/meminfo: memFree=19766644/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=473500 CPUtime=822.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 109788 0 0 0 82201 30 0 0 25 0 1 0 657361701 484864000 109105 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 118375 109105 266 49 0 115516 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 473500

[startup+882.3 s]
/proc/loadavg: 4.06 4.01 3.68 5/293 6737
/proc/meminfo: memFree=19738604/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=478236 CPUtime=882.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 110789 0 0 0 88201 30 0 0 25 0 1 0 657361701 489713664 110106 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 119559 110106 266 49 0 116700 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 478236

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.70 5/293 6795
/proc/meminfo: memFree=19692120/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=496132 CPUtime=942.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 114713 0 0 0 94200 31 0 0 25 0 1 0 657361701 508039168 114030 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 124033 114030 266 49 0 121174 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 496132

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.72 5/293 6796
/proc/meminfo: memFree=19605184/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=532188 CPUtime=1002.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 123518 0 0 0 100197 34 0 0 25 0 1 0 657361701 544960512 122835 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 133047 122835 266 49 0 130188 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 532188

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/293 6798
/proc/meminfo: memFree=19506704/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=562836 CPUtime=1062.32 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 131030 0 0 0 106196 36 0 0 25 0 1 0 657361701 576344064 130347 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 140709 130347 266 49 0 137850 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 562836

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.75 5/293 6799
/proc/meminfo: memFree=19430304/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=585960 CPUtime=1122.31 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 136572 0 0 0 112194 37 0 0 25 0 1 0 657361701 600023040 135889 33554432000 4194304 4394578 140734308644816 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 146490 135889 266 49 0 143631 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 585960

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.76 5/293 6801
/proc/meminfo: memFree=19335424/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=609400 CPUtime=1182.32 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 142328 0 0 0 118192 40 0 0 25 0 1 0 657361701 624025600 141645 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 152350 141645 266 49 0 149491 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 609400

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/293 6803
/proc/meminfo: memFree=19278372/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=619512 CPUtime=1242.32 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 144353 0 0 0 124192 40 0 0 25 0 1 0 657361701 634380288 143670 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 154878 143670 266 49 0 152019 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 619512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.79 5/293 6804
/proc/meminfo: memFree=19211884/32950904 swapFree=67057400/67111528
[pid=6685] ppid=6683 vsize=627448 CPUtime=1300.03 cores=1,3
/proc/6685/stat : 6685 (SApperloT2010) R 6683 6685 6495 0 -1 4202496 145930 0 0 0 129963 40 0 0 25 0 1 0 657361701 642506752 145247 33554432000 4194304 4394578 140734308644816 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6685/statm: 156862 145247 266 49 0 154003 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 627448

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.63
CPU system time (s): 0.436933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 627448

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

runsolver used 3.46847 second user time and 8.36973 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 13:07:00
IDJOB=3379618
IDBENCH=83253
IDSOLVER=1862
FILE ID=node121/3379618-1305457619
RUNJOBID= node121-1305457228-6515
PBS_JOBID= 13324895
Free space on /tmp= 73492 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379618-1305457619/watcher-3379618-1305457619 -o /tmp/evaluation-result-3379618-1305457619/solver-3379618-1305457619 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379618-1305457619.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=445168280

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20466576 kB
Buffers:        314684 kB
Cached:        6228272 kB
SwapCached:       7656 kB
Active:        6729976 kB
Inactive:      5398052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20466576 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            2316 kB
Writeback:          32 kB
AnonPages:     5582588 kB
Mapped:          23068 kB
Slab:           266924 kB
PageTables:      25604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30927300 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= 73488 MiB
End job on node121 at 2011-05-15 13:28:42