Trace number 3379872

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) 1299.99 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

running on 2 cores: 0,2

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.99 3.48 3.41 4/444 7349
/proc/meminfo: memFree=22580540/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=11796 CPUtime=0 cores=0,2
/proc/7349/stat : 7349 (runsolver) R 7347 7349 5445 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 657073496 12079104 49 33554432000 4194304 5432360 140736688754896 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/7349/statm: 2949 49 30 303 0 2643 0

[startup+0.0689459 s]
/proc/loadavg: 3.99 3.48 3.41 4/444 7349
/proc/meminfo: memFree=22580540/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=21504 CPUtime=0.04 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 2355 0 0 0 4 0 0 0 25 0 1 0 657073496 22020096 2295 33554432000 4194304 4394578 140734119769136 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 5376 2298 247 49 0 2517 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21504

[startup+0.100939 s]
/proc/loadavg: 3.99 3.48 3.41 4/444 7349
/proc/meminfo: memFree=22580540/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=25464 CPUtime=0.07 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 3349 0 0 0 7 0 0 0 25 0 1 0 657073496 26075136 3289 33554432000 4194304 4394578 140734119769136 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 6366 3289 247 49 0 3507 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25464

[startup+0.300897 s]
/proc/loadavg: 3.99 3.48 3.41 4/444 7349
/proc/meminfo: memFree=22580540/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=32236 CPUtime=0.28 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 5052 0 0 0 27 1 0 0 25 0 1 0 657073496 33009664 4991 33554432000 4194304 4394578 140734119769136 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 8059 4991 256 49 0 5200 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32236

[startup+0.700825 s]
/proc/loadavg: 3.99 3.48 3.41 4/444 7349
/proc/meminfo: memFree=22580540/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=42788 CPUtime=0.67 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 8551 0 0 0 65 2 0 0 25 0 1 0 657073496 43814912 7648 33554432000 4194304 4394578 140734119769136 18446744073709551615 4310187 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 10697 7648 267 49 0 7838 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 42788

[startup+1.50068 s]
/proc/loadavg: 3.99 3.48 3.41 5/445 7350
/proc/meminfo: memFree=22546808/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=50836 CPUtime=1.47 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 10553 0 0 0 145 2 0 0 25 0 1 0 657073496 52056064 9650 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 12709 9650 267 49 0 9850 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 50836

[startup+3.10041 s]
/proc/loadavg: 3.99 3.49 3.42 5/445 7350
/proc/meminfo: memFree=22536020/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=62844 CPUtime=3.07 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 13553 0 0 0 304 3 0 0 25 0 1 0 657073496 64352256 12650 33554432000 4194304 4394578 140734119769136 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 15711 12650 267 49 0 12852 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 62844

[startup+6.3008 s]
/proc/loadavg: 3.99 3.49 3.42 5/445 7350
/proc/meminfo: memFree=22516972/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=79036 CPUtime=6.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 17523 0 0 0 623 4 0 0 25 0 1 0 657073496 80932864 16620 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 19759 16620 267 49 0 16900 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 79036

[startup+12.7006 s]
/proc/loadavg: 3.99 3.50 3.42 5/445 7350
/proc/meminfo: memFree=22484764/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=106236 CPUtime=12.67 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 24122 0 0 0 1261 6 0 0 25 0 1 0 657073496 108785664 23219 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 26559 23219 267 49 0 23700 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 106236

[startup+25.5003 s]
/proc/loadavg: 3.99 3.52 3.43 5/445 7351
/proc/meminfo: memFree=22459828/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=125284 CPUtime=25.48 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 28686 0 0 0 2540 8 0 0 25 0 1 0 657073496 128290816 27783 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 31321 27783 267 49 0 28462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 125284

[startup+51.1007 s]
/proc/loadavg: 3.99 3.56 3.44 5/445 7351
/proc/meminfo: memFree=22443920/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=139408 CPUtime=51.07 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 31906 0 0 0 5098 9 0 0 25 0 1 0 657073496 142753792 31003 33554432000 4194304 4394578 140734119769136 18446744073709551615 4313440 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 34852 31003 267 49 0 31993 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 139408

