Trace number 3349137

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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.02 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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-3349137-1304978060/watcher-3349137-1304978060 -o /tmp/evaluation-result-3349137-1304978060/solver-3349137-1304978060 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349137-1304978060.cnf -verb=0 

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: 4.08 4.03 3.20 5/361 1446
/proc/meminfo: memFree=5120352/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=19124 CPUtime=0 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 461 0 0 0 0 0 0 0 25 0 1 0 609403045 19582976 405 33554432000 4194304 4293939 140736071110528 18446744073709551615 239476694784 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 4781 405 211 25 0 1414 0

[startup+0.0449831 s]
/proc/loadavg: 4.08 4.03 3.20 5/361 1446
/proc/meminfo: memFree=5120352/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=22320 CPUtime=0.03 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 1870 0 0 0 3 0 0 0 25 0 1 0 609403045 22855680 1642 33554432000 4194304 4293939 140736071110528 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 5580 1642 223 25 0 2213 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22320

[startup+0.100977 s]
/proc/loadavg: 4.08 4.03 3.20 5/361 1446
/proc/meminfo: memFree=5120352/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=22320 CPUtime=0.09 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 1870 0 0 0 9 0 0 0 25 0 1 0 609403045 22855680 1642 33554432000 4194304 4293939 140736071110528 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 5580 1642 223 25 0 2213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22320

[startup+0.300935 s]
/proc/loadavg: 4.08 4.03 3.20 5/361 1446
/proc/meminfo: memFree=5120352/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=20068 CPUtime=0.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 2606 0 0 0 29 0 0 0 25 0 1 0 609403045 20549632 1761 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256084 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 5017 1761 243 25 0 1650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20068

[startup+0.700858 s]
/proc/loadavg: 4.08 4.03 3.20 5/361 1446
/proc/meminfo: memFree=5120352/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=21096 CPUtime=0.69 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 2771 0 0 0 69 0 0 0 25 0 1 0 609403045 21602304 1918 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 5274 1918 244 25 0 1907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21096

[startup+1.50071 s]
/proc/loadavg: 4.08 4.03 3.20 5/362 1447
/proc/meminfo: memFree=5079596/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=23544 CPUtime=1.48 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 3385 0 0 0 148 0 0 0 25 0 1 0 609403045 24109056 2516 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255720 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 5886 2516 244 25 0 2519 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23544

[startup+3.1004 s]
/proc/loadavg: 4.08 4.03 3.20 5/362 1447
/proc/meminfo: memFree=5046960/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=28132 CPUtime=3.09 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 4491 0 0 0 308 1 0 0 25 0 1 0 609403045 28807168 3603 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 7033 3603 244 25 0 3666 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28132

[startup+6.30079 s]
/proc/loadavg: 4.07 4.03 3.20 5/360 1447
/proc/meminfo: memFree=4970092/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=34308 CPUtime=6.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 5984 0 0 0 628 1 0 0 25 0 1 0 609403045 35131392 5065 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 8577 5065 244 25 0 5210 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34308

[startup+12.7006 s]
/proc/loadavg: 4.07 4.03 3.21 5/365 1453
/proc/meminfo: memFree=3695468/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=46012 CPUtime=12.69 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 10263 0 0 0 1267 2 0 0 25 0 1 0 609403045 47116288 6574 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 11503 6574 244 25 0 8136 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46012

[startup+25.5011 s]
/proc/loadavg: 4.05 4.02 3.22 5/365 1453
/proc/meminfo: memFree=1392328/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=50472 CPUtime=25.49 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 15544 0 0 0 2546 3 0 0 25 0 1 0 609403045 51683328 8082 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 12618 8082 244 25 0 9251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50472

[startup+51.1012 s]
/proc/loadavg: 4.03 4.02 3.24 5/365 1454
/proc/meminfo: memFree=1500592/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=69548 CPUtime=51.08 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 18059 0 0 0 5105 3 0 0 25 0 1 0 609403045 71217152 10562 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 17387 10562 244 25 0 14020 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69548

