Trace number 3250429

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.99 2.90 1.35 5/189 22267
/proc/meminfo: memFree=14262292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=14940 CPUtime=0 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 829 0 0 0 0 0 0 0 25 0 1 0 446422750 15298560 769 33554432000 4194304 4395502 140733318075328 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 3735 770 249 50 0 875 0

[startup+0.011265 s]
/proc/loadavg: 3.99 2.90 1.35 5/189 22267
/proc/meminfo: memFree=14262292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=15600 CPUtime=0 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 991 0 0 0 0 0 0 0 25 0 1 0 446422750 15974400 931 33554432000 4194304 4395502 140733318075328 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 3900 932 249 50 0 1040 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15600

[startup+0.100249 s]
/proc/loadavg: 3.99 2.90 1.35 5/189 22267
/proc/meminfo: memFree=14262292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=32788 CPUtime=0.09 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 4858 0 0 0 9 0 0 0 25 0 1 0 446422750 33574912 4797 33554432000 4194304 4395502 140733318075328 18446744073709551615 4267992 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 8197 4798 256 50 0 5337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32788

[startup+0.300218 s]
/proc/loadavg: 3.99 2.90 1.35 5/189 22267
/proc/meminfo: memFree=14262292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=32788 CPUtime=0.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 5251 0 0 0 28 1 0 0 25 0 1 0 446422750 33574912 5190 33554432000 4194304 4395502 140733318075328 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 8197 5190 256 50 0 5337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32788

[startup+0.701144 s]
/proc/loadavg: 3.99 2.90 1.35 5/189 22267
/proc/meminfo: memFree=14262292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=43808 CPUtime=0.69 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 8941 0 0 0 67 2 0 0 25 0 1 0 446422750 44859392 8258 33554432000 4194304 4395502 140733318075328 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 10952 8258 267 50 0 8092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43808

[startup+1.501 s]
/proc/loadavg: 3.99 2.90 1.35 6/190 22268
/proc/meminfo: memFree=14227820/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=48384 CPUtime=1.49 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 10051 0 0 0 146 3 0 0 25 0 1 0 446422750 49545216 9368 33554432000 4194304 4395502 140733318075328 18446744073709551615 4347548 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 12096 9368 267 50 0 9236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48384

[startup+3.10072 s]
/proc/loadavg: 3.99 2.90 1.35 5/190 22268
/proc/meminfo: memFree=14221768/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=55424 CPUtime=3.09 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 11728 0 0 0 306 3 0 0 25 0 1 0 446422750 56754176 11045 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 13856 11045 267 50 0 10996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55424

[startup+6.30016 s]
/proc/loadavg: 3.99 2.91 1.36 5/190 22268
/proc/meminfo: memFree=14208452/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=66508 CPUtime=6.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 14316 0 0 0 625 4 0 0 25 0 1 0 446422750 68104192 13633 33554432000 4194304 4395502 140733318075328 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 16627 13633 267 50 0 13767 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66508

[startup+12.701 s]
/proc/loadavg: 3.99 2.93 1.37 6/190 22268
/proc/meminfo: memFree=14200524/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=71564 CPUtime=12.69 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 15483 0 0 0 1264 5 0 0 25 0 1 0 446422750 73281536 14800 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 17891 14800 267 50 0 15031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71564

[startup+25.5008 s]
/proc/loadavg: 3.99 2.98 1.41 5/190 22269
/proc/meminfo: memFree=14179432/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=81992 CPUtime=25.49 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 17859 0 0 0 2543 6 0 0 25 0 1 0 446422750 83959808 17176 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 20498 17176 267 50 0 17638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81992

[startup+51.1003 s]
/proc/loadavg: 3.99 3.06 1.48 5/190 22269
/proc/meminfo: memFree=14146660/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=116108 CPUtime=51.09 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 25892 0 0 0 5101 8 0 0 25 0 1 0 446422750 118894592 25209 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299081 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 29027 25209 267 50 0 26167 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116108