[startup+102.316 s]
/proc/loadavg: 3.99 3.63 3.47 5/445 7353
/proc/meminfo: memFree=22404828/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=172480 CPUtime=102.29 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 39247 0 0 0 10218 11 0 0 25 0 1 0 657073496 176619520 38344 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 43120 38344 267 49 0 40261 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 172480

[startup+162.3 s]
/proc/loadavg: 3.99 3.69 3.50 5/445 7354
/proc/meminfo: memFree=22382352/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=188936 CPUtime=162.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 42726 0 0 0 16215 12 0 0 25 0 1 0 657073496 193470464 41823 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 47234 41823 267 49 0 44375 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 188936

[startup+222.301 s]
/proc/loadavg: 4.07 3.77 3.54 5/445 7356
/proc/meminfo: memFree=22321308/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=213876 CPUtime=222.28 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 48393 0 0 0 22214 14 0 0 25 0 1 0 657073496 219009024 47490 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 53469 47490 267 49 0 50610 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 213876

[startup+282.301 s]
/proc/loadavg: 4.06 3.82 3.57 5/445 7358
/proc/meminfo: memFree=22306388/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=226788 CPUtime=282.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 51209 0 0 0 28213 14 0 0 25 0 1 0 657073496 232230912 50306 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 56697 50306 267 49 0 53838 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 226788

[startup+342.301 s]
/proc/loadavg: 4.06 3.87 3.60 5/445 7359
/proc/meminfo: memFree=22288368/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=237016 CPUtime=342.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 53383 0 0 0 34212 15 0 0 25 0 1 0 657073496 242704384 52480 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 59254 52480 267 49 0 56395 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 237016

[startup+402.301 s]
/proc/loadavg: 4.13 3.92 3.63 5/445 7361
/proc/meminfo: memFree=22245312/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=249212 CPUtime=402.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 55929 0 0 0 40211 16 0 0 25 0 1 0 657073496 255193088 55026 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 62303 55026 267 49 0 59444 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 249212

[startup+462.301 s]
/proc/loadavg: 4.04 3.93 3.65 5/445 7362
/proc/meminfo: memFree=22226304/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=265888 CPUtime=462.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 59370 0 0 0 46210 17 0 0 25 0 1 0 657073496 272269312 58467 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 66472 58467 267 49 0 63613 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 265888

[startup+522.301 s]
/proc/loadavg: 4.01 3.94 3.67 5/445 7364
/proc/meminfo: memFree=22201120/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=271840 CPUtime=522.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 60571 0 0 0 52210 17 0 0 25 0 1 0 657073496 278364160 59668 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 67960 59668 267 49 0 65101 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 271840

[startup+582.301 s]
/proc/loadavg: 4.00 3.95 3.69 5/445 7366
/proc/meminfo: memFree=22170072/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=292788 CPUtime=582.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 65198 0 0 0 58209 18 0 0 25 0 1 0 657073496 299814912 64295 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 73197 64295 267 49 0 70338 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 292788

[startup+642.301 s]
/proc/loadavg: 4.00 3.95 3.70 5/445 7367
/proc/meminfo: memFree=22144884/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=307728 CPUtime=642.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 68717 0 0 0 64208 19 0 0 25 0 1 0 657073496 315113472 67814 33554432000 4194304 4394578 140734119769136 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 76932 67814 267 49 0 74073 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 307728

[startup+702.301 s]
/proc/loadavg: 4.00 3.96 3.72 5/445 7369
/proc/meminfo: memFree=22135296/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=309268 CPUtime=702.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 69129 0 0 0 70206 20 0 0 25 0 1 0 657073496 316690432 68226 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 77317 68226 267 49 0 74458 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 309268

[startup+762.317 s]
/proc/loadavg: 4.10 4.00 3.75 5/445 7370
/proc/meminfo: memFree=22129816/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=309268 CPUtime=762.28 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 69385 0 0 0 76208 20 0 0 25 0 1 0 657073496 316690432 68482 33554432000 4194304 4394578 140734119769136 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 77317 68482 267 49 0 74458 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 309268

[startup+822.3 s]
/proc/loadavg: 4.20 4.04 3.77 5/445 7372
/proc/meminfo: memFree=22127672/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=309268 CPUtime=822.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 69472 0 0 0 82206 20 0 0 25 0 1 0 657073496 316690432 68569 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 77317 68569 267 49 0 74458 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 309268

