Trace number 3379606

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

running on 2 cores: 0,2

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.79 2.13 2.16 4/348 21547
/proc/meminfo: memFree=18958716/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=20816 CPUtime=0 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 1665 0 0 0 0 0 0 0 21 0 1 0 657717641 21315584 1605 33554432000 4194304 4394578 140736613534576 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 5204 1606 247 49 0 2345 0

[startup+0.01965 s]
/proc/loadavg: 3.79 2.13 2.16 4/348 21547
/proc/meminfo: memFree=18958716/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=21740 CPUtime=0.01 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 1876 0 0 0 1 0 0 0 21 0 1 0 657717641 22261760 1816 33554432000 4194304 4394578 140736613534576 18446744073709551615 4264968 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 5435 1817 247 49 0 2576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21740

[startup+0.100714 s]
/proc/loadavg: 3.79 2.13 2.16 4/348 21547
/proc/meminfo: memFree=18958716/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=32040 CPUtime=0.09 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 4467 0 0 0 9 0 0 0 21 0 1 0 657717641 32808960 4407 33554432000 4194304 4394578 140736613534576 18446744073709551615 212436016896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 8010 4408 247 49 0 5151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32040

[startup+0.300662 s]
/proc/loadavg: 3.79 2.13 2.16 4/348 21547
/proc/meminfo: memFree=18958716/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=58104 CPUtime=0.29 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 10991 0 0 0 27 2 0 0 22 0 1 0 657717641 59498496 10930 33554432000 4194304 4394578 140736613534576 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 14526 10930 256 49 0 11667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58104

[startup+0.700591 s]
/proc/loadavg: 3.79 2.13 2.16 4/348 21547
/proc/meminfo: memFree=18958716/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=58104 CPUtime=0.69 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 10991 0 0 0 67 2 0 0 24 0 1 0 657717641 59498496 10930 33554432000 4194304 4394578 140736613534576 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 14526 10930 256 49 0 11667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58104

[startup+1.50042 s]
/proc/loadavg: 3.79 2.13 2.16 5/349 21548
/proc/meminfo: memFree=18914324/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=58104 CPUtime=1.49 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 10991 0 0 0 146 3 0 0 25 0 1 0 657717641 59498496 10930 33554432000 4194304 4394578 140736613534576 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 14526 10930 256 49 0 11667 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58104

[startup+3.10113 s]
/proc/loadavg: 3.81 2.16 2.17 5/349 21548
/proc/meminfo: memFree=18891880/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=92176 CPUtime=3.09 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 21185 0 0 0 303 6 0 0 25 0 1 0 657717641 94388224 19195 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 23044 19196 267 49 0 20185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92176

[startup+6.30053 s]
/proc/loadavg: 3.81 2.16 2.17 5/349 21548
/proc/meminfo: memFree=18859896/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=118520 CPUtime=6.29 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 27646 0 0 0 621 8 0 0 25 0 1 0 657717641 121364480 25656 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 29630 25656 267 49 0 26771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 118520

[startup+12.7003 s]
/proc/loadavg: 3.83 2.22 2.19 5/349 21549
/proc/meminfo: memFree=18804124/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=161568 CPUtime=12.69 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 38069 0 0 0 1259 10 0 0 25 0 1 0 657717641 165445632 36079 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 40392 36079 267 49 0 37533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161568

[startup+25.5009 s]
/proc/loadavg: 3.86 2.28 2.21 5/349 21549
/proc/meminfo: memFree=18737372/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=222424 CPUtime=25.5 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 52559 0 0 0 2537 13 0 0 25 0 1 0 657717641 227762176 50569 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 55606 50569 267 49 0 52747 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 222424

[startup+51.1011 s]
/proc/loadavg: 3.99 2.43 2.26 5/349 21550
/proc/meminfo: memFree=18653132/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=307444 CPUtime=51.09 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 72601 0 0 0 5092 17 0 0 25 0 1 0 657717641 314822656 70611 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 76861 70611 267 49 0 74002 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 307444

[startup+102.313 s]
/proc/loadavg: 4.03 2.71 2.36 5/349 21551
/proc/meminfo: memFree=18530464/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=431724 CPUtime=102.31 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 101963 0 0 0 10206 25 0 0 25 0 1 0 657717641 442085376 99973 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 107931 99973 267 49 0 105072 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 431724

