Trace number 3257823

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-03-04? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g4.cnf
MD5SUM04c9f68df814bad18919ca17a3e0867a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.342947
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 977)

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-3257823-1307641326/watcher-3257823-1307641326 -o /tmp/evaluation-result-3257823-1307641326/solver-3257823-1307641326 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3257823-1307641326.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: 2.46 3.58 3.45 4/180 21951
/proc/meminfo: memFree=32186220/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=13580 CPUtime=0 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 662 0 0 0 0 0 0 0 18 0 1 0 875730735 13905920 601 33554432000 4194304 4395502 140736670420896 18446744073709551615 4332637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 3395 606 249 50 0 535 0

[startup+0.0709581 s]
/proc/loadavg: 2.46 3.58 3.45 4/180 21951
/proc/meminfo: memFree=32186220/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=17792 CPUtime=0.06 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 1718 0 0 0 6 0 0 0 18 0 1 0 875730735 18219008 1656 33554432000 4194304 4395502 140736670420896 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 4448 1656 255 50 0 1588 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17792

[startup+0.100966 s]
/proc/loadavg: 2.46 3.58 3.45 4/180 21951
/proc/meminfo: memFree=32186220/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=20124 CPUtime=0.09 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 2557 0 0 0 9 0 0 0 18 0 1 0 875730735 20606976 2255 33554432000 4194304 4395502 140736670420896 18446744073709551615 4314265 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 5031 2255 267 50 0 2171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20124

[startup+0.300915 s]
/proc/loadavg: 2.46 3.58 3.45 4/180 21951
/proc/meminfo: memFree=32186220/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=23104 CPUtime=0.29 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 3315 0 0 0 29 0 0 0 18 0 1 0 875730735 23658496 3013 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 5776 3013 267 50 0 2916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23104

[startup+0.700853 s]
/proc/loadavg: 2.46 3.58 3.45 4/180 21951
/proc/meminfo: memFree=32186220/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=26752 CPUtime=0.69 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 4201 0 0 0 68 1 0 0 18 0 1 0 875730735 27394048 3899 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299632 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 6688 3899 267 50 0 3828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26752

[startup+1.5007 s]
/proc/loadavg: 2.46 3.58 3.45 5/191 22005
/proc/meminfo: memFree=32078084/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=31564 CPUtime=1.49 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 5364 0 0 0 148 1 0 0 20 0 1 0 875730735 32321536 5062 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 7891 5062 267 50 0 5031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31564

[startup+3.10042 s]
/proc/loadavg: 2.46 3.58 3.45 5/191 22005
/proc/meminfo: memFree=32040472/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=35456 CPUtime=3.09 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 6316 0 0 0 308 1 0 0 25 0 1 0 875730735 36306944 6014 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 8864 6014 267 50 0 6004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35456

[startup+6.30086 s]
/proc/loadavg: 2.58 3.59 3.46 5/191 22005
/proc/meminfo: memFree=31979108/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=39696 CPUtime=6.29 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 7336 0 0 0 628 1 0 0 25 0 1 0 875730735 40648704 7034 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 9924 7034 267 50 0 7064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39696

[startup+12.7007 s]
/proc/loadavg: 2.69 3.59 3.46 5/191 22005
/proc/meminfo: memFree=31900044/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=46476 CPUtime=12.7 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 8790 0 0 0 1268 2 0 0 25 0 1 0 875730735 47591424 8488 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 11619 8488 267 50 0 8759 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 46476

[startup+25.5004 s]
/proc/loadavg: 2.98 3.61 3.47 5/191 22006
/proc/meminfo: memFree=31792144/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=53120 CPUtime=25.49 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 10205 0 0 0 2547 2 0 0 25 0 1 0 875730735 54394880 9903 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 13280 9903 267 50 0 10420 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53120

[startup+51.1009 s]
/proc/loadavg: 3.33 3.64 3.48 5/191 22006
/proc/meminfo: memFree=31755008/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=63328 CPUtime=51.09 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 12413 0 0 0 5106 3 0 0 25 0 1 0 875730735 64847872 12111 33554432000 4194304 4395502 140736670420896 18446744073709551615 4347376 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 15832 12111 267 50 0 12972 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63328

