Trace number 3376861

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.04

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 2400 #clause: 266431
0.00/0.06	c Find Units :          0
0.06/0.08	c Find Invs  :          0
0.06/0.08	c Find Ands  :       2400 AvgFaninNum: 31
0.06/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.08	c Find Ite   :          0
0.06/0.08	c UnDirect variable: 0
0.06/0.08	c UnDirect to Direct Gate: 0
0.06/0.08	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.06/0.08	c Break Cycle : 2325
0.06/0.08	c Total Root : 0 Undef Var: 2325
0.06/0.08	c After covering, Total Root: 75 Leaf: 2325
0.06/0.08	c Variable( cover/uncovered/unused ): 2400 0 0
0.06/0.08	c Unit Clauses: 0
0.06/0.08	c Binary Clauses( cover/uncovered ): 2325 256181
0.06/0.08	c Clauses( cover/uncovered ): 75 0
0.06/0.08	c Total Clauses( cover/uncovered ): 2400 256181 0.928142%
0.06/0.08	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 2 max size: 2
0.09/0.19	c Final circuit: i/l/o/s    2325       0  256181    258431
0.09/0.19	c CnfToAig: Time: 0.19 s
0.29/0.32	c TmMap: Set choices finish.
0.39/0.42	c TmMap: Set big and: 256256
0.39/0.42	c TmMap: Origin: 260757 ClauseNum: 775293 --> New: 258582 ClauseNum: 770943
0.39/0.42	c TmMap: Time: 0.12
0.39/0.46	c Try to Add: #clause: 512512 #xorclause: 0
0.39/0.49	c #var: 2400 #clauses: 76 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376861-1305467912/watcher-3376861-1305467912 -o /tmp/evaluation-result-3376861-1305467912/solver-3376861-1305467912 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376861-1305467912.cnf 194888480 

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: 3.89 4.74 6.04 4/444 22561
/proc/meminfo: memFree=16498456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=35436 CPUtime=0.01 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 2562 0 0 0 1 0 0 0 22 0 1 0 737021898 36286464 2498 33554432000 4194304 6014671 140734171309712 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 8859 2498 378 445 0 2404 0

[startup+0.0774689 s]
/proc/loadavg: 3.89 4.74 6.04 4/444 22561
/proc/meminfo: memFree=16498456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=44652 CPUtime=0.06 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 5030 0 0 0 6 0 0 0 22 0 1 0 737021898 45723648 4966 33554432000 4194304 6014671 140734171309712 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 11163 4966 382 445 0 4708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44652

[startup+0.100467 s]
/proc/loadavg: 3.89 4.74 6.04 4/444 22561
/proc/meminfo: memFree=16498456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=44652 CPUtime=0.09 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 5050 0 0 0 9 0 0 0 22 0 1 0 737021898 45723648 4986 33554432000 4194304 6014671 140734171309712 18446744073709551615 4334641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 11163 4986 398 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300447 s]
/proc/loadavg: 3.89 4.74 6.04 4/444 22561
/proc/meminfo: memFree=16498456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=93932 CPUtime=0.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 17426 0 0 0 27 2 0 0 23 0 1 0 737021898 96186368 17362 33554432000 4194304 6014671 140734171309712 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 23483 17364 668 445 0 17028 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93932

[startup+0.70037 s]
/proc/loadavg: 3.89 4.74 6.04 4/444 22561
/proc/meminfo: memFree=16498456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=122564 CPUtime=0.69 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 24827 0 0 0 66 3 0 0 25 0 1 0 737021898 125505536 24763 33554432000 4194304 6014671 140734171309712 18446744073709551615 4497840 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 30641 24763 716 445 0 24186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122564

[startup+1.50023 s]
/proc/loadavg: 3.89 4.74 6.04 5/445 22562
/proc/meminfo: memFree=16399620/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=122564 CPUtime=1.49 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 24832 0 0 0 146 3 0 0 25 0 1 0 737021898 125505536 24768 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 30641 24768 721 445 0 24186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122564

[startup+3.10096 s]
/proc/loadavg: 3.89 4.74 6.04 5/445 22562
/proc/meminfo: memFree=16396272/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=133364 CPUtime=3.09 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 25888 0 0 0 306 3 0 0 25 0 1 0 737021898 136564736 25824 33554432000 4194304 6014671 140734171309712 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 33341 25824 721 445 0 26886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133364

[startup+6.30043 s]
/proc/loadavg: 3.90 4.73 6.03 5/445 22562
/proc/meminfo: memFree=16386160/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=133364 CPUtime=6.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 25892 0 0 0 626 3 0 0 25 0 1 0 737021898 136564736 25828 33554432000 4194304 6014671 140734171309712 18446744073709551615 4537196 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 33341 25828 725 445 0 26886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133364

