Trace number 3376602

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
QuteRSat 2011-05-12 (fixed)? (TO) 1299.97 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.11	c Parse Cnf success: #var: 1981 #clause: 333838
0.00/0.11	c Find Units :          0
0.10/0.13	c Find Invs  :          0
0.10/0.13	c Find Ands  :       1981 AvgFaninNum: 43.1318
0.10/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.10/0.13	c Find Ite   :          0
0.10/0.13	c UnDirect variable: 0
0.10/0.13	c UnDirect to Direct Gate: 0
0.10/0.13	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.10/0.14	c Break Cycle : 1936
0.10/0.14	c Total Root : 0 Undef Var: 1936
0.10/0.14	c After covering, Total Root: 45 Leaf: 1936
0.10/0.14	c Variable( cover/uncovered/unused ): 1981 0 0
0.10/0.14	c Unit Clauses: 0
0.10/0.14	c Binary Clauses( cover/uncovered ): 1936 331857
0.10/0.14	c Clauses( cover/uncovered ): 45 0
0.10/0.14	c Total Clauses( cover/uncovered ): 1981 331857 0.593402%
0.10/0.14	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.27/0.30	c Uncover Clauses avg size: 2 max size: 2
0.27/0.30	c Final circuit: i/l/o/s    1936       0  331857    333748
0.27/0.30	c CnfToAig: Time: 0.28 s
0.37/0.46	c TmMap: Set choices finish.
0.57/0.60	c TmMap: Set big and: 331902
0.57/0.60	c TmMap: Origin: 335685 ClauseNum: 1001244 --> New: 333839 ClauseNum: 997552
0.57/0.60	c TmMap: Time: 0.16
0.57/0.65	c Try to Add: #clause: 663804 #xorclause: 0
0.57/0.69	c #var: 1981 #clauses: 46 Solving... 
1299.93/1300.01	c Time Out !!
1299.93/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3376602-1305476289/watcher-3376602-1305476289 -o /tmp/evaluation-result-3376602-1305476289/solver-3376602-1305476289 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376602-1305476289.cnf 56119717 

running on 2 cores: 4,6

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.71 3.98 3.89 5/352 28562
/proc/meminfo: memFree=13188636/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=18612 CPUtime=0 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4194304 116 0 0 0 0 0 0 0 21 0 1 0 659227635 19058688 70 33554432000 4194304 6014671 140735394729648 18446744073709551615 235589942919 0 2147483391 4096 0 0 0 0 17 6 0 0 0
/proc/28562/statm: 4653 70 51 445 0 90 0

[startup+0.118271 s]
/proc/loadavg: 3.71 3.98 3.89 5/352 28562
/proc/meminfo: memFree=13188636/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=55916 CPUtime=0.1 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 7484 0 0 0 9 1 0 0 22 0 1 0 659227635 57257984 7420 33554432000 4194304 6014671 140735394729648 18446744073709551615 4280846 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 13979 7420 382 445 0 7524 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55916

[startup+0.200258 s]
/proc/loadavg: 3.71 3.98 3.89 5/352 28562
/proc/meminfo: memFree=13188636/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=62060 CPUtime=0.18 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 8272 0 0 0 17 1 0 0 22 0 1 0 659227635 63549440 8208 33554432000 4194304 6014671 140735394729648 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 15515 8208 398 445 0 9060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62060

[startup+0.300241 s]
/proc/loadavg: 3.71 3.98 3.89 5/352 28562
/proc/meminfo: memFree=13188636/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=78200 CPUtime=0.27 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 12390 0 0 0 26 1 0 0 22 0 1 0 659227635 80076800 12326 33554432000 4194304 6014671 140735394729648 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 19550 12326 398 445 0 13095 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 78200

[startup+0.700168 s]
/proc/loadavg: 3.71 3.98 3.89 5/352 28562
/proc/meminfo: memFree=13188636/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=160812 CPUtime=0.67 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 32721 0 0 0 64 3 0 0 24 0 1 0 659227635 164671488 32657 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424339 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 40203 32657 700 445 0 33748 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 160812

[startup+1.50103 s]
/proc/loadavg: 3.71 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12881704/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=160812 CPUtime=1.46 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 32742 0 0 0 143 3 0 0 25 0 1 0 659227635 164671488 32678 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 40203 32678 721 445 0 33748 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 160812

