Trace number 3262223

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-04UNSAT 777.258 777.23

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark194.97
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

Solver Data

777.22/777.21	c Solved by BasicSolver 
777.22/777.21	
777.22/777.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3262223-1303541016/watcher-3262223-1303541016 -o /tmp/evaluation-result-3262223-1303541016/solver-3262223-1303541016 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3262223-1303541016.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: 3.94 3.94 3.01 4/189 28023
/proc/meminfo: memFree=13340816/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=12652 CPUtime=0 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 550 0 0 0 0 0 0 0 25 0 1 0 446517221 12955648 490 33554432000 4194304 4395502 140736615619664 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 3163 490 249 50 0 303 0

[startup+0.029028 s]
/proc/loadavg: 3.94 3.94 3.01 4/189 28023
/proc/meminfo: memFree=13340816/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=14748 CPUtime=0.02 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 1076 0 0 0 2 0 0 0 25 0 1 0 446517221 15101952 1015 33554432000 4194304 4395502 140736615619664 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 3687 1015 255 50 0 827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14748

[startup+0.101027 s]
/proc/loadavg: 3.94 3.94 3.01 4/189 28023
/proc/meminfo: memFree=13340816/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=14748 CPUtime=0.09 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 1076 0 0 0 9 0 0 0 25 0 1 0 446517221 15101952 1015 33554432000 4194304 4395502 140736615619664 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 3687 1015 255 50 0 827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14748

[startup+0.301004 s]
/proc/loadavg: 3.94 3.94 3.01 4/189 28023
/proc/meminfo: memFree=13340816/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=18916 CPUtime=0.29 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 2250 0 0 0 29 0 0 0 25 0 1 0 446517221 19369984 2103 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 4729 2103 266 50 0 1869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18916

[startup+0.70089 s]
/proc/loadavg: 3.94 3.94 3.01 4/189 28023
/proc/meminfo: memFree=13340816/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=20768 CPUtime=0.69 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 2672 0 0 0 69 0 0 0 25 0 1 0 446517221 21266432 2525 33554432000 4194304 4395502 140736615619664 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 5192 2525 266 50 0 2332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20768

[startup+1.50074 s]
/proc/loadavg: 3.94 3.94 3.01 5/190 28024
/proc/meminfo: memFree=13329284/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=22832 CPUtime=1.49 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 3163 0 0 0 149 0 0 0 25 0 1 0 446517221 23379968 3016 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 5708 3016 266 50 0 2848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22832

[startup+3.10046 s]
/proc/loadavg: 3.94 3.94 3.01 5/190 28024
/proc/meminfo: memFree=13326408/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=25304 CPUtime=3.09 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 3729 0 0 0 309 0 0 0 25 0 1 0 446517221 25911296 3582 33554432000 4194304 4395502 140736615619664 18446744073709551615 4288579 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 6326 3582 266 50 0 3466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25304

[startup+6.30086 s]
/proc/loadavg: 3.94 3.94 3.01 5/190 28024
/proc/meminfo: memFree=13318952/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=29688 CPUtime=6.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 4778 0 0 0 629 1 0 0 25 0 1 0 446517221 30400512 4631 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 7422 4631 266 50 0 4562 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 29688

[startup+12.7007 s]
/proc/loadavg: 3.95 3.94 3.02 5/190 28024
/proc/meminfo: memFree=13300496/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=33828 CPUtime=12.69 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 5689 0 0 0 1268 1 0 0 25 0 1 0 446517221 34639872 5542 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 8457 5542 266 50 0 5597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33828

[startup+25.5002 s]
/proc/loadavg: 4.03 3.96 3.04 5/190 28025
/proc/meminfo: memFree=13279284/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=39664 CPUtime=25.49 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 7028 0 0 0 2548 1 0 0 25 0 1 0 446517221 40615936 6881 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 9916 6881 266 50 0 7056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39664

[startup+51.1004 s]
/proc/loadavg: 4.02 3.96 3.06 5/190 28053
/proc/meminfo: memFree=14502036/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=48124 CPUtime=51.1 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 8861 0 0 0 5108 2 0 0 25 0 1 0 446517221 49278976 8714 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 12031 8714 266 50 0 9171 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 48124

