Trace number 3379640

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.09 1300.07

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.94 1.46 2.42 2/387 8315
/proc/meminfo: memFree=30360728/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=16216 CPUtime=0 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 1063 0 0 0 0 0 0 0 21 0 1 0 657278947 16605184 1003 33554432000 4194304 4394578 140733648755392 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 4054 1003 247 49 0 1195 0

[startup+0.0203051 s]
/proc/loadavg: 0.94 1.46 2.42 2/387 8315
/proc/meminfo: memFree=30360728/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=18064 CPUtime=0.01 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 1525 0 0 0 1 0 0 0 21 0 1 0 657278947 18497536 1465 33554432000 4194304 4394578 140733648755392 18446744073709551615 251814240000 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 4516 1465 247 49 0 1657 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18064

[startup+0.100358 s]
/proc/loadavg: 0.94 1.46 2.42 2/387 8315
/proc/meminfo: memFree=30360728/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=28888 CPUtime=0.09 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 4245 0 0 0 8 1 0 0 21 0 1 0 657278947 29581312 4185 33554432000 4194304 4394578 140733648755392 18446744073709551615 251814240000 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 7255 4187 247 49 0 4396 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28888

[startup+0.300282 s]
/proc/loadavg: 0.94 1.46 2.42 2/387 8315
/proc/meminfo: memFree=30360728/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=37612 CPUtime=0.29 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 6436 0 0 0 26 3 0 0 22 0 1 0 657278947 38514688 6375 33554432000 4194304 4394578 140733648755392 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 9403 6375 255 49 0 6544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37612

[startup+0.700144 s]
/proc/loadavg: 0.94 1.46 2.42 2/387 8315
/proc/meminfo: memFree=30360728/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=61576 CPUtime=0.69 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 13644 0 0 0 64 5 0 0 24 0 1 0 657278947 63053824 12771 33554432000 4194304 4394578 140733648755392 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 15394 12771 266 49 0 12535 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61576

[startup+1.50105 s]
/proc/loadavg: 0.94 1.46 2.42 4/393 8382
/proc/meminfo: memFree=30204232/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=69648 CPUtime=1.49 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 15646 0 0 0 143 6 0 0 25 0 1 0 657278947 71319552 14773 33554432000 4194304 4394578 140733648755392 18446744073709551615 4287711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 17412 14773 266 49 0 14553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69648

[startup+3.10074 s]
/proc/loadavg: 0.94 1.46 2.42 5/398 8417
/proc/meminfo: memFree=30150556/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=81316 CPUtime=3.09 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 18440 0 0 0 303 6 0 0 25 0 1 0 657278947 83267584 17567 33554432000 4194304 4394578 140733648755392 18446744073709551615 4291743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 20329 17567 266 49 0 17470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81316

[startup+6.30025 s]
/proc/loadavg: 1.18 1.50 2.43 5/398 8417
/proc/meminfo: memFree=30023608/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=102760 CPUtime=6.29 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 23472 0 0 0 622 7 0 0 25 0 1 0 657278947 105226240 22599 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 25690 22599 266 49 0 22831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102760

[startup+12.7002 s]
/proc/loadavg: 1.41 1.54 2.44 5/398 8445
/proc/meminfo: memFree=29925856/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=133736 CPUtime=12.69 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 30813 0 0 0 1261 8 0 0 25 0 1 0 657278947 136945664 29940 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 33434 29940 266 49 0 30575 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133736

[startup+25.501 s]
/proc/loadavg: 1.98 1.66 2.46 5/398 8445
/proc/meminfo: memFree=29805000/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=163704 CPUtime=25.5 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 38162 0 0 0 2540 10 0 0 25 0 1 0 657278947 167632896 37289 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 40926 37289 266 49 0 38067 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 163704

[startup+51.1007 s]
/proc/loadavg: 2.67 1.85 2.50 5/398 8446
/proc/meminfo: memFree=29670188/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=201432 CPUtime=51.09 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 47297 0 0 0 5098 11 0 0 25 0 1 0 657278947 206266368 46424 33554432000 4194304 4394578 140733648755392 18446744073709551615 4313598 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 50358 46424 266 49 0 47499 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201432

