Trace number 3379702

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

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
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 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.69 3.94 3.51 4/378 28311
/proc/meminfo: memFree=22094904/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=12552 CPUtime=0 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 579 0 0 0 0 0 0 0 25 0 1 0 736282859 12853248 518 33554432000 4194304 4394578 140734672710528 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3138 518 267 49 0 279 0

[startup+0.0576651 s]
/proc/loadavg: 3.69 3.94 3.51 4/378 28311
/proc/meminfo: memFree=22094904/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=12948 CPUtime=0.05 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 681 0 0 0 5 0 0 0 25 0 1 0 736282859 13258752 620 33554432000 4194304 4394578 140734672710528 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3237 620 267 49 0 378 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12948

[startup+0.100657 s]
/proc/loadavg: 3.69 3.94 3.51 4/378 28311
/proc/meminfo: memFree=22094904/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=13080 CPUtime=0.09 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 718 0 0 0 9 0 0 0 25 0 1 0 736282859 13393920 657 33554432000 4194304 4394578 140734672710528 18446744073709551615 4284825 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3270 657 267 49 0 411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13080

[startup+0.30062 s]
/proc/loadavg: 3.69 3.94 3.51 4/378 28311
/proc/meminfo: memFree=22094904/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=13740 CPUtime=0.29 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 852 0 0 0 29 0 0 0 25 0 1 0 736282859 14069760 791 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3435 791 267 49 0 576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13740

[startup+0.700547 s]
/proc/loadavg: 3.69 3.94 3.51 4/378 28311
/proc/meminfo: memFree=22094904/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=14400 CPUtime=0.69 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 1018 0 0 0 69 0 0 0 25 0 1 0 736282859 14745600 957 33554432000 4194304 4394578 140734672710528 18446744073709551615 4346344 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3600 957 267 49 0 741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14400

[startup+1.50051 s]
/proc/loadavg: 3.69 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22082636/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=15192 CPUtime=1.49 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 1234 0 0 0 149 0 0 0 25 0 1 0 736282859 15556608 1173 33554432000 4194304 4394578 140734672710528 18446744073709551615 260905418647 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 3798 1173 267 49 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15192

[startup+3.10011 s]
/proc/loadavg: 3.69 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22077344/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=16648 CPUtime=3.09 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 1583 0 0 0 309 0 0 0 25 0 1 0 736282859 17047552 1522 33554432000 4194304 4394578 140734672710528 18446744073709551615 4285739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 4162 1522 267 49 0 1303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16648

[startup+6.30052 s]
/proc/loadavg: 3.72 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22067804/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=19024 CPUtime=6.29 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 2205 0 0 0 629 0 0 0 25 0 1 0 736282859 19480576 2144 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 4756 2144 267 49 0 1897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19024

[startup+12.7004 s]
/proc/loadavg: 3.74 3.94 3.52 5/379 28313
/proc/meminfo: memFree=22048264/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=24316 CPUtime=12.7 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 3510 0 0 0 1269 1 0 0 25 0 1 0 736282859 24899584 3449 33554432000 4194304 4394578 140734672710528 18446744073709551615 4296596 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 6079 3449 267 49 0 3220 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 24316

[startup+25.501 s]
/proc/loadavg: 3.80 3.94 3.52 5/379 28313
/proc/meminfo: memFree=22020644/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=31716 CPUtime=25.49 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 5371 0 0 0 2548 1 0 0 25 0 1 0 736282859 32477184 5310 33554432000 4194304 4394578 140734672710528 18446744073709551615 4285749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 7929 5310 267 49 0 5070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31716

[startup+51.1003 s]
/proc/loadavg: 3.87 3.94 3.53 5/379 28314
/proc/meminfo: memFree=21971840/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=45176 CPUtime=51.09 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 8713 0 0 0 5108 1 0 0 25 0 1 0 736282859 46260224 8652 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 11294 8652 267 49 0 8435 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45176

