Trace number 3284068

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.08 1300.03

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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

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-3284068-1303765193/watcher-3284068-1303765193 -o /tmp/evaluation-result-3284068-1303765193/solver-3284068-1303765193 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3284068-1303765193.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.57 2.43 4/178 22154
/proc/meminfo: memFree=28607212/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=13604 CPUtime=0 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 659 0 0 0 0 0 0 0 23 0 1 0 488118981 13930496 598 33554432000 4194304 4395502 140735508108656 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 3401 599 249 50 0 541 0

[startup+0.082322 s]
/proc/loadavg: 0.85 1.57 2.43 4/178 22154
/proc/meminfo: memFree=28607212/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=20396 CPUtime=0.07 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 2330 0 0 0 7 0 0 0 23 0 1 0 488118981 20885504 2268 33554432000 4194304 4395502 140735508108656 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 5099 2268 256 50 0 2239 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20396

[startup+0.10028 s]
/proc/loadavg: 0.85 1.57 2.43 4/178 22154
/proc/meminfo: memFree=28607212/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=20396 CPUtime=0.08 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 2330 0 0 0 8 0 0 0 23 0 1 0 488118981 20885504 2268 33554432000 4194304 4395502 140735508108656 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 5099 2268 256 50 0 2239 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20396

[startup+0.300226 s]
/proc/loadavg: 0.85 1.57 2.43 4/178 22154
/proc/meminfo: memFree=28607212/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=28436 CPUtime=0.29 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 5008 0 0 0 26 3 0 0 25 0 1 0 488118981 29118464 4228 33554432000 4194304 4395502 140735508108656 18446744073709551615 4310006 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 7109 4228 267 50 0 4249 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28436

[startup+0.70015 s]
/proc/loadavg: 0.85 1.57 2.43 4/178 22154
/proc/meminfo: memFree=28607212/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=31652 CPUtime=0.68 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 5796 0 0 0 65 3 0 0 25 0 1 0 488118981 32411648 5016 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 7913 5016 267 50 0 5053 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31652

[startup+1.501 s]
/proc/loadavg: 0.85 1.57 2.43 5/184 22165
/proc/meminfo: memFree=28458364/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=35112 CPUtime=1.49 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 6598 0 0 0 145 4 0 0 25 0 1 0 488118981 35954688 5818 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 8778 5818 267 50 0 5918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35112

[startup+3.10069 s]
/proc/loadavg: 0.85 1.57 2.43 5/184 22165
/proc/meminfo: memFree=28351724/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=40760 CPUtime=3.09 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 7940 0 0 0 305 4 0 0 25 0 1 0 488118981 41738240 7160 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 10190 7160 267 50 0 7330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40760

[startup+6.30108 s]
/proc/loadavg: 1.10 1.61 2.44 5/187 22171
/proc/meminfo: memFree=28079576/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=43676 CPUtime=6.29 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 8583 0 0 0 625 4 0 0 25 0 1 0 488118981 44724224 7803 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 10919 7803 267 50 0 8059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43676

[startup+12.7009 s]
/proc/loadavg: 1.41 1.67 2.45 5/187 22180
/proc/meminfo: memFree=27728372/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=56564 CPUtime=12.69 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 11493 0 0 0 1258 11 0 0 25 0 1 0 488118981 57921536 10713 33554432000 4194304 4395502 140735508108656 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 14141 10713 267 50 0 11281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56564

[startup+25.5004 s]
/proc/loadavg: 1.99 1.78 2.47 5/190 22204
/proc/meminfo: memFree=26635244/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=75988 CPUtime=25.49 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 15521 0 0 0 2537 12 0 0 25 0 1 0 488118981 77811712 14741 33554432000 4194304 4395502 140735508108656 18446744073709551615 4338041 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 18997 14741 267 50 0 16137 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75988

[startup+51.1005 s]
/proc/loadavg: 2.67 1.96 2.51 5/190 22232
/proc/meminfo: memFree=26371492/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=86084 CPUtime=51.09 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 17859 0 0 0 5096 13 0 0 25 0 1 0 488118981 88150016 17079 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 21521 17079 267 50 0 18661 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86084