[startup+102.307 s]
/proc/loadavg: 3.71 3.69 3.50 5/191 22008
/proc/meminfo: memFree=31659976/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=75684 CPUtime=102.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 14993 0 0 0 10227 3 0 0 25 0 1 0 875730735 77500416 14691 33554432000 4194304 4395502 140736670420896 18446744073709551615 4336207 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 18921 14691 267 50 0 16061 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75684

[startup+162.301 s]
/proc/loadavg: 3.89 3.75 3.53 5/191 22009
/proc/meminfo: memFree=31605768/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=88652 CPUtime=162.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 17667 0 0 0 16226 4 0 0 25 0 1 0 875730735 90779648 17365 33554432000 4194304 4395502 140736670420896 18446744073709551615 4314330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 22163 17365 267 50 0 19303 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 88652

[startup+222.3 s]
/proc/loadavg: 3.96 3.79 3.56 5/191 22011
/proc/meminfo: memFree=31540872/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=97620 CPUtime=222.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 19589 0 0 0 22225 5 0 0 25 0 1 0 875730735 99962880 19287 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 24405 19287 267 50 0 21545 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97620

[startup+282.301 s]
/proc/loadavg: 4.10 3.86 3.59 5/191 22013
/proc/meminfo: memFree=31494212/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=108756 CPUtime=282.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 21841 0 0 0 28224 6 0 0 25 0 1 0 875730735 111366144 21539 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 27189 21539 267 50 0 24329 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 108756

[startup+342.301 s]
/proc/loadavg: 4.08 3.89 3.62 5/191 22014
/proc/meminfo: memFree=31451756/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=112984 CPUtime=342.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 22669 0 0 0 34224 6 0 0 25 0 1 0 875730735 115695616 22367 33554432000 4194304 4395502 140736670420896 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 28246 22367 267 50 0 25386 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112984

[startup+402.3 s]
/proc/loadavg: 4.07 3.92 3.65 5/191 22016
/proc/meminfo: memFree=31410676/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=116184 CPUtime=402.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 23364 0 0 0 40224 6 0 0 25 0 1 0 875730735 118972416 23062 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 29046 23062 267 50 0 26186 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 116184

[startup+462.301 s]
/proc/loadavg: 4.06 3.95 3.67 5/191 22017
/proc/meminfo: memFree=31376528/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=120344 CPUtime=462.3 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 24260 0 0 0 46224 6 0 0 25 0 1 0 875730735 123232256 23958 33554432000 4194304 4395502 140736670420896 18446744073709551615 4289118 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 30086 23958 267 50 0 27226 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120344

[startup+522.301 s]
/proc/loadavg: 4.06 3.97 3.69 5/191 22019
/proc/meminfo: memFree=31356292/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=124232 CPUtime=522.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 25057 0 0 0 52224 7 0 0 25 0 1 0 875730735 127213568 24755 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 31058 24755 267 50 0 28198 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 124232

[startup+582.3 s]
/proc/loadavg: 4.08 3.99 3.72 5/191 22021
/proc/meminfo: memFree=31314952/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=129728 CPUtime=582.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 26168 0 0 0 58224 7 0 0 25 0 1 0 875730735 132841472 25866 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 32432 25866 267 50 0 29572 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 129728

[startup+642.301 s]
/proc/loadavg: 4.03 3.99 3.73 5/191 22022
/proc/meminfo: memFree=31294584/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=134976 CPUtime=642.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 27347 0 0 0 64224 7 0 0 25 0 1 0 875730735 138215424 27045 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 33744 27045 267 50 0 30884 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 134976

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 3.74 5/191 22024
/proc/meminfo: memFree=31276808/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=142916 CPUtime=702.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 28974 0 0 0 70223 8 0 0 25 0 1 0 875730735 146345984 28672 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 35729 28672 267 50 0 32869 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 142916

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.75 5/191 22025
/proc/meminfo: memFree=31252104/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=143684 CPUtime=762.32 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 29152 0 0 0 76224 8 0 0 25 0 1 0 875730735 147132416 28850 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 35921 28850 267 50 0 33061 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 143684

