Trace number 3379698

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.08 1300.04

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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

running on 2 cores: 5,7

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.48 3.91 3.44 6/420 30672
/proc/meminfo: memFree=23163032/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=12564 CPUtime=0 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 567 0 0 0 0 0 0 0 23 0 1 0 657650801 12865536 507 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3141 507 266 49 0 282 0

[startup+0.107476 s]
/proc/loadavg: 3.48 3.91 3.44 6/420 30672
/proc/meminfo: memFree=23163032/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=13092 CPUtime=0.1 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 708 0 0 0 10 0 0 0 23 0 1 0 657650801 13406208 648 33554432000 4194304 4394578 140737311555520 18446744073709551615 4299894 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3273 648 266 49 0 414 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13092

[startup+0.200454 s]
/proc/loadavg: 3.48 3.91 3.44 6/420 30672
/proc/meminfo: memFree=23163032/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=13356 CPUtime=0.19 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 761 0 0 0 19 0 0 0 24 0 1 0 657650801 13676544 701 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3339 701 266 49 0 480 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13356

[startup+0.300441 s]
/proc/loadavg: 3.48 3.91 3.44 6/420 30672
/proc/meminfo: memFree=23163032/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=13620 CPUtime=0.29 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 824 0 0 0 29 0 0 0 25 0 1 0 657650801 13946880 764 33554432000 4194304 4394578 140737311555520 18446744073709551615 4297047 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3405 764 266 49 0 546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13620

[startup+0.700361 s]
/proc/loadavg: 3.48 3.91 3.44 6/420 30672
/proc/meminfo: memFree=23163032/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=14276 CPUtime=0.69 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 992 0 0 0 69 0 0 0 25 0 1 0 657650801 14618624 932 33554432000 4194304 4394578 140737311555520 18446744073709551615 4287256 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3569 932 267 49 0 710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14276

