Trace number 3379695

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb75-13-2.used-as.sat04-878.cnf
MD5SUM00e6f1cbbaaa8f43dc6451d49bfa1cef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241962
Satisfiable
(Un)Satisfiability was proved
Number of variables975
Number of clauses34275
Sum of the clauses size69375
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 2 cores: 1,3

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: 0.85 1.02 1.69 2/309 25914
/proc/meminfo: memFree=20992212/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=13104 CPUtime=0 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 616 0 0 0 0 0 0 0 25 0 1 0 657620353 13418496 557 33554432000 4194304 4394578 140736493700544 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 3276 558 247 49 0 417 0

[startup+0.0490949 s]
/proc/loadavg: 0.85 1.02 1.69 2/309 25914
/proc/meminfo: memFree=20992212/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=16352 CPUtime=0.03 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 1611 0 0 0 3 0 0 0 25 0 1 0 657620353 16744448 1316 33554432000 4194304 4394578 140736493700544 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 4088 1320 259 49 0 1229 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16352

[startup+0.101085 s]
/proc/loadavg: 0.85 1.02 1.69 2/309 25914
/proc/meminfo: memFree=20992212/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=17672 CPUtime=0.09 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 1942 0 0 0 9 0 0 0 25 0 1 0 657620353 18096128 1647 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 4418 1647 267 49 0 1559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17672

[startup+0.300053 s]
/proc/loadavg: 0.85 1.02 1.69 2/309 25914
/proc/meminfo: memFree=20992212/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=19796 CPUtime=0.29 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 2484 0 0 0 28 1 0 0 25 0 1 0 657620353 20271104 2189 33554432000 4194304 4394578 140736493700544 18446744073709551615 4287711 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 4949 2189 267 49 0 2090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19796

[startup+0.700982 s]
/proc/loadavg: 0.85 1.02 1.69 2/309 25914
/proc/meminfo: memFree=20992212/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=23156 CPUtime=0.69 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 3312 0 0 0 68 1 0 0 25 0 1 0 657620353 23711744 3017 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298751 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 5789 3017 267 49 0 2930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23156

[startup+1.50084 s]
/proc/loadavg: 0.85 1.02 1.69 5/323 25941
/proc/meminfo: memFree=20886904/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=24484 CPUtime=1.49 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 3653 0 0 0 148 1 0 0 25 0 1 0 657620353 25071616 3358 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 6121 3358 267 49 0 3262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24484

[startup+3.10056 s]
/proc/loadavg: 0.85 1.02 1.69 5/323 25941
/proc/meminfo: memFree=20797128/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=26744 CPUtime=3.09 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 4150 0 0 0 308 1 0 0 25 0 1 0 657620353 27385856 3855 33554432000 4194304 4394578 140736493700544 18446744073709551615 4291879 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 6686 3855 267 49 0 3827 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26744

[startup+6.301 s]
/proc/loadavg: 1.18 1.09 1.71 5/323 25941
/proc/meminfo: memFree=20728048/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=30008 CPUtime=6.29 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 4916 0 0 0 628 1 0 0 25 0 1 0 657620353 30728192 4621 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 7502 4621 267 49 0 4643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30008

[startup+12.7009 s]
/proc/loadavg: 1.40 1.14 1.72 5/323 25941
/proc/meminfo: memFree=20650800/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=34392 CPUtime=12.69 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 5892 0 0 0 1268 1 0 0 25 0 1 0 657620353 35217408 5597 33554432000 4194304 4394578 140736493700544 18446744073709551615 4308934 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 8598 5597 267 49 0 5739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34392

[startup+25.5006 s]
/proc/loadavg: 1.98 1.28 1.76 5/323 25942
/proc/meminfo: memFree=20619824/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=39524 CPUtime=25.49 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 7024 0 0 0 2547 2 0 0 25 0 1 0 657620353 40472576 6729 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 9881 6729 267 49 0 7022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39524

[startup+51.1011 s]
/proc/loadavg: 2.67 1.49 1.82 5/323 25942
/proc/meminfo: memFree=20572076/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=46816 CPUtime=51.1 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 8580 0 0 0 5107 3 0 0 25 0 1 0 657620353 47939584 8285 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 11704 8285 267 49 0 8845 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 46816

