Trace number 3376709

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

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.02	c Find Units :          0
0.01/0.02	c Find Invs  :          0
0.01/0.02	c Find Ands  :        760 AvgFaninNum: 18
0.01/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.02	c Find Ite   :          0
0.01/0.02	c UnDirect variable: 0
0.01/0.02	c UnDirect to Direct Gate: 0
0.01/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.02	c Break Cycle : 720
0.01/0.02	c Total Root : 0 Undef Var: 720
0.01/0.02	c After covering, Total Root: 40 Leaf: 720
0.01/0.02	c Variable( cover/uncovered/unused ): 760 0 0
0.01/0.02	c Unit Clauses: 0
0.01/0.02	c Binary Clauses( cover/uncovered ): 720 42889
0.01/0.02	c Clauses( cover/uncovered ): 40 0
0.01/0.02	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.01/0.02	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.01/0.04	c Uncover Clauses avg size: 2 max size: 2
0.01/0.04	c Final circuit: i/l/o/s     720       0   42889     43569
0.01/0.04	c CnfToAig: Time: 0.03 s
0.01/0.07	c TmMap: Set choices finish.
0.01/0.09	c TmMap: Set big and: 42929
0.01/0.09	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.01/0.09	c TmMap: Time: 0.01
0.08/0.10	c Try to Add: #clause: 85858 #xorclause: 0
0.08/0.10	c #var: 760 #clauses: 41 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-3376709-1305468030/watcher-3376709-1305468030 -o /tmp/evaluation-result-3376709-1305468030/solver-3376709-1305468030 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376709-1305468030.cnf 51864228 

running on 2 cores: 5,7

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: 5.57 6.78 8.28 6/439 30454
/proc/meminfo: memFree=16452180/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=33388 CPUtime=0 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 2164 0 0 0 0 0 0 0 20 0 1 0 658400973 34189312 2100 33554432000 4194304 6014671 140736334414560 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 8347 2100 378 445 0 1892 0

[startup+0.0221729 s]
/proc/loadavg: 5.57 6.78 8.28 6/439 30454
/proc/meminfo: memFree=16452180/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=34412 CPUtime=0.01 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 2465 0 0 0 1 0 0 0 20 0 1 0 658400973 35237888 2401 33554432000 4194304 6014671 140736334414560 18446744073709551615 4281006 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 8603 2401 382 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.100157 s]
/proc/loadavg: 5.57 6.78 8.28 6/439 30454
/proc/meminfo: memFree=16452180/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=61656 CPUtime=0.08 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 7320 0 0 0 8 0 0 0 21 0 1 0 658400973 63135744 7256 33554432000 4194304 6014671 140736334414560 18446744073709551615 228244374634 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 15414 7259 691 445 0 8959 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61656

[startup+0.301093 s]
/proc/loadavg: 5.57 6.78 8.28 6/439 30454
/proc/meminfo: memFree=16452180/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=61656 CPUtime=0.28 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 7553 0 0 0 28 0 0 0 21 0 1 0 658400973 63135744 7489 33554432000 4194304 6014671 140736334414560 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 15414 7489 720 445 0 8959 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61656

[startup+0.70102 s]
/proc/loadavg: 5.57 6.78 8.28 6/439 30454
/proc/meminfo: memFree=16452180/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=79400 CPUtime=0.68 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 8123 0 0 0 68 0 0 0 22 0 1 0 658400973 81305600 8059 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 19850 8059 721 445 0 13395 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79400

[startup+1.50088 s]
/proc/loadavg: 5.57 6.78 8.28 8/451 30476
/proc/meminfo: memFree=16261028/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=88472 CPUtime=1.48 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 8685 0 0 0 148 0 0 0 25 0 1 0 658400973 90595328 8621 33554432000 4194304 6014671 140736334414560 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 22118 8621 725 445 0 15663 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88472

[startup+3.1006 s]
/proc/loadavg: 5.61 6.76 8.27 8/451 30476
/proc/meminfo: memFree=16249868/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=88600 CPUtime=3.09 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 9314 0 0 0 308 1 0 0 25 0 1 0 658400973 90726400 9250 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423318 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 22150 9250 725 445 0 15695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88600

[startup+6.30104 s]
/proc/loadavg: 5.61 6.76 8.27 8/451 30476
/proc/meminfo: memFree=16226440/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=97864 CPUtime=6.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 11354 0 0 0 628 1 0 0 25 0 1 0 658400973 100212736 11290 33554432000 4194304 6014671 140736334414560 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 24466 11290 725 445 0 18011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97864

