Trace number 3379777

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

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3379777-1305461211/watcher-3379777-1305461211 -o /tmp/evaluation-result-3379777-1305461211/solver-3379777-1305461211 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379777-1305461211.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: 4.04 3.34 2.90 5/352 7145
/proc/meminfo: memFree=16599276/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=14032 CPUtime=0 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 747 0 0 0 0 0 0 0 25 0 1 0 657720809 14368768 687 33554432000 4194304 4394578 140734966970688 18446744073709551615 274473586299 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 3508 688 247 49 0 649 0

[startup+0.018054 s]
/proc/loadavg: 4.04 3.34 2.90 5/352 7145
/proc/meminfo: memFree=16599276/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=15616 CPUtime=0.01 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 1127 0 0 0 1 0 0 0 25 0 1 0 657720809 15990784 1067 33554432000 4194304 4394578 140734966970688 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 3904 1068 247 49 0 1045 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15616

[startup+0.101041 s]
/proc/loadavg: 4.04 3.34 2.90 5/352 7145
/proc/meminfo: memFree=16599276/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=20700 CPUtime=0.09 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 2404 0 0 0 8 1 0 0 25 0 1 0 657720809 21196800 2343 33554432000 4194304 4394578 140734966970688 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 5175 2343 256 49 0 2316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20700

[startup+0.301004 s]
/proc/loadavg: 4.04 3.34 2.90 5/352 7145
/proc/meminfo: memFree=16599276/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=26620 CPUtime=0.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 4290 0 0 0 28 2 0 0 25 0 1 0 657720809 27258880 3863 33554432000 4194304 4394578 140734966970688 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 6655 3863 267 49 0 3796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 26620

[startup+0.700935 s]
/proc/loadavg: 4.04 3.34 2.90 5/352 7145
/proc/meminfo: memFree=16599276/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=31092 CPUtime=0.69 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 5372 0 0 0 67 2 0 0 25 0 1 0 657720809 31838208 4945 33554432000 4194304 4394578 140734966970688 18446744073709551615 4338208 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 7773 4945 267 49 0 4914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31092

[startup+1.50079 s]
/proc/loadavg: 4.04 3.34 2.90 5/353 7146
/proc/meminfo: memFree=16576100/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=36832 CPUtime=1.49 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 6752 0 0 0 147 2 0 0 25 0 1 0 657720809 37715968 6325 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298647 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 9208 6325 267 49 0 6349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36832

[startup+3.10051 s]
/proc/loadavg: 4.04 3.34 2.90 5/353 7146
/proc/meminfo: memFree=16565560/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=48532 CPUtime=3.09 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 9478 0 0 0 307 2 0 0 25 0 1 0 657720809 49696768 9051 33554432000 4194304 4394578 140734966970688 18446744073709551615 4335363 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 12133 9051 267 49 0 9274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48532

[startup+6.30095 s]
/proc/loadavg: 4.04 3.35 2.90 5/353 7146
/proc/meminfo: memFree=16549020/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=55044 CPUtime=6.29 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 11005 0 0 0 626 3 0 0 25 0 1 0 657720809 56365056 10578 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 13761 10578 267 49 0 10902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55044

[startup+12.7008 s]
/proc/loadavg: 4.03 3.36 2.91 5/353 7146
/proc/meminfo: memFree=16533280/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=63316 CPUtime=12.69 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 12837 0 0 0 1266 3 0 0 25 0 1 0 657720809 64835584 12410 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 15829 12410 267 49 0 12970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63316

[startup+25.5006 s]
/proc/loadavg: 4.03 3.39 2.92 5/353 7146
/proc/meminfo: memFree=16510456/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=81300 CPUtime=25.49 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 16648 0 0 0 2545 4 0 0 25 0 1 0 657720809 83251200 16221 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 20325 16221 267 49 0 17466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81300

[startup+51.1011 s]
/proc/loadavg: 4.02 3.44 2.95 5/353 7147
/proc/meminfo: memFree=16485740/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=105528 CPUtime=51.09 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 21515 0 0 0 5104 5 0 0 25 0 1 0 657720809 108060672 21088 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 26382 21088 267 49 0 23523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105528

