Trace number 3380142

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications 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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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.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-3380142-1305454305/watcher-3380142-1305454305 -o /tmp/evaluation-result-3380142-1305454305/solver-3380142-1305454305 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380142-1305454305.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.84 3.97 3.72 2/344 27596
/proc/meminfo: memFree=25706244/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=11796 CPUtime=0 cores=0,2
/proc/27596/stat : 27596 (runsolver) R 27594 27596 25236 0 -1 4202560 43 0 0 0 0 0 0 0 23 0 1 0 657030922 12079104 53 33554432000 4194304 5432360 140734723740048 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/27596/statm: 2949 53 33 303 0 2643 0

[startup+0.093858 s]
/proc/loadavg: 3.84 3.97 3.72 2/344 27596
/proc/meminfo: memFree=25706244/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=15672 CPUtime=0.07 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 1337 0 0 0 7 0 0 0 23 0 1 0 657030922 16048128 1277 33554432000 4194304 4394578 140734303219280 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 3918 1277 267 49 0 1059 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15672

[startup+0.100855 s]
/proc/loadavg: 3.84 3.97 3.72 2/344 27596
/proc/meminfo: memFree=25706244/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=15936 CPUtime=0.08 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 1404 0 0 0 8 0 0 0 23 0 1 0 657030922 16318464 1344 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 3984 1344 267 49 0 1125 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15936

[startup+0.300803 s]
/proc/loadavg: 3.84 3.97 3.72 2/344 27596
/proc/meminfo: memFree=25706244/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=16992 CPUtime=0.28 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 1656 0 0 0 28 0 0 0 24 0 1 0 657030922 17399808 1596 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 4248 1596 267 49 0 1389 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16992

[startup+0.700723 s]
/proc/loadavg: 3.84 3.97 3.72 2/344 27596
/proc/meminfo: memFree=25706244/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=17920 CPUtime=0.68 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 1883 0 0 0 68 0 0 0 25 0 1 0 657030922 18350080 1823 33554432000 4194304 4394578 140734303219280 18446744073709551615 4275936 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 4480 1823 267 49 0 1621 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17920

[startup+1.50055 s]
/proc/loadavg: 3.84 3.97 3.72 5/360 27625
/proc/meminfo: memFree=25503376/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=18748 CPUtime=1.48 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 2086 0 0 0 148 0 0 0 25 0 1 0 657030922 19197952 2026 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 4687 2026 267 49 0 1828 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18748

[startup+3.10029 s]
/proc/loadavg: 3.93 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25452784/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=19620 CPUtime=3.08 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 2308 0 0 0 308 0 0 0 25 0 1 0 657030922 20090880 2248 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 4905 2248 267 49 0 2046 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19620

[startup+6.3007 s]
/proc/loadavg: 3.93 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25422208/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=21176 CPUtime=6.28 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 2668 0 0 0 628 0 0 0 25 0 1 0 657030922 21684224 2608 33554432000 4194304 4394578 140734303219280 18446744073709551615 4308965 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 5294 2608 267 49 0 2435 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21176

[startup+12.7005 s]
/proc/loadavg: 3.94 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25386968/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=21988 CPUtime=12.68 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 2886 0 0 0 1268 0 0 0 25 0 1 0 657030922 22515712 2826 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 5497 2826 267 49 0 2638 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21988

[startup+25.5012 s]
/proc/loadavg: 3.95 3.98 3.73 5/360 27626
/proc/meminfo: memFree=25333292/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=23576 CPUtime=25.48 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 3249 0 0 0 2547 1 0 0 25 0 1 0 657030922 24141824 3189 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 5894 3189 267 49 0 3035 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23576

[startup+51.1005 s]
/proc/loadavg: 3.97 3.98 3.73 5/360 27627
/proc/meminfo: memFree=25274200/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=26828 CPUtime=51.08 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 4027 0 0 0 5107 1 0 0 25 0 1 0 657030922 27471872 3967 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 6707 3967 267 49 0 3848 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26828