[startup+102.307 s]
/proc/loadavg: 3.42 2.27 2.59 5/190 22404
/proc/meminfo: memFree=26113164/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=109328 CPUtime=102.3 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 23121 0 0 0 10215 15 0 0 25 0 1 0 488118981 111951872 22341 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 27332 22341 267 50 0 24472 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109328

[startup+162.3 s]
/proc/loadavg: 3.84 2.60 2.68 5/190 22433
/proc/meminfo: memFree=25826840/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=160216 CPUtime=162.29 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 34758 0 0 0 16211 18 0 0 25 0 1 0 488118981 164061184 33978 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 40054 33978 267 50 0 37194 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160216

[startup+222.301 s]
/proc/loadavg: 3.94 2.85 2.76 5/190 22434
/proc/meminfo: memFree=25642556/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=183872 CPUtime=222.29 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 40163 0 0 0 22209 20 0 0 25 0 1 0 488118981 188284928 39383 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 45968 39383 267 50 0 43108 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183872

[startup+282.301 s]
/proc/loadavg: 4.02 3.07 2.84 5/187 22469
/proc/meminfo: memFree=27462108/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=194232 CPUtime=282.3 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 42348 0 0 0 28209 21 0 0 25 0 1 0 488118981 198893568 41568 33554432000 4194304 4395502 140735508108656 18446744073709551615 4336265 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 48558 41568 267 50 0 45698 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194232

[startup+342.301 s]
/proc/loadavg: 4.09 3.26 2.92 5/190 22576
/proc/meminfo: memFree=26565400/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=217100 CPUtime=342.3 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 47539 0 0 0 34207 23 0 0 25 0 1 0 488118981 222310400 46759 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 54275 46759 267 50 0 51415 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217100

[startup+402.301 s]
/proc/loadavg: 4.03 3.39 2.98 5/190 22577
/proc/meminfo: memFree=26349944/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=232952 CPUtime=402.3 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 51053 0 0 0 40206 24 0 0 25 0 1 0 488118981 238542848 50273 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 58238 50273 267 50 0 55378 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 232952

[startup+462.3 s]
/proc/loadavg: 4.09 3.52 3.05 5/190 22579
/proc/meminfo: memFree=26043628/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=259660 CPUtime=462.31 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 57298 0 0 0 46204 27 0 0 25 0 1 0 488118981 265891840 56518 33554432000 4194304 4395502 140735508108656 18446744073709551615 4289035 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 64915 56518 267 50 0 62055 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 259660

[startup+522.301 s]
/proc/loadavg: 4.03 3.61 3.11 5/190 22607
/proc/meminfo: memFree=26731068/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=282092 CPUtime=522.31 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 62538 0 0 0 52202 29 0 0 25 0 1 0 488118981 288862208 61758 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 70523 61758 267 50 0 67663 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 282092

[startup+582.3 s]
/proc/loadavg: 4.01 3.68 3.16 5/190 22609
/proc/meminfo: memFree=26429676/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=293928 CPUtime=582.32 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 64973 0 0 0 58202 30 0 0 25 0 1 0 488118981 300982272 64193 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 73482 64193 267 50 0 70622 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 293928

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.21 5/190 22611
/proc/meminfo: memFree=26291936/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=305704 CPUtime=642.32 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 67552 0 0 0 64201 31 0 0 25 0 1 0 488118981 313040896 66772 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 76426 66772 267 50 0 73566 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 305704

[startup+702.3 s]
/proc/loadavg: 4.00 3.78 3.26 5/190 22612
/proc/meminfo: memFree=26122236/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=334240 CPUtime=702.32 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 74460 0 0 0 70198 34 0 0 25 0 1 0 488118981 342261760 73680 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299158 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 83560 73680 267 50 0 80700 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 334240

[startup+762.307 s]
/proc/loadavg: 4.07 3.83 3.31 5/190 22614
/proc/meminfo: memFree=25976640/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=362776 CPUtime=762.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 80561 0 0 0 76197 36 0 0 25 0 1 0 488118981 371482624 79781 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299614 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 90694 79781 267 50 0 87834 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 362776

