Trace number 3438658

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.18 5000.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n120-s55656844-unsat.cnf
MD5SUM4877ca9f3fe317c84d3087c8296a2a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark716.736
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses252
Sum of the clauses size756
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3252
Number of clauses of size 40
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.1 (svn: 989)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 27841
/proc/meminfo: memFree=27887180/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=11640 CPUtime=0 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4194304 286 0 0 0 0 0 0 0 23 0 1 0 1040460381 11919360 224 33554432000 4194304 4394578 140734860617760 18446744073709551615 47135276464528 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27841/statm: 2910 232 200 49 0 51 0

[startup+0.0518251 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 27841
/proc/meminfo: memFree=27887180/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=12168 CPUtime=0.04 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 467 0 0 0 4 0 0 0 24 0 1 0 1040460381 12460032 404 33554432000 4194304 4394578 140734860617760 18446744073709551615 4291306 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 3042 404 267 49 0 183 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12168

[startup+0.100812 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 27841
/proc/meminfo: memFree=27887180/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=12300 CPUtime=0.09 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 520 0 0 0 9 0 0 0 24 0 1 0 1040460381 12595200 457 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 3075 457 267 49 0 216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12300

[startup+0.300778 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 27841
/proc/meminfo: memFree=27887180/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=12692 CPUtime=0.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 623 0 0 0 29 0 0 0 25 0 1 0 1040460381 12996608 560 33554432000 4194304 4394578 140734860617760 18446744073709551615 4294136 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 3173 560 267 49 0 314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12692

[startup+0.700697 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 27841
/proc/meminfo: memFree=27887180/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=13484 CPUtime=0.69 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 813 0 0 0 69 0 0 0 25 0 1 0 1040460381 13807616 750 33554432000 4194304 4394578 140734860617760 18446744073709551615 4290857 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 3371 750 267 49 0 512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13484

[startup+1.50054 s]
/proc/loadavg: 1.00 1.31 1.68 3/178 27854
/proc/meminfo: memFree=27881560/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=14936 CPUtime=1.49 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 1157 0 0 0 149 0 0 0 25 0 1 0 1040460381 15294464 1094 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 3734 1094 267 49 0 875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14936

[startup+3.10025 s]
/proc/loadavg: 1.08 1.32 1.68 3/178 27854
/proc/meminfo: memFree=27877048/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=17572 CPUtime=3.09 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 1834 0 0 0 309 0 0 0 25 0 1 0 1040460381 17993728 1771 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 4393 1771 267 49 0 1534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17572

[startup+6.30065 s]
/proc/loadavg: 1.08 1.32 1.68 3/178 27854
/proc/meminfo: memFree=27867472/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=22440 CPUtime=6.28 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 3048 0 0 0 628 0 0 0 25 0 1 0 1040460381 22978560 2985 33554432000 4194304 4394578 140734860617760 18446744073709551615 4291882 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 5610 2985 267 49 0 2751 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22440

[startup+12.7004 s]
/proc/loadavg: 1.15 1.33 1.68 3/178 27854
/proc/meminfo: memFree=27849644/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=30744 CPUtime=12.69 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 5108 0 0 0 1268 1 0 0 25 0 1 0 1040460381 31481856 5045 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 7686 5045 267 49 0 4827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30744

[startup+25.501 s]
/proc/loadavg: 1.34 1.36 1.68 3/178 27855
/proc/meminfo: memFree=27816564/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=44972 CPUtime=25.48 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 8673 0 0 0 2547 1 0 0 25 0 1 0 1040460381 46051328 8610 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 11243 8610 267 49 0 8384 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44972

[startup+51.1002 s]
/proc/loadavg: 1.56 1.41 1.69 3/178 27855
/proc/meminfo: memFree=27762340/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=72080 CPUtime=51.08 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 15465 0 0 0 5105 3 0 0 25 0 1 0 1040460381 73809920 15402 33554432000 4194304 4394578 140734860617760 18446744073709551615 4346363 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 18020 15402 267 49 0 15161 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72080

[startup+102.306 s]
/proc/loadavg: 1.82 1.51 1.71 3/178 27857
/proc/meminfo: memFree=27657764/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=116860 CPUtime=102.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 26667 0 0 0 10223 6 0 0 25 0 1 0 1040460381 119664640 26604 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298265 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 29215 26604 267 49 0 26356 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 116860

[startup+162.3 s]
/proc/loadavg: 1.93 1.59 1.72 3/178 27858
/proc/meminfo: memFree=27538832/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=178560 CPUtime=162.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 42077 0 0 0 16221 8 0 0 25 0 1 0 1040460381 182845440 42014 33554432000 4194304 4394578 140734860617760 18446744073709551615 4315655 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 44640 42014 267 49 0 41781 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 178560

[startup+222.301 s]
/proc/loadavg: 1.97 1.66 1.74 3/178 27860
/proc/meminfo: memFree=27464516/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=219600 CPUtime=222.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 52335 0 0 0 22218 11 0 0 25 0 1 0 1040460381 224870400 52272 33554432000 4194304 4394578 140734860617760 18446744073709551615 4292603 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 54900 52272 267 49 0 52041 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 219600

[startup+282.301 s]
/proc/loadavg: 1.99 1.72 1.75 3/178 27861
/proc/meminfo: memFree=27364408/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=278232 CPUtime=282.3 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 66983 0 0 0 28216 14 0 0 25 0 1 0 1040460381 284909568 66920 33554432000 4194304 4394578 140734860617760 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 69558 66920 267 49 0 66699 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278232

[startup+342.301 s]
/proc/loadavg: 2.03 1.78 1.77 3/178 27863
/proc/meminfo: memFree=27256976/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=334868 CPUtime=342.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 81151 0 0 0 34212 17 0 0 25 0 1 0 1040460381 342904832 81088 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 83717 81088 267 49 0 80858 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 334868

[startup+402.3 s]
/proc/loadavg: 2.01 1.82 1.78 3/178 27865
/proc/meminfo: memFree=27211040/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=368808 CPUtime=402.29 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 89627 0 0 0 40211 18 0 0 25 0 1 0 1040460381 377659392 89564 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 92202 89564 267 49 0 89343 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 368808

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 1.79 3/178 27866
/proc/meminfo: memFree=27116756/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=412664 CPUtime=462.3 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 100610 0 0 0 46210 20 0 0 25 0 1 0 1040460381 422567936 100547 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 103166 100547 267 49 0 100307 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 412664

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.80 3/178 27868
/proc/meminfo: memFree=27022724/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=462304 CPUtime=522.3 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 112997 0 0 0 52207 23 0 0 25 0 1 0 1040460381 473399296 112934 33554432000 4194304 4394578 140734860617760 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 115576 112934 267 49 0 112717 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 462304

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.81 3/178 27878
/proc/meminfo: memFree=26933404/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=514972 CPUtime=582.3 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 126194 0 0 0 58203 27 0 0 25 0 1 0 1040460381 527331328 126131 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 128743 126131 267 49 0 125884 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 514972

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 27974
/proc/meminfo: memFree=23232240/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2209500 CPUtime=4062.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 549828 0 0 0 406102 141 0 0 25 0 1 0 1040460381 2262528000 549765 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 552375 549765 267 49 0 549516 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 2209500

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 27976
/proc/meminfo: memFree=23178648/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2209500 CPUtime=4122.42 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 549828 0 0 0 412101 141 0 0 25 0 1 0 1040460381 2262528000 549765 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 552375 549765 267 49 0 549516 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 2209500

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27986
/proc/meminfo: memFree=23132652/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2209500 CPUtime=4182.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 549828 0 0 0 418101 142 0 0 25 0 1 0 1040460381 2262528000 549765 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27841/statm: 552375 549765 267 49 0 549516 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 2209500

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27988
/proc/meminfo: memFree=23061192/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2254528 CPUtime=4242.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 561063 0 0 0 424098 145 0 0 25 0 1 0 1040460381 2308636672 561000 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 563632 561000 267 49 0 560773 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 2254528

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27990
/proc/meminfo: memFree=22984164/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2293412 CPUtime=4302.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 570776 0 0 0 430096 147 0 0 25 0 1 0 1040460381 2348453888 570713 33554432000 4194304 4394578 140734860617760 18446744073709551615 4313627 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 573353 570713 267 49 0 570494 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 2293412

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27991
/proc/meminfo: memFree=22887036/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2341612 CPUtime=4362.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 582852 0 0 0 436092 151 0 0 25 0 1 0 1040460381 2397810688 582789 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296788 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 585403 582789 267 49 0 582544 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 2341612

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27993
/proc/meminfo: memFree=22800440/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2369932 CPUtime=4422.44 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 589927 0 0 0 442091 153 0 0 25 0 1 0 1040460381 2426810368 589864 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296269 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 592483 589864 267 49 0 589624 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 2369932

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27994
/proc/meminfo: memFree=22722896/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2410588 CPUtime=4482.44 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 600096 0 0 0 448088 156 0 0 25 0 1 0 1040460381 2468442112 600033 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 602647 600033 267 49 0 599788 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 2410588

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27996
/proc/meminfo: memFree=22634564/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2453108 CPUtime=4542.43 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 610715 0 0 0 454085 158 0 0 25 0 1 0 1040460381 2511982592 610652 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296791 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 613277 610652 267 49 0 610418 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 2453108

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27998
/proc/meminfo: memFree=22551684/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2478244 CPUtime=4602.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 616986 0 0 0 460085 160 0 0 25 0 1 0 1040460381 2537721856 616923 33554432000 4194304 4394578 140734860617760 18446744073709551615 4291820 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 619561 616923 267 49 0 616702 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 2478244

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27999
/proc/meminfo: memFree=22504156/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2508252 CPUtime=4662.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 624485 0 0 0 466082 163 0 0 25 0 1 0 1040460381 2568450048 624422 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296455 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 627063 624422 267 49 0 624204 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 2508252

[startup+4722.31 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 28001
/proc/meminfo: memFree=22465556/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2546196 CPUtime=4722.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 633981 0 0 0 472080 165 0 0 25 0 1 0 1040460381 2607304704 633918 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 636549 633918 267 49 0 633690 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 2546196

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 28002
/proc/meminfo: memFree=22364188/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2592160 CPUtime=4782.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 645491 0 0 0 478077 168 0 0 25 0 1 0 1040460381 2654371840 645428 33554432000 4194304 4394578 140734860617760 18446744073709551615 4299131 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 648040 645428 267 49 0 645181 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 2592160

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 28004
/proc/meminfo: memFree=22286276/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2620996 CPUtime=4842.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 652673 0 0 0 484075 170 0 0 25 0 1 0 1040460381 2683899904 652610 33554432000 4194304 4394578 140734860617760 18446744073709551615 4296455 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 655249 652610 267 49 0 652390 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 2620996

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28006
/proc/meminfo: memFree=22195328/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2666588 CPUtime=4902.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 664072 0 0 0 490071 174 0 0 25 0 1 0 1040460381 2730586112 664009 33554432000 4194304 4394578 140734860617760 18446744073709551615 4291864 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 666647 664009 267 49 0 663788 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 2666588

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28007
/proc/meminfo: memFree=22109864/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2707220 CPUtime=4962.45 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 674229 0 0 0 496069 176 0 0 25 0 1 0 1040460381 2772193280 674166 33554432000 4194304 4394578 140734860617760 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 676805 674166 267 49 0 673946 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 2707220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28008
/proc/meminfo: memFree=22050192/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=2734764 CPUtime=5000.06 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4202496 681139 0 0 0 499828 178 0 0 25 0 1 0 1040460381 2800398336 681076 33554432000 4194304 4394578 140734860617760 18446744073709551615 231895515031 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27841/statm: 683691 681076 267 49 0 680832 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 2734764

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28008
/proc/meminfo: memFree=22050192/32950928 swapFree=67054844/67111528
[pid=27841] ppid=27839 vsize=0 CPUtime=5000.16 cores=0,2,4,6
/proc/27841/stat : 27841 (SApperloT2010) R 27839 27841 27113 0 -1 4203524 681139 0 0 0 499828 188 0 0 25 0 1 0 1040460381 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 0 0 0 0
/proc/27841/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.18
CPU user time (s): 4998.28
CPU system time (s): 1.89571
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2734764

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

runsolver used 7.63284 second user time and 15.1047 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-19 18:51:37
IDJOB=3438658
IDBENCH=83147
IDSOLVER=1933
FILE ID=node114/3438658-1308502297
RUNJOBID= node114-1308502297-27825
PBS_JOBID= 13608192
Free space on /tmp= 73272 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n120-s55656844-unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438658-1308502297/watcher-3438658-1308502297 -o /tmp/evaluation-result-3438658-1308502297/solver-3438658-1308502297 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438658-1308502297.cnf

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

MD5SUM BENCH= 4877ca9f3fe317c84d3087c8296a2a0b
RANDOM SEED=1623261403

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.848
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:     32950928 kB
MemFree:      27887476 kB
Buffers:        530068 kB
Cached:        4161724 kB
SwapCached:      10556 kB
Active:        2313360 kB
Inactive:      2397472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27887476 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:             136 kB
Writeback:           0 kB
AnonPages:       16884 kB
Mapped:          12252 kB
Slab:           288956 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183624 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= 73272 MiB
End job on node114 at 2011-06-19 20:14:59