[startup+12.7004 s]
/proc/loadavg: 3.91 4.72 6.02 5/445 22562
/proc/meminfo: memFree=16364712/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=133364 CPUtime=12.69 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 25902 0 0 0 1266 3 0 0 25 0 1 0 737021898 136564736 25838 33554432000 4194304 6014671 140734171309712 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 33341 25838 725 445 0 26886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133364

[startup+25.5002 s]
/proc/loadavg: 3.93 4.68 5.99 5/445 22562
/proc/meminfo: memFree=16261700/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=155304 CPUtime=25.49 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 28910 0 0 0 2546 3 0 0 25 0 1 0 737021898 159031296 28846 33554432000 4194304 6014671 140734171309712 18446744073709551615 4536961 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 38826 28846 725 445 0 32371 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155304

[startup+51.101 s]
/proc/loadavg: 3.95 4.63 5.93 5/445 22562
/proc/meminfo: memFree=16159312/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=189608 CPUtime=51.09 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 36669 0 0 0 5105 4 0 0 25 0 1 0 737021898 194158592 36605 33554432000 4194304 6014671 140734171309712 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 47402 36605 725 445 0 40947 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189608

[startup+102.316 s]
/proc/loadavg: 4.05 4.54 5.83 5/445 22591
/proc/meminfo: memFree=16508420/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=339472 CPUtime=102.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 44177 0 0 0 10225 6 0 0 25 0 1 0 737021898 347619328 44113 33554432000 4194304 6014671 140734171309712 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 84868 44113 725 445 0 78413 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 339472

[startup+162.3 s]
/proc/loadavg: 4.02 4.44 5.72 5/445 22602
/proc/meminfo: memFree=16429564/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=339472 CPUtime=162.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 57934 0 0 0 16221 8 0 0 25 0 1 0 737021898 347619328 51849 33554432000 4194304 6014671 140734171309712 18446744073709551615 4379493 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 84868 51849 732 445 0 78413 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 339472

[startup+222.3 s]
/proc/loadavg: 4.08 4.38 5.61 5/445 22631
/proc/meminfo: memFree=16553040/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=222.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 65269 0 0 0 22220 10 0 0 25 0 1 0 737021898 404455424 59177 33554432000 4194304 6014671 140734171309712 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 59177 733 445 0 92289 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 394976

[startup+282.3 s]
/proc/loadavg: 4.17 4.35 5.52 5/445 22633
/proc/meminfo: memFree=16405328/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=282.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 71013 0 0 0 28218 11 0 0 25 0 1 0 737021898 404455424 64921 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 64921 733 445 0 92289 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 394976

[startup+342.3 s]
/proc/loadavg: 4.18 4.33 5.44 5/445 22660
/proc/meminfo: memFree=11404944/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=342.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 73954 0 0 0 34218 12 0 0 25 0 1 0 737021898 404455424 67860 33554432000 4194304 6014671 140734171309712 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 67860 733 445 0 92289 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 394976

[startup+402.3 s]
/proc/loadavg: 4.25 4.31 5.36 5/445 22689
/proc/meminfo: memFree=14228644/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=402.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 76159 0 0 0 40217 12 0 0 25 0 1 0 737021898 404455424 70065 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 70065 733 445 0 92289 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 394976

[startup+462.3 s]
/proc/loadavg: 4.09 4.25 5.28 5/445 22691
/proc/meminfo: memFree=14197752/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=462.29 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 77820 0 0 0 46217 12 0 0 25 0 1 0 737021898 404455424 71724 33554432000 4194304 6014671 140734171309712 18446744073709551615 4535389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 71724 790 445 0 92289 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 394976

[startup+522.3 s]
/proc/loadavg: 4.03 4.20 5.19 5/445 22747
/proc/meminfo: memFree=16420456/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=522.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 88130 0 0 0 52215 15 0 0 25 0 1 0 737021898 404455424 81975 33554432000 4194304 6014671 140734171309712 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 81975 731 445 0 92289 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 394976

[startup+582.3 s]
/proc/loadavg: 4.01 4.16 5.12 5/445 22749
/proc/meminfo: memFree=16363924/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=394976 CPUtime=582.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 89348 0 0 0 58215 15 0 0 25 0 1 0 737021898 404455424 83188 33554432000 4194304 6014671 140734171309712 18446744073709551615 4377933 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 98744 83188 726 445 0 92289 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 394976

[startup+642.3 s]
/proc/loadavg: 4.09 4.16 5.05 5/445 22749
/proc/meminfo: memFree=16318504/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=463732 CPUtime=642.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 92812 0 0 0 64215 16 0 0 25 0 1 0 737021898 474861568 86652 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 115933 86652 726 445 0 109478 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 463732