[startup+162.301 s]
/proc/loadavg: 4.04 2.95 2.47 5/349 21553
/proc/meminfo: memFree=18462476/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=459488 CPUtime=162.29 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 108397 0 0 0 16202 27 0 0 25 0 1 0 657717641 470515712 106407 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 114872 106407 267 49 0 112013 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 459488

[startup+222.301 s]
/proc/loadavg: 4.01 3.14 2.56 5/349 21554
/proc/meminfo: memFree=18425364/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=482644 CPUtime=222.3 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 113674 0 0 0 22201 29 0 0 25 0 1 0 657717641 494227456 111684 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 120661 111684 267 49 0 117802 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 482644

[startup+282.3 s]
/proc/loadavg: 4.00 3.29 2.65 5/349 21556
/proc/meminfo: memFree=18381292/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=503636 CPUtime=282.3 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 118012 0 0 0 28200 30 0 0 25 0 1 0 657717641 515723264 116022 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 125909 116022 267 49 0 123050 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 503636

[startup+342.301 s]
/proc/loadavg: 4.00 3.42 2.73 5/349 21584
/proc/meminfo: memFree=18348724/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=524336 CPUtime=342.31 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 122799 0 0 0 34199 32 0 0 25 0 1 0 657717641 536920064 120809 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 131084 120809 267 49 0 128225 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 524336

[startup+402.301 s]
/proc/loadavg: 4.06 3.54 2.81 5/349 21586
/proc/meminfo: memFree=18195104/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=553108 CPUtime=402.31 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 128555 0 0 0 40198 33 0 0 25 0 1 0 657717641 566382592 126565 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 138277 126565 267 49 0 135418 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 553108

[startup+462.3 s]
/proc/loadavg: 4.02 3.62 2.88 5/349 21588
/proc/meminfo: memFree=18100936/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=578768 CPUtime=462.3 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 133915 0 0 0 46196 34 0 0 25 0 1 0 657717641 592658432 131925 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 144692 131925 267 49 0 141833 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 578768

[startup+522.301 s]
/proc/loadavg: 4.06 3.70 2.96 5/349 21589
/proc/meminfo: memFree=18040372/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=608264 CPUtime=522.31 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 140366 0 0 0 52194 37 0 0 25 0 1 0 657717641 622862336 138376 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 152066 138376 267 49 0 149207 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 608264

[startup+582.301 s]
/proc/loadavg: 4.07 3.77 3.02 5/349 21591
/proc/meminfo: memFree=17955760/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=616228 CPUtime=582.31 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 142117 0 0 0 58194 37 0 0 25 0 1 0 657717641 631017472 140127 33554432000 4194304 4394578 140736613534576 18446744073709551615 4338281 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 154057 140127 267 49 0 151198 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 616228

[startup+642.3 s]
/proc/loadavg: 4.12 3.84 3.09 5/349 21592
/proc/meminfo: memFree=17928564/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=624616 CPUtime=642.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 143749 0 0 0 64195 38 0 0 25 0 1 0 657717641 639606784 141759 33554432000 4194304 4394578 140736613534576 18446744073709551615 4338286 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 156154 141759 267 49 0 153295 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 624616

[startup+702.301 s]
/proc/loadavg: 4.04 3.86 3.15 5/349 21594
/proc/meminfo: memFree=17850396/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=629608 CPUtime=702.32 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 144671 0 0 0 70194 38 0 0 25 0 1 0 657717641 644718592 142681 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 157402 142681 267 49 0 154543 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 629608

[startup+762.312 s]
/proc/loadavg: 4.01 3.89 3.20 5/349 21596
/proc/meminfo: memFree=17828768/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=633064 CPUtime=762.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 145380 0 0 0 76195 38 0 0 25 0 1 0 657717641 648257536 143390 33554432000 4194304 4394578 140736613534576 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 158266 143390 267 49 0 155407 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 633064

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.24 5/349 21597
/proc/meminfo: memFree=17790660/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=642408 CPUtime=822.32 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 147090 0 0 0 82194 38 0 0 25 0 1 0 657717641 657825792 145100 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 160602 145100 267 49 0 157743 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 642408

