Trace number 3439753

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) 5000.06 4999.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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: 977)

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-3439753-1306943705/watcher-3439753-1306943705 -o /tmp/evaluation-result-3439753-1306943705/solver-3439753-1306943705 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439753-1306943705.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.82 1.98 1.99 2/502 19437
/proc/meminfo: memFree=30838856/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=16236 CPUtime=0.01 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 1183 0 0 0 1 0 0 0 21 0 1 0 805973129 16625664 1122 33554432000 4194304 4394578 140733678606848 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 4059 1123 247 49 0 1200 0

[startup+0.0577561 s]
/proc/loadavg: 1.82 1.98 1.99 2/502 19437
/proc/meminfo: memFree=30838856/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=21516 CPUtime=0.05 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 2502 0 0 0 5 0 0 0 21 0 1 0 805973129 22032384 2441 33554432000 4194304 4394578 140733678606848 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 5379 2444 247 49 0 2520 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21516

[startup+0.100737 s]
/proc/loadavg: 1.82 1.98 1.99 2/502 19437
/proc/meminfo: memFree=30838856/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=25944 CPUtime=0.09 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 3625 0 0 0 8 1 0 0 21 0 1 0 805973129 26566656 3563 33554432000 4194304 4394578 140733678606848 18446744073709551615 216634539927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 6486 3563 255 49 0 3627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25944

[startup+0.300703 s]
/proc/loadavg: 1.82 1.98 1.99 2/502 19437
/proc/meminfo: memFree=30838856/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=31600 CPUtime=0.29 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 5630 0 0 0 27 2 0 0 22 0 1 0 805973129 32358400 4988 33554432000 4194304 4394578 140733678606848 18446744073709551615 4299903 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 7900 4989 266 49 0 5041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31600

[startup+0.700628 s]
/proc/loadavg: 1.82 1.98 1.99 2/502 19437
/proc/meminfo: memFree=30838856/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=38792 CPUtime=0.69 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 7414 0 0 0 67 2 0 0 23 0 1 0 805973129 39723008 6772 33554432000 4194304 4394578 140733678606848 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 9698 6772 266 49 0 6839 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38792

[startup+1.50049 s]
/proc/loadavg: 1.83 1.98 1.99 3/506 19444
/proc/meminfo: memFree=30700604/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=47024 CPUtime=1.49 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 9484 0 0 0 146 3 0 0 25 0 1 0 805973129 48152576 8842 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 11756 8842 266 49 0 8897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47024

[startup+3.10021 s]
/proc/loadavg: 1.83 1.98 1.99 3/506 19444
/proc/meminfo: memFree=30690188/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=59112 CPUtime=3.08 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 12411 0 0 0 305 3 0 0 25 0 1 0 805973129 60530688 11769 33554432000 4194304 4394578 140733678606848 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 14778 11769 266 49 0 11919 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59112

[startup+6.30064 s]
/proc/loadavg: 1.83 1.98 1.99 3/506 19444
/proc/meminfo: memFree=30670084/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=77844 CPUtime=6.29 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 16881 0 0 0 625 4 0 0 25 0 1 0 805973129 79712256 16239 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 19461 16239 266 49 0 16602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77844

[startup+12.7005 s]
/proc/loadavg: 1.93 1.99 1.99 3/506 19445
/proc/meminfo: memFree=30558276/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=103504 CPUtime=12.69 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 22893 0 0 0 1263 6 0 0 25 0 1 0 805973129 105988096 22251 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 25876 22251 266 49 0 23017 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103504

[startup+25.5003 s]
/proc/loadavg: 1.94 1.99 1.99 3/506 19445
/proc/meminfo: memFree=30493664/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=109652 CPUtime=25.49 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 24193 0 0 0 2543 6 0 0 25 0 1 0 805973129 112283648 23551 33554432000 4194304 4394578 140733678606848 18446744073709551615 4299453 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 27413 23551 266 49 0 24554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109652

[startup+51.1007 s]
/proc/loadavg: 2.09 2.02 2.00 3/506 19446
/proc/meminfo: memFree=30392148/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=131016 CPUtime=51.1 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 28878 0 0 0 5103 7 0 0 25 0 1 0 805973129 134160384 28236 33554432000 4194304 4394578 140733678606848 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 32754 28236 266 49 0 29895 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 131016

