Trace number 3379600

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.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.01 3.91 5/268 25687
/proc/meminfo: memFree=18871304/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=16516 CPUtime=0 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 657735984 16912384 991 33554432000 4194304 4394578 140737485640976 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 4129 992 247 49 0 1270 0

[startup+0.070352 s]
/proc/loadavg: 4.00 4.01 3.91 5/268 25687
/proc/meminfo: memFree=18871304/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=24964 CPUtime=0.06 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 3167 0 0 0 6 0 0 0 25 0 1 0 657735984 25563136 3107 33554432000 4194304 4394578 140737485640976 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 6241 3108 247 49 0 3382 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24964

[startup+0.10035 s]
/proc/loadavg: 4.00 4.01 3.91 5/268 25687
/proc/meminfo: memFree=18871304/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=28924 CPUtime=0.09 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 4155 0 0 0 9 0 0 0 25 0 1 0 657735984 29618176 4095 33554432000 4194304 4394578 140737485640976 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 7231 4096 247 49 0 4372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28924

[startup+0.300309 s]
/proc/loadavg: 4.00 4.01 3.91 5/268 25687
/proc/meminfo: memFree=18871304/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=36144 CPUtime=0.29 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 5968 0 0 0 27 2 0 0 25 0 1 0 657735984 37011456 5907 33554432000 4194304 4394578 140737485640976 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 9036 5907 255 49 0 6177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36144

[startup+0.700238 s]
/proc/loadavg: 4.00 4.01 3.91 5/268 25687
/proc/meminfo: memFree=18871304/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=45632 CPUtime=0.69 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 9359 0 0 0 65 4 0 0 25 0 1 0 657735984 46727168 8296 33554432000 4194304 4394578 140737485640976 18446744073709551615 4309146 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 11408 8296 266 49 0 8549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45632

