Trace number 3380146

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.06 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: 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-3380146-1305454553/watcher-3380146-1305454553 -o /tmp/evaluation-result-3380146-1305454553/solver-3380146-1305454553 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380146-1305454553.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.52 3.90 3.74 5/320 25185
/proc/meminfo: memFree=21060568/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=13204 CPUtime=0 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 570 0 0 0 0 0 0 0 25 0 1 0 657054073 13520896 510 33554432000 4194304 4394578 140734779266528 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 3301 511 247 49 0 442 0

[startup+0.0539721 s]
/proc/loadavg: 3.52 3.90 3.74 5/320 25185
/proc/meminfo: memFree=21060568/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=20496 CPUtime=0.04 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 2352 0 0 0 4 0 0 0 25 0 1 0 657054073 20987904 2291 33554432000 4194304 4394578 140734779266528 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 5124 2295 253 49 0 2265 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20496

[startup+0.100966 s]
/proc/loadavg: 3.52 3.90 3.74 5/320 25185
/proc/meminfo: memFree=21060568/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=20496 CPUtime=0.09 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 2392 0 0 0 9 0 0 0 25 0 1 0 657054073 20987904 2331 33554432000 4194304 4394578 140734779266528 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 5124 2331 255 49 0 2265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20496

[startup+0.30093 s]
/proc/loadavg: 3.52 3.90 3.74 5/320 25185
/proc/meminfo: memFree=21060568/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=27712 CPUtime=0.28 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 4843 0 0 0 27 1 0 0 25 0 1 0 657054073 28377088 4062 33554432000 4194304 4394578 140734779266528 18446744073709551615 4290847 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 6928 4065 267 49 0 4069 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27712

[startup+0.70086 s]
/proc/loadavg: 3.52 3.90 3.74 5/320 25185
/proc/meminfo: memFree=21060568/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=31196 CPUtime=0.68 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 5706 0 0 0 67 1 0 0 25 0 1 0 657054073 31944704 4925 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 7799 4925 267 49 0 4940 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31196

[startup+1.50072 s]
/proc/loadavg: 3.52 3.90 3.74 5/321 25186
/proc/meminfo: memFree=21029692/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=34548 CPUtime=1.49 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 6460 0 0 0 147 2 0 0 25 0 1 0 657054073 35377152 5679 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 8637 5679 267 49 0 5778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34548

[startup+3.10038 s]
/proc/loadavg: 3.56 3.90 3.74 5/321 25186
/proc/meminfo: memFree=21013828/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=40616 CPUtime=3.09 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 7904 0 0 0 307 2 0 0 25 0 1 0 657054073 41590784 7123 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 10154 7123 267 49 0 7295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40616

[startup+6.30087 s]
/proc/loadavg: 3.56 3.90 3.74 5/321 25186
/proc/meminfo: memFree=20981736/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=43160 CPUtime=6.29 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 8452 0 0 0 627 2 0 0 25 0 1 0 657054073 44195840 7671 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 10790 7671 267 49 0 7931 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43160

[startup+12.7008 s]
/proc/loadavg: 3.63 3.91 3.74 5/321 25186
/proc/meminfo: memFree=20929848/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=56272 CPUtime=12.69 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 11447 0 0 0 1266 3 0 0 25 0 1 0 657054073 57622528 10666 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 14068 10666 267 49 0 11209 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56272

[startup+25.5005 s]
/proc/loadavg: 3.69 3.91 3.74 5/321 25187
/proc/meminfo: memFree=20838656/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=75072 CPUtime=25.49 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 15357 0 0 0 2545 4 0 0 25 0 1 0 657054073 76873728 14576 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 18768 14576 267 49 0 15909 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75072

[startup+51.101 s]
/proc/loadavg: 3.87 3.93 3.75 5/321 25187
/proc/meminfo: memFree=20716092/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=85940 CPUtime=51.09 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 17867 0 0 0 5104 5 0 0 25 0 1 0 657054073 88002560 17086 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 21485 17086 267 49 0 18626 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85940