[startup+102.314 s]
/proc/loadavg: 3.46 2.19 2.58 6/398 8474
/proc/meminfo: memFree=29409616/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=281428 CPUtime=102.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 66413 0 0 0 10215 15 0 0 25 0 1 0 657278947 288182272 65540 33554432000 4194304 4394578 140733648755392 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 70357 65540 266 49 0 67498 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 281428

[startup+162.301 s]
/proc/loadavg: 3.88 2.54 2.68 5/398 8476
/proc/meminfo: memFree=29109992/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=395800 CPUtime=162.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 94028 0 0 0 16210 20 0 0 25 0 1 0 657278947 405299200 93155 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 98950 93155 266 49 0 96091 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 395800

[startup+222.301 s]
/proc/loadavg: 3.95 2.80 2.76 6/398 8477
/proc/meminfo: memFree=28967352/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=441248 CPUtime=222.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 104227 0 0 0 22208 22 0 0 25 0 1 0 657278947 451837952 103354 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 110312 103354 266 49 0 107453 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 441248

[startup+282.301 s]
/proc/loadavg: 3.98 3.02 2.83 6/398 8479
/proc/meminfo: memFree=28736568/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=559300 CPUtime=282.29 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 133292 0 0 0 28202 27 0 0 25 0 1 0 657278947 572723200 132419 33554432000 4194304 4394578 140733648755392 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 139825 132419 266 49 0 136966 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 559300

[startup+342.301 s]
/proc/loadavg: 3.99 3.19 2.90 6/398 8481
/proc/meminfo: memFree=28546812/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=639928 CPUtime=342.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 152631 0 0 0 34200 30 0 0 25 0 1 0 657278947 655286272 151758 33554432000 4194304 4394578 140733648755392 18446744073709551615 4327685 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 159982 151758 266 49 0 157123 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 639928

[startup+402.301 s]
/proc/loadavg: 4.09 3.37 2.98 6/398 8482
/proc/meminfo: memFree=28395624/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=723532 CPUtime=402.29 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 172930 0 0 0 40196 33 0 0 25 0 1 0 657278947 740896768 172057 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 180883 172057 266 49 0 178024 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 723532

[startup+462.301 s]
/proc/loadavg: 4.08 3.49 3.04 6/398 8493
/proc/meminfo: memFree=28274312/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=742976 CPUtime=462.29 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 176987 0 0 0 46195 34 0 0 25 0 1 0 657278947 760807424 176114 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 185744 176114 266 49 0 182885 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 742976

[startup+522.301 s]
/proc/loadavg: 4.19 3.62 3.11 6/398 8494
/proc/meminfo: memFree=28157676/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=757252 CPUtime=522.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 179869 0 0 0 52195 35 0 0 25 0 1 0 657278947 775426048 178996 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 189313 178996 266 49 0 186454 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 757252

[startup+582.3 s]
/proc/loadavg: 4.19 3.71 3.18 5/398 8496
/proc/meminfo: memFree=28068116/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=833692 CPUtime=582.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 198495 0 0 0 58191 39 0 0 25 0 1 0 657278947 853700608 197622 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 208423 197622 266 49 0 205564 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 833692

[startup+642.3 s]
/proc/loadavg: 4.07 3.76 3.22 5/398 8498
/proc/meminfo: memFree=27895096/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=943864 CPUtime=642.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 225338 0 0 0 64187 44 0 0 25 0 1 0 657278947 966516736 224465 33554432000 4194304 4394578 140733648755392 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 235966 224465 266 49 0 233107 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 943864

[startup+702.3 s]
/proc/loadavg: 4.02 3.80 3.27 5/398 8502
/proc/meminfo: memFree=27673220/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1039040 CPUtime=702.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 248689 0 0 0 70181 49 0 0 25 0 1 0 657278947 1063976960 247816 33554432000 4194304 4394578 140733648755392 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 259760 247816 266 49 0 256901 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1039040

[startup+762.314 s]
/proc/loadavg: 4.09 3.87 3.32 6/398 8504
/proc/meminfo: memFree=27471824/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1101464 CPUtime=762.32 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 263482 0 0 0 76180 52 0 0 25 0 1 0 657278947 1127899136 262609 33554432000 4194304 4394578 140733648755392 18446744073709551615 4345878 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 275366 262609 266 49 0 272507 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1101464

