Trace number 3376834

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

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
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 variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 194 #clause: 954
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          1
0.00/0.00	c Find Ands  :          4 AvgFaninNum: 2
0.00/0.00	c Find Xors  :         52 AvgFaninNum: 2.96154
0.00/0.00	c Find Ite   :         58
0.00/0.00	c UnDirect variable: 130
0.00/0.00	c UnDirect to Direct Gate: 28
0.00/0.00	c Forced Direct Gate: 28 Unuse unDirect Gate: 52
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 12 Undef Var: 104
0.00/0.00	c After covering, Total Root: 12 Leaf: 76
0.00/0.00	c Variable( cover/uncovered/unused ): 166 28 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 8 2
0.00/0.00	c Clauses( cover/uncovered ): 456 488
0.00/0.00	c Total Clauses( cover/uncovered ): 464 490 48.6373%
0.00/0.00	c Covered Ands: 4 Invs: 0 Xors: 28 Ites: 58
0.00/0.02	c Uncover Clauses avg size: 3.37143 max size: 4
0.00/0.02	c Final circuit: i/l/o/s     104       0     490      1293
0.00/0.02	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 500
0.00/0.02	c TmMap: Origin: 1398 ClauseNum: 3879 --> New: 710 ClauseNum: 2602
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1446 #xorclause: 0
0.00/0.02	c #var: 219 #clauses: 929 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376834-1305475436/watcher-3376834-1305475436 -o /tmp/evaluation-result-3376834-1305475436/solver-3376834-1305475436 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376834-1305475436.cnf 395228166 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.44 2.42 5/482 12319
/proc/meminfo: memFree=29720972/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=35436 CPUtime=0 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 2780 0 0 0 0 0 0 0 22 0 1 0 659142337 36286464 2716 33554432000 4194304 6014671 140736922539040 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 8859 2718 574 445 0 2404 0

[startup+0.027182 s]
/proc/loadavg: 0.99 1.44 2.42 5/482 12319
/proc/meminfo: memFree=29720972/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=45688 CPUtime=0.01 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 3572 0 0 0 1 0 0 0 22 0 1 0 659142337 46784512 3508 33554432000 4194304 6014671 140736922539040 18446744073709551615 4778277 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 11422 3508 714 445 0 4967 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 45688

[startup+0.10017 s]
/proc/loadavg: 0.99 1.44 2.42 5/482 12319
/proc/meminfo: memFree=29720972/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=46712 CPUtime=0.09 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 3732 0 0 0 9 0 0 0 22 0 1 0 659142337 47833088 3668 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 11678 3668 726 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300136 s]
/proc/loadavg: 0.99 1.44 2.42 5/482 12319
/proc/meminfo: memFree=29720972/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=55140 CPUtime=0.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 3989 0 0 0 29 0 0 0 23 0 1 0 659142337 56463360 3925 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 13785 3925 727 445 0 7330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55140

[startup+0.700071 s]
/proc/loadavg: 0.99 1.44 2.42 5/482 12319
/proc/meminfo: memFree=29720972/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=72404 CPUtime=0.69 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 4520 0 0 0 69 0 0 0 25 0 1 0 659142337 74141696 4456 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 18101 4456 727 445 0 11646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72404

[startup+1.50099 s]
/proc/loadavg: 0.99 1.44 2.42 5/483 12320
/proc/meminfo: memFree=29678680/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=81196 CPUtime=1.49 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 5611 0 0 0 149 0 0 0 25 0 1 0 659142337 83144704 5544 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 20299 5544 728 445 0 13844 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81196

[startup+3.10067 s]
/proc/loadavg: 0.99 1.44 2.42 5/483 12320
/proc/meminfo: memFree=29655480/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=107924 CPUtime=3.08 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 7415 0 0 0 308 0 0 0 25 0 1 0 659142337 110514176 7348 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 26981 7348 728 445 0 20526 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107924

[startup+6.30013 s]
/proc/loadavg: 1.23 1.48 2.43 5/483 12320
/proc/meminfo: memFree=29620636/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=117140 CPUtime=6.28 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 9384 0 0 0 628 0 0 0 25 0 1 0 659142337 119951360 9317 33554432000 4194304 6014671 140736922539040 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 29285 9317 728 445 0 22830 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 117140

