Trace number 3250341

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
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 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3250341-1303539714/watcher-3250341-1303539714 -o /tmp/evaluation-result-3250341-1303539714/solver-3250341-1303539714 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250341-1303539714.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.68 0.16 0.05 4/189 27848
/proc/meminfo: memFree=15328300/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=12472 CPUtime=0 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 515 0 0 0 0 0 0 0 23 0 1 0 446386994 12771328 453 33554432000 4194304 4395502 140736696432128 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 3118 453 255 50 0 258 0

[startup+0.0646021 s]
/proc/loadavg: 0.68 0.16 0.05 4/189 27848
/proc/meminfo: memFree=15328300/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=13636 CPUtime=0.06 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 829 0 0 0 6 0 0 0 23 0 1 0 446386994 13963264 767 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 3409 767 267 50 0 549 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13636

[startup+0.100589 s]
/proc/loadavg: 0.68 0.16 0.05 4/189 27848
/proc/meminfo: memFree=15328300/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=13768 CPUtime=0.09 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 879 0 0 0 9 0 0 0 23 0 1 0 446386994 14098432 817 33554432000 4194304 4395502 140736696432128 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 3442 817 267 50 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13768

[startup+0.300559 s]
/proc/loadavg: 0.68 0.16 0.05 4/189 27848
/proc/meminfo: memFree=15328300/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=14564 CPUtime=0.29 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 1054 0 0 0 29 0 0 0 25 0 1 0 446386994 14913536 992 33554432000 4194304 4395502 140736696432128 18446744073709551615 4300200 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 3641 992 267 50 0 781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14564

[startup+0.700476 s]
/proc/loadavg: 0.68 0.16 0.05 4/189 27848
/proc/meminfo: memFree=15328300/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=15496 CPUtime=0.69 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 1288 0 0 0 69 0 0 0 25 0 1 0 446386994 15867904 1226 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 3874 1226 267 50 0 1014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15496

[startup+1.50033 s]
/proc/loadavg: 0.94 0.22 0.07 5/190 27849
/proc/meminfo: memFree=15317780/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=16836 CPUtime=1.49 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 1639 0 0 0 149 0 0 0 25 0 1 0 446386994 17240064 1577 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 4209 1577 267 50 0 1349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16836

[startup+3.10104 s]
/proc/loadavg: 0.94 0.22 0.07 5/190 27849
/proc/meminfo: memFree=15312572/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=20152 CPUtime=3.09 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 2439 0 0 0 309 0 0 0 25 0 1 0 446386994 20635648 2377 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 5038 2377 267 50 0 2178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20152

[startup+6.30042 s]
/proc/loadavg: 0.94 0.22 0.07 5/190 27850
/proc/meminfo: memFree=15296556/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=26276 CPUtime=6.29 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 3952 0 0 0 629 0 0 0 25 0 1 0 446386994 26906624 3890 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 6569 3890 267 50 0 3709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26276

[startup+12.7002 s]
/proc/loadavg: 1.41 0.35 0.11 5/190 27850
/proc/meminfo: memFree=15280128/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=34204 CPUtime=12.69 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 5900 0 0 0 1269 0 0 0 25 0 1 0 446386994 35024896 5838 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 8551 5838 267 50 0 5691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34204

[startup+25.5008 s]
/proc/loadavg: 1.81 0.47 0.15 5/190 27850
/proc/meminfo: memFree=15252112/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=46760 CPUtime=25.49 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 8951 0 0 0 2548 1 0 0 25 0 1 0 446386994 47882240 8889 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 11690 8889 267 50 0 8830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46760

[startup+51.1009 s]
/proc/loadavg: 2.56 0.75 0.26 5/190 27878
/proc/meminfo: memFree=14943700/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=60592 CPUtime=51.09 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 12273 0 0 0 5106 3 0 0 25 0 1 0 446386994 62046208 12211 33554432000 4194304 4395502 140736696432128 18446744073709551615 4289182 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 15148 12211 267 50 0 12288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60592