[startup+102.307 s]
/proc/loadavg: 4.07 3.22 1.62 5/190 22271
/proc/meminfo: memFree=14075484/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=143608 CPUtime=102.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 32492 0 0 0 10218 11 0 0 25 0 1 0 446422750 147054592 31809 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 35902 31809 267 50 0 33042 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 143608

[startup+162.301 s]
/proc/loadavg: 4.02 3.36 1.76 5/190 22299
/proc/meminfo: memFree=14009788/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=181240 CPUtime=162.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 41035 0 0 0 16213 15 0 0 25 0 1 0 446422750 185589760 40352 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 45310 40352 267 50 0 42450 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 181240

[startup+222.301 s]
/proc/loadavg: 4.01 3.47 1.90 5/190 22301
/proc/meminfo: memFree=13927672/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=228120 CPUtime=222.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 52271 0 0 0 22210 19 0 0 25 0 1 0 446422750 233594880 51588 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 57030 51588 267 50 0 54170 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 228120

[startup+282.3 s]
/proc/loadavg: 4.00 3.57 2.03 5/190 22303
/proc/meminfo: memFree=13861312/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=254456 CPUtime=282.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 58092 0 0 0 28208 20 0 0 25 0 1 0 446422750 260562944 57409 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 63614 57409 267 50 0 60754 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 254456

[startup+342.301 s]
/proc/loadavg: 4.04 3.66 2.15 5/190 22304
/proc/meminfo: memFree=13782284/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=280216 CPUtime=342.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 64215 0 0 0 34206 23 0 0 25 0 1 0 446422750 286941184 63532 33554432000 4194304 4395502 140733318075328 18446744073709551615 4314563 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 70054 63532 267 50 0 67194 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 280216

[startup+402.3 s]
/proc/loadavg: 4.01 3.72 2.27 5/190 22306
/proc/meminfo: memFree=13718276/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=307204 CPUtime=402.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 70580 0 0 0 40203 25 0 0 25 0 1 0 446422750 314576896 69897 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 76801 69897 267 50 0 73941 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 307204

[startup+462.301 s]
/proc/loadavg: 4.00 3.77 2.37 5/190 22307
/proc/meminfo: memFree=13647328/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=315976 CPUtime=462.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 72473 0 0 0 46202 26 0 0 25 0 1 0 446422750 323559424 71790 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 78994 71790 267 50 0 76134 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 315976

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 2.47 5/190 22309
/proc/meminfo: memFree=13566580/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=349604 CPUtime=522.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 80659 0 0 0 52199 29 0 0 25 0 1 0 446422750 357994496 79976 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 87401 79976 267 50 0 84541 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 349604

[startup+582.3 s]
/proc/loadavg: 4.00 3.84 2.56 5/190 22338
/proc/meminfo: memFree=13652652/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=370660 CPUtime=582.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 85429 0 0 0 58197 31 0 0 25 0 1 0 446422750 379555840 84746 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 92665 84746 267 50 0 89805 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 370660

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 2.65 5/190 22339
/proc/meminfo: memFree=13597440/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=381540 CPUtime=642.29 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 87425 0 0 0 64198 31 0 0 25 0 1 0 446422750 390696960 86742 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 95385 86742 267 50 0 92525 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 381540

[startup+702.3 s]
/proc/loadavg: 4.10 3.92 2.74 5/190 22341
/proc/meminfo: memFree=13535928/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=387172 CPUtime=702.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 88700 0 0 0 70196 32 0 0 25 0 1 0 446422750 396464128 88017 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 96793 88017 267 50 0 93933 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 387172

[startup+762.307 s]
/proc/loadavg: 4.04 3.93 2.82 5/190 22342
/proc/meminfo: memFree=13478752/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=390628 CPUtime=762.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 89368 0 0 0 76196 32 0 0 25 0 1 0 446422750 400003072 88685 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 97657 88685 267 50 0 94797 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 390628

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 2.89 5/190 22344
/proc/meminfo: memFree=13415368/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=423148 CPUtime=822.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 97418 0 0 0 82193 35 0 0 25 0 1 0 446422750 433303552 96735 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 105787 96735 267 50 0 102927 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 423148