[startup+12.7011 s]
/proc/loadavg: 1.45 1.52 2.44 5/483 12321
/proc/meminfo: memFree=29575100/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=117140 CPUtime=12.69 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 11150 0 0 0 1268 1 0 0 25 0 1 0 659142337 119951360 11083 33554432000 4194304 6014671 140736922539040 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 29285 11083 728 445 0 22830 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117140

[startup+25.5009 s]
/proc/loadavg: 2.01 1.64 2.46 5/483 12323
/proc/meminfo: memFree=29507872/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=126928 CPUtime=25.49 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 13927 0 0 0 2548 1 0 0 25 0 1 0 659142337 129974272 13860 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 31732 13860 728 445 0 25277 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 126928

[startup+51.1006 s]
/proc/loadavg: 2.69 1.83 2.50 5/483 12325
/proc/meminfo: memFree=29451824/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=137016 CPUtime=51.09 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 16406 0 0 0 5107 2 0 0 25 0 1 0 659142337 140304384 16339 33554432000 4194304 6014671 140736922539040 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 34254 16339 728 445 0 27799 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137016

[startup+102.318 s]
/proc/loadavg: 3.47 2.19 2.59 5/483 12326
/proc/meminfo: memFree=29343172/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=169704 CPUtime=102.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 22572 0 0 0 10228 3 0 0 25 0 1 0 659142337 173776896 22475 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 42426 22475 728 445 0 35971 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 169704

[startup+162.301 s]
/proc/loadavg: 3.79 2.49 2.67 5/483 12328
/proc/meminfo: memFree=29290576/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=169704 CPUtime=162.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 25446 0 0 0 16226 3 0 0 25 0 1 0 659142337 173776896 25349 33554432000 4194304 6014671 140736922539040 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 42426 25349 728 445 0 35971 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 169704

[startup+222.301 s]
/proc/loadavg: 3.96 2.78 2.75 5/483 12329
/proc/meminfo: memFree=29248276/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=169704 CPUtime=222.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 27868 0 0 0 22226 3 0 0 25 0 1 0 659142337 173776896 27762 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 42426 27762 728 445 0 35971 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 169704

[startup+282.301 s]
/proc/loadavg: 4.07 3.03 2.84 5/483 12331
/proc/meminfo: memFree=29176204/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=169704 CPUtime=282.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 29410 0 0 0 28226 4 0 0 25 0 1 0 659142337 173776896 29304 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 42426 29304 728 445 0 35971 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169704

[startup+342.301 s]
/proc/loadavg: 4.16 3.23 2.92 5/483 12332
/proc/meminfo: memFree=29164764/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=169704 CPUtime=342.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 31317 0 0 0 34225 4 0 0 25 0 1 0 659142337 173776896 31201 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 42426 31201 728 445 0 35971 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 169704

[startup+402.301 s]
/proc/loadavg: 4.18 3.40 2.99 5/483 12334
/proc/meminfo: memFree=29068396/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=182812 CPUtime=402.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 36026 0 0 0 40225 5 0 0 25 0 1 0 659142337 187199488 35892 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 45703 35892 728 445 0 39248 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 182812

[startup+462.301 s]
/proc/loadavg: 4.06 3.51 3.05 5/483 12336
/proc/meminfo: memFree=29047908/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=182812 CPUtime=462.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 38067 0 0 0 46224 5 0 0 25 0 1 0 659142337 187199488 37916 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 45703 37916 783 445 0 39248 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 182812

[startup+522.3 s]
/proc/loadavg: 4.02 3.59 3.11 5/483 12337
/proc/meminfo: memFree=29007096/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=236004 CPUtime=522.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 38971 0 0 0 52224 5 0 0 25 0 1 0 659142337 241668096 38787 33554432000 4194304 6014671 140736922539040 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 59001 38787 783 445 0 52546 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 236004

[startup+582.3 s]
/proc/loadavg: 4.01 3.67 3.16 5/483 12339
/proc/meminfo: memFree=28988848/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=236004 CPUtime=582.29 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 39014 0 0 0 58224 5 0 0 25 0 1 0 659142337 241668096 38830 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 59001 38830 783 445 0 52546 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 236004

[startup+642.3 s]
/proc/loadavg: 4.00 3.73 3.22 5/483 12340
/proc/meminfo: memFree=28957080/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=236004 CPUtime=642.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 39014 0 0 0 64226 5 0 0 25 0 1 0 659142337 241668096 38802 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 59001 38802 783 445 0 52546 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 236004