[startup+702.3 s]
/proc/loadavg: 4.11 4.16 4.99 5/445 22751
/proc/meminfo: memFree=16232652/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=532940 CPUtime=702.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 98332 0 0 0 70213 17 0 0 25 0 1 0 737021898 545730560 92137 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 133235 92137 726 445 0 126780 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 532940

[startup+762.316 s]
/proc/loadavg: 4.15 4.17 4.95 5/445 22753
/proc/meminfo: memFree=16210924/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603160 CPUtime=762.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 99336 0 0 0 76214 17 0 0 25 0 1 0 737021898 617635840 93072 33554432000 4194304 6014671 140734171309712 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150790 93072 726 445 0 144335 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 603160

[startup+822.3 s]
/proc/loadavg: 4.09 4.15 4.89 5/445 22755
/proc/meminfo: memFree=16181392/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603160 CPUtime=822.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 99406 0 0 0 82213 17 0 0 25 0 1 0 737021898 617635840 92996 33554432000 4194304 6014671 140734171309712 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150790 92996 726 445 0 144335 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 603160

[startup+882.3 s]
/proc/loadavg: 4.07 4.13 4.84 5/445 22757
/proc/meminfo: memFree=16121600/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603160 CPUtime=882.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 99901 0 0 0 88213 18 0 0 25 0 1 0 737021898 617635840 93343 33554432000 4194304 6014671 140734171309712 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150790 93343 726 445 0 144335 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 603160

[startup+942.3 s]
/proc/loadavg: 4.06 4.12 4.79 5/445 22757
/proc/meminfo: memFree=16096908/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=942.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 103248 0 0 0 94212 18 0 0 25 0 1 0 737021898 617766912 96689 33554432000 4194304 6014671 140734171309712 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 96689 725 445 0 144367 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 603288

[startup+1002.3 s]
/proc/loadavg: 4.02 4.10 4.73 5/445 22759
/proc/meminfo: memFree=15985396/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1002.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 116015 0 0 0 100209 21 0 0 25 0 1 0 737021898 617766912 105757 33554432000 4194304 6014671 140734171309712 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 105757 725 445 0 144367 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 603288

[startup+1062.3 s]
/proc/loadavg: 4.01 4.08 4.69 5/445 22761
/proc/meminfo: memFree=15901300/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1062.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 126291 0 0 0 106208 22 0 0 25 0 1 0 737021898 617766912 116033 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 116033 725 445 0 144367 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 603288

[startup+1122.3 s]
/proc/loadavg: 4.00 4.06 4.64 5/445 22791
/proc/meminfo: memFree=16070028/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1122.3 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 126943 0 0 0 112208 22 0 0 25 0 1 0 737021898 617766912 116685 33554432000 4194304 6014671 140734171309712 18446744073709551615 4422563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 116685 725 445 0 144367 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 603288

[startup+1182.3 s]
/proc/loadavg: 4.12 4.08 4.61 5/445 22793
/proc/meminfo: memFree=16031572/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1182.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 127518 0 0 0 118208 23 0 0 25 0 1 0 737021898 617766912 117260 33554432000 4194304 6014671 140734171309712 18446744073709551615 4378396 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 117260 725 445 0 144367 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 603288

[startup+1242.3 s]
/proc/loadavg: 4.15 4.09 4.58 5/445 22793
/proc/meminfo: memFree=15994828/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1242.31 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 129211 0 0 0 124208 23 0 0 25 0 1 0 737021898 617766912 118953 33554432000 4194304 6014671 140734171309712 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 118953 725 445 0 144367 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 603288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.10 4.55 5/445 22795
/proc/meminfo: memFree=15962800/32951124 swapFree=45193372/67111528
[pid=22561] ppid=22559 vsize=603288 CPUtime=1300.02 cores=1,3
/proc/22561/stat : 22561 (qutersat_releas) R 22559 22561 22441 0 -1 4202496 130649 0 0 0 129979 23 0 0 25 0 1 0 737021898 617766912 120391 33554432000 4194304 6014671 140734171309712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22561/statm: 150822 120391 725 445 0 144367 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 603288

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.05
CPU user time (s): 1299.8
CPU system time (s): 0.25696
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 603288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130653
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= 12
involuntary context switches= 3436

runsolver used 5.60215 second user time and 13.264 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 15:58:32
IDJOB=3376861
IDBENCH=71385
IDSOLVER=1856
FILE ID=node118/3376861-1305467912
RUNJOBID= node118-1305467720-22461
PBS_JOBID= 13325305
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=194888480

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16498612 kB
Buffers:        307464 kB
Cached:        4727240 kB
SwapCached:      22076 kB
Active:       13433388 kB
Inactive:      2692368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16498612 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:            5084 kB
Writeback:           0 kB
AnonPages:    11081856 kB
Mapped:          27424 kB
Slab:           158340 kB
PageTables:     100296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126848804 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= 73252 MiB
End job on node118 at 2011-05-15 16:20:14