[startup+882.301 s]
/proc/loadavg: 4.06 3.96 2.96 5/190 22346
/proc/meminfo: memFree=13358936/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=459908 CPUtime=882.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 106424 0 0 0 88190 38 0 0 25 0 1 0 446422750 470945792 105741 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 114977 105741 267 50 0 112117 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 459908

[startup+942.301 s]
/proc/loadavg: 3.95 3.95 3.02 5/190 22403
/proc/meminfo: memFree=14228388/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=472780 CPUtime=942.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 109556 0 0 0 94189 39 0 0 25 0 1 0 446422750 484126720 108873 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 118195 108873 267 50 0 115335 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 472780

[startup+1002.3 s]
/proc/loadavg: 3.98 3.96 3.08 5/190 22405
/proc/meminfo: memFree=14137828/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=485568 CPUtime=1002.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 112158 0 0 0 100188 40 0 0 25 0 1 0 446422750 497221632 111475 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 121392 111475 267 50 0 118532 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 485568

[startup+1062.3 s]
/proc/loadavg: 3.99 3.96 3.13 5/190 22406
/proc/meminfo: memFree=14026708/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=515732 CPUtime=1062.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 119544 0 0 0 106185 43 0 0 25 0 1 0 446422750 528109568 118861 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 128933 118861 267 50 0 126073 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 515732

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.18 5/190 22462
/proc/meminfo: memFree=14143888/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=552476 CPUtime=1122.27 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 128490 0 0 0 112182 45 0 0 25 0 1 0 446422750 565735424 127807 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 138119 127807 267 50 0 135259 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 552476

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 22464
/proc/meminfo: memFree=14051996/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=569828 CPUtime=1182.28 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 132652 0 0 0 118181 47 0 0 25 0 1 0 446422750 583503872 131969 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 142457 131969 267 50 0 139597 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 569828

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.28 5/190 22465
/proc/meminfo: memFree=13967292/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=595584 CPUtime=1242.27 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 138922 0 0 0 124178 49 0 0 25 0 1 0 446422750 609878016 138239 33554432000 4194304 4395502 140733318075328 18446744073709551615 4314371 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 148896 138239 267 50 0 146036 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 595584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.32 5/190 22467
/proc/meminfo: memFree=13905648/32951124 swapFree=67111528/67111528
[pid=22267] ppid=22265 vsize=611100 CPUtime=1299.99 cores=5,7
/proc/22267/stat : 22267 (SApperloT2010) R 22265 22267 22113 0 -1 4202496 142502 0 0 0 129948 51 0 0 25 0 1 0 446422750 625766400 141819 33554432000 4194304 4395502 140733318075328 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22267/statm: 152775 141819 267 50 0 149915 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 611100

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.02
CPU user time (s): 1299.48
CPU system time (s): 0.537918
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 611100

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

runsolver used 2.08868 second user time and 5.01524 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 08:27:54
IDJOB=3250429
IDBENCH=83253
IDSOLVER=1655
FILE ID=node140/3250429-1303540074
RUNJOBID= node140-1303539680-22134
PBS_JOBID= 13143098
Free space on /tmp= 72068 MiB

SOLVER NAME= SApperloT2010 2011-03-04
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-3250429-1303540074/watcher-3250429-1303540074 -o /tmp/evaluation-result-3250429-1303540074/solver-3250429-1303540074 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250429-1303540074.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=391508882

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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.833
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:      14262448 kB
Buffers:       2350264 kB
Cached:       15158292 kB
SwapCached:          0 kB
Active:       10690988 kB
Inactive:      7441208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14262448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2752 kB
Writeback:           0 kB
AnonPages:      622544 kB
Mapped:          15736 kB
Slab:           491460 kB
PageTables:       6536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   827656 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= 72072 MiB
End job on node140 at 2011-04-23 08:49:36