Trace number 3379737

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.04 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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

running on 2 cores: 1,3

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.16 3.80 3.45 5/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=11796 CPUtime=0 cores=1,3
/proc/25348/stat : 25348 (runsolver) R 25341 25348 25297 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 1 0 657567534 12079104 52 33554432000 4194304 5432360 140733270269552 18446744073709551615 4830219 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/25348/statm: 2949 52 32 303 0 2643 0

[startup+0.0730531 s]
/proc/loadavg: 3.16 3.80 3.45 5/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=19552 CPUtime=0.04 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2134 0 0 0 4 0 0 0 17 0 1 0 657567534 20021248 2074 33554432000 4194304 4394578 140735511209824 18446744073709551615 271550537472 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 4888 2074 247 49 0 2029 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19552

[startup+0.101061 s]
/proc/loadavg: 3.16 3.80 3.45 5/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=0.07 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2953 0 0 0 7 0 0 0 17 0 1 0 657567534 24088576 2892 33554432000 4194304 4394578 140735511209824 18446744073709551615 4267114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2892 253 49 0 3022 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23524

[startup+0.30101 s]
/proc/loadavg: 3.16 3.80 3.45 5/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=0.27 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 27 0 0 0 18 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 23524

[startup+0.700939 s]
/proc/loadavg: 3.16 3.80 3.45 5/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=0.67 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 67 0 0 0 18 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 23524

[startup+1.50079 s]
/proc/loadavg: 3.16 3.80 3.45 6/269 25358
/proc/meminfo: memFree=20762136/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=1.47 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 147 0 0 0 19 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23524

[startup+3.1005 s]
/proc/loadavg: 3.16 3.80 3.45 6/269 25358
/proc/meminfo: memFree=20752712/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=3.07 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 307 0 0 0 25 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 4254547 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23524

[startup+6.30092 s]
/proc/loadavg: 3.22 3.81 3.45 6/269 25358
/proc/meminfo: memFree=20743004/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=6.27 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 627 0 0 0 25 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23524

[startup+12.7008 s]
/proc/loadavg: 3.29 3.81 3.45 6/269 25358
/proc/meminfo: memFree=20712052/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=23524 CPUtime=12.67 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 2975 0 0 0 1266 1 0 0 25 0 1 0 657567534 24088576 2914 33554432000 4194304 4394578 140735511209824 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 5881 2914 255 49 0 3022 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23524

[startup+25.5004 s]
/proc/loadavg: 3.58 3.85 3.47 6/269 25359
/proc/meminfo: memFree=20662604/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=47852 CPUtime=25.47 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 8767 0 0 0 2544 3 0 0 25 0 1 0 657567534 49000448 8490 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 11963 8490 266 49 0 9104 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47852

[startup+51.1008 s]
/proc/loadavg: 3.72 3.86 3.49 6/269 25359
/proc/meminfo: memFree=20610816/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=61312 CPUtime=51.07 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 11904 0 0 0 5103 4 0 0 25 0 1 0 657567534 62783488 11627 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 15328 11627 266 49 0 12469 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 61312

[startup+102.31 s]
/proc/loadavg: 3.97 3.91 3.52 6/269 25361
/proc/meminfo: memFree=20545932/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=76692 CPUtime=102.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 15467 0 0 0 10223 5 0 0 25 0 1 0 657567534 78532608 15190 33554432000 4194304 4394578 140735511209824 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 19173 15190 266 49 0 16314 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 76692

[startup+162.301 s]
/proc/loadavg: 3.99 3.92 3.55 6/269 25362
/proc/meminfo: memFree=20487620/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=94112 CPUtime=162.27 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 19406 0 0 0 16220 7 0 0 25 0 1 0 657567534 96370688 19129 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 23528 19129 266 49 0 20669 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 94112

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.57 6/269 25364
/proc/meminfo: memFree=20431184/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=116420 CPUtime=222.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 24741 0 0 0 22218 10 0 0 25 0 1 0 657567534 119214080 24464 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 29105 24464 266 49 0 26246 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 116420

[startup+282.301 s]
/proc/loadavg: 4.07 3.96 3.60 6/269 25365
/proc/meminfo: memFree=20374500/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=137612 CPUtime=282.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 30018 0 0 0 28215 13 0 0 25 0 1 0 657567534 140914688 29741 33554432000 4194304 4394578 140735511209824 18446744073709551615 4296492 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 34403 29741 266 49 0 31544 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 137612

[startup+342.301 s]
/proc/loadavg: 4.02 3.97 3.62 6/269 25367
/proc/meminfo: memFree=20332060/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=143376 CPUtime=342.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 31273 0 0 0 34215 13 0 0 25 0 1 0 657567534 146817024 30996 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 35844 30996 266 49 0 32985 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 143376

[startup+402.301 s]
/proc/loadavg: 4.04 3.98 3.65 6/269 25369
/proc/meminfo: memFree=20278216/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=162404 CPUtime=402.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 35884 0 0 0 40213 15 0 0 25 0 1 0 657567534 166301696 35607 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 40601 35607 266 49 0 37742 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 162404

[startup+462.301 s]
/proc/loadavg: 4.06 4.00 3.67 6/269 25370
/proc/meminfo: memFree=20237640/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=176000 CPUtime=462.29 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 39135 0 0 0 46212 17 0 0 25 0 1 0 657567534 180224000 38858 33554432000 4194304 4394578 140735511209824 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 44000 38858 266 49 0 41141 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 176000

[startup+522.301 s]
/proc/loadavg: 4.13 4.03 3.70 6/269 25372
/proc/meminfo: memFree=20200652/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=184984 CPUtime=522.29 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 41180 0 0 0 52211 18 0 0 25 0 1 0 657567534 189423616 40903 33554432000 4194304 4394578 140735511209824 18446744073709551615 4291475 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 46246 40903 266 49 0 43387 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 184984