[startup+1.50021 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30673
/proc/meminfo: memFree=23138512/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=15200 CPUtime=1.49 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 1247 0 0 0 149 0 0 0 25 0 1 0 657650801 15564800 1187 33554432000 4194304 4394578 140737311555520 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 3800 1187 267 49 0 941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15200

[startup+3.1009 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23131604/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=16388 CPUtime=3.09 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 1543 0 0 0 309 0 0 0 25 0 1 0 657650801 16781312 1483 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 4097 1483 267 49 0 1238 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16388

[startup+6.30028 s]
/proc/loadavg: 3.53 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23105488/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=18636 CPUtime=6.29 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 2082 0 0 0 629 0 0 0 25 0 1 0 657650801 19083264 2022 33554432000 4194304 4394578 140737311555520 18446744073709551615 4291475 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 4659 2022 267 49 0 1800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18636

[startup+12.7011 s]
/proc/loadavg: 3.56 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23075908/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=22220 CPUtime=12.69 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 3003 0 0 0 1269 0 0 0 25 0 1 0 657650801 22753280 2943 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 5555 2943 267 49 0 2696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22220

[startup+25.5006 s]
/proc/loadavg: 3.66 3.91 3.45 5/421 30700
/proc/meminfo: memFree=23038852/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=28304 CPUtime=25.48 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 4503 0 0 0 2548 0 0 0 25 0 1 0 657650801 28983296 4443 33554432000 4194304 4394578 140737311555520 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 7076 4443 267 49 0 4217 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28304

[startup+51.1007 s]
/proc/loadavg: 3.77 3.92 3.47 5/421 30701
/proc/meminfo: memFree=22984496/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=40180 CPUtime=51.09 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 7487 0 0 0 5107 2 0 0 25 0 1 0 657650801 41144320 7427 33554432000 4194304 4394578 140737311555520 18446744073709551615 4291869 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 10045 7427 267 49 0 7186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40180

[startup+102.301 s]
/proc/loadavg: 3.90 3.93 3.49 5/421 30702
/proc/meminfo: memFree=22878472/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=60352 CPUtime=102.31 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 12490 0 0 0 10227 4 0 0 25 0 1 0 657650801 61800448 12430 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 15088 12430 267 49 0 12229 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 60352

[startup+162.3 s]
/proc/loadavg: 3.96 3.94 3.52 5/421 30704
/proc/meminfo: memFree=22774176/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=91720 CPUtime=162.29 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 20317 0 0 0 16224 5 0 0 25 0 1 0 657650801 93921280 20257 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 22930 20257 267 49 0 20071 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91720

[startup+222.315 s]
/proc/loadavg: 3.98 3.95 3.55 5/421 30706
/proc/meminfo: memFree=22692812/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=114536 CPUtime=222.3 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 25972 0 0 0 22224 6 0 0 25 0 1 0 657650801 117284864 25912 33554432000 4194304 4394578 140737311555520 18446744073709551615 4346512 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 28634 25912 267 49 0 25775 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 114536

[startup+282.3 s]
/proc/loadavg: 4.28 4.03 3.60 5/421 30707
/proc/meminfo: memFree=22578968/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=141452 CPUtime=282.3 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 32672 0 0 0 28222 8 0 0 25 0 1 0 657650801 144846848 32612 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 35363 32612 267 49 0 32504 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141452

[startup+342.301 s]
/proc/loadavg: 4.10 4.02 3.62 5/421 30718
/proc/meminfo: memFree=22480836/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=173248 CPUtime=342.3 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 40635 0 0 0 34220 10 0 0 25 0 1 0 657650801 177405952 40575 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 43312 40575 267 49 0 40453 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173248

[startup+402.3 s]
/proc/loadavg: 4.11 4.05 3.65 5/421 30719
/proc/meminfo: memFree=22401584/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=183160 CPUtime=402.3 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 43090 0 0 0 40219 11 0 0 25 0 1 0 657650801 187555840 43030 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 45790 43030 267 49 0 42931 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183160

[startup+462.301 s]
/proc/loadavg: 4.07 4.05 3.67 5/421 30721
/proc/meminfo: memFree=22363136/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=205192 CPUtime=462.31 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 48600 0 0 0 46219 12 0 0 25 0 1 0 657650801 210116608 48540 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 51298 48540 267 49 0 48439 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 205192

[startup+522.3 s]
/proc/loadavg: 4.02 4.04 3.69 5/421 30725
/proc/meminfo: memFree=22268636/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=232584 CPUtime=522.3 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 55452 0 0 0 52217 13 0 0 25 0 1 0 657650801 238166016 55392 33554432000 4194304 4394578 140737311555520 18446744073709551615 4346397 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 58146 55392 267 49 0 55287 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 232584

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.71 5/421 30727
/proc/meminfo: memFree=22178136/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=262956 CPUtime=582.31 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 63056 0 0 0 58214 17 0 0 25 0 1 0 657650801 269266944 62996 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 65739 62996 267 49 0 62880 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 262956

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.73 5/421 30729
/proc/meminfo: memFree=22094428/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=279904 CPUtime=642.31 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 67277 0 0 0 64213 18 0 0 25 0 1 0 657650801 286621696 67217 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 69976 67217 267 49 0 67117 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 279904

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.74 5/421 30730
/proc/meminfo: memFree=22011452/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=310680 CPUtime=702.31 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 74979 0 0 0 70211 20 0 0 25 0 1 0 657650801 318136320 74919 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 77670 74919 267 49 0 74811 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 310680

[startup+762.3 s]
/proc/loadavg: 4.10 4.04 3.76 5/421 30732
/proc/meminfo: memFree=21917076/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=334456 CPUtime=762.33 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 80948 0 0 0 76211 22 0 0 25 0 1 0 657650801 342482944 80888 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 83614 80888 267 49 0 80755 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 334456

[startup+822.301 s]
/proc/loadavg: 4.16 4.08 3.79 5/421 30734
/proc/meminfo: memFree=21834720/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=353184 CPUtime=822.32 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 85620 0 0 0 82209 23 0 0 25 0 1 0 657650801 361660416 85560 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298757 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 88296 85560 267 49 0 85437 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 353184

[startup+882.314 s]
/proc/loadavg: 4.09 4.07 3.81 5/421 30735
/proc/meminfo: memFree=21772088/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=353184 CPUtime=882.33 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 85632 0 0 0 88210 23 0 0 25 0 1 0 657650801 361660416 85572 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 88296 85572 267 49 0 85437 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 353184

[startup+942.301 s]
/proc/loadavg: 4.08 4.07 3.82 5/421 30737
/proc/meminfo: memFree=21744552/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=364604 CPUtime=942.33 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 88492 0 0 0 94209 24 0 0 25 0 1 0 657650801 373354496 88432 33554432000 4194304 4394578 140737311555520 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 91151 88432 267 49 0 88292 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 364604

[startup+1002.3 s]
/proc/loadavg: 4.03 4.06 3.83 5/421 30738
/proc/meminfo: memFree=21703748/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=396292 CPUtime=1002.32 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 96409 0 0 0 100208 24 0 0 25 0 1 0 657650801 405803008 96349 33554432000 4194304 4394578 140737311555520 18446744073709551615 4299028 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 99073 96349 267 49 0 96214 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 396292

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.83 5/421 30740
/proc/meminfo: memFree=21639880/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=417708 CPUtime=1062.33 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 101739 0 0 0 106207 26 0 0 25 0 1 0 657650801 427732992 101679 33554432000 4194304 4394578 140737311555520 18446744073709551615 239476356129 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 104427 101679 267 49 0 101568 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 417708

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.84 5/421 30742
/proc/meminfo: memFree=21551584/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=438084 CPUtime=1122.33 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 106854 0 0 0 112206 27 0 0 25 0 1 0 657650801 448598016 106794 33554432000 4194304 4394578 140737311555520 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 109521 106794 267 49 0 106662 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 438084

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.84 5/421 30743
/proc/meminfo: memFree=21459940/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=466040 CPUtime=1182.34 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 113838 0 0 0 118204 30 0 0 25 0 1 0 657650801 477224960 113778 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 116510 113778 267 49 0 113651 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 466040

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/421 30745
/proc/meminfo: memFree=21372136/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=496204 CPUtime=1242.34 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 121378 0 0 0 124202 32 0 0 25 0 1 0 657650801 508112896 121318 33554432000 4194304 4394578 140737311555520 18446744073709551615 4312416 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 124051 121318 267 49 0 121192 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 496204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.20 4.06 3.87 3/419 30748
/proc/meminfo: memFree=22300780/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=531756 CPUtime=1300.05 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 130289 0 0 0 129972 33 0 0 25 0 1 0 657650801 544518144 130229 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 132939 130229 267 49 0 130080 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 531756

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

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

[startup+1300 s]
/proc/loadavg: 4.20 4.06 3.87 3/419 30748
/proc/meminfo: memFree=22300780/32950928 swapFree=67056568/67111528
[pid=30672] ppid=30670 vsize=531756 CPUtime=1300.05 cores=5,7
/proc/30672/stat : 30672 (SApperloT2010) R 30670 30672 28260 0 -1 4202496 130289 0 0 0 129972 33 0 0 25 0 1 0 657650801 544518144 130229 33554432000 4194304 4394578 140737311555520 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30672/statm: 132939 130229 267 49 0 130080 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 531756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1299.73
CPU system time (s): 0.356945
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 531756

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

runsolver used 5.00224 second user time and 11.5492 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 13:55:37
IDJOB=3379698
IDBENCH=85366
IDSOLVER=1862
FILE ID=node148/3379698-1305460537
RUNJOBID= node148-1305460537-30633
PBS_JOBID= 13324858
Free space on /tmp= 72856 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379698-1305460537/watcher-3379698-1305460537 -o /tmp/evaluation-result-3379698-1305460537/solver-3379698-1305460537 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379698-1305460537.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=388693356

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      23163444 kB
Buffers:        337856 kB
Cached:        4901924 kB
SwapCached:       8488 kB
Active:        6114592 kB
Inactive:      3311884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23163444 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            2528 kB
Writeback:           0 kB
AnonPages:     4184020 kB
Mapped:          32300 kB
Slab:           258848 kB
PageTables:      37316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105146620 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= 72856 MiB
End job on node148 at 2011-05-15 14:17:19