Trace number 3376641

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) 1300.08 1300.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.07/0.08	c Parse Cnf success: #var: 2040 #clause: 240210
0.07/0.08	c Find Units :          0
0.07/0.08	c Find Invs  :          0
0.09/0.13	c Find Ands  :       2040 AvgFaninNum: 3
0.09/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.14	c Find Ite   :          0
0.09/0.14	c UnDirect variable: 0
0.09/0.14	c UnDirect to Direct Gate: 0
0.09/0.14	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.14	c Break Cycle : 1530
0.09/0.14	c Total Root : 0 Undef Var: 1530
0.09/0.14	c After covering, Total Root: 510 Leaf: 1530
0.09/0.14	c Variable( cover/uncovered/unused ): 2040 0 0
0.09/0.14	c Unit Clauses: 0
0.09/0.14	c Binary Clauses( cover/uncovered ): 1530 1530
0.09/0.14	c Clauses( cover/uncovered ): 510 236640
0.09/0.14	c Total Clauses( cover/uncovered ): 2040 238170 0.849257%
0.09/0.14	c Covered Ands: 510 Invs: 0 Xors: 0 Ites: 0
0.29/0.38	c Uncover Clauses avg size: 3.98715 max size: 4
0.29/0.39	c Final circuit: i/l/o/s    1530       0  238170    268770
0.29/0.39	c CnfToAig: Time: 0.38 s
0.69/0.74	c TmMap: Set choices finish.
0.79/0.89	c TmMap: Set big and: 268260
0.79/0.89	c TmMap: Origin: 270301 ClauseNum: 806310 --> New: 269791 ClauseNum: 805290
0.79/0.89	c TmMap: Time: 0.19
0.89/0.94	c Try to Add: #clause: 536520 #xorclause: 0
0.89/1.00	c #var: 31620 #clauses: 30091 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376641-1305474526/watcher-3376641-1305474526 -o /tmp/evaluation-result-3376641-1305474526/solver-3376641-1305474526 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376641-1305474526.cnf 1657142263 

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.58 3.92 3.77 4/310 10638
/proc/meminfo: memFree=22008332/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=32364 CPUtime=0 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 1875 0 0 0 0 0 0 0 25 0 1 0 639868550 33140736 1811 33554432000 4194304 6014671 140733717902560 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 8091 1811 378 445 0 1636 0

[startup+0.085183 s]
/proc/loadavg: 3.58 3.92 3.77 4/310 10638
/proc/meminfo: memFree=22008332/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=45676 CPUtime=0.07 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 5251 0 0 0 7 0 0 0 25 0 1 0 639868550 46772224 5187 33554432000 4194304 6014671 140733717902560 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 11419 5188 378 445 0 4964 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45676

[startup+0.101149 s]
/proc/loadavg: 3.58 3.92 3.77 4/310 10638
/proc/meminfo: memFree=22008332/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=45676 CPUtime=0.09 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 5261 0 0 0 9 0 0 0 25 0 1 0 639868550 46772224 5197 33554432000 4194304 6014671 140733717902560 18446744073709551615 4286219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 11419 5197 383 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.30115 s]
/proc/loadavg: 3.58 3.92 3.77 4/310 10638
/proc/meminfo: memFree=22008332/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=58988 CPUtime=0.29 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 8475 0 0 0 28 1 0 0 25 0 1 0 639868550 60403712 8411 33554432000 4194304 6014671 140733717902560 18446744073709551615 4335794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 14747 8411 398 445 0 8292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58988

[startup+0.701066 s]
/proc/loadavg: 3.58 3.92 3.77 4/310 10638
/proc/meminfo: memFree=22008332/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=132748 CPUtime=0.69 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 26673 0 0 0 67 2 0 0 25 0 1 0 639868550 135933952 26609 33554432000 4194304 6014671 140733717902560 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 33451 26632 668 445 0 26996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132748

[startup+1.50093 s]
/proc/loadavg: 3.58 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21728376/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=177580 CPUtime=1.49 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 36121 0 0 0 146 3 0 0 25 0 1 0 639868550 181841920 36057 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 44395 36057 700 445 0 37940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177580

[startup+3.10061 s]
/proc/loadavg: 3.58 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21709624/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=190752 CPUtime=3.09 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 37186 0 0 0 306 3 0 0 25 0 1 0 639868550 195330048 37122 33554432000 4194304 6014671 140733717902560 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 47688 37122 722 445 0 41233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190752