[startup+102.313 s]
/proc/loadavg: 4.06 4.03 3.28 5/362 1458
/proc/meminfo: memFree=4515380/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=77016 CPUtime=102.3 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 22783 0 0 0 10226 4 0 0 25 0 1 0 609403045 78864384 15101 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 19254 15101 244 25 0 15887 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77016

[startup+162.301 s]
/proc/loadavg: 4.05 4.04 3.33 5/365 1484
/proc/meminfo: memFree=5397012/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=107364 CPUtime=162.28 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 30081 0 0 0 16223 5 0 0 25 0 1 0 609403045 109940736 16138 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 26841 16138 244 25 0 23474 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 107364

[startup+222.3 s]
/proc/loadavg: 4.02 4.03 3.37 5/365 1486
/proc/meminfo: memFree=5206056/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=107364 CPUtime=222.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 35801 0 0 0 22223 6 0 0 25 0 1 0 609403045 109940736 21665 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 26841 21665 244 25 0 23474 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107364

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.40 5/365 1487
/proc/meminfo: memFree=5049776/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=107364 CPUtime=282.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 36505 0 0 0 28222 7 0 0 25 0 1 0 609403045 109940736 22355 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 26841 22355 244 25 0 23474 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107364

[startup+342.3 s]
/proc/loadavg: 3.95 4.00 3.43 5/365 1517
/proc/meminfo: memFree=4879432/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=107364 CPUtime=342.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 37514 0 0 0 34221 8 0 0 25 0 1 0 609403045 109940736 23273 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 26841 23273 244 25 0 23474 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 107364

[startup+402.301 s]
/proc/loadavg: 3.98 4.00 3.47 5/365 1518
/proc/meminfo: memFree=4707552/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=123400 CPUtime=402.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 39732 0 0 0 40221 8 0 0 25 0 1 0 609403045 126361600 25446 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 30850 25446 244 25 0 27483 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 123400

[startup+462.3 s]
/proc/loadavg: 4.03 4.01 3.50 5/365 1529
/proc/meminfo: memFree=4473744/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=123400 CPUtime=462.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 39877 0 0 0 46221 8 0 0 25 0 1 0 609403045 126361600 25588 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 30850 25588 244 25 0 27483 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 123400

[startup+522.301 s]
/proc/loadavg: 4.01 4.01 3.53 5/365 1531
/proc/meminfo: memFree=4245068/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=123400 CPUtime=522.28 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 41607 0 0 0 52219 9 0 0 25 0 1 0 609403045 126361600 27266 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 30850 27266 244 25 0 27483 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 123400

[startup+582.3 s]
/proc/loadavg: 4.08 4.02 3.56 5/365 1532
/proc/meminfo: memFree=4047000/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=127752 CPUtime=582.28 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 42786 0 0 0 58219 9 0 0 25 0 1 0 609403045 130818048 28354 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 31938 28354 244 25 0 28571 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 127752

[startup+642.301 s]
/proc/loadavg: 3.54 3.89 3.54 4/359 1555
/proc/meminfo: memFree=3875628/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=127752 CPUtime=642.28 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 43111 0 0 0 64219 9 0 0 25 0 1 0 609403045 130818048 28667 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 31938 28667 244 25 0 28571 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 127752

[startup+702.3 s]
/proc/loadavg: 3.20 3.72 3.51 4/359 1556
/proc/meminfo: memFree=3684504/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=127752 CPUtime=702.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 43157 0 0 0 70219 10 0 0 25 0 1 0 609403045 130818048 28711 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 31938 28711 244 25 0 28571 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 127752

[startup+762.313 s]
/proc/loadavg: 2.68 3.49 3.44 3/353 1575
/proc/meminfo: memFree=4297576/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=762.3 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 44984 0 0 0 76220 10 0 0 25 0 1 0 609403045 148873216 30515 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 30515 244 25 0 32979 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 145384