[startup+102.313 s]
/proc/loadavg: 4.05 3.54 3.01 5/353 7148
/proc/meminfo: memFree=16437976/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=123212 CPUtime=102.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 25242 0 0 0 10225 5 0 0 25 0 1 0 657720809 126169088 24815 33554432000 4194304 4394578 140734966970688 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 30803 24815 267 49 0 27944 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123212

[startup+162.3 s]
/proc/loadavg: 4.02 3.62 3.07 5/353 7150
/proc/meminfo: memFree=16350404/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=138104 CPUtime=162.29 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 28422 0 0 0 16223 6 0 0 25 0 1 0 657720809 141418496 27995 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 34526 27995 267 49 0 31667 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138104

[startup+222.301 s]
/proc/loadavg: 4.00 3.69 3.12 5/353 7152
/proc/meminfo: memFree=16277328/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=147580 CPUtime=222.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 30281 0 0 0 22223 7 0 0 25 0 1 0 657720809 151121920 29854 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 36895 29854 267 49 0 34036 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 147580

[startup+282.3 s]
/proc/loadavg: 4.15 3.77 3.19 5/353 7153
/proc/meminfo: memFree=16192240/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=154364 CPUtime=282.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 31805 0 0 0 28223 7 0 0 25 0 1 0 657720809 158068736 31378 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 38591 31378 267 49 0 35732 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154364

[startup+342.301 s]
/proc/loadavg: 4.12 3.83 3.24 5/353 7155
/proc/meminfo: memFree=16129220/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=161916 CPUtime=342.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 33334 0 0 0 34222 8 0 0 25 0 1 0 657720809 165801984 32907 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 40479 32907 267 49 0 37620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 161916

[startup+402.3 s]
/proc/loadavg: 4.04 3.86 3.28 5/353 7156
/proc/meminfo: memFree=16029992/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=172444 CPUtime=402.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 35448 0 0 0 40222 8 0 0 25 0 1 0 657720809 176582656 35021 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 43111 35021 267 49 0 40252 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 172444

[startup+462.301 s]
/proc/loadavg: 4.01 3.88 3.33 5/353 7158
/proc/meminfo: memFree=15939064/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=199444 CPUtime=462.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 41165 0 0 0 46221 9 0 0 25 0 1 0 657720809 204230656 40738 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 49861 40738 267 49 0 47002 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 199444

[startup+522.3 s]
/proc/loadavg: 4.19 3.96 3.39 5/353 7160
/proc/meminfo: memFree=15864376/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=203412 CPUtime=522.3 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 41937 0 0 0 52221 9 0 0 25 0 1 0 657720809 208293888 41510 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 50853 41510 267 49 0 47994 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 203412

[startup+582.301 s]
/proc/loadavg: 4.10 3.98 3.43 5/353 7161
/proc/meminfo: memFree=15851552/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=209240 CPUtime=582.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 43211 0 0 0 58221 10 0 0 25 0 1 0 657720809 214261760 42784 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 52310 42784 267 49 0 49451 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 209240

[startup+642.301 s]
/proc/loadavg: 4.10 3.99 3.47 5/353 7163
/proc/meminfo: memFree=15840732/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=213528 CPUtime=642.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 44031 0 0 0 64222 10 0 0 25 0 1 0 657720809 218652672 43604 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 53382 43604 267 49 0 50523 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 213528

[startup+702.3 s]
/proc/loadavg: 4.04 3.99 3.50 5/353 7164
/proc/meminfo: memFree=15746832/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=225432 CPUtime=702.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 46524 0 0 0 70221 10 0 0 25 0 1 0 657720809 230842368 46097 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 56358 46097 267 49 0 53499 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 225432

[startup+762.313 s]
/proc/loadavg: 4.01 3.99 3.52 5/353 7166
/proc/meminfo: memFree=15674360/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=227544 CPUtime=762.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 46936 0 0 0 76222 10 0 0 25 0 1 0 657720809 233005056 46509 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 56886 46509 267 49 0 54027 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 227544

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.55 5/353 7168
/proc/meminfo: memFree=15581816/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=232152 CPUtime=822.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 47930 0 0 0 82221 10 0 0 25 0 1 0 657720809 237723648 47503 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 58038 47503 267 49 0 55179 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 232152

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.58 5/353 7169
/proc/meminfo: memFree=15531056/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=233176 CPUtime=882.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 48097 0 0 0 88221 10 0 0 25 0 1 0 657720809 238772224 47670 33554432000 4194304 4394578 140734966970688 18446744073709551615 4287934 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 58294 47670 267 49 0 55435 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 233176