[startup+582.3 s]
/proc/loadavg: 4.41 4.10 3.75 6/269 25373
/proc/meminfo: memFree=20141864/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=195608 CPUtime=582.28 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 43797 0 0 0 58209 19 0 0 25 0 1 0 657567534 200302592 43520 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 48902 43520 266 49 0 46043 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 195608

[startup+642.3 s]
/proc/loadavg: 4.15 4.08 3.76 6/269 25375
/proc/meminfo: memFree=20102408/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=202288 CPUtime=642.29 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 45318 0 0 0 64209 20 0 0 25 0 1 0 657567534 207142912 45041 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 50572 45041 266 49 0 47713 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 202288

[startup+702.3 s]
/proc/loadavg: 4.05 4.07 3.77 6/269 25377
/proc/meminfo: memFree=20051536/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=205372 CPUtime=702.29 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 45919 0 0 0 70209 20 0 0 25 0 1 0 657567534 210300928 45642 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 51343 45642 266 49 0 48484 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 205372

[startup+762.31 s]
/proc/loadavg: 4.02 4.05 3.78 6/269 25378
/proc/meminfo: memFree=20002152/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=220140 CPUtime=762.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 49612 0 0 0 76208 22 0 0 25 0 1 0 657567534 225423360 49335 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 55035 49335 266 49 0 52176 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 220140

[startup+822.301 s]
/proc/loadavg: 4.00 4.04 3.79 6/269 25380
/proc/meminfo: memFree=19957240/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=232536 CPUtime=822.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 52713 0 0 0 82206 24 0 0 25 0 1 0 657567534 238116864 52436 33554432000 4194304 4394578 140735511209824 18446744073709551615 4296370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 58134 52436 266 49 0 55275 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 232536

[startup+882.301 s]
/proc/loadavg: 4.07 4.04 3.81 6/269 25381
/proc/meminfo: memFree=19924712/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=247512 CPUtime=882.29 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 56351 0 0 0 88204 25 0 0 25 0 1 0 657567534 253452288 56074 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 61878 56074 266 49 0 59019 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 247512

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.82 6/269 25383
/proc/meminfo: memFree=19882148/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=265188 CPUtime=942.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 60645 0 0 0 94202 28 0 0 25 0 1 0 657567534 271552512 60368 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 66297 60368 266 49 0 63438 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 265188

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.83 6/269 25385
/proc/meminfo: memFree=19838340/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=286296 CPUtime=1002.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 65928 0 0 0 100200 30 0 0 25 0 1 0 657567534 293167104 65651 33554432000 4194304 4394578 140735511209824 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 71574 65651 266 49 0 68715 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 286296

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.83 6/269 25386
/proc/meminfo: memFree=19812392/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=289728 CPUtime=1062.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 66681 0 0 0 106199 31 0 0 25 0 1 0 657567534 296681472 66404 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 72432 66404 266 49 0 69573 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 289728

[startup+1122.3 s]
/proc/loadavg: 4.11 4.04 3.85 6/269 25388
/proc/meminfo: memFree=19764980/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=296968 CPUtime=1122.3 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 68429 0 0 0 112198 32 0 0 25 0 1 0 657567534 304095232 68152 33554432000 4194304 4394578 140735511209824 18446744073709551615 4345906 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 74242 68152 266 49 0 71383 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 296968

[startup+1182.3 s]
/proc/loadavg: 4.15 4.08 3.87 6/269 25398
/proc/meminfo: memFree=19726380/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=303024 CPUtime=1182.31 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 69909 0 0 0 118197 34 0 0 25 0 1 0 657567534 310296576 69632 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 75756 69632 266 49 0 72897 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 303024

[startup+1242.3 s]
/proc/loadavg: 4.05 4.06 3.88 6/269 25400
/proc/meminfo: memFree=19670176/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=311184 CPUtime=1242.31 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 71774 0 0 0 124196 35 0 0 25 0 1 0 657567534 318652416 71497 33554432000 4194304 4394578 140735511209824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 77796 71497 266 49 0 74937 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 311184



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.05 3.88 6/269 25402
/proc/meminfo: memFree=19626136/32951124 swapFree=67056788/67111528
[pid=25348] ppid=25341 vsize=318212 CPUtime=1300.01 cores=1,3
/proc/25348/stat : 25348 (SApperloT2010) R 25341 25348 25297 0 -1 4202496 73486 0 0 0 129965 36 0 0 25 0 1 0 657567534 325849088 73209 33554432000 4194304 4394578 140735511209824 18446744073709551615 4346352 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25348/statm: 79553 73209 266 49 0 76694 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 318212

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.66
CPU system time (s): 0.378942
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 318212

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

runsolver used 3.32649 second user time and 7.8948 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 13:41:36
IDJOB=3379737
IDBENCH=83930
IDSOLVER=1862
FILE ID=node133/3379737-1305459696
RUNJOBID= node133-1305459696-25317
PBS_JOBID= 13324912
Free space on /tmp= 73668 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379737-1305459696/watcher-3379737-1305459696 -o /tmp/evaluation-result-3379737-1305459696/solver-3379737-1305459696 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379737-1305459696.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=615128892

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:      20803932 kB
Buffers:        300008 kB
Cached:        3995448 kB
SwapCached:       8724 kB
Active:        8798664 kB
Inactive:      3060320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20803932 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            5600 kB
Writeback:           0 kB
AnonPages:     7561372 kB
Mapped:          21204 kB
Slab:           199244 kB
PageTables:      24776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23400716 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:03:19