[startup+102.307 s]
/proc/loadavg: 4.01 3.97 3.11 5/190 28055
/proc/meminfo: memFree=14388700/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=68544 CPUtime=102.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 13682 0 0 0 10227 3 0 0 25 0 1 0 446517221 70189056 13535 33554432000 4194304 4395502 140736615619664 18446744073709551615 4297099 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 17136 13535 266 50 0 14276 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68544

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 28056
/proc/meminfo: memFree=14298520/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=79364 CPUtime=162.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 16234 0 0 0 16225 5 0 0 25 0 1 0 446517221 81268736 16087 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 19841 16087 266 50 0 16981 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79364

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.21 5/190 28058
/proc/meminfo: memFree=14200276/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=91804 CPUtime=222.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 19264 0 0 0 22223 7 0 0 25 0 1 0 446517221 94007296 19117 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 22951 19117 266 50 0 20091 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91804

[startup+282.301 s]
/proc/loadavg: 4.05 3.99 3.26 5/190 28087
/proc/meminfo: memFree=14168056/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=105240 CPUtime=282.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 22519 0 0 0 28222 8 0 0 25 0 1 0 446517221 107765760 22372 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 26310 22372 266 50 0 23450 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105240

[startup+342.3 s]
/proc/loadavg: 4.02 3.99 3.30 5/190 28088
/proc/meminfo: memFree=14082444/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=127084 CPUtime=342.3 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 27923 0 0 0 34221 9 0 0 25 0 1 0 446517221 130134016 27776 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 31771 27776 266 50 0 28911 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127084

[startup+402.301 s]
/proc/loadavg: 4.04 4.00 3.35 4/188 28091
/proc/meminfo: memFree=14971884/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=144632 CPUtime=402.31 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 32247 0 0 0 40221 10 0 0 25 0 1 0 446517221 148103168 32100 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 36158 32100 266 50 0 33298 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 144632

[startup+462.301 s]
/proc/loadavg: 3.38 3.82 3.33 4/184 28109
/proc/meminfo: memFree=14910352/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=170380 CPUtime=462.31 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 38705 0 0 0 46219 12 0 0 25 0 1 0 446517221 174469120 38558 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299712 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 42595 38558 266 50 0 39735 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 170380

[startup+522.3 s]
/proc/loadavg: 3.21 3.68 3.31 4/184 28111
/proc/meminfo: memFree=14868904/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=177440 CPUtime=522.31 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 40389 0 0 0 52219 12 0 0 25 0 1 0 446517221 181698560 40242 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 44360 40242 266 50 0 41500 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 177440

[startup+582.301 s]
/proc/loadavg: 3.07 3.55 3.29 4/184 28113
/proc/meminfo: memFree=14817524/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=188548 CPUtime=582.31 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 43084 0 0 0 58219 12 0 0 25 0 1 0 446517221 193073152 42937 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 47137 42937 266 50 0 44277 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 188548

[startup+642.301 s]
/proc/loadavg: 3.10 3.47 3.27 4/184 28114
/proc/meminfo: memFree=14740732/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=212152 CPUtime=642.32 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 49026 0 0 0 64218 14 0 0 25 0 1 0 446517221 217243648 48879 33554432000 4194304 4395502 140736615619664 18446744073709551615 4300882 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 53038 48879 266 50 0 50178 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 212152

[startup+702.301 s]
/proc/loadavg: 3.04 3.38 3.25 4/184 28116
/proc/meminfo: memFree=14710688/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=228676 CPUtime=702.32 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 53123 0 0 0 70217 15 0 0 25 0 1 0 446517221 234164224 52976 33554432000 4194304 4395502 140736615619664 18446744073709551615 4294482 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 57169 52976 266 50 0 54309 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 228676

[startup+762.307 s]
/proc/loadavg: 3.01 3.31 3.23 4/184 28117
/proc/meminfo: memFree=14668748/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=246556 CPUtime=762.32 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 57626 0 0 0 76217 15 0 0 25 0 1 0 446517221 252473344 57479 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 61639 57479 266 50 0 58779 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 246556

Solver just ended. Dumping a history of the last processes samples