[startup+822.301 s]
/proc/loadavg: 4.02 3.86 3.35 5/190 22615
/proc/meminfo: memFree=25870704/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=384196 CPUtime=822.32 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 85597 0 0 0 82194 38 0 0 25 0 1 0 488118981 393416704 84817 33554432000 4194304 4395502 140735508108656 18446744073709551615 4328554 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 96049 84817 267 50 0 93189 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 384196

[startup+882.3 s]
/proc/loadavg: 4.01 3.88 3.38 5/190 22617
/proc/meminfo: memFree=25855772/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=396848 CPUtime=882.32 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 88629 0 0 0 88193 39 0 0 25 0 1 0 488118981 406372352 87849 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 99212 87849 267 50 0 96352 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 396848

[startup+942.301 s]
/proc/loadavg: 4.11 3.93 3.43 5/190 22619
/proc/meminfo: memFree=25838620/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=414564 CPUtime=942.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 92896 0 0 0 94192 41 0 0 25 0 1 0 488118981 424513536 92116 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 103641 92116 267 50 0 100781 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 414564

[startup+1002.3 s]
/proc/loadavg: 4.04 3.94 3.46 5/190 22620
/proc/meminfo: memFree=25764156/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=445300 CPUtime=1002.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 100163 0 0 0 100189 44 0 0 25 0 1 0 488118981 455987200 99383 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 111325 99383 267 50 0 108465 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 445300

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.49 5/190 22622
/proc/meminfo: memFree=25672224/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=460904 CPUtime=1062.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 103742 0 0 0 106188 45 0 0 25 0 1 0 488118981 471965696 102962 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 115226 102962 267 50 0 112366 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 460904

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.52 5/190 22623
/proc/meminfo: memFree=25647980/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=485100 CPUtime=1122.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 109749 0 0 0 112186 47 0 0 25 0 1 0 488118981 496742400 108969 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 121275 108969 267 50 0 118415 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 485100

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.55 5/190 22625
/proc/meminfo: memFree=25596476/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=507884 CPUtime=1182.33 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 115200 0 0 0 118184 49 0 0 25 0 1 0 488118981 520073216 114420 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 126971 114420 267 50 0 124111 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 507884

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.57 5/190 22627
/proc/meminfo: memFree=25571864/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=523620 CPUtime=1242.34 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 118795 0 0 0 124184 50 0 0 25 0 1 0 488118981 536186880 118015 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 130905 118015 267 50 0 128045 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 523620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.60 5/190 22628
/proc/meminfo: memFree=25564628/32950928 swapFree=67111364/67111528
[pid=22154] ppid=22152 vsize=530288 CPUtime=1300.04 cores=1,3
/proc/22154/stat : 22154 (SApperloT2010) R 22152 22154 20892 0 -1 4202496 120242 0 0 0 129954 50 0 0 25 0 1 0 488118981 543014912 119462 33554432000 4194304 4395502 140735508108656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22154/statm: 132572 119462 267 50 0 129712 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 530288

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): 1300.08
CPU user time (s): 1299.55
CPU system time (s): 0.528919
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 530288

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

runsolver used 2.08068 second user time and 5.02424 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 22:59:53
IDJOB=3284068
IDBENCH=71098
IDSOLVER=1655
FILE ID=node127/3284068-1303765193
RUNJOBID= node127-1303765193-22136
PBS_JOBID= 13157130
Free space on /tmp= 71192 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284068-1303765193/watcher-3284068-1303765193 -o /tmp/evaluation-result-3284068-1303765193/solver-3284068-1303765193 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3284068-1303765193.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1691520348

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      28607492 kB
Buffers:       1236520 kB
Cached:        2569816 kB
SwapCached:          0 kB
Active:         405308 kB
Inactive:      3472512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28607492 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5156 kB
Writeback:           8 kB
AnonPages:       70056 kB
Mapped:          14492 kB
Slab:           401068 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195252 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= 71092 MiB
End job on node127 at 2011-04-25 23:21:35