[startup+102.319 s]
/proc/loadavg: 2.10 2.03 2.00 3/506 19447
/proc/meminfo: memFree=30233392/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=164924 CPUtime=102.31 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 36394 0 0 0 10222 9 0 0 25 0 1 0 805973129 168882176 35752 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 41231 35752 266 49 0 38372 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 164924

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/506 19449
/proc/meminfo: memFree=30090124/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=193576 CPUtime=162.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 42859 0 0 0 16219 11 0 0 25 0 1 0 805973129 198221824 42217 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 48394 42217 266 49 0 45535 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 193576

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 19450
/proc/meminfo: memFree=29967936/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=224808 CPUtime=222.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 49345 0 0 0 22218 12 0 0 25 0 1 0 805973129 230203392 48703 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 56202 48703 266 49 0 53343 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 224808

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19452
/proc/meminfo: memFree=29880544/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=234636 CPUtime=282.29 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 51257 0 0 0 28217 12 0 0 25 0 1 0 805973129 240267264 50615 33554432000 4194304 4394578 140733678606848 18446744073709551615 4309136 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 58659 50615 266 49 0 55800 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 234636

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19453
/proc/meminfo: memFree=29838564/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=251504 CPUtime=342.29 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 54455 0 0 0 34217 12 0 0 25 0 1 0 805973129 257540096 53813 33554432000 4194304 4394578 140733678606848 18446744073709551615 4299482 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 62876 53813 266 49 0 60017 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 251504

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 19464
/proc/meminfo: memFree=29817084/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=267520 CPUtime=402.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 57894 0 0 0 40217 13 0 0 25 0 1 0 805973129 273940480 57252 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 66880 57252 266 49 0 64021 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267520

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/506 19466
/proc/meminfo: memFree=29785292/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=287556 CPUtime=462.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 62194 0 0 0 46215 15 0 0 25 0 1 0 805973129 294457344 61552 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 71889 61552 266 49 0 69030 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 287556

[startup+522.301 s]
/proc/loadavg: 2.21 2.05 2.02 3/506 19470
/proc/meminfo: memFree=29766740/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=297284 CPUtime=522.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 64368 0 0 0 52215 15 0 0 25 0 1 0 805973129 304418816 63726 33554432000 4194304 4394578 140733678606848 18446744073709551615 4315307 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 74321 63726 266 49 0 71462 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 297284