[startup+942.3 s]
/proc/loadavg: 2.30 3.53 3.44 2/335 7225
/proc/meminfo: memFree=17036640/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=234840 CPUtime=942.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 48427 0 0 0 94221 10 0 0 25 0 1 0 657720809 240476160 48000 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 58710 48000 267 49 0 55851 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 234840

[startup+1002.3 s]
/proc/loadavg: 1.48 3.07 3.29 2/335 7226
/proc/meminfo: memFree=17031772/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=240984 CPUtime=1002.31 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 49691 0 0 0 100221 10 0 0 25 0 1 0 657720809 246767616 49264 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 60246 49264 267 49 0 57387 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 240984

[startup+1062.3 s]
/proc/loadavg: 1.17 2.69 3.14 2/335 7228
/proc/meminfo: memFree=17024300/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=249696 CPUtime=1062.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 51590 0 0 0 106221 11 0 0 25 0 1 0 657720809 255688704 51163 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 62424 51163 267 49 0 59565 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 249696

[startup+1122.3 s]
/proc/loadavg: 1.06 2.38 3.00 2/335 7230
/proc/meminfo: memFree=17019916/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=254304 CPUtime=1122.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 52699 0 0 0 112221 11 0 0 25 0 1 0 657720809 260407296 52272 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 63576 52272 267 49 0 60717 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 254304

[startup+1182.3 s]
/proc/loadavg: 1.02 2.12 2.87 2/335 7231
/proc/meminfo: memFree=17011824/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=264032 CPUtime=1182.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 54711 0 0 0 118221 11 0 0 25 0 1 0 657720809 270368768 54284 33554432000 4194304 4394578 140734966970688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 66008 54284 267 49 0 63149 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 264032

[startup+1242.3 s]
/proc/loadavg: 1.01 1.92 2.75 2/335 7233
/proc/meminfo: memFree=17008576/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=267616 CPUtime=1242.32 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 55480 0 0 0 124220 12 0 0 25 0 1 0 657720809 274038784 55053 33554432000 4194304 4394578 140734966970688 18446744073709551615 4313558 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 66904 55053 267 49 0 64045 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 267616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.75 2.64 2/335 7234
/proc/meminfo: memFree=17005940/32950928 swapFree=67111348/67111528
[pid=7145] ppid=7143 vsize=270432 CPUtime=1300.03 cores=1,3
/proc/7145/stat : 7145 (SApperloT2010) R 7143 7145 6568 0 -1 4202496 56048 0 0 0 129991 12 0 0 25 0 1 0 657720809 276922368 55621 33554432000 4194304 4394578 140734966970688 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/7145/statm: 67608 55621 267 49 0 64749 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 270432

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.92
CPU system time (s): 0.131979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 270432

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

runsolver used 4.04038 second user time and 10.1625 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 14:06:51
IDJOB=3379777
IDBENCH=88214
IDSOLVER=1862
FILE ID=node125/3379777-1305461211
RUNJOBID= node125-1305460799-7001
PBS_JOBID= 13324906
Free space on /tmp= 73192 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379777-1305461211/watcher-3379777-1305461211 -o /tmp/evaluation-result-3379777-1305461211/solver-3379777-1305461211 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379777-1305461211.cnf

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

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=1001572713

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.74
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.828
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.828
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:      16599556 kB
Buffers:        289444 kB
Cached:        4684400 kB
SwapCached:          0 kB
Active:       12275048 kB
Inactive:      3691552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16599556 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1452 kB
Writeback:           0 kB
AnonPages:    10992472 kB
Mapped:          34576 kB
Slab:           278828 kB
PageTables:      41172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 71571672 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= 73196 MiB
End job on node125 at 2011-05-15 14:28:34