[startup+102.312 s]
/proc/loadavg: 3.42 1.88 1.93 5/323 25944
/proc/meminfo: memFree=20484496/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=55108 CPUtime=102.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 10314 0 0 0 10227 3 0 0 25 0 1 0 657620353 56430592 10019 33554432000 4194304 4394578 140736493700544 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 13777 10019 267 49 0 10918 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55108

[startup+162.301 s]
/proc/loadavg: 3.79 2.26 2.06 5/323 25945
/proc/meminfo: memFree=20397516/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=63044 CPUtime=162.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 12007 0 0 0 16226 4 0 0 25 0 1 0 657620353 64557056 11712 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 15761 11712 267 49 0 12902 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63044

[startup+222.301 s]
/proc/loadavg: 4.04 2.61 2.19 5/323 25947
/proc/meminfo: memFree=20367720/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=70440 CPUtime=222.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 13456 0 0 0 22225 5 0 0 25 0 1 0 657620353 72130560 13161 33554432000 4194304 4394578 140736493700544 18446744073709551615 4323474 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 17610 13161 267 49 0 14751 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70440

[startup+282.3 s]
/proc/loadavg: 4.01 2.86 2.30 5/323 25948
/proc/meminfo: memFree=20336044/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=73224 CPUtime=282.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 14054 0 0 0 28225 5 0 0 25 0 1 0 657620353 74981376 13759 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 18306 13759 267 49 0 15447 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 73224

[startup+342.301 s]
/proc/loadavg: 4.11 3.09 2.41 5/323 25950
/proc/meminfo: memFree=20320984/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=81756 CPUtime=342.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 15816 0 0 0 34225 5 0 0 25 0 1 0 657620353 83718144 15521 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 20439 15521 267 49 0 17580 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81756

[startup+402.3 s]
/proc/loadavg: 4.09 3.27 2.51 5/323 25952
/proc/meminfo: memFree=20273560/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=84476 CPUtime=402.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 16352 0 0 0 40225 5 0 0 25 0 1 0 657620353 86503424 16057 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 21119 16057 267 49 0 18260 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 84476

[startup+462.301 s]
/proc/loadavg: 4.03 3.40 2.60 5/323 25980
/proc/meminfo: memFree=20053564/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=87948 CPUtime=462.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 17103 0 0 0 46224 6 0 0 25 0 1 0 657620353 90058752 16808 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 21987 16808 267 49 0 19128 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 87948

[startup+522.3 s]
/proc/loadavg: 4.07 3.52 2.69 5/323 25982
/proc/meminfo: memFree=19888648/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=91292 CPUtime=522.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 17764 0 0 0 52224 6 0 0 25 0 1 0 657620353 93483008 17469 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 22823 17469 267 49 0 19964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 91292

[startup+582.301 s]
/proc/loadavg: 4.02 3.61 2.77 5/323 25983
/proc/meminfo: memFree=19770548/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=93644 CPUtime=582.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 18227 0 0 0 58224 7 0 0 25 0 1 0 657620353 95891456 17932 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 23411 17932 267 49 0 20552 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93644

[startup+642.301 s]
/proc/loadavg: 4.01 3.68 2.85 5/323 25985
/proc/meminfo: memFree=19711204/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=95868 CPUtime=642.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 18720 0 0 0 64224 7 0 0 25 0 1 0 657620353 98168832 18425 33554432000 4194304 4394578 140736493700544 18446744073709551615 4313484 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 23967 18425 267 49 0 21108 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 95868

[startup+702.3 s]
/proc/loadavg: 4.00 3.73 2.92 5/323 25996
/proc/meminfo: memFree=19666728/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=97100 CPUtime=702.3 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 18980 0 0 0 70223 7 0 0 25 0 1 0 657620353 99430400 18685 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 24275 18685 267 49 0 21416 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 97100

[startup+762.312 s]
/proc/loadavg: 4.06 3.79 2.99 5/323 25997
/proc/meminfo: memFree=19624236/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=101568 CPUtime=762.32 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 19878 0 0 0 76225 7 0 0 25 0 1 0 657620353 104005632 19583 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 25392 19583 267 49 0 22533 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 101568