[startup+102.313 s]
/proc/loadavg: 3.98 3.98 3.74 5/360 27628
/proc/meminfo: memFree=25200032/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=29428 CPUtime=102.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 4629 0 0 0 10227 2 0 0 25 0 1 0 657030922 30134272 4569 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 7357 4569 267 49 0 4498 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29428

[startup+162.3 s]
/proc/loadavg: 4.11 4.02 3.77 5/360 27630
/proc/meminfo: memFree=25154512/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=31692 CPUtime=162.28 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 5159 0 0 0 16226 2 0 0 25 0 1 0 657030922 32452608 5099 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 7923 5099 267 49 0 5064 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31692

[startup+222.3 s]
/proc/loadavg: 4.08 4.03 3.78 5/360 27631
/proc/meminfo: memFree=25088152/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=33536 CPUtime=222.28 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 5611 0 0 0 22225 3 0 0 25 0 1 0 657030922 34340864 5551 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 8384 5551 267 49 0 5525 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 33536

[startup+282.3 s]
/proc/loadavg: 4.03 4.02 3.79 5/360 27633
/proc/meminfo: memFree=25066676/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=35744 CPUtime=282.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 6038 0 0 0 28226 3 0 0 25 0 1 0 657030922 36601856 5978 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 8936 5978 267 49 0 6077 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 35744

[startup+342.3 s]
/proc/loadavg: 4.01 4.01 3.81 5/360 27635
/proc/meminfo: memFree=25026612/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=37088 CPUtime=342.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 6334 0 0 0 34225 4 0 0 25 0 1 0 657030922 37978112 6274 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 9272 6274 267 49 0 6413 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 37088

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.82 5/360 27636
/proc/meminfo: memFree=24997952/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=38188 CPUtime=402.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 6611 0 0 0 40225 4 0 0 25 0 1 0 657030922 39104512 6551 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 9547 6551 267 49 0 6688 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 38188

[startup+462.3 s]
/proc/loadavg: 4.06 4.03 3.83 5/360 27638
/proc/meminfo: memFree=24965452/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=39752 CPUtime=462.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 6978 0 0 0 46225 4 0 0 25 0 1 0 657030922 40706048 6918 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 9938 6918 267 49 0 7079 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 39752

[startup+522.3 s]
/proc/loadavg: 4.13 4.05 3.85 5/360 27639
/proc/meminfo: memFree=24963324/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=41176 CPUtime=522.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 7333 0 0 0 52224 5 0 0 25 0 1 0 657030922 42164224 7273 33554432000 4194304 4394578 140734303219280 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 10294 7273 267 49 0 7435 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 41176

[startup+582.3 s]
/proc/loadavg: 4.09 4.06 3.86 5/360 27641
/proc/meminfo: memFree=24912588/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=42276 CPUtime=582.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 7528 0 0 0 58224 5 0 0 25 0 1 0 657030922 43290624 7468 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 10569 7468 267 49 0 7710 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 42276

[startup+642.301 s]
/proc/loadavg: 4.03 4.04 3.87 5/360 27643
/proc/meminfo: memFree=24862848/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=42952 CPUtime=642.3 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 7683 0 0 0 64225 5 0 0 25 0 1 0 657030922 43982848 7623 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 10738 7623 267 49 0 7879 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 42952

[startup+702.301 s]
/proc/loadavg: 4.16 4.07 3.89 5/360 27644
/proc/meminfo: memFree=24831952/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=43684 CPUtime=702.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 7846 0 0 0 70224 5 0 0 25 0 1 0 657030922 44732416 7786 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 10921 7786 267 49 0 8062 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 43684

[startup+762.314 s]
/proc/loadavg: 4.12 4.07 3.90 5/360 27646
/proc/meminfo: memFree=24769068/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=44364 CPUtime=762.31 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 8028 0 0 0 76225 6 0 0 25 0 1 0 657030922 45428736 7965 33554432000 4194304 4394578 140734303219280 18446744073709551615 4296361 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 11091 7965 267 49 0 8232 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 44364

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 3.90 5/360 27647
/proc/meminfo: memFree=24766940/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=44920 CPUtime=822.29 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 8263 0 0 0 82223 6 0 0 25 0 1 0 657030922 45998080 8092 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 11230 8092 267 49 0 8371 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 44920

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.91 5/360 27649
/proc/meminfo: memFree=24764688/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=45684 CPUtime=882.3 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 8440 0 0 0 88223 7 0 0 25 0 1 0 657030922 46780416 8269 33554432000 4194304 4394578 140734303219280 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 11421 8269 267 49 0 8562 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 45684