[startup+702.3 s]
/proc/loadavg: 4.00 3.77 3.26 5/483 12342
/proc/meminfo: memFree=28939332/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=236004 CPUtime=702.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 39402 0 0 0 70225 5 0 0 25 0 1 0 659142337 241668096 39142 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 59001 39142 779 445 0 52546 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 236004

[startup+762.318 s]
/proc/loadavg: 4.00 3.81 3.30 5/483 12344
/proc/meminfo: memFree=28904952/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=762.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 39982 0 0 0 76226 5 0 0 25 0 1 0 659142337 299716608 39686 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39686 779 445 0 66718 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 292692

[startup+822.301 s]
/proc/loadavg: 4.11 3.87 3.35 5/483 12345
/proc/meminfo: memFree=28891164/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=822.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40094 0 0 0 82225 5 0 0 25 0 1 0 659142337 299716608 39777 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39777 779 445 0 66718 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 292692

[startup+882.301 s]
/proc/loadavg: 4.13 3.92 3.40 5/483 12347
/proc/meminfo: memFree=28851820/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=882.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40094 0 0 0 88225 5 0 0 25 0 1 0 659142337 299716608 39777 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39777 779 445 0 66718 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 292692

[startup+942.301 s]
/proc/loadavg: 4.21 3.98 3.45 5/483 12348
/proc/meminfo: memFree=28820184/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=942.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40109 0 0 0 94225 5 0 0 25 0 1 0 659142337 299716608 39770 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39770 779 445 0 66718 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 292692

[startup+1002.3 s]
/proc/loadavg: 4.10 4.00 3.49 5/483 12350
/proc/meminfo: memFree=28796964/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1002.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40167 0 0 0 100225 6 0 0 25 0 1 0 659142337 299716608 39821 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39821 772 445 0 66718 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 292692

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.52 5/483 12352
/proc/meminfo: memFree=28763964/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1062.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40213 0 0 0 106225 6 0 0 25 0 1 0 659142337 299716608 39844 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39844 772 445 0 66718 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 292692

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.55 5/483 12353
/proc/meminfo: memFree=28742868/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1122.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 40213 0 0 0 112225 6 0 0 25 0 1 0 659142337 299716608 39820 33554432000 4194304 6014671 140736922539040 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 39820 772 445 0 66718 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 292692

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/483 12355
/proc/meminfo: memFree=28699444/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1182.3 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 43670 0 0 0 118224 6 0 0 25 0 1 0 659142337 299716608 43251 33554432000 4194304 6014671 140736922539040 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 43251 772 445 0 66718 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 292692

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/483 12356
/proc/meminfo: memFree=28640272/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1242.31 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 53580 0 0 0 124219 12 0 0 25 0 1 0 659142337 299716608 53131 33554432000 4194304 6014671 140736922539040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 53131 772 445 0 66718 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 292692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.62 2/478 12361
/proc/meminfo: memFree=29535312/32950928 swapFree=41934216/67111528
[pid=12319] ppid=12317 vsize=292692 CPUtime=1300.03 cores=1,3
/proc/12319/stat : 12319 (qutersat_releas) R 12317 12319 11356 0 -1 4202496 55742 0 0 0 129990 13 0 0 25 0 1 0 659142337 299716608 55293 33554432000 4194304 6014671 140736922539040 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12319/statm: 73173 55293 772 445 0 66718 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 292692

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.91
CPU system time (s): 0.138978
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 292692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55746
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= 1852

runsolver used 5.77112 second user time and 14.6128 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 18:03:56
IDJOB=3376834
IDBENCH=84028
IDSOLVER=1856
FILE ID=node126/3376834-1305475436
RUNJOBID= node126-1305475436-12279
PBS_JOBID= 13325302
Free space on /tmp= 73308 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376834-1305475436/watcher-3376834-1305475436 -o /tmp/evaluation-result-3376834-1305475436/solver-3376834-1305475436 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376834-1305475436.cnf 395228166

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=395228166

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29721136 kB
Buffers:        187584 kB
Cached:        1839804 kB
SwapCached:      49680 kB
Active:         678460 kB
Inactive:      2283840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29721136 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:            7268 kB
Writeback:          32 kB
AnonPages:      897528 kB
Mapped:          21944 kB
Slab:           111692 kB
PageTables:      87732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133790260 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= 73312 MiB
End job on node126 at 2011-05-15 18:25:38