[startup+102.312 s]
/proc/loadavg: 3.94 3.94 3.76 5/321 25189
/proc/meminfo: memFree=20534652/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=108804 CPUtime=102.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 23063 0 0 0 10223 7 0 0 25 0 1 0 657054073 111415296 22282 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 27201 22282 267 49 0 24342 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108804

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.78 5/321 25190
/proc/meminfo: memFree=20340672/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=159448 CPUtime=162.29 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 34641 0 0 0 16219 10 0 0 25 0 1 0 657054073 163274752 33860 33554432000 4194304 4394578 140734779266528 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 39862 33860 267 49 0 37003 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159448

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.79 5/321 25192
/proc/meminfo: memFree=20167396/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=183728 CPUtime=222.29 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 40199 0 0 0 22219 10 0 0 25 0 1 0 657054073 188137472 39418 33554432000 4194304 4394578 140734779266528 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 45932 39418 267 49 0 43073 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183728

[startup+282.3 s]
/proc/loadavg: 4.10 3.99 3.81 5/321 25194
/proc/meminfo: memFree=20082664/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=193892 CPUtime=282.29 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 42382 0 0 0 28218 11 0 0 25 0 1 0 657054073 198545408 41601 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 48473 41601 267 49 0 45614 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 193892

[startup+342.301 s]
/proc/loadavg: 4.09 4.00 3.82 5/321 25195
/proc/meminfo: memFree=19968156/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=216640 CPUtime=342.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 47481 0 0 0 34217 13 0 0 25 0 1 0 657054073 221839360 46700 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 54160 46700 267 49 0 51301 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216640

[startup+402.3 s]
/proc/loadavg: 4.03 4.00 3.83 5/321 25197
/proc/meminfo: memFree=19876744/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=233320 CPUtime=402.29 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 51230 0 0 0 40215 14 0 0 25 0 1 0 657054073 238919680 50449 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 58330 50449 267 49 0 55471 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 233320

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.84 5/321 25198
/proc/meminfo: memFree=19729624/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=259916 CPUtime=462.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 57414 0 0 0 46213 17 0 0 25 0 1 0 657054073 266153984 56633 33554432000 4194304 4394578 140734779266528 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 64979 56633 267 49 0 62120 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259916

[startup+522.301 s]
/proc/loadavg: 4.13 4.03 3.85 5/321 25200
/proc/meminfo: memFree=19640676/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=282464 CPUtime=522.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 62644 0 0 0 52212 18 0 0 25 0 1 0 657054073 289243136 61863 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 70616 61863 267 49 0 67757 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 282464

[startup+582.301 s]
/proc/loadavg: 4.04 4.02 3.86 5/321 25202
/proc/meminfo: memFree=19537944/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=293796 CPUtime=582.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 65001 0 0 0 58211 19 0 0 25 0 1 0 657054073 300847104 64220 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 73449 64220 267 49 0 70590 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 293796