[startup+822.301 s]
/proc/loadavg: 4.07 3.90 3.37 5/398 8505
/proc/meminfo: memFree=27249456/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1208084 CPUtime=822.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 289888 0 0 0 82174 57 0 0 25 0 1 0 657278947 1237078016 289015 33554432000 4194304 4394578 140733648755392 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 302021 289015 266 49 0 299162 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1208084

[startup+882.301 s]
/proc/loadavg: 4.02 3.92 3.40 6/398 8507
/proc/meminfo: memFree=27177264/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1228700 CPUtime=882.3 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 294885 0 0 0 88172 58 0 0 25 0 1 0 657278947 1258188800 294012 33554432000 4194304 4394578 140733648755392 18446744073709551615 4285625 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 307175 294012 266 49 0 304316 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1228700

[startup+942.301 s]
/proc/loadavg: 4.01 3.93 3.44 6/398 8509
/proc/meminfo: memFree=27043048/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1292972 CPUtime=942.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 310340 0 0 0 94169 62 0 0 25 0 1 0 657278947 1324003328 309467 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 323243 309467 266 49 0 320384 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1292972

[startup+1002.3 s]
/proc/loadavg: 4.06 3.96 3.48 6/398 8510
/proc/meminfo: memFree=26938968/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1313992 CPUtime=1002.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 314815 0 0 0 100168 63 0 0 25 0 1 0 657278947 1345527808 313942 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 328498 313942 266 49 0 325639 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1313992

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.51 6/398 8512
/proc/meminfo: memFree=26757032/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1322056 CPUtime=1062.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 316355 0 0 0 106168 63 0 0 25 0 1 0 657278947 1353785344 315482 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 330514 315482 266 49 0 327655 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1322056

[startup+1122.3 s]
/proc/loadavg: 4.15 4.00 3.55 6/398 8513
/proc/meminfo: memFree=26672560/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1334220 CPUtime=1122.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 318817 0 0 0 112167 64 0 0 25 0 1 0 657278947 1366241280 317944 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 333555 317944 266 49 0 330696 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1334220

[startup+1182.3 s]
/proc/loadavg: 4.16 4.03 3.58 6/398 8515
/proc/meminfo: memFree=26571596/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1341644 CPUtime=1182.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 320265 0 0 0 118167 64 0 0 25 0 1 0 657278947 1373843456 319392 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 335411 319392 266 49 0 332552 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1341644

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.61 6/398 8517
/proc/meminfo: memFree=26493804/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1357696 CPUtime=1242.31 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 323914 0 0 0 124166 65 0 0 25 0 1 0 657278947 1390280704 323041 33554432000 4194304 4394578 140733648755392 18446744073709551615 4345906 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 339424 323041 266 49 0 336565 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1357696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.63 4/396 8519
/proc/meminfo: memFree=27646608/32950928 swapFree=41934208/67111528
[pid=8315] ppid=8313 vsize=1404180 CPUtime=1300.02 cores=4,6
/proc/8315/stat : 8315 (SApperloT2010) R 8313 8315 6892 0 -1 4202496 335176 0 0 0 129934 68 0 0 25 0 1 0 657278947 1437880320 334303 33554432000 4194304 4394578 140733648755392 18446744073709551615 4298773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8315/statm: 351045 334303 266 49 0 348186 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1404180

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.07
CPU time (s): 1300.09
CPU user time (s): 1299.35
CPU system time (s): 0.738887
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1404180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.35
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335176
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= 5
involuntary context switches= 1117

runsolver used 4.97724 second user time and 11.4813 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 12:53:22
IDJOB=3379640
IDBENCH=83182
IDSOLVER=1862
FILE ID=node126/3379640-1305456802
RUNJOBID= node126-1305456802-8240
PBS_JOBID= 13324874
Free space on /tmp= 73356 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379640-1305456802/watcher-3379640-1305456802 -o /tmp/evaluation-result-3379640-1305456802/solver-3379640-1305456802 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379640-1305456802.cnf

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

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=1366440981

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30361008 kB
Buffers:        170592 kB
Cached:        1681152 kB
SwapCached:      49560 kB
Active:         123156 kB
Inactive:      2219596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30361008 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           11260 kB
Writeback:           0 kB
AnonPages:      453948 kB
Mapped:          10692 kB
Slab:           103452 kB
PageTables:      75520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88143488 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= 73344 MiB
End job on node126 at 2011-05-15 13:15:05