Trace number 3379725

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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-3379725-1305459890/watcher-3379725-1305459890 -o /tmp/evaluation-result-3379725-1305459890/solver-3379725-1305459890 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379725-1305459890.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: 1.47 2.66 3.05 7/250 20814
/proc/meminfo: memFree=22927780/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=12676 CPUtime=0 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 533 0 0 0 0 0 0 0 25 0 1 0 657589760 12980224 473 33554432000 4194304 4394578 140735141984464 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 3169 473 247 49 0 310 0

[startup+0.0514519 s]
/proc/loadavg: 1.47 2.66 3.05 7/250 20814
/proc/meminfo: memFree=22927780/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=14880 CPUtime=0.04 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 1067 0 0 0 4 0 0 0 25 0 1 0 657589760 15237120 1006 33554432000 4194304 4394578 140735141984464 18446744073709551615 222921801623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 3720 1006 255 49 0 861 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14880

[startup+0.100478 s]
/proc/loadavg: 1.47 2.66 3.05 7/250 20814
/proc/meminfo: memFree=22927780/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=17012 CPUtime=0.09 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 1768 0 0 0 9 0 0 0 25 0 1 0 657589760 17420288 1581 33554432000 4194304 4394578 140735141984464 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 4253 1581 267 49 0 1394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17012

[startup+0.300412 s]
/proc/loadavg: 1.47 2.66 3.05 7/250 20814
/proc/meminfo: memFree=22927780/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=20768 CPUtime=0.29 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 2695 0 0 0 29 0 0 0 25 0 1 0 657589760 21266432 2508 33554432000 4194304 4394578 140735141984464 18446744073709551615 4285599 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 5192 2508 267 49 0 2333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20768

[startup+0.700345 s]
/proc/loadavg: 1.47 2.66 3.05 7/250 20814
/proc/meminfo: memFree=22927780/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=26040 CPUtime=0.68 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 3974 0 0 0 68 0 0 0 25 0 1 0 657589760 26664960 3787 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 6510 3787 267 49 0 3651 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26040

[startup+1.50019 s]
/proc/loadavg: 1.47 2.66 3.05 8/257 20826
/proc/meminfo: memFree=22860596/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=27032 CPUtime=1.49 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 4202 0 0 0 148 1 0 0 25 0 1 0 657589760 27680768 4015 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 6758 4015 267 49 0 3899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27032

[startup+3.10091 s]
/proc/loadavg: 1.47 2.66 3.05 6/257 20826
/proc/meminfo: memFree=22835672/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=31960 CPUtime=3.09 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 5296 0 0 0 308 1 0 0 25 0 1 0 657589760 32727040 5109 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 7990 5109 267 49 0 5131 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31960

[startup+6.30032 s]
/proc/loadavg: 1.67 2.68 3.06 6/257 20826
/proc/meminfo: memFree=22810384/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=37824 CPUtime=6.29 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 6537 0 0 0 628 1 0 0 25 0 1 0 657589760 38731776 6350 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 9456 6350 267 49 0 6597 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37824

[startup+12.7012 s]
/proc/loadavg: 1.85 2.70 3.06 6/257 20826
/proc/meminfo: memFree=22779728/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=44436 CPUtime=12.69 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 7904 0 0 0 1267 2 0 0 25 0 1 0 657589760 45502464 7717 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 11109 7717 267 49 0 8250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44436

[startup+25.5008 s]
/proc/loadavg: 2.33 2.76 3.08 7/257 20826
/proc/meminfo: memFree=22735804/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=58788 CPUtime=25.49 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 10677 0 0 0 2547 2 0 0 25 0 1 0 657589760 60198912 10490 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 14697 10490 267 49 0 11838 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58788

[startup+51.1011 s]
/proc/loadavg: 2.90 2.86 3.10 7/257 20827
/proc/meminfo: memFree=22684920/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=71412 CPUtime=51.1 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 13266 0 0 0 5107 3 0 0 25 0 1 0 657589760 73125888 13079 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 17853 13079 267 49 0 14994 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71412