[startup+882.301 s]
/proc/loadavg: 4.00 3.92 3.29 5/349 21599
/proc/meminfo: memFree=17752544/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=649576 CPUtime=882.32 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 148589 0 0 0 88194 38 0 0 25 0 1 0 657717641 665165824 146599 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 162394 146599 267 49 0 159535 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 649576

[startup+942.3 s]
/proc/loadavg: 4.00 3.93 3.33 5/349 21600
/proc/meminfo: memFree=17722116/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=665704 CPUtime=942.32 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 151749 0 0 0 94193 39 0 0 25 0 1 0 657717641 681680896 149759 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 166426 149759 267 49 0 163567 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 665704

[startup+1002.3 s]
/proc/loadavg: 4.03 3.95 3.37 5/349 21602
/proc/meminfo: memFree=17716484/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=665704 CPUtime=1002.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 151889 0 0 0 100193 40 0 0 25 0 1 0 657717641 681680896 149899 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 166426 149899 267 49 0 163567 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 665704

[startup+1062.3 s]
/proc/loadavg: 4.08 3.98 3.42 5/349 21604
/proc/meminfo: memFree=17672528/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=688040 CPUtime=1062.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 157136 0 0 0 106192 41 0 0 25 0 1 0 657717641 704552960 155146 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 172010 155146 267 49 0 169151 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 688040

[startup+1122.3 s]
/proc/loadavg: 4.10 3.99 3.46 5/349 21605
/proc/meminfo: memFree=17626736/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=717372 CPUtime=1122.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 163899 0 0 0 112190 43 0 0 25 0 1 0 657717641 734588928 161909 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 179343 161909 267 49 0 176484 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 717372

[startup+1182.3 s]
/proc/loadavg: 3.53 3.88 3.45 3/337 21642
/proc/meminfo: memFree=18193420/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=729284 CPUtime=1182.34 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 166413 0 0 0 118190 44 0 0 25 0 1 0 657717641 746786816 164423 33554432000 4194304 4394578 140736613534576 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 182321 164423 267 49 0 179462 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 729284

[startup+1242.3 s]
/proc/loadavg: 2.56 3.53 3.35 3/337 21643
/proc/meminfo: memFree=18172324/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=740804 CPUtime=1242.33 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 168573 0 0 0 124189 44 0 0 25 0 1 0 657717641 758583296 166583 33554432000 4194304 4394578 140736613534576 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 185201 166583 267 49 0 182342 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 740804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 3.27 3.27 3/337 21645
/proc/meminfo: memFree=18160376/32951124 swapFree=57331800/67111528
[pid=21547] ppid=21545 vsize=743748 CPUtime=1300.04 cores=0,2
/proc/21547/stat : 21547 (SApperloT2010) R 21545 21547 20340 0 -1 4202496 169263 0 0 0 129960 44 0 0 25 0 1 0 657717641 761597952 167273 33554432000 4194304 4394578 140736613534576 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21547/statm: 185937 167273 267 49 0 183078 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 743748

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.61
CPU system time (s): 0.478927
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 743748

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

runsolver used 4.49832 second user time and 9.66653 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 14:05:53
IDJOB=3379606
IDBENCH=88207
IDSOLVER=1862
FILE ID=node102/3379606-1305461153
RUNJOBID= node102-1305461022-21318
PBS_JOBID= 13324892
Free space on /tmp= 73628 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379606-1305461153/watcher-3379606-1305461153 -o /tmp/evaluation-result-3379606-1305461153/solver-3379606-1305461153 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379606-1305461153.cnf

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=843450358

node102.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.828
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.65
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.828
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.15
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.828
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.828
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.828
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.828
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.828
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.82
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.828
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:      18958996 kB
Buffers:         32232 kB
Cached:         681992 kB
SwapCached:      89916 kB
Active:        4523316 kB
Inactive:      9276516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18958996 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:            6912 kB
Writeback:           0 kB
AnonPages:    13006124 kB
Mapped:          15260 kB
Slab:            62576 kB
PageTables:      64012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63978132 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= 73636 MiB
End job on node102 at 2011-05-15 14:27:35