[startup+642.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/321 25203
/proc/meminfo: memFree=19476016/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=306340 CPUtime=642.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 67718 0 0 0 64212 19 0 0 25 0 1 0 657054073 313692160 66937 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 76585 66937 267 49 0 73726 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 306340

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/321 25205
/proc/meminfo: memFree=19315276/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=336352 CPUtime=702.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 74921 0 0 0 70209 21 0 0 25 0 1 0 657054073 344424448 74140 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 84088 74140 267 49 0 81229 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 336352

[startup+762.312 s]
/proc/loadavg: 4.00 4.02 3.88 5/321 25206
/proc/meminfo: memFree=19236356/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=362648 CPUtime=762.32 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 80548 0 0 0 76209 23 0 0 25 0 1 0 657054073 371351552 79767 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 90662 79767 267 49 0 87803 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 362648

[startup+822.3 s]
/proc/loadavg: 4.06 4.03 3.89 5/321 25208
/proc/meminfo: memFree=19187588/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=384856 CPUtime=822.3 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 85776 0 0 0 82206 24 0 0 25 0 1 0 657054073 394092544 84995 33554432000 4194304 4394578 140734779266528 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 96214 84995 267 49 0 93355 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 384856

[startup+882.301 s]
/proc/loadavg: 4.10 4.04 3.90 5/321 25210
/proc/meminfo: memFree=19132112/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=396972 CPUtime=882.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 88704 0 0 0 88205 26 0 0 25 0 1 0 657054073 406499328 87923 33554432000 4194304 4394578 140734779266528 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 99243 87923 267 49 0 96384 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 396972

[startup+942.3 s]
/proc/loadavg: 4.04 4.03 3.91 5/321 25211
/proc/meminfo: memFree=19052832/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=416480 CPUtime=942.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 93366 0 0 0 94203 28 0 0 25 0 1 0 657054073 426475520 92585 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 104120 92585 267 49 0 101261 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 416480

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/321 25213
/proc/meminfo: memFree=18982232/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=450892 CPUtime=1002.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 101571 0 0 0 100201 30 0 0 25 0 1 0 657054073 461713408 100790 33554432000 4194304 4394578 140734779266528 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 112723 100790 267 49 0 109864 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 450892

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/321 25214
/proc/meminfo: memFree=18927636/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=460756 CPUtime=1062.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 103835 0 0 0 106201 30 0 0 25 0 1 0 657054073 471814144 103054 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 115189 103054 267 49 0 112330 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 460756

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 3.91 5/321 25216
/proc/meminfo: memFree=18868560/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=487000 CPUtime=1122.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 110174 0 0 0 112199 32 0 0 25 0 1 0 657054073 498688000 109393 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 121750 109393 267 49 0 118891 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 487000

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/321 25218
/proc/meminfo: memFree=18774412/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=509224 CPUtime=1182.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 115603 0 0 0 118198 33 0 0 25 0 1 0 657054073 521445376 114822 33554432000 4194304 4394578 140734779266528 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 127306 114822 267 49 0 124447 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 509224

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/321 25219
/proc/meminfo: memFree=18722540/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=523468 CPUtime=1242.31 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 118869 0 0 0 124197 34 0 0 25 0 1 0 657054073 536031232 118088 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 130867 118088 267 49 0 128008 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 523468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.51 3.91 3.88 2/303 25274
/proc/meminfo: memFree=20765932/32950928 swapFree=61888748/67111528
[pid=25185] ppid=25183 vsize=530648 CPUtime=1300.02 cores=0,2
/proc/25185/stat : 25185 (SApperloT2010) R 25183 25185 24137 0 -1 4202496 120415 0 0 0 129968 34 0 0 25 0 1 0 657054073 543383552 119634 33554432000 4194304 4394578 140734779266528 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25185/statm: 132662 119634 267 49 0 129803 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 530648

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.06
CPU user time (s): 1299.69
CPU system time (s): 0.370943
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 530648

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

runsolver used 3.86441 second user time and 9.15061 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 12:15:53
IDJOB=3380146
IDBENCH=71098
IDSOLVER=1862
FILE ID=node120/3380146-1305454553
RUNJOBID= node120-1305454544-25062
PBS_JOBID= 13324883
Free space on /tmp= 73632 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3380146-1305454553/watcher-3380146-1305454553 -o /tmp/evaluation-result-3380146-1305454553/solver-3380146-1305454553 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380146-1305454553.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=212616010

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21060724 kB
Buffers:         26056 kB
Cached:         139908 kB
SwapCached:      75464 kB
Active:         262848 kB
Inactive:     11435000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21060724 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           12960 kB
Writeback:           8 kB
AnonPages:    11461840 kB
Mapped:          20244 kB
Slab:            80280 kB
PageTables:      49408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51800224 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= 73644 MiB
End job on node120 at 2011-05-15 12:37:35