[startup+102.31 s]
/proc/loadavg: 3.52 3.03 3.14 6/257 20828
/proc/meminfo: memFree=22631196/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=85852 CPUtime=102.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 16222 0 0 0 10226 4 0 0 25 0 1 0 657589760 87912448 16035 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 21463 16035 267 49 0 18604 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85852

[startup+162.301 s]
/proc/loadavg: 3.82 3.21 3.20 6/257 20830
/proc/meminfo: memFree=22580696/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=97992 CPUtime=162.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 18699 0 0 0 16225 5 0 0 25 0 1 0 657589760 100343808 18512 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 24498 18512 267 49 0 21639 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 97992

[startup+222.301 s]
/proc/loadavg: 3.99 3.36 3.25 6/257 20832
/proc/meminfo: memFree=22553748/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=100832 CPUtime=222.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 19271 0 0 0 22225 5 0 0 25 0 1 0 657589760 103251968 19084 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 25208 19084 267 49 0 22349 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100832

[startup+282.301 s]
/proc/loadavg: 4.05 3.49 3.30 6/257 20833
/proc/meminfo: memFree=22525568/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=107052 CPUtime=282.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 20412 0 0 0 28224 6 0 0 25 0 1 0 657589760 109621248 20225 33554432000 4194304 4394578 140735141984464 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 26763 20225 267 49 0 23904 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107052

[startup+342.301 s]
/proc/loadavg: 4.02 3.58 3.34 6/257 20835
/proc/meminfo: memFree=22495648/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=112004 CPUtime=342.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 21558 0 0 0 34224 6 0 0 25 0 1 0 657589760 114692096 21371 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 28001 21371 267 49 0 25142 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112004

[startup+402.301 s]
/proc/loadavg: 4.00 3.65 3.38 6/257 20836
/proc/meminfo: memFree=22459056/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=122140 CPUtime=402.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 23412 0 0 0 40224 6 0 0 25 0 1 0 657589760 125071360 23225 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 30535 23225 267 49 0 27676 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 122140

[startup+462.301 s]
/proc/loadavg: 4.00 3.71 3.41 6/257 20838
/proc/meminfo: memFree=22440064/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=125520 CPUtime=462.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 24153 0 0 0 46223 7 0 0 25 0 1 0 657589760 128532480 23966 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 31380 23966 267 49 0 28521 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 125520

[startup+522.301 s]
/proc/loadavg: 4.00 3.76 3.45 7/257 20840
/proc/meminfo: memFree=22428272/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=129272 CPUtime=522.3 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 24919 0 0 0 52223 7 0 0 25 0 1 0 657589760 132374528 24732 33554432000 4194304 4394578 140735141984464 18446744073709551615 4293551 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 32318 24732 267 49 0 29459 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 129272

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.48 6/257 20841
/proc/meminfo: memFree=22410268/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=133260 CPUtime=582.31 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 25669 0 0 0 58223 8 0 0 25 0 1 0 657589760 136458240 25482 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 33315 25482 267 49 0 30456 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133260

[startup+642.301 s]
/proc/loadavg: 4.00 3.84 3.51 6/257 20843
/proc/meminfo: memFree=22395240/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=138132 CPUtime=642.31 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 26567 0 0 0 64223 8 0 0 25 0 1 0 657589760 141447168 26380 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 34533 26380 267 49 0 31674 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 138132

[startup+702.301 s]
/proc/loadavg: 4.04 3.88 3.54 6/257 20844
/proc/meminfo: memFree=22380936/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=141228 CPUtime=702.31 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 27268 0 0 0 70223 8 0 0 25 0 1 0 657589760 144617472 27081 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 35307 27081 267 49 0 32448 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 141228

[startup+762.31 s]
/proc/loadavg: 4.01 3.90 3.57 6/257 20846
/proc/meminfo: memFree=22369248/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=143688 CPUtime=762.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 27791 0 0 0 76224 8 0 0 25 0 1 0 657589760 147136512 27604 33554432000 4194304 4394578 140735141984464 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 35922 27604 267 49 0 33063 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 143688