[startup+102.314 s]
/proc/loadavg: 3.94 3.95 3.56 5/379 28315
/proc/meminfo: memFree=21878192/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=68580 CPUtime=102.31 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 14520 0 0 0 10228 3 0 0 25 0 1 0 736282859 70225920 14459 33554432000 4194304 4394578 140734672710528 18446744073709551615 4297101 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 17145 14459 267 49 0 14286 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 68580

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.58 5/379 28317
/proc/meminfo: memFree=21752392/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=100288 CPUtime=162.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 22414 0 0 0 16225 5 0 0 25 0 1 0 736282859 102694912 22353 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 25072 22353 267 49 0 22213 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100288

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.60 5/379 28318
/proc/meminfo: memFree=21678680/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=117280 CPUtime=222.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 26664 0 0 0 22224 6 0 0 25 0 1 0 736282859 120094720 26603 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 29320 26603 267 49 0 26461 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117280

[startup+282.301 s]
/proc/loadavg: 4.19 4.01 3.64 5/379 28320
/proc/meminfo: memFree=21563544/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=145640 CPUtime=282.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 33748 0 0 0 28222 8 0 0 25 0 1 0 736282859 149135360 33687 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 36410 33687 267 49 0 33551 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145640

[startup+342.301 s]
/proc/loadavg: 4.07 4.01 3.66 5/379 28330
/proc/meminfo: memFree=21451492/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=173704 CPUtime=342.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 40777 0 0 0 34220 10 0 0 25 0 1 0 736282859 177872896 40716 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 43426 40716 267 49 0 40567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173704

[startup+402.301 s]
/proc/loadavg: 4.10 4.02 3.68 5/379 28332
/proc/meminfo: memFree=21382780/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=196612 CPUtime=402.31 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 46503 0 0 0 40219 12 0 0 25 0 1 0 736282859 201330688 46442 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 49153 46442 267 49 0 46294 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 196612

[startup+462.3 s]
/proc/loadavg: 4.18 4.04 3.71 5/379 28334
/proc/meminfo: memFree=21325076/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=208712 CPUtime=462.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 49539 0 0 0 46218 12 0 0 25 0 1 0 736282859 213721088 49478 33554432000 4194304 4394578 140734672710528 18446744073709551615 4300102 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 52178 49478 267 49 0 49319 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 208712

[startup+522.3 s]
/proc/loadavg: 4.13 4.05 3.73 5/379 28335
/proc/meminfo: memFree=21201760/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=244052 CPUtime=522.3 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 58375 0 0 0 52216 14 0 0 25 0 1 0 736282859 249909248 58314 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 61013 58314 267 49 0 58154 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 244052

[startup+582.3 s]
/proc/loadavg: 4.05 4.04 3.75 5/379 28337
/proc/meminfo: memFree=21099900/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=271608 CPUtime=582.31 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 65248 0 0 0 58215 16 0 0 25 0 1 0 736282859 278126592 65187 33554432000 4194304 4394578 140734672710528 18446744073709551615 4308989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 67902 65187 267 49 0 65043 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 271608

[startup+642.3 s]
/proc/loadavg: 4.02 4.03 3.76 5/379 28338
/proc/meminfo: memFree=20990856/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=297732 CPUtime=642.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 71776 0 0 0 64215 17 0 0 25 0 1 0 736282859 304877568 71715 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 74433 71715 267 49 0 71574 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 297732

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 3.77 5/379 28340
/proc/meminfo: memFree=20867688/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=327712 CPUtime=702.31 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 79276 0 0 0 70213 18 0 0 25 0 1 0 736282859 335577088 79215 33554432000 4194304 4394578 140734672710528 18446744073709551615 4297059 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 81928 79215 267 49 0 79069 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 327712

[startup+762.313 s]
/proc/loadavg: 4.00 4.02 3.78 5/379 28342
/proc/meminfo: memFree=20714496/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=364016 CPUtime=762.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 88364 0 0 0 76212 20 0 0 25 0 1 0 736282859 372752384 88303 33554432000 4194304 4394578 140734672710528 18446744073709551615 260905050003 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 91004 88303 267 49 0 88145 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 364016