[startup+6.30104 s]
/proc/loadavg: 3.61 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21618284/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=218864 CPUtime=6.29 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 45260 0 0 0 625 4 0 0 25 0 1 0 639868550 224116736 45192 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566298 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 54716 45192 743 445 0 48261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218864

[startup+12.7009 s]
/proc/loadavg: 3.64 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21405676/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=351680 CPUtime=12.69 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 58299 0 0 0 1264 5 0 0 25 0 1 0 639868550 360120320 57976 33554432000 4194304 6014671 140733717902560 18446744073709551615 4534025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 87920 57976 726 445 0 81465 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 351680

[startup+25.5005 s]
/proc/loadavg: 3.72 3.93 3.77 5/314 10646
/proc/meminfo: memFree=21229992/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=351808 CPUtime=25.49 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 76707 0 0 0 2541 8 0 0 25 0 1 0 639868550 360251392 76378 33554432000 4194304 6014671 140733717902560 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 87952 76378 726 445 0 81497 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 351808

[startup+51.1008 s]
/proc/loadavg: 3.82 3.93 3.78 5/314 10646
/proc/meminfo: memFree=21123376/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=412832 CPUtime=51.09 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 91482 0 0 0 5099 10 0 0 25 0 1 0 639868550 422739968 91058 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 103208 91058 726 445 0 96753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 412832

[startup+102.311 s]
/proc/loadavg: 3.92 3.94 3.79 5/314 10648
/proc/meminfo: memFree=20883776/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=610560 CPUtime=102.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 108718 0 0 0 10218 13 0 0 25 0 1 0 639868550 625213440 104192 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 152640 104192 726 445 0 146185 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 610560

[startup+162.3 s]
/proc/loadavg: 4.09 3.99 3.81 5/314 10649
/proc/meminfo: memFree=20728612/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=699564 CPUtime=162.3 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 126300 0 0 0 16215 15 0 0 25 0 1 0 639868550 716353536 121774 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 174891 121774 726 445 0 168436 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 699564

[startup+222.301 s]
/proc/loadavg: 4.03 3.99 3.82 5/314 10651
/proc/meminfo: memFree=20649836/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=699564 CPUtime=222.3 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 127014 0 0 0 22215 15 0 0 25 0 1 0 639868550 716353536 122478 33554432000 4194304 6014671 140733717902560 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 174891 122478 726 445 0 168436 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 699564

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.83 5/314 10653
/proc/meminfo: memFree=20445824/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=899192 CPUtime=282.3 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 153633 0 0 0 28211 19 0 0 25 0 1 0 639868550 920772608 148935 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 224798 148935 726 445 0 218343 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 899192

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/314 10654
/proc/meminfo: memFree=20242172/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=342.3 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 157084 0 0 0 34211 19 0 0 25 0 1 0 639868550 1024614400 152200 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 152200 726 445 0 243695 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1000600

[startup+402.301 s]
/proc/loadavg: 4.18 4.04 3.86 5/314 10656
/proc/meminfo: memFree=20284056/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=402.3 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 159083 0 0 0 40211 19 0 0 25 0 1 0 639868550 1024614400 145486 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 145486 726 445 0 243695 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1000600

[startup+462.301 s]
/proc/loadavg: 4.07 4.03 3.86 5/314 10657
/proc/meminfo: memFree=20236028/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=462.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 159712 0 0 0 46211 20 0 0 25 0 1 0 639868550 1024614400 146115 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 146115 726 445 0 243695 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1000600

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.87 5/314 10659
/proc/meminfo: memFree=20177464/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=522.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 160015 0 0 0 52211 20 0 0 25 0 1 0 639868550 1024614400 146418 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 146418 726 445 0 243695 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1000600

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.87 5/314 10661
/proc/meminfo: memFree=20127444/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=582.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 160437 0 0 0 58211 20 0 0 25 0 1 0 639868550 1024614400 146840 33554432000 4194304 6014671 140733717902560 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 146840 726 445 0 243695 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1000600

[startup+642.301 s]
/proc/loadavg: 4.10 4.04 3.89 5/314 10662
/proc/meminfo: memFree=20110408/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=642.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 160889 0 0 0 64212 20 0 0 25 0 1 0 639868550 1024614400 147292 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 147292 726 445 0 243695 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1000600