[startup+102.306 s]
/proc/loadavg: 3.42 1.29 0.47 5/190 27879
/proc/meminfo: memFree=14682564/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=95328 CPUtime=102.3 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 20857 0 0 0 10225 5 0 0 25 0 1 0 446386994 97615872 20795 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 23832 20795 267 50 0 20972 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95328

[startup+162.301 s]
/proc/loadavg: 3.87 1.80 0.69 5/190 27881
/proc/meminfo: memFree=14477908/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=131508 CPUtime=162.29 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 29887 0 0 0 16223 6 0 0 25 0 1 0 446386994 134664192 29825 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 32877 29825 267 50 0 30017 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131508

[startup+222.301 s]
/proc/loadavg: 3.99 2.21 0.90 5/190 27885
/proc/meminfo: memFree=14275492/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=164788 CPUtime=222.3 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 38173 0 0 0 22222 8 0 0 25 0 1 0 446386994 168742912 38111 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 41197 38111 267 50 0 38337 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164788

[startup+282.3 s]
/proc/loadavg: 3.99 2.53 1.09 5/190 27887
/proc/meminfo: memFree=14051832/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=187984 CPUtime=282.3 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 43953 0 0 0 28221 9 0 0 25 0 1 0 446386994 192495616 43891 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 46996 43891 267 50 0 44136 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187984

[startup+342.301 s]
/proc/loadavg: 3.99 2.80 1.27 5/190 27888
/proc/meminfo: memFree=13893584/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=226004 CPUtime=342.3 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 53471 0 0 0 34218 12 0 0 25 0 1 0 446386994 231428096 53409 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 56501 53409 267 50 0 53641 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 226004

[startup+402.301 s]
/proc/loadavg: 4.03 3.03 1.44 5/190 27917
/proc/meminfo: memFree=13739768/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=263120 CPUtime=402.31 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 62751 0 0 0 40217 14 0 0 25 0 1 0 446386994 269434880 62689 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 65780 62689 267 50 0 62920 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 263120

[startup+462.301 s]
/proc/loadavg: 4.01 3.20 1.60 5/190 27946
/proc/meminfo: memFree=13565948/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=303776 CPUtime=462.31 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 72908 0 0 0 46215 16 0 0 25 0 1 0 446386994 311066624 72846 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 75944 72846 267 50 0 73084 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 303776

[startup+522.301 s]
/proc/loadavg: 4.00 3.34 1.75 5/190 27947
/proc/meminfo: memFree=13455436/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=303912 CPUtime=522.31 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 72955 0 0 0 52215 16 0 0 25 0 1 0 446386994 311205888 72893 33554432000 4194304 4395502 140736696432128 18446744073709551615 4291682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 75978 72893 267 50 0 73118 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 303912

[startup+582.3 s]
/proc/loadavg: 4.00 3.46 1.89 5/190 27949
/proc/meminfo: memFree=13214600/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=343540 CPUtime=582.31 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 82871 0 0 0 58213 18 0 0 25 0 1 0 446386994 351784960 82809 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 85885 82809 267 50 0 83025 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 343540

[startup+642.301 s]
/proc/loadavg: 4.00 3.56 2.02 5/190 27950
/proc/meminfo: memFree=12987400/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=383796 CPUtime=642.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 92942 0 0 0 64212 20 0 0 25 0 1 0 446386994 393007104 92880 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 95949 92880 267 50 0 93089 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 383796

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.14 5/190 27952
/proc/meminfo: memFree=12891528/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=422092 CPUtime=702.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 102497 0 0 0 70209 23 0 0 25 0 1 0 446386994 432222208 102435 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 105523 102435 267 50 0 102663 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 422092