[startup+822.3 s]
/proc/loadavg: 4.06 3.84 3.05 5/323 25999
/proc/meminfo: memFree=19607676/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=104768 CPUtime=822.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 20598 0 0 0 82223 8 0 0 25 0 1 0 657620353 107282432 20303 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 26192 20303 267 49 0 23333 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 104768

[startup+882.301 s]
/proc/loadavg: 4.02 3.87 3.11 5/323 26003
/proc/meminfo: memFree=19524100/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=106816 CPUtime=882.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 21044 0 0 0 88223 8 0 0 25 0 1 0 657620353 109379584 20749 33554432000 4194304 4394578 140736493700544 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 26704 20749 267 49 0 23845 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 106816

[startup+942.3 s]
/proc/loadavg: 4.07 3.91 3.17 5/323 26005
/proc/meminfo: memFree=19486848/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=107328 CPUtime=942.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 21152 0 0 0 94223 8 0 0 25 0 1 0 657620353 109903872 20857 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 26832 20857 267 49 0 23973 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 107328

[startup+1002.3 s]
/proc/loadavg: 4.02 3.92 3.22 5/323 26007
/proc/meminfo: memFree=19466828/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=108544 CPUtime=1002.32 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 21397 0 0 0 100223 9 0 0 25 0 1 0 657620353 111149056 21102 33554432000 4194304 4394578 140736493700544 18446744073709551615 4290837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 27136 21102 267 49 0 24277 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 108544

[startup+1062.3 s]
/proc/loadavg: 4.09 3.95 3.27 5/323 26008
/proc/meminfo: memFree=19458468/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=113040 CPUtime=1062.31 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 22336 0 0 0 106222 9 0 0 25 0 1 0 657620353 115752960 22041 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 28260 22041 267 49 0 25401 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 113040

[startup+1122.3 s]
/proc/loadavg: 4.03 3.95 3.31 5/323 26010
/proc/meminfo: memFree=19455684/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=114320 CPUtime=1122.32 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 22616 0 0 0 112222 10 0 0 25 0 1 0 657620353 117063680 22321 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 28580 22321 267 49 0 25721 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 114320

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.35 5/323 26011
/proc/meminfo: memFree=19393384/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=115984 CPUtime=1182.32 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 22920 0 0 0 118222 10 0 0 25 0 1 0 657620353 118767616 22625 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 28996 22625 267 49 0 26137 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 115984

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.39 5/323 26013
/proc/meminfo: memFree=19368160/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=117776 CPUtime=1242.32 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 23303 0 0 0 124222 10 0 0 25 0 1 0 657620353 120602624 23008 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 29444 23008 267 49 0 26585 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 117776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.42 5/323 26015
/proc/meminfo: memFree=19351848/32950928 swapFree=61888748/67111528
[pid=25914] ppid=25912 vsize=119568 CPUtime=1300.03 cores=1,3
/proc/25914/stat : 25914 (SApperloT2010) R 25912 25914 25880 0 -1 4202496 23628 0 0 0 129992 11 0 0 25 0 1 0 657620353 122437632 23333 33554432000 4194304 4394578 140736493700544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25914/statm: 29892 23333 267 49 0 27033 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 119568

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.93
CPU system time (s): 0.114982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 119568

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

runsolver used 3.82542 second user time and 9.1986 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 13:50:16
IDJOB=3379695
IDBENCH=84551
IDSOLVER=1862
FILE ID=node120/3379695-1305460216
RUNJOBID= node120-1305460216-25900
PBS_JOBID= 13324917
Free space on /tmp= 73644 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb75-13-2.used-as.sat04-878.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379695-1305460216/watcher-3379695-1305460216 -o /tmp/evaluation-result-3379695-1305460216/solver-3379695-1305460216 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379695-1305460216.cnf

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

MD5SUM BENCH= 00e6f1cbbaaa8f43dc6451d49bfa1cef
RANDOM SEED=1383547278

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20992492 kB
Buffers:         33916 kB
Cached:         300184 kB
SwapCached:      75464 kB
Active:         199612 kB
Inactive:     11565032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20992492 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:             548 kB
Writeback:          20 kB
AnonPages:    11361268 kB
Mapped:          19144 kB
Slab:            79684 kB
PageTables:      49204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51625904 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= 73616 MiB
End job on node120 at 2011-05-15 14:11:58