[startup+3.10075 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12869428/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=160812 CPUtime=3.05 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 32742 0 0 0 302 3 0 0 25 0 1 0 659227635 164671488 32678 33554432000 4194304 6014671 140735394729648 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 40203 32678 721 445 0 33748 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 160812

[startup+6.30018 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12847228/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=160812 CPUtime=6.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 32746 0 0 0 618 3 0 0 25 0 1 0 659227635 164671488 32682 33554432000 4194304 6014671 140735394729648 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/28562/statm: 40203 32682 725 445 0 33748 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 160812

[startup+12.7011 s]
/proc/loadavg: 3.77 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12825504/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=160812 CPUtime=12.61 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 32746 0 0 0 1258 3 0 0 25 0 1 0 659227635 164671488 32682 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 40203 32682 725 445 0 33748 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 160812

[startup+25.5008 s]
/proc/loadavg: 3.81 3.98 3.90 5/358 28568
/proc/meminfo: memFree=12762016/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=202084 CPUtime=25.4 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 40157 0 0 0 2536 4 0 0 25 0 1 0 659227635 206934016 40093 33554432000 4194304 6014671 140735394729648 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 50521 40093 725 445 0 44066 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 202084

[startup+51.1004 s]
/proc/loadavg: 4.02 4.02 3.91 5/358 28569
/proc/meminfo: memFree=12638920/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=283652 CPUtime=50.99 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 46963 0 0 0 5094 5 0 0 25 0 1 0 659227635 290459648 46899 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 70913 46899 725 445 0 64458 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 283652

[startup+102.3 s]
/proc/loadavg: 4.04 4.03 3.91 5/358 28570
/proc/meminfo: memFree=12425096/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=440188 CPUtime=102.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 68477 0 0 0 10212 9 0 0 25 0 1 0 659227635 450752512 68381 33554432000 4194304 6014671 140735394729648 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 110047 68381 725 445 0 103592 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 440188

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.91 5/358 28572
/proc/meminfo: memFree=12378920/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=440188 CPUtime=162.2 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 69987 0 0 0 16211 9 0 0 25 0 1 0 659227635 450752512 69747 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 110047 69747 725 445 0 103592 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 440188

[startup+222.313 s]
/proc/loadavg: 4.06 4.03 3.92 5/358 28574
/proc/meminfo: memFree=12133480/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=629184 CPUtime=222.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 89062 0 0 0 22209 12 0 0 25 0 1 0 659227635 644284416 86477 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 157296 86477 725 445 0 150841 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 629184

[startup+282.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/358 28575
/proc/meminfo: memFree=11935900/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=282.2 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 113080 0 0 0 28206 14 0 0 25 0 1 0 659227635 854941696 110495 33554432000 4194304 6014671 140735394729648 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 110495 725 445 0 202271 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 834904

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/358 28577
/proc/meminfo: memFree=11877076/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=342.2 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 113161 0 0 0 34206 14 0 0 25 0 1 0 659227635 854941696 110576 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 110576 725 445 0 202271 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 834904

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.93 5/358 28578
/proc/meminfo: memFree=11846760/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=402.2 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 113315 0 0 0 40206 14 0 0 25 0 1 0 659227635 854941696 110730 33554432000 4194304 6014671 140735394729648 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 110730 725 445 0 202271 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 834904

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/358 28580
/proc/meminfo: memFree=11763144/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=462.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 123501 0 0 0 46205 16 0 0 25 0 1 0 659227635 854941696 120916 33554432000 4194304 6014671 140735394729648 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 120916 725 445 0 202271 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 834904

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/358 28582
/proc/meminfo: memFree=11676784/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=522.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 133039 0 0 0 52203 18 0 0 25 0 1 0 659227635 854941696 130454 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 130454 725 445 0 202271 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 834904

[startup+582.301 s]
/proc/loadavg: 3.51 3.88 3.88 4/352 28600
/proc/meminfo: memFree=11897656/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=582.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 137032 0 0 0 58202 19 0 0 25 0 1 0 659227635 854941696 134447 33554432000 4194304 6014671 140735394729648 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 134447 725 445 0 202271 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 834904

[startup+642.3 s]
/proc/loadavg: 3.40 3.79 3.85 4/352 28602
/proc/meminfo: memFree=11827924/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=642.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 147059 0 0 0 64200 21 0 0 25 0 1 0 659227635 854941696 144468 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 144468 725 445 0 202271 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 834904

[startup+702.301 s]
/proc/loadavg: 3.13 3.63 3.79 4/352 28603
/proc/meminfo: memFree=11744048/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=702.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 156214 0 0 0 70199 22 0 0 25 0 1 0 659227635 854941696 153584 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 153584 725 445 0 202271 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 834904

[startup+762.301 s]
/proc/loadavg: 3.05 3.51 3.74 4/352 28605
/proc/meminfo: memFree=11736944/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=762.22 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 156903 0 0 0 76200 22 0 0 25 0 1 0 659227635 854941696 154213 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 154213 725 445 0 202271 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 834904

[startup+822.301 s]
/proc/loadavg: 3.10 3.43 3.70 4/352 28607
/proc/meminfo: memFree=11735040/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=822.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 156956 0 0 0 82199 22 0 0 25 0 1 0 659227635 854941696 154211 33554432000 4194304 6014671 140735394729648 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 154211 725 445 0 202271 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 834904

[startup+882.313 s]
/proc/loadavg: 3.03 3.35 3.65 4/352 28608
/proc/meminfo: memFree=11701780/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=882.23 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 164655 0 0 0 88199 24 0 0 25 0 1 0 659227635 854941696 161781 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 161781 725 445 0 202271 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 834904

[startup+942.301 s]
/proc/loadavg: 3.01 3.29 3.61 4/352 28610
/proc/meminfo: memFree=11697012/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=942.21 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 165137 0 0 0 94197 24 0 0 25 0 1 0 659227635 854941696 155114 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 155114 725 445 0 202271 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 834904

[startup+1002.3 s]
/proc/loadavg: 3.00 3.23 3.56 4/352 28611
/proc/meminfo: memFree=11684692/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1002.22 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 166056 0 0 0 100197 25 0 0 25 0 1 0 659227635 854941696 156033 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 156033 725 445 0 202271 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 834904

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.53 4/352 28613
/proc/meminfo: memFree=11678564/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1062.22 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 166463 0 0 0 106197 25 0 0 25 0 1 0 659227635 854941696 156440 33554432000 4194304 6014671 140735394729648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 156440 725 445 0 202271 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 834904

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.49 4/352 28615
/proc/meminfo: memFree=11608840/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1122.22 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 166471 0 0 0 112197 25 0 0 25 0 1 0 659227635 854941696 156448 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 156448 725 445 0 202271 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 834904

[startup+1182.3 s]
/proc/loadavg: 3.13 3.16 3.47 4/352 28616
/proc/meminfo: memFree=11577428/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1182.22 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 171809 0 0 0 118197 25 0 0 25 0 1 0 659227635 854941696 161786 33554432000 4194304 6014671 140735394729648 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 161786 725 445 0 202271 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 834904

[startup+1242.3 s]
/proc/loadavg: 3.16 3.15 3.45 4/352 28618
/proc/meminfo: memFree=11539928/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1242.23 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 174987 0 0 0 124196 27 0 0 25 0 1 0 659227635 854941696 164964 33554432000 4194304 6014671 140735394729648 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 164964 725 445 0 202271 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 834904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.12 3.42 3/351 28620
/proc/meminfo: memFree=12006720/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1299.93 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 175082 0 0 0 129966 27 0 0 25 0 1 0 659227635 854941696 165059 33554432000 4194304 6014671 140735394729648 18446744073709551615 4629719 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 165059 725 445 0 202271 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 834904

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

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

[startup+1300 s]
/proc/loadavg: 3.06 3.12 3.42 3/351 28620
/proc/meminfo: memFree=12006720/32950928 swapFree=61888748/67111528
[pid=28562] ppid=28560 vsize=834904 CPUtime=1299.93 cores=4,6
/proc/28562/stat : 28562 (qutersat_releas) R 28560 28562 27415 0 -1 4202496 175082 0 0 0 129966 27 0 0 25 0 1 0 659227635 854941696 165059 33554432000 4194304 6014671 140735394729648 18446744073709551615 4629719 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28562/statm: 208726 165059 725 445 0 202271 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 834904

Child status: 1
Real time (s): 1300.04
CPU time (s): 1299.97
CPU user time (s): 1299.67
CPU system time (s): 0.296954
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 834904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.67
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175086
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= 8
involuntary context switches= 2135

runsolver used 4.15537 second user time and 10.1125 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 18:18:09
IDJOB=3376602
IDBENCH=88221
IDSOLVER=1856
FILE ID=node120/3376602-1305476289
RUNJOBID= node120-1305476288-28526
PBS_JOBID= 13325304
Free space on /tmp= 73628 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376602-1305476289/watcher-3376602-1305476289 -o /tmp/evaluation-result-3376602-1305476289/solver-3376602-1305476289 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376602-1305476289.cnf 56119717

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=56119717

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:      13190652 kB
Buffers:         55340 kB
Cached:         987408 kB
SwapCached:      75684 kB
Active:        7312664 kB
Inactive:     12236196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13190652 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           17124 kB
Writeback:           0 kB
AnonPages:    18436248 kB
Mapped:          22308 kB
Slab:            83276 kB
PageTables:      64260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59041624 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= 73632 MiB
End job on node120 at 2011-05-15 18:39:51