[startup+767.901 s]
/proc/loadavg: 3.01 3.30 3.23 4/184 28118
/proc/meminfo: memFree=14662412/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248008 CPUtime=767.92 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 57965 0 0 0 76777 15 0 0 25 0 1 0 446517221 253960192 57818 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62002 57818 266 50 0 59142 0
Current children cumulated CPU time (s) 767.92
Current children cumulated vsize (KiB) 248008

[startup+771.106 s]
/proc/loadavg: 3.01 3.30 3.23 4/184 28118
/proc/meminfo: memFree=14661048/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248008 CPUtime=771.12 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 57969 0 0 0 77097 15 0 0 25 0 1 0 446517221 253960192 57822 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62002 57822 266 50 0 59142 0
Current children cumulated CPU time (s) 771.12
Current children cumulated vsize (KiB) 248008

[startup+774.301 s]
/proc/loadavg: 3.01 3.29 3.23 4/184 28118
/proc/meminfo: memFree=14658196/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248140 CPUtime=774.32 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 58023 0 0 0 77417 15 0 0 25 0 1 0 446517221 254095360 57876 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62035 57876 266 50 0 59175 0
Current children cumulated CPU time (s) 774.32
Current children cumulated vsize (KiB) 248140

[startup+775.9 s]
/proc/loadavg: 3.01 3.29 3.23 4/184 28118
/proc/meminfo: memFree=14655964/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248140 CPUtime=775.92 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 58024 0 0 0 77577 15 0 0 25 0 1 0 446517221 254095360 57877 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62035 57877 266 50 0 59175 0
Current children cumulated CPU time (s) 775.92
Current children cumulated vsize (KiB) 248140

[startup+776.701 s]
/proc/loadavg: 3.01 3.29 3.23 4/184 28118
/proc/meminfo: memFree=14653856/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248140 CPUtime=776.72 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 58024 0 0 0 77657 15 0 0 25 0 1 0 446517221 254095360 57877 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62035 57877 266 50 0 59175 0
Current children cumulated CPU time (s) 776.72
Current children cumulated vsize (KiB) 248140

[startup+777.101 s]
/proc/loadavg: 3.01 3.29 3.23 4/184 28118
/proc/meminfo: memFree=14653856/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248140 CPUtime=777.12 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 58024 0 0 0 77697 15 0 0 25 0 1 0 446517221 254095360 57877 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62035 57877 266 50 0 59175 0
Current children cumulated CPU time (s) 777.12
Current children cumulated vsize (KiB) 248140

[startup+777.201 s]
/proc/loadavg: 3.01 3.29 3.23 4/184 28118
/proc/meminfo: memFree=14653856/32951124 swapFree=67111528/67111528
[pid=28023] ppid=28021 vsize=248140 CPUtime=777.22 cores=4,6
/proc/28023/stat : 28023 (SApperloT2010) R 28021 28023 27733 0 -1 4202496 58024 0 0 0 77707 15 0 0 25 0 1 0 446517221 254095360 57877 33554432000 4194304 4395502 140736615619664 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28023/statm: 62035 57877 266 50 0 59175 0
Current children cumulated CPU time (s) 777.22
Current children cumulated vsize (KiB) 248140

Child status: 20
Real time (s): 777.23
CPU time (s): 777.258
CPU user time (s): 777.091
CPU system time (s): 0.166974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 248140

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

runsolver used 1.2898 second user time and 2.70159 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 08:43:36
IDJOB=3262223
IDBENCH=83285
IDSOLVER=1655
FILE ID=node141/3262223-1303541016
RUNJOBID= node141-1303539680-27752
PBS_JOBID= 13143097
Free space on /tmp= 71520 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262223-1303541016/watcher-3262223-1303541016 -o /tmp/evaluation-result-3262223-1303541016/solver-3262223-1303541016 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3262223-1303541016.cnf

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

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=657481031

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:      13340848 kB
Buffers:       1622028 kB
Cached:       15340128 kB
SwapCached:          0 kB
Active:       11463452 kB
Inactive:      7571796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13340848 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1764 kB
Writeback:           0 kB
AnonPages:     2072976 kB
Mapped:          15572 kB
Slab:           507592 kB
PageTables:       9312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2302480 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= 71544 MiB
End job on node141 at 2011-04-23 08:56:33