[startup+12.7009 s]
/proc/loadavg: 5.67 6.74 8.25 8/451 30476
/proc/meminfo: memFree=16196884/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=107356 CPUtime=12.69 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 12535 0 0 0 1268 1 0 0 25 0 1 0 658400973 109932544 12471 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 26839 12471 725 445 0 20384 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107356

[startup+25.5007 s]
/proc/loadavg: 5.72 6.71 8.22 8/451 30477
/proc/meminfo: memFree=16150856/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=107356 CPUtime=25.48 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 14339 0 0 0 2547 1 0 0 25 0 1 0 658400973 109932544 14270 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 26839 14270 733 445 0 20384 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 107356

[startup+51.1002 s]
/proc/loadavg: 5.94 6.68 8.17 8/451 30486
/proc/meminfo: memFree=16101144/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=107356 CPUtime=51.09 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 15785 0 0 0 5107 2 0 0 25 0 1 0 658400973 109932544 15712 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 26839 15712 729 445 0 20384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107356

[startup+102.317 s]
/proc/loadavg: 6.04 6.58 8.05 8/451 30488
/proc/meminfo: memFree=15973164/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=130276 CPUtime=102.3 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 22872 0 0 0 10227 3 0 0 25 0 1 0 658400973 133402624 22763 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 32569 22763 727 445 0 26114 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130276

[startup+162.301 s]
/proc/loadavg: 6.01 6.48 7.93 8/451 30489
/proc/meminfo: memFree=15851252/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=154804 CPUtime=162.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 29480 0 0 0 16225 4 0 0 25 0 1 0 658400973 158519296 29370 33554432000 4194304 6014671 140736334414560 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 38701 29370 751 445 0 32246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154804

[startup+222.3 s]
/proc/loadavg: 6.00 6.39 7.80 8/451 30491
/proc/meminfo: memFree=15792704/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=179788 CPUtime=222.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 33201 0 0 0 22224 5 0 0 25 0 1 0 658400973 184102912 33091 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 44947 33091 773 445 0 38492 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 179788

[startup+282.301 s]
/proc/loadavg: 6.05 6.33 7.70 8/451 30495
/proc/meminfo: memFree=15717832/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=193016 CPUtime=282.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 37020 0 0 0 28223 6 0 0 25 0 1 0 658400973 197648384 36866 33554432000 4194304 6014671 140736334414560 18446744073709551615 4379327 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 48254 36866 755 445 0 41799 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 193016

[startup+342.301 s]
/proc/loadavg: 6.11 6.30 7.59 8/451 30497
/proc/meminfo: memFree=15651972/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=193016 CPUtime=342.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 38467 0 0 0 34222 7 0 0 25 0 1 0 658400973 197648384 38276 33554432000 4194304 6014671 140736334414560 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 48254 38276 755 445 0 41799 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 193016

[startup+402.301 s]
/proc/loadavg: 6.18 6.29 7.51 8/451 30499
/proc/meminfo: memFree=15630004/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=193016 CPUtime=402.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 38901 0 0 0 40222 7 0 0 25 0 1 0 658400973 197648384 38672 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 48254 38672 755 445 0 41799 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 193016

[startup+462.301 s]
/proc/loadavg: 6.16 6.26 7.42 8/451 30500
/proc/meminfo: memFree=15522596/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=249324 CPUtime=462.3 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 42838 0 0 0 46221 9 0 0 25 0 1 0 658400973 255307776 42544 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 62331 42544 752 445 0 55876 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 249324

[startup+522.301 s]
/proc/loadavg: 6.36 6.30 7.36 8/451 30502
/proc/meminfo: memFree=15452524/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=249324 CPUtime=522.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 44677 0 0 0 52220 9 0 0 25 0 1 0 658400973 255307776 40774 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 62331 40774 725 445 0 55876 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 249324

[startup+582.301 s]
/proc/loadavg: 6.17 6.26 7.28 8/451 30503
/proc/meminfo: memFree=15408728/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=307324 CPUtime=582.29 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 47775 0 0 0 58220 9 0 0 25 0 1 0 658400973 314699776 43872 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 76831 43872 725 445 0 70376 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 307324

[startup+642.301 s]
/proc/loadavg: 6.12 6.23 7.20 8/451 30505
/proc/meminfo: memFree=15383908/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=307324 CPUtime=642.32 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 49099 0 0 0 64222 10 0 0 25 0 1 0 658400973 314699776 45196 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 76831 45196 759 445 0 70376 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 307324