[startup+822.3 s]
/proc/loadavg: 2.25 3.22 3.35 3/353 1577
/proc/meminfo: memFree=4171788/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=822.28 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46549 0 0 0 82218 10 0 0 25 0 1 0 609403045 148873216 32027 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32027 244 25 0 32979 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 145384

[startup+882.301 s]
/proc/loadavg: 2.09 2.99 3.26 3/353 1578
/proc/meminfo: memFree=4081956/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=882.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46549 0 0 0 88218 11 0 0 25 0 1 0 609403045 148873216 32027 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32027 244 25 0 32979 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 145384

[startup+942.3 s]
/proc/loadavg: 2.03 2.81 3.18 3/353 1580
/proc/meminfo: memFree=3994112/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=942.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46552 0 0 0 94218 11 0 0 25 0 1 0 609403045 148873216 32030 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32030 244 25 0 32979 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 145384

[startup+1002.3 s]
/proc/loadavg: 2.01 2.66 3.10 3/353 1581
/proc/meminfo: memFree=3879876/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=1002.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46563 0 0 0 100218 11 0 0 25 0 1 0 609403045 148873216 32041 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32041 244 25 0 32979 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 145384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.54 3.03 3/353 1583
/proc/meminfo: memFree=3774292/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=1062.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46563 0 0 0 106218 11 0 0 25 0 1 0 609403045 148873216 32041 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32041 244 25 0 32979 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 145384

[startup+1122.3 s]
/proc/loadavg: 2.12 2.47 2.97 3/353 1585
/proc/meminfo: memFree=3664384/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=145384 CPUtime=1122.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 46563 0 0 0 112218 11 0 0 25 0 1 0 609403045 148873216 32041 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 36346 32041 244 25 0 32979 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 145384

[startup+1182.3 s]
/proc/loadavg: 2.04 2.38 2.91 3/353 1586
/proc/meminfo: memFree=3571820/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=156876 CPUtime=1182.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 49619 0 0 0 118218 11 0 0 25 0 1 0 609403045 160641024 34914 33554432000 4194304 4293939 140736071110528 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 39219 34914 244 25 0 35852 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 156876

[startup+1242.3 s]
/proc/loadavg: 2.01 2.31 2.85 3/353 1588
/proc/meminfo: memFree=3482260/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=156876 CPUtime=1242.29 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 49619 0 0 0 124218 11 0 0 25 0 1 0 609403045 160641024 34914 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 39219 34914 244 25 0 35852 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 156876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.25 2.79 3/353 1589
/proc/meminfo: memFree=3457676/32950928 swapFree=67056568/67111528
[pid=1446] ppid=1444 vsize=119388 CPUtime=1299.99 cores=0,2
/proc/1446/stat : 1446 (ebminisat_relea) R 1444 1446 1165 0 -1 4202496 50778 0 0 0 129987 12 0 0 25 0 1 0 609403045 122253312 26666 33554432000 4194304 4293939 140736071110528 18446744073709551615 4255555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1446/statm: 29847 26666 244 25 0 26480 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 119388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.89
CPU system time (s): 0.12898
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 182736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50778
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3393

runsolver used 4.6323 second user time and 9.78651 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 23:54:20
IDJOB=3349137
IDBENCH=71078
IDSOLVER=1812
FILE ID=node148/3349137-1304978060
RUNJOBID= node148-1304976739-1183
PBS_JOBID= 13285665
Free space on /tmp= 30136 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349137-1304978060/watcher-3349137-1304978060 -o /tmp/evaluation-result-3349137-1304978060/solver-3349137-1304978060 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349137-1304978060.cnf  -verb=0

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=55878836

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5120756 kB
Buffers:        242144 kB
Cached:       23679352 kB
SwapCached:       8268 kB
Active:       10937764 kB
Inactive:     16090120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5120756 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          554488 kB
Writeback:           0 kB
AnonPages:     3102192 kB
Mapped:          27632 kB
Slab:           707640 kB
PageTables:      29860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84865864 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= 30652 MiB
End job on node148 at 2011-05-10 00:16:02