[startup+822.301 s]
/proc/loadavg: 4.12 3.94 3.60 6/257 20848
/proc/meminfo: memFree=22358304/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=147324 CPUtime=822.31 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 28449 0 0 0 82223 8 0 0 25 0 1 0 657589760 150859776 28262 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 36831 28262 267 49 0 33972 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 147324

[startup+882.301 s]
/proc/loadavg: 4.04 3.95 3.62 6/257 20849
/proc/meminfo: memFree=22333720/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=154432 CPUtime=882.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 29807 0 0 0 88223 9 0 0 25 0 1 0 657589760 158138368 29555 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 38608 29555 267 49 0 35749 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 154432

[startup+942.301 s]
/proc/loadavg: 4.08 3.97 3.65 7/257 20851
/proc/meminfo: memFree=22319932/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=158528 CPUtime=942.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 30700 0 0 0 94223 9 0 0 25 0 1 0 657589760 162332672 30448 33554432000 4194304 4394578 140735141984464 18446744073709551615 4335383 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 39632 30448 267 49 0 36773 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 158528

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.67 6/257 20861
/proc/meminfo: memFree=22313812/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=160048 CPUtime=1002.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 30973 0 0 0 100223 9 0 0 25 0 1 0 657589760 163889152 30721 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 40012 30721 267 49 0 37153 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 160048

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.69 6/257 20863
/proc/meminfo: memFree=22307588/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=163312 CPUtime=1062.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 31597 0 0 0 106223 9 0 0 25 0 1 0 657589760 167231488 31345 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 40828 31345 267 49 0 37969 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 163312

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.70 6/257 20865
/proc/meminfo: memFree=22296288/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=164080 CPUtime=1122.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 31721 0 0 0 112223 9 0 0 25 0 1 0 657589760 168017920 31469 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 41020 31469 267 49 0 38161 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 164080

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.72 6/257 20869
/proc/meminfo: memFree=22279700/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=170736 CPUtime=1182.32 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 32907 0 0 0 118223 9 0 0 25 0 1 0 657589760 174833664 32655 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 42684 32655 267 49 0 39825 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 170736

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 3.74 6/257 20871
/proc/meminfo: memFree=22274936/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=173552 CPUtime=1242.33 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 33416 0 0 0 124223 10 0 0 25 0 1 0 657589760 177717248 33164 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 43388 33164 267 49 0 40529 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 173552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.75 5/256 20873
/proc/meminfo: memFree=22444044/32951124 swapFree=61559568/67111528
[pid=20814] ppid=20812 vsize=174576 CPUtime=1300.04 cores=4,6
/proc/20814/stat : 20814 (SApperloT2010) R 20812 20814 20765 0 -1 4202496 33602 0 0 0 129994 10 0 0 25 0 1 0 657589760 178765824 33350 33554432000 4194304 4394578 140735141984464 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20814/statm: 43644 33350 267 49 0 40785 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 174576

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.05
CPU user time (s): 1299.94
CPU system time (s): 0.109983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 174576

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

runsolver used 3.04854 second user time and 6.539 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 13:44:50
IDJOB=3379725
IDBENCH=83985
IDSOLVER=1862
FILE ID=node109/3379725-1305459890
RUNJOBID= node109-1305459890-20784
PBS_JOBID= 13324914
Free space on /tmp= 73264 MiB

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

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=681580874

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22928680 kB
Buffers:        271564 kB
Cached:        2532884 kB
SwapCached:      28404 kB
Active:        1296588 kB
Inactive:      8496108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22928680 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            2064 kB
Writeback:          24 kB
AnonPages:     6966048 kB
Mapped:          18676 kB
Slab:           131716 kB
PageTables:      33500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19070984 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= 73264 MiB
End job on node109 at 2011-05-15 14:06:32