[startup+702.301 s]
/proc/loadavg: 6.08 6.21 7.13 8/451 30507
/proc/meminfo: memFree=15297332/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=702.3 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 61707 0 0 0 70216 14 0 0 25 0 1 0 658400973 376147968 57770 33554432000 4194304 6014671 140736334414560 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 57770 725 445 0 85378 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 367332

[startup+762.318 s]
/proc/loadavg: 6.03 6.16 7.05 8/451 30508
/proc/meminfo: memFree=15248456/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=762.32 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 62155 0 0 0 76218 14 0 0 25 0 1 0 658400973 376147968 58218 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 58218 725 445 0 85378 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 367332

[startup+822.301 s]
/proc/loadavg: 6.01 6.13 6.99 8/451 30510
/proc/meminfo: memFree=15153340/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=822.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 66626 0 0 0 82215 16 0 0 25 0 1 0 658400973 376147968 62689 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 62689 725 445 0 85378 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 367332

[startup+882.3 s]
/proc/loadavg: 6.06 6.12 6.93 8/451 30511
/proc/meminfo: memFree=15083144/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=882.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 73414 0 0 0 88213 18 0 0 25 0 1 0 658400973 376147968 69477 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 69477 725 445 0 85378 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 367332

[startup+942.301 s]
/proc/loadavg: 5.86 6.06 6.86 7/450 30513
/proc/meminfo: memFree=15082516/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=942.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 73419 0 0 0 94213 18 0 0 25 0 1 0 658400973 376147968 69482 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 69482 725 445 0 85378 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 367332

[startup+1002.3 s]
/proc/loadavg: 5.34 5.87 6.74 7/450 30515
/proc/meminfo: memFree=15056696/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1002.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 76432 0 0 0 100212 19 0 0 25 0 1 0 658400973 376147968 72495 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 72495 725 445 0 85378 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 367332

[startup+1062.3 s]
/proc/loadavg: 5.31 5.78 6.65 7/450 30516
/proc/meminfo: memFree=15043904/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1062.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 77016 0 0 0 106212 19 0 0 25 0 1 0 658400973 376147968 73079 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 73079 725 445 0 85378 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 367332

[startup+1122.3 s]
/proc/loadavg: 5.18 5.65 6.55 7/450 30518
/proc/meminfo: memFree=15030992/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1122.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 77573 0 0 0 112212 19 0 0 25 0 1 0 658400973 376147968 73636 33554432000 4194304 6014671 140736334414560 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 73636 725 445 0 85378 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 367332

[startup+1182.3 s]
/proc/loadavg: 5.12 5.56 6.46 7/450 30519
/proc/meminfo: memFree=15017456/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1182.31 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 78784 0 0 0 118212 19 0 0 25 0 1 0 658400973 376147968 74684 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 74684 782 445 0 85378 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 367332

[startup+1242.3 s]
/proc/loadavg: 5.08 5.46 6.37 7/450 30521
/proc/meminfo: memFree=15002316/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1242.32 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 79800 0 0 0 124212 20 0 0 25 0 1 0 658400973 376147968 75700 33554432000 4194304 6014671 140736334414560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 75700 782 445 0 85378 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 367332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.03 5.38 6.29 7/450 30523
/proc/meminfo: memFree=14980356/32951124 swapFree=67082160/67111528
[pid=30454] ppid=30452 vsize=367332 CPUtime=1300.03 cores=5,7
/proc/30454/stat : 30454 (qutersat_releas) R 30452 30454 30415 0 -1 4202496 80042 0 0 0 129983 20 0 0 25 0 1 0 658400973 376147968 75942 33554432000 4194304 6014671 140736334414560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30454/statm: 91833 75942 782 445 0 85378 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 367332

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.84
CPU system time (s): 0.214967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 367332

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

runsolver used 5.64714 second user time and 13.367 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 16:00:30
IDJOB=3376709
IDBENCH=71576
IDSOLVER=1856
FILE ID=node136/3376709-1305468030
RUNJOBID= node136-1305468030-30436
PBS_JOBID= 13325320
Free space on /tmp= 72992 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376709-1305468030/watcher-3376709-1305468030 -o /tmp/evaluation-result-3376709-1305468030/solver-3376709-1305468030 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376709-1305468030.cnf 51864228

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=51864228

node136.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	: 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.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.75
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.76
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.75
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.83
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.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16453932 kB
Buffers:        322796 kB
Cached:        5897980 kB
SwapCached:       2732 kB
Active:       11733636 kB
Inactive:      4399396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16453932 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:            4416 kB
Writeback:           0 kB
AnonPages:     9910236 kB
Mapped:          35920 kB
Slab:           241156 kB
PageTables:      53484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123154572 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= 72988 MiB
End job on node136 at 2011-05-15 16:22:12