[startup+882.3 s]
/proc/loadavg: 4.24 4.08 3.80 5/445 7374
/proc/meminfo: memFree=22118332/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=313748 CPUtime=882.27 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 70326 0 0 0 88206 21 0 0 25 0 1 0 657073496 321277952 69423 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 78437 69423 267 49 0 75578 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 313748

[startup+942.301 s]
/proc/loadavg: 4.15 4.08 3.82 5/445 7375
/proc/meminfo: memFree=22109508/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=319252 CPUtime=942.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 71502 0 0 0 94205 21 0 0 25 0 1 0 657073496 326914048 70599 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 79813 70599 267 49 0 76954 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 319252

[startup+1002.3 s]
/proc/loadavg: 2.62 3.70 3.70 2/427 7431
/proc/meminfo: memFree=22799632/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=325908 CPUtime=1002.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 72908 0 0 0 100205 21 0 0 25 0 1 0 657073496 333729792 72005 33554432000 4194304 4394578 140734119769136 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 81477 72005 267 49 0 78618 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 325908

[startup+1062.3 s]
/proc/loadavg: 1.64 3.24 3.55 2/427 7432
/proc/meminfo: memFree=22797512/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=328980 CPUtime=1062.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 73499 0 0 0 106205 21 0 0 25 0 1 0 657073496 336875520 72596 33554432000 4194304 4394578 140734119769136 18446744073709551615 4296283 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 82245 72596 267 49 0 79386 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 328980

[startup+1122.3 s]
/proc/loadavg: 1.22 2.80 3.37 2/427 7434
/proc/meminfo: memFree=22794272/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=332824 CPUtime=1122.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 74325 0 0 0 112204 22 0 0 25 0 1 0 657073496 340811776 73422 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 83206 73422 267 49 0 80347 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 332824

[startup+1182.3 s]
/proc/loadavg: 1.08 2.49 3.23 2/427 7436
/proc/meminfo: memFree=22792144/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=335320 CPUtime=1182.26 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 74879 0 0 0 118204 22 0 0 25 0 1 0 657073496 343367680 73976 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 83830 73976 267 49 0 80971 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 335320

[startup+1242.3 s]
/proc/loadavg: 1.03 2.20 3.08 2/427 7437
/proc/meminfo: memFree=22789524/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=338904 CPUtime=1242.25 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 75548 0 0 0 124203 22 0 0 25 0 1 0 657073496 347037696 74645 33554432000 4194304 4394578 140734119769136 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 84726 74645 267 49 0 81867 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 338904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.99 2.96 2/427 7439
/proc/meminfo: memFree=22786292/32951124 swapFree=56449224/67111528
[pid=7349] ppid=7347 vsize=341912 CPUtime=1299.96 cores=0,2
/proc/7349/stat : 7349 (SApperloT2010) R 7347 7349 5445 0 -1 4202496 76163 0 0 0 129973 23 0 0 25 0 1 0 657073496 350117888 75260 33554432000 4194304 4394578 140734119769136 18446744073709551615 4335367 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7349/statm: 85478 75260 267 49 0 82619 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 341912

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.03
CPU time (s): 1299.99
CPU user time (s): 1299.74
CPU system time (s): 0.249962
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 341912

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

runsolver used 5.99209 second user time and 12.5441 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 12:18:51
IDJOB=3379872
IDBENCH=71308
IDSOLVER=1862
FILE ID=node106/3379872-1305454731
RUNJOBID= node106-1305454394-7270
PBS_JOBID= 13324871
Free space on /tmp= 73376 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g4.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379872-1305454731/watcher-3379872-1305454731 -o /tmp/evaluation-result-3379872-1305454731/solver-3379872-1305454731 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379872-1305454731.cnf

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=301121408

node106.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.830
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22580820 kB
Buffers:        291808 kB
Cached:        6088240 kB
SwapCached:      27544 kB
Active:        1894428 kB
Inactive:      8223564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22580820 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            2720 kB
Writeback:           0 kB
AnonPages:     3719212 kB
Mapped:          19852 kB
Slab:           126652 kB
PageTables:      58604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122790440 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= 73384 MiB
End job on node106 at 2011-05-15 12:40:33