[startup+1.5011 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25688
/proc/meminfo: memFree=18832628/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=57504 CPUtime=1.49 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 12294 0 0 0 144 5 0 0 25 0 1 0 657735984 58884096 11231 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 14376 11231 266 49 0 11517 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57504

[startup+3.1008 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25688
/proc/meminfo: memFree=18819112/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=72368 CPUtime=3.09 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 15869 0 0 0 303 6 0 0 25 0 1 0 657735984 74104832 14806 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 18092 14806 266 49 0 15233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72368

[startup+6.30022 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25688
/proc/meminfo: memFree=18796580/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=92640 CPUtime=6.29 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 20667 0 0 0 623 6 0 0 25 0 1 0 657735984 94863360 19604 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 23160 19604 266 49 0 20301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92640

[startup+12.7011 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25688
/proc/meminfo: memFree=18760012/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=127932 CPUtime=12.7 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 28823 0 0 0 1262 8 0 0 25 0 1 0 657735984 131002368 27760 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 31983 27760 266 49 0 29124 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 127932

[startup+25.5007 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25689
/proc/meminfo: memFree=18708808/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=176904 CPUtime=25.49 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 40157 0 0 0 2539 10 0 0 25 0 1 0 657735984 181149696 39094 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 44226 39094 266 49 0 41367 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176904

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25689
/proc/meminfo: memFree=18676716/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=202124 CPUtime=51.09 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 45677 0 0 0 5098 11 0 0 25 0 1 0 657735984 206974976 44614 33554432000 4194304 4394578 140737485640976 18446744073709551615 4313827 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 50531 44614 266 49 0 47672 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 202124

[startup+102.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25718
/proc/meminfo: memFree=18502904/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=234088 CPUtime=102.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 52634 0 0 0 10217 14 0 0 25 0 1 0 657735984 239706112 51571 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 58522 51571 266 49 0 55663 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 234088

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25719
/proc/meminfo: memFree=18369176/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=252832 CPUtime=162.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 56766 0 0 0 16215 15 0 0 25 0 1 0 657735984 258899968 55703 33554432000 4194304 4394578 140737485640976 18446744073709551615 4313583 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 63208 55703 266 49 0 60349 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 252832

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.92 5/269 25721
/proc/meminfo: memFree=18260396/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=274684 CPUtime=222.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 61305 0 0 0 22214 16 0 0 25 0 1 0 657735984 281276416 60242 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 68671 60242 266 49 0 65812 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 274684

[startup+282.301 s]
/proc/loadavg: 4.07 4.03 3.93 5/269 25722
/proc/meminfo: memFree=18184956/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=291680 CPUtime=282.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 64869 0 0 0 28213 17 0 0 25 0 1 0 657735984 298680320 63806 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 72920 63806 266 49 0 70061 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 291680

[startup+342.301 s]
/proc/loadavg: 4.02 4.03 3.93 5/269 25724
/proc/meminfo: memFree=18145132/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=311140 CPUtime=342.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 68929 0 0 0 34212 18 0 0 25 0 1 0 657735984 318607360 67866 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 77785 67866 266 49 0 74926 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 311140

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/269 25726
/proc/meminfo: memFree=18077884/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=324452 CPUtime=402.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 71617 0 0 0 40211 19 0 0 25 0 1 0 657735984 332238848 70554 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 81113 70554 266 49 0 78254 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 324452

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/269 25727
/proc/meminfo: memFree=17983744/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=339824 CPUtime=462.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 75110 0 0 0 46210 21 0 0 25 0 1 0 657735984 347979776 74047 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 84956 74047 266 49 0 82097 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 339824

[startup+522.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/269 25729
/proc/meminfo: memFree=17946784/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=364520 CPUtime=522.3 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 80960 0 0 0 52208 22 0 0 25 0 1 0 657735984 373268480 79897 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 91130 79897 266 49 0 88271 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 364520

[startup+582.301 s]
/proc/loadavg: 4.21 4.06 3.95 5/269 25730
/proc/meminfo: memFree=17913036/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=386972 CPUtime=582.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 86397 0 0 0 58206 25 0 0 25 0 1 0 657735984 396259328 85334 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 96743 85334 266 49 0 93884 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 386972

[startup+642.301 s]
/proc/loadavg: 4.11 4.06 3.95 5/269 25732
/proc/meminfo: memFree=17845424/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=421624 CPUtime=642.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 94018 0 0 0 64204 28 0 0 25 0 1 0 657735984 431742976 92955 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 105406 92955 266 49 0 102547 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 421624

[startup+702.301 s]
/proc/loadavg: 4.09 4.06 3.96 5/269 25734
/proc/meminfo: memFree=17814148/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=428796 CPUtime=702.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 95464 0 0 0 70203 28 0 0 25 0 1 0 657735984 439087104 94401 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298907 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 107199 94401 266 49 0 104340 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 428796

[startup+762.31 s]
/proc/loadavg: 4.07 4.06 3.96 5/269 25735
/proc/meminfo: memFree=17777536/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=431356 CPUtime=762.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 96197 0 0 0 76204 28 0 0 25 0 1 0 657735984 441708544 95134 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 107839 95134 266 49 0 104980 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 431356

[startup+822.301 s]
/proc/loadavg: 4.09 4.06 3.97 5/269 25737
/proc/meminfo: memFree=17745508/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=458368 CPUtime=822.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 101987 0 0 0 82202 29 0 0 25 0 1 0 657735984 469368832 100924 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 114592 100924 266 49 0 111733 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 458368

[startup+882.301 s]
/proc/loadavg: 4.03 4.05 3.97 5/269 25738
/proc/meminfo: memFree=17689676/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=498048 CPUtime=882.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 110230 0 0 0 88200 31 0 0 25 0 1 0 657735984 510001152 109167 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 124512 109167 266 49 0 121653 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 498048

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 3.97 5/269 25740
/proc/meminfo: memFree=17593296/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=503168 CPUtime=942.31 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 111267 0 0 0 94200 31 0 0 25 0 1 0 657735984 515244032 110204 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 125792 110204 266 49 0 122933 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 503168

[startup+1002.3 s]
/proc/loadavg: 3.72 3.96 3.95 4/263 25760
/proc/meminfo: memFree=18991900/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=503680 CPUtime=1002.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 111514 0 0 0 100201 31 0 0 25 0 1 0 657735984 515768320 110451 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 125920 110451 266 49 0 123061 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 503680

[startup+1062.3 s]
/proc/loadavg: 3.26 3.78 3.88 4/263 25761
/proc/meminfo: memFree=18972052/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=505216 CPUtime=1062.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 111981 0 0 0 106200 32 0 0 25 0 1 0 657735984 517341184 110918 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 126304 110918 266 49 0 123445 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 505216

[startup+1122.3 s]
/proc/loadavg: 2.95 3.61 3.81 3/257 25781
/proc/meminfo: memFree=19877200/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=508800 CPUtime=1122.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 112923 0 0 0 112200 32 0 0 25 0 1 0 657735984 521011200 111860 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 127200 111860 266 49 0 124341 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 508800

[startup+1182.3 s]
/proc/loadavg: 2.38 3.33 3.70 3/257 25782
/proc/meminfo: memFree=19865032/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=508800 CPUtime=1182.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 112957 0 0 0 118200 32 0 0 25 0 1 0 657735984 521011200 111894 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 127200 111894 266 49 0 124341 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 508800

[startup+1242.3 s]
/proc/loadavg: 2.14 3.08 3.59 3/257 25784
/proc/meminfo: memFree=19857060/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=515456 CPUtime=1242.32 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 114245 0 0 0 124200 32 0 0 25 0 1 0 657735984 527826944 113182 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 128864 113182 266 49 0 126005 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 515456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 2.88 3.49 3/257 25785
/proc/meminfo: memFree=19812268/32951124 swapFree=67056788/67111528
[pid=25687] ppid=25685 vsize=557312 CPUtime=1300.04 cores=5,7
/proc/25687/stat : 25687 (SApperloT2010) R 25685 25687 25297 0 -1 4202496 121856 0 0 0 129970 34 0 0 25 0 1 0 657735984 570687488 120793 33554432000 4194304 4394578 140737485640976 18446744073709551615 4298940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25687/statm: 139328 120793 266 49 0 136469 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 557312

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.71
CPU system time (s): 0.360945
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 557312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 2665

runsolver used 3.11253 second user time and 7.54185 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:09:41
IDJOB=3379600
IDBENCH=88223
IDSOLVER=1862
FILE ID=node133/3379600-1305461381
RUNJOBID= node133-1305459696-25318
PBS_JOBID= 13324912
Free space on /tmp= 73552 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379600-1305461381/watcher-3379600-1305461381 -o /tmp/evaluation-result-3379600-1305461381/solver-3379600-1305461381 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379600-1305461381.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=302120553

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      18871584 kB
Buffers:        300628 kB
Cached:        4217044 kB
SwapCached:       8724 kB
Active:       10626224 kB
Inactive:      3164004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18871584 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            3320 kB
Writeback:           0 kB
AnonPages:     9269616 kB
Mapped:          22760 kB
Slab:           199436 kB
PageTables:      28296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25354260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node133 at 2011-05-15 14:31:23