[startup+702.301 s]
/proc/loadavg: 4.14 4.06 3.91 5/314 10664
/proc/meminfo: memFree=20100936/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1000600 CPUtime=702.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 161409 0 0 0 70211 20 0 0 25 0 1 0 639868550 1024614400 147770 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 250150 147770 726 445 0 243695 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1000600

[startup+762.312 s]
/proc/loadavg: 4.05 4.05 3.91 5/314 10674
/proc/meminfo: memFree=19995440/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1115352 CPUtime=762.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 186938 0 0 0 76207 25 0 0 25 0 1 0 639868550 1142120448 173212 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 278838 173212 726 445 0 272383 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1115352

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.91 5/314 10676
/proc/meminfo: memFree=19934012/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=822.31 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 188076 0 0 0 82206 25 0 0 25 0 1 0 639868550 1260937216 174250 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 174250 726 445 0 301391 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1231384

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/314 10678
/proc/meminfo: memFree=19808980/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=882.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 188531 0 0 0 88206 26 0 0 25 0 1 0 639868550 1260937216 174633 33554432000 4194304 6014671 140733717902560 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 174633 726 445 0 301391 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1231384

[startup+942.3 s]
/proc/loadavg: 4.07 4.04 3.91 5/314 10679
/proc/meminfo: memFree=19765784/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=942.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 189061 0 0 0 94206 26 0 0 25 0 1 0 639868550 1260937216 175050 33554432000 4194304 6014671 140733717902560 18446744073709551615 4441007 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 175050 726 445 0 301391 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1231384

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 3.92 5/314 10681
/proc/meminfo: memFree=19757432/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1002.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 189306 0 0 0 100206 26 0 0 25 0 1 0 639868550 1260937216 175210 33554432000 4194304 6014671 140733717902560 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 175210 726 445 0 301391 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1231384

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/314 10682
/proc/meminfo: memFree=19647280/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1062.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 204730 0 0 0 106203 29 0 0 25 0 1 0 639868550 1260937216 190573 33554432000 4194304 6014671 140733717902560 18446744073709551615 4369632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 190573 726 445 0 301391 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1231384

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/314 10684
/proc/meminfo: memFree=19613008/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1122.32 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 214221 0 0 0 112202 30 0 0 25 0 1 0 639868550 1260937216 195913 33554432000 4194304 6014671 140733717902560 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 195913 726 445 0 301391 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1231384

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/314 10686
/proc/meminfo: memFree=19601068/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1182.33 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 214774 0 0 0 118202 31 0 0 25 0 1 0 639868550 1260937216 196466 33554432000 4194304 6014671 140733717902560 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 196466 726 445 0 301391 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1231384

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/314 10687
/proc/meminfo: memFree=19581196/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1242.33 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 215138 0 0 0 124202 31 0 0 25 0 1 0 639868550 1260937216 196830 33554432000 4194304 6014671 140733717902560 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 196830 726 445 0 301391 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1231384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.88 4.00 3.92 3/310 10691
/proc/meminfo: memFree=20576548/32951124 swapFree=63485424/67111528
[pid=10638] ppid=10636 vsize=1231384 CPUtime=1300.04 cores=4,6
/proc/10638/stat : 10638 (qutersat_releas) R 10636 10638 9539 0 -1 4202496 215443 0 0 0 129973 31 0 0 25 0 1 0 639868550 1260937216 197135 33554432000 4194304 6014671 140733717902560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10638/statm: 307846 197135 726 445 0 301391 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1231384

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

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1299.74
CPU system time (s): 0.344947
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1231384

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

runsolver used 4.21736 second user time and 8.79366 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 17:48:46
IDJOB=3376641
IDBENCH=83172
IDSOLVER=1856
FILE ID=node147/3376641-1305474526
RUNJOBID= node147-1305474525-10522
PBS_JOBID= 13325313
Free space on /tmp= 73144 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x30.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376641-1305474526/watcher-3376641-1305474526 -o /tmp/evaluation-result-3376641-1305474526/solver-3376641-1305474526 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376641-1305474526.cnf 1657142263

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=1657142263

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      22009100 kB
Buffers:        314228 kB
Cached:        5259944 kB
SwapCached:      13132 kB
Active:        4348932 kB
Inactive:      6344544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22009100 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           14056 kB
Writeback:           0 kB
AnonPages:     5115172 kB
Mapped:          20808 kB
Slab:           151560 kB
PageTables:      33916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53103992 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= 73144 MiB
End job on node147 at 2011-05-15 18:10:28