[startup+822.301 s]
/proc/loadavg: 4.06 4.00 3.77 5/191 22027
/proc/meminfo: memFree=31240176/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=144900 CPUtime=822.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 29405 0 0 0 82223 8 0 0 25 0 1 0 875730735 148377600 29103 33554432000 4194304 4395502 140736670420896 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 36225 29103 267 50 0 33365 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 144900

[startup+882.301 s]
/proc/loadavg: 4.09 4.02 3.79 5/191 22029
/proc/meminfo: memFree=31224260/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=148008 CPUtime=882.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 29965 0 0 0 88223 8 0 0 25 0 1 0 875730735 151560192 29663 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 37002 29663 267 50 0 34142 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 148008

[startup+942.3 s]
/proc/loadavg: 4.08 4.03 3.81 5/191 22030
/proc/meminfo: memFree=31208100/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=148552 CPUtime=942.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 30058 0 0 0 94223 8 0 0 25 0 1 0 875730735 152117248 29756 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 37138 29756 267 50 0 34278 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 148552

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.82 5/191 22032
/proc/meminfo: memFree=31186352/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=149928 CPUtime=1002.31 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 30327 0 0 0 100223 8 0 0 25 0 1 0 875730735 153526272 30025 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 37482 30025 267 50 0 34622 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 149928

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.82 5/191 22033
/proc/meminfo: memFree=31169184/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=154216 CPUtime=1062.32 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 31127 0 0 0 106223 9 0 0 25 0 1 0 875730735 157917184 30825 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 38554 30825 267 50 0 35694 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 154216

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.83 5/191 22035
/proc/meminfo: memFree=31145112/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=162728 CPUtime=1122.32 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 32821 0 0 0 112223 9 0 0 25 0 1 0 875730735 166633472 32519 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 40682 32519 267 50 0 37822 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 162728

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/191 22046
/proc/meminfo: memFree=31135152/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=163112 CPUtime=1182.32 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 32863 0 0 0 118223 9 0 0 25 0 1 0 875730735 167026688 32561 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 40778 32561 267 50 0 37918 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 163112

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/191 22047
/proc/meminfo: memFree=31120612/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=164264 CPUtime=1242.32 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 33151 0 0 0 124222 10 0 0 25 0 1 0 875730735 168206336 32849 33554432000 4194304 4395502 140736670420896 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 41066 32849 267 50 0 38206 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 164264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.85 5/191 22049
/proc/meminfo: memFree=31104832/32951124 swapFree=67063272/67111528
[pid=21951] ppid=21948 vsize=165992 CPUtime=1300.03 cores=5,7
/proc/21951/stat : 21951 (SApperloT2010) R 21948 21951 20425 0 -1 4202496 33519 0 0 0 129993 10 0 0 25 0 1 0 875730735 169975808 33217 33554432000 4194304 4395502 140736670420896 18446744073709551615 4300221 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21951/statm: 41498 33217 267 50 0 38638 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 165992

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.93
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 165992

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

runsolver used 2.12968 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 19:42:06
IDJOB=3257823
IDBENCH=71271
IDSOLVER=1655
FILE ID=node132/3257823-1307641326
RUNJOBID= node132-1307641326-21911
PBS_JOBID= 13549360
Free space on /tmp= 74188 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g4.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257823-1307641326/watcher-3257823-1307641326 -o /tmp/evaluation-result-3257823-1307641326/solver-3257823-1307641326 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3257823-1307641326.cnf

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

MD5SUM BENCH= 04c9f68df814bad18919ca17a3e0867a
RANDOM SEED=467356542

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      32187516 kB
Buffers:        184560 kB
Cached:         349376 kB
SwapCached:       9968 kB
Active:         298244 kB
Inactive:       261904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32187516 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:       23968 kB
Mapped:           9784 kB
Slab:           139876 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74180 MiB
End job on node132 at 2011-06-09 20:03:48