[startup+582.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/506 19472
/proc/meminfo: memFree=29719992/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=300740 CPUtime=582.3 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 65033 0 0 0 58215 15 0 0 25 0 1 0 805973129 307957760 64391 33554432000 4194304 4394578 140733678606848 18446744073709551615 4338212 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 75185 64391 266 49 0 72326 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 300740

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.16 2.06 2.01 3/506 19574
/proc/meminfo: memFree=29076992/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=648800 CPUtime=4062.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135292 0 0 0 406207 34 0 0 25 0 1 0 805973129 664371200 134650 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 162200 134650 266 49 0 159341 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 648800

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/506 19578
/proc/meminfo: memFree=29073728/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=648800 CPUtime=4122.39 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135307 0 0 0 412205 34 0 0 25 0 1 0 805973129 664371200 134665 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 162200 134665 266 49 0 159341 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 648800

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 19580
/proc/meminfo: memFree=29070996/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=649312 CPUtime=4182.39 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135392 0 0 0 418205 34 0 0 25 0 1 0 805973129 664895488 134750 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 162328 134750 266 49 0 159469 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 649312

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 19581
/proc/meminfo: memFree=29069312/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=649312 CPUtime=4242.39 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135395 0 0 0 424205 34 0 0 25 0 1 0 805973129 664895488 134753 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 162328 134753 266 49 0 159469 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 649312

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 19583
/proc/meminfo: memFree=29067004/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=652896 CPUtime=4302.39 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135963 0 0 0 430205 34 0 0 25 0 1 0 805973129 668565504 135321 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 163224 135321 266 49 0 160365 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 652896

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 19585
/proc/meminfo: memFree=29066824/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=652896 CPUtime=4362.39 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 135966 0 0 0 436205 34 0 0 25 0 1 0 805973129 668565504 135324 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 163224 135324 266 49 0 160365 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 652896

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19586
/proc/meminfo: memFree=29064992/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=654944 CPUtime=4422.4 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 136312 0 0 0 442206 34 0 0 25 0 1 0 805973129 670662656 135670 33554432000 4194304 4394578 140733678606848 18446744073709551615 4327700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 163736 135670 266 49 0 160877 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 654944

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 19588
/proc/meminfo: memFree=29061340/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=654944 CPUtime=4482.4 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 136312 0 0 0 448206 34 0 0 25 0 1 0 805973129 670662656 135670 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 163736 135670 266 49 0 160877 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 654944

[startup+4542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/506 19589
/proc/meminfo: memFree=29058924/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=654944 CPUtime=4542.4 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 136320 0 0 0 454206 34 0 0 25 0 1 0 805973129 670662656 135678 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 163736 135678 266 49 0 160877 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 654944

[startup+4602.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/506 19591
/proc/meminfo: memFree=29046080/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=663648 CPUtime=4602.42 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 137916 0 0 0 460207 35 0 0 25 0 1 0 805973129 679575552 137274 33554432000 4194304 4394578 140733678606848 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 165912 137274 266 49 0 163053 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 663648

[startup+4662.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/506 19593
/proc/meminfo: memFree=29043524/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=663648 CPUtime=4662.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 137926 0 0 0 466206 35 0 0 25 0 1 0 805973129 679575552 137284 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 165912 137284 266 49 0 163053 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 663648

[startup+4722.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 19594
/proc/meminfo: memFree=29038104/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=663648 CPUtime=4722.43 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 137926 0 0 0 472208 35 0 0 25 0 1 0 805973129 679575552 137284 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 165912 137284 266 49 0 163053 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 663648

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 19596
/proc/meminfo: memFree=29027868/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=664672 CPUtime=4782.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 138090 0 0 0 478206 35 0 0 25 0 1 0 805973129 680624128 137448 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 166168 137448 266 49 0 163309 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 664672

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 19597
/proc/meminfo: memFree=29012056/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=680036 CPUtime=4842.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 141354 0 0 0 484206 35 0 0 25 0 1 0 805973129 696356864 140712 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 170009 140712 266 49 0 167150 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 680036

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 19599
/proc/meminfo: memFree=29010632/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=681060 CPUtime=4902.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 141506 0 0 0 490206 35 0 0 25 0 1 0 805973129 697405440 140864 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 170265 140864 266 49 0 167406 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 681060

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19601
/proc/meminfo: memFree=29010680/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=681060 CPUtime=4962.41 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 141536 0 0 0 496206 35 0 0 25 0 1 0 805973129 697405440 140894 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 170265 140894 266 49 0 167406 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 681060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19602
/proc/meminfo: memFree=29009624/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=681060 CPUtime=5000.02 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 141542 0 0 0 499967 35 0 0 25 0 1 0 805973129 697405440 140900 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 170265 140900 266 49 0 167406 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 681060

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 19602
/proc/meminfo: memFree=29009624/32951124 swapFree=51712236/67111528
[pid=19437] ppid=19435 vsize=681060 CPUtime=5000.02 cores=1,3,5,7
/proc/19437/stat : 19437 (SApperloT2010) R 19435 19437 18615 0 -1 4202496 141542 0 0 0 499967 35 0 0 25 0 1 0 805973129 697405440 140900 33554432000 4194304 4394578 140733678606848 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/19437/statm: 170265 140900 266 49 0 167406 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 681060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.68
CPU system time (s): 0.381941
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 681060

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

runsolver used 23.2575 second user time and 58.5861 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-01 17:55:05
IDJOB=3439753
IDBENCH=88218
IDSOLVER=1933
FILE ID=node103/3439753-1306943705
RUNJOBID= node103-1306943705-19424
PBS_JOBID= 13488577
Free space on /tmp= 73644 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439753-1306943705/watcher-3439753-1306943705 -o /tmp/evaluation-result-3439753-1306943705/solver-3439753-1306943705 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439753-1306943705.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1096871166

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.858
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.858
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.858
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.83
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.858
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:      30839260 kB
Buffers:        175688 kB
Cached:         131044 kB
SwapCached:      23728 kB
Active:        1673832 kB
Inactive:       165908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30839260 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:            4436 kB
Writeback:           0 kB
AnonPages:     1530752 kB
Mapped:          21844 kB
Slab:           128932 kB
PageTables:      72984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162039172 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= 73632 MiB
End job on node103 at 2011-06-01 19:18:27