[startup+942.301 s]
/proc/loadavg: 4.10 4.06 3.92 5/360 27651
/proc/meminfo: memFree=24763924/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=46736 CPUtime=942.3 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 8679 0 0 0 94222 8 0 0 25 0 1 0 657030922 47857664 8508 33554432000 4194304 4394578 140734303219280 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 11684 8508 267 49 0 8825 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 46736

[startup+1002.3 s]
/proc/loadavg: 4.12 4.08 3.93 5/360 27652
/proc/meminfo: memFree=24762660/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=47388 CPUtime=1002.3 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 8819 0 0 0 100222 8 0 0 25 0 1 0 657030922 48525312 8648 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 11847 8648 267 49 0 8988 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 47388

[startup+1062.3 s]
/proc/loadavg: 4.19 4.09 3.94 5/360 27654
/proc/meminfo: memFree=24759532/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=48344 CPUtime=1062.3 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 9113 0 0 0 106222 8 0 0 25 0 1 0 657030922 49504256 8888 33554432000 4194304 4394578 140734303219280 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 12086 8888 267 49 0 9227 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 48344

[startup+1122.3 s]
/proc/loadavg: 4.06 4.07 3.94 5/360 27655
/proc/meminfo: memFree=24700488/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=48776 CPUtime=1122.31 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 9217 0 0 0 112223 8 0 0 25 0 1 0 657030922 49946624 8992 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 12194 8992 267 49 0 9335 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 48776

[startup+1182.3 s]
/proc/loadavg: 4.02 4.06 3.94 5/360 27657
/proc/meminfo: memFree=24693152/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=49388 CPUtime=1182.31 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 9365 0 0 0 118223 8 0 0 25 0 1 0 657030922 50573312 9140 33554432000 4194304 4394578 140734303219280 18446744073709551615 4291498 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 12347 9140 267 49 0 9488 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 49388

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/360 27659
/proc/meminfo: memFree=24690528/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=49884 CPUtime=1242.31 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 9560 0 0 0 124223 8 0 0 25 0 1 0 657030922 51081216 9253 33554432000 4194304 4394578 140734303219280 18446744073709551615 4298647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 12471 9253 267 49 0 9612 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 49884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 3.95 5/360 27660
/proc/meminfo: memFree=24687780/32951124 swapFree=40554400/67111528
[pid=27596] ppid=27594 vsize=50668 CPUtime=1300.02 cores=0,2
/proc/27596/stat : 27596 (SApperloT2010) R 27594 27596 25236 0 -1 4202496 9695 0 0 0 129994 8 0 0 25 0 1 0 657030922 51884032 9388 33554432000 4194304 4394578 140734303219280 18446744073709551615 4308934 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27596/statm: 12667 9388 267 49 0 9808 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 50668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.089986
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 50668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9695
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= 12
involuntary context switches= 2642

runsolver used 4.72528 second user time and 9.67953 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 12:11:45
IDJOB=3380142
IDBENCH=70785
IDSOLVER=1862
FILE ID=node104/3380142-1305454305
RUNJOBID= node104-1305454305-27582
PBS_JOBID= 13324853
Free space on /tmp= 73428 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380142-1305454305/watcher-3380142-1305454305 -o /tmp/evaluation-result-3380142-1305454305/solver-3380142-1305454305 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380142-1305454305.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=558187831

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25706276 kB
Buffers:        310412 kB
Cached:        2455544 kB
SwapCached:     122128 kB
Active:         996312 kB
Inactive:      5977844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25706276 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:              16 kB
Writeback:          16 kB
AnonPages:     4100116 kB
Mapped:          10684 kB
Slab:           119952 kB
PageTables:      85200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74811880 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= 73416 MiB
End job on node104 at 2011-05-15 12:33:27