[startup+822.3 s]
/proc/loadavg: 4.13 4.05 3.81 5/379 28343
/proc/meminfo: memFree=20595292/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=401004 CPUtime=822.31 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 97612 0 0 0 82209 22 0 0 25 0 1 0 736282859 410628096 97551 33554432000 4194304 4394578 140734672710528 18446744073709551615 4292723 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 100251 97551 267 49 0 97392 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 401004

[startup+882.3 s]
/proc/loadavg: 4.09 4.06 3.82 5/379 28345
/proc/meminfo: memFree=20544132/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=414780 CPUtime=882.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 101042 0 0 0 88209 23 0 0 25 0 1 0 736282859 424734720 100981 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298654 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 103695 100981 267 49 0 100836 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 414780

[startup+942.3 s]
/proc/loadavg: 4.12 4.07 3.84 5/379 28346
/proc/meminfo: memFree=20514080/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=414780 CPUtime=942.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 101061 0 0 0 94209 23 0 0 25 0 1 0 736282859 424734720 101000 33554432000 4194304 4394578 140734672710528 18446744073709551615 4291791 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 103695 101000 267 49 0 100836 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 414780

[startup+1002.3 s]
/proc/loadavg: 4.08 4.07 3.85 5/379 28348
/proc/meminfo: memFree=20427216/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=433320 CPUtime=1002.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 105682 0 0 0 100208 24 0 0 25 0 1 0 736282859 443719680 105621 33554432000 4194304 4394578 140734672710528 18446744073709551615 260905052546 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 108330 105621 267 49 0 105471 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 433320

[startup+1062.3 s]
/proc/loadavg: 4.07 4.07 3.86 5/379 28350
/proc/meminfo: memFree=20284448/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=470240 CPUtime=1062.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 114912 0 0 0 106206 26 0 0 25 0 1 0 736282859 481525760 114851 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 117560 114851 267 49 0 114701 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 470240

[startup+1122.3 s]
/proc/loadavg: 4.02 4.06 3.87 5/379 28351
/proc/meminfo: memFree=20153436/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=498760 CPUtime=1122.32 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 122072 0 0 0 112204 28 0 0 25 0 1 0 736282859 510730240 122011 33554432000 4194304 4394578 140734672710528 18446744073709551615 4299409 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 124690 122011 267 49 0 121831 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 498760

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.87 5/379 28353
/proc/meminfo: memFree=20040420/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=525260 CPUtime=1182.33 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 128681 0 0 0 118203 30 0 0 25 0 1 0 736282859 537866240 128620 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 131315 128620 267 49 0 128456 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 525260

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.88 5/379 28354
/proc/meminfo: memFree=19904096/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=558504 CPUtime=1242.33 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 136985 0 0 0 124201 32 0 0 25 0 1 0 736282859 571908096 136924 33554432000 4194304 4394578 140734672710528 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 139626 136924 267 49 0 136767 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 558504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.88 3/378 28359
/proc/meminfo: memFree=21065696/32950928 swapFree=65730864/67111528
[pid=28311] ppid=28309 vsize=597436 CPUtime=1300.04 cores=4,6
/proc/28311/stat : 28311 (SApperloT2010) R 28309 28311 27631 0 -1 4202496 146729 0 0 0 129970 34 0 0 25 0 1 0 736282859 611774464 146668 33554432000 4194304 4394578 140734672710528 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28311/statm: 149359 146668 267 49 0 146500 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 597436

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.71
CPU system time (s): 0.367944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 597448

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

runsolver used 4.47832 second user time and 9.78251 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 13:55:22
IDJOB=3379702
IDBENCH=85355
IDSOLVER=1862
FILE ID=node116/3379702-1305460522
RUNJOBID= node116-1305460522-28270
PBS_JOBID= 13324898
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1739635709

node116.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.826
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.65
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.826
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.826
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:      22095060 kB
Buffers:        114824 kB
Cached:        1221572 kB
SwapCached:      12356 kB
Active:        9741636 kB
Inactive:       894168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22095060 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     9297324 kB
Mapped:          16224 kB
Slab:           109892 kB
PageTables:      44688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84846616 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= 73168 MiB
End job on node116 at 2011-05-15 14:17:04