[startup+762.306 s]
/proc/loadavg: 4.00 3.70 2.25 5/190 27954
/proc/meminfo: memFree=12757328/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=464056 CPUtime=762.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 112995 0 0 0 76206 26 0 0 25 0 1 0 446386994 475193344 112933 33554432000 4194304 4395502 140736696432128 18446744073709551615 4292600 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 116014 112933 267 50 0 113154 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 464056

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.36 5/190 27955
/proc/meminfo: memFree=12651280/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=491376 CPUtime=822.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 119815 0 0 0 82204 28 0 0 25 0 1 0 446386994 503169024 119753 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 122844 119753 267 50 0 119984 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 491376

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.46 5/190 27957
/proc/meminfo: memFree=12520180/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=540016 CPUtime=882.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 132002 0 0 0 88201 31 0 0 25 0 1 0 446386994 552976384 131940 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 135004 131940 267 50 0 132144 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 540016

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 2.55 5/190 27958
/proc/meminfo: memFree=12402972/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=579904 CPUtime=942.32 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 141964 0 0 0 94198 34 0 0 25 0 1 0 446386994 593821696 141902 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 144976 141903 267 50 0 142116 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 579904

[startup+1002.3 s]
/proc/loadavg: 4.03 3.87 2.64 5/190 27960
/proc/meminfo: memFree=12301756/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=628324 CPUtime=1002.33 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 154056 0 0 0 100195 38 0 0 25 0 1 0 446386994 643403776 153994 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 157081 153994 267 50 0 154221 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 628324

[startup+1062.3 s]
/proc/loadavg: 4.01 3.89 2.73 5/190 27962
/proc/meminfo: memFree=12234520/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=637428 CPUtime=1062.33 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 156359 0 0 0 106195 38 0 0 25 0 1 0 446386994 652726272 156297 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 159357 156297 267 50 0 156497 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 637428

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.80 5/190 27963
/proc/meminfo: memFree=12110984/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=637428 CPUtime=1122.33 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 156381 0 0 0 112195 38 0 0 25 0 1 0 446386994 652726272 156319 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 159357 156319 267 50 0 156497 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 637428

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.87 5/190 27965
/proc/meminfo: memFree=12034212/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=657880 CPUtime=1182.34 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 161490 0 0 0 118194 40 0 0 25 0 1 0 446386994 673669120 161428 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 164470 161428 267 50 0 161610 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 657880

[startup+1242.3 s]
/proc/loadavg: 4.06 3.95 2.95 5/190 27966
/proc/meminfo: memFree=11897416/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=702876 CPUtime=1242.34 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 172757 0 0 0 124192 42 0 0 25 0 1 0 446386994 719745024 172695 33554432000 4194304 4395502 140736696432128 18446744073709551615 4296820 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 175719 172695 267 50 0 172859 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 702876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.95 3.01 5/187 27990
/proc/meminfo: memFree=12623456/32951124 swapFree=67111528/67111528
[pid=27848] ppid=27846 vsize=744292 CPUtime=1300.04 cores=4,6
/proc/27848/stat : 27848 (SApperloT2010) R 27846 27848 27733 0 -1 4202496 183100 0 0 0 129959 45 0 0 25 0 1 0 446386994 762155008 183038 33554432000 4194304 4395502 140736696432128 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27848/statm: 186073 183038 267 50 0 183213 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 744292

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.09
CPU user time (s): 1299.6
CPU system time (s): 0.489925
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 744292

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

runsolver used 2.24266 second user time and 4.53831 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 08:21:54
IDJOB=3250341
IDBENCH=83250
IDSOLVER=1655
FILE ID=node141/3250341-1303539714
RUNJOBID= node141-1303539680-27752
PBS_JOBID= 13143097
Free space on /tmp= 71544 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_511.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250341-1303539714/watcher-3250341-1303539714 -o /tmp/evaluation-result-3250341-1303539714/solver-3250341-1303539714 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250341-1303539714.cnf

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=1931306589

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:      15328580 kB
Buffers:       1621952 kB
Cached:       15309048 kB
SwapCached:          0 kB
Active:        9487584 kB
Inactive:      7564528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15328580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3792 kB
Writeback:           0 kB
AnonPages:      120684 kB
Mapped:          15536 kB
Slab:           507668 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303592 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= 71520 MiB
End job on node141 at 2011-04-23 08:43:36