Trace number 3376716

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1299.92 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3218
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.14	c Set FPU double precision.
0.00/0.16	c Parse Cnf success: #var: 1150 #clause: 84314
0.00/0.16	c Find Units :          0
0.00/0.16	c Find Invs  :          0
0.00/0.16	c Find Ands  :       1150 AvgFaninNum: 22
0.00/0.16	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.16	c Find Ite   :          0
0.00/0.16	c UnDirect variable: 0
0.00/0.16	c UnDirect to Direct Gate: 0
0.00/0.16	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.16	c Break Cycle : 1100
0.00/0.16	c Total Root : 0 Undef Var: 1100
0.00/0.16	c After covering, Total Root: 50 Leaf: 1100
0.00/0.16	c Variable( cover/uncovered/unused ): 1150 0 0
0.00/0.16	c Unit Clauses: 0
0.00/0.16	c Binary Clauses( cover/uncovered ): 1100 79013
0.00/0.16	c Clauses( cover/uncovered ): 50 0
0.00/0.16	c Total Clauses( cover/uncovered ): 1150 79013 1.43458%
0.00/0.16	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.00/0.20	c Uncover Clauses avg size: 2 max size: 2
0.00/0.20	c Final circuit: i/l/o/s    1100       0   79013     80063
0.00/0.20	c CnfToAig: Time: 0.06 s
0.00/0.25	c TmMap: Set choices finish.
0.11/0.30	c TmMap: Set big and: 79063
0.11/0.30	c TmMap: Origin: 81164 ClauseNum: 240189 --> New: 80164 ClauseNum: 238189
0.11/0.30	c TmMap: Time: 0.05
0.15/0.30	c Try to Add: #clause: 158126 #xorclause: 0
0.15/0.31	c #var: 1150 #clauses: 51 Solving... 
1299.90/1300.00	c Time Out !!
1299.90/1300.00	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: 977)

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

running on 2 cores: 0,2

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.70 3.91 3.00 2/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=11796 CPUtime=0 cores=0,2
/proc/3278/stat : 3278 (runsolver) S 3272 3278 2906 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 855874846 12079104 51 33554432000 4194304 5432328 140733418886176 18446744073709551615 4881591 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/3278/statm: 2949 51 31 303 0 2643 0

[startup+0.0254421 s]
/proc/loadavg: 3.70 3.91 3.00 2/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=6420 CPUtime=0 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) D 3272 3278 2906 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 855874846 6574080 47 33554432000 4194304 6014671 140734158791680 18446744073709551615 233505373831 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3278/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100466 s]
/proc/loadavg: 3.70 3.91 3.00 2/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=16508 CPUtime=0 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) S 3272 3278 2906 0 -1 4194304 109 0 2 0 0 0 0 0 17 0 1 0 855874846 16904192 65 33554432000 4194304 6014671 140734158791680 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 1
/proc/3278/statm: 4127 65 49 445 0 89 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16508

[startup+0.300474 s]
/proc/loadavg: 3.70 3.91 3.00 2/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=67860 CPUtime=0.15 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 10624 0 3 0 14 1 0 0 17 0 1 0 855874846 69488640 10563 33554432000 4194304 6014671 140734158791680 18446744073709551615 4807776 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 16965 10563 670 445 0 10510 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 67860

[startup+0.70039 s]
/proc/loadavg: 3.70 3.91 3.00 2/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=76932 CPUtime=0.55 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 10875 0 3 0 54 1 0 0 17 0 1 0 855874846 78778368 10814 33554432000 4194304 6014671 140734158791680 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 19233 10814 721 445 0 12778 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 76932

[startup+1.50024 s]
/proc/loadavg: 3.72 3.91 3.00 6/190 3286
/proc/meminfo: memFree=32332128/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=86240 CPUtime=1.35 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 11061 0 3 0 134 1 0 0 18 0 1 0 855874846 88309760 11000 33554432000 4194304 6014671 140734158791680 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 21560 11000 721 445 0 15105 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 86240

[startup+3.10095 s]
/proc/loadavg: 3.72 3.91 3.00 6/190 3286
/proc/meminfo: memFree=32321744/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=86240 CPUtime=2.95 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 11187 0 3 0 294 1 0 0 22 0 1 0 855874846 88309760 11126 33554432000 4194304 6014671 140734158791680 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 21560 11126 725 445 0 15105 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86240

[startup+6.30037 s]
/proc/loadavg: 3.75 3.92 3.01 6/190 3286
/proc/meminfo: memFree=32300740/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=86240 CPUtime=6.16 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 13118 0 3 0 614 2 0 0 25 0 1 0 855874846 88309760 13057 33554432000 4194304 6014671 140734158791680 18446744073709551615 4537317 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 21560 13057 725 445 0 15105 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 86240

[startup+12.7002 s]
/proc/loadavg: 3.77 3.92 3.01 6/190 3286
/proc/meminfo: memFree=32274808/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=115436 CPUtime=12.55 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 15040 0 3 0 1253 2 0 0 25 0 1 0 855874846 118206464 14979 33554432000 4194304 6014671 140734158791680 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 28859 14979 725 445 0 22404 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 115436

[startup+25.5009 s]
/proc/loadavg: 3.82 3.92 3.03 6/190 3286
/proc/meminfo: memFree=32235040/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=125184 CPUtime=25.35 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 15833 0 3 0 2533 2 0 0 25 0 1 0 855874846 128188416 15772 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 31296 15772 725 445 0 24841 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 125184

[startup+51.1003 s]
/proc/loadavg: 3.88 3.92 3.05 6/190 3288
/proc/meminfo: memFree=32187240/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=146504 CPUtime=50.96 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 19266 0 3 0 5093 3 0 0 25 0 1 0 855874846 150020096 19205 33554432000 4194304 6014671 140734158791680 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 36626 19205 725 445 0 30171 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 146504

[startup+102.307 s]
/proc/loadavg: 3.95 3.93 3.10 6/190 3289
/proc/meminfo: memFree=32057016/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=146504 CPUtime=102.16 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 24973 0 3 0 10212 4 0 0 25 0 1 0 855874846 150020096 24884 33554432000 4194304 6014671 140734158791680 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 36626 24884 725 445 0 30171 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 146504

[startup+162.3 s]
/proc/loadavg: 3.98 3.94 3.15 6/190 3298
/proc/meminfo: memFree=31909640/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=158132 CPUtime=162.15 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 29473 0 3 0 16209 6 0 0 25 0 1 0 855874846 161927168 29384 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424616 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 39533 29384 725 445 0 33078 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 158132

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.20 6/190 3299
/proc/meminfo: memFree=31831572/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=158132 CPUtime=222.16 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 32139 0 3 0 22209 7 0 0 25 0 1 0 855874846 161927168 32050 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 39533 32050 725 445 0 33078 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 158132

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.25 6/190 3301
/proc/meminfo: memFree=31797680/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=234208 CPUtime=282.16 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 37582 0 3 0 28208 8 0 0 25 0 1 0 855874846 239828992 37487 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 58552 37487 725 445 0 52097 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 234208

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.29 6/190 3303
/proc/meminfo: memFree=31789932/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=234208 CPUtime=342.16 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 38996 0 3 0 34208 8 0 0 25 0 1 0 855874846 239828992 38883 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 58552 38883 725 445 0 52097 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 234208

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.34 6/190 3304
/proc/meminfo: memFree=31749964/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=287716 CPUtime=402.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 40964 0 3 0 40208 9 0 0 25 0 1 0 855874846 294621184 40738 33554432000 4194304 6014671 140734158791680 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 71929 40738 725 445 0 65474 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 287716

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.37 6/190 3306
/proc/meminfo: memFree=31722020/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=287716 CPUtime=462.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 41516 0 3 0 46208 9 0 0 25 0 1 0 855874846 294621184 41229 33554432000 4194304 6014671 140734158791680 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 71929 41229 725 445 0 65474 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 287716

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.41 6/190 3307
/proc/meminfo: memFree=31667172/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=287716 CPUtime=522.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 42124 0 3 0 52208 9 0 0 25 0 1 0 855874846 294621184 41762 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 71929 41762 725 445 0 65474 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 287716

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.45 6/190 3309
/proc/meminfo: memFree=31643444/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=345768 CPUtime=582.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 42882 0 3 0 58207 10 0 0 25 0 1 0 855874846 354066432 42373 33554432000 4194304 6014671 140734158791680 18446744073709551615 4563895 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 86442 42373 725 445 0 79987 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 345768

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.48 6/190 3311
/proc/meminfo: memFree=31570732/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=345768 CPUtime=642.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 54647 0 3 0 64205 12 0 0 25 0 1 0 855874846 354066432 54127 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 86442 54127 725 445 0 79987 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 345768

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.51 6/190 3321
/proc/meminfo: memFree=31566104/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=405504 CPUtime=702.17 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 55986 0 3 0 70204 13 0 0 25 0 1 0 855874846 415236096 54593 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 101376 54593 725 445 0 94921 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 405504

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.54 6/190 3323
/proc/meminfo: memFree=31510752/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=466016 CPUtime=762.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 57209 0 3 0 76204 14 0 0 25 0 1 0 855874846 477200384 55816 33554432000 4194304 6014671 140734158791680 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 116504 55816 725 445 0 110049 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 466016

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.56 6/190 3324
/proc/meminfo: memFree=31471400/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=527768 CPUtime=822.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 58673 0 3 0 82203 15 0 0 25 0 1 0 855874846 540434432 57280 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 131942 57280 725 445 0 125487 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 527768

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.58 6/190 3327
/proc/meminfo: memFree=31462928/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=882.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 60132 0 3 0 88203 15 0 0 25 0 1 0 855874846 604819456 58739 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 58739 725 445 0 141206 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 590644

[startup+942.301 s]
/proc/loadavg: 3.99 3.97 3.61 6/190 3329
/proc/meminfo: memFree=31436948/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=942.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 60282 0 3 0 94203 15 0 0 25 0 1 0 855874846 604819456 58889 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 58889 725 445 0 141206 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 590644

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.63 6/190 3330
/proc/meminfo: memFree=31369824/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1002.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 60466 0 3 0 100203 15 0 0 25 0 1 0 855874846 604819456 59073 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 59073 725 445 0 141206 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 590644

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.65 6/190 3332
/proc/meminfo: memFree=31317452/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1062.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 60800 0 3 0 106203 15 0 0 25 0 1 0 855874846 604819456 59407 33554432000 4194304 6014671 140734158791680 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 59407 725 445 0 141206 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 590644

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.67 6/190 3333
/proc/meminfo: memFree=31295712/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1122.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 64946 0 3 0 112202 16 0 0 25 0 1 0 855874846 604819456 63553 33554432000 4194304 6014671 140734158791680 18446744073709551615 4372085 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 63553 725 445 0 141206 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 590644

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.69 6/190 3335
/proc/meminfo: memFree=31253880/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1182.18 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 74064 0 3 0 118200 18 0 0 25 0 1 0 855874846 604819456 72627 33554432000 4194304 6014671 140734158791680 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 72627 759 445 0 141206 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 590644

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.70 6/190 3337
/proc/meminfo: memFree=31231376/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1242.19 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 75172 0 3 0 124200 19 0 0 25 0 1 0 855874846 604819456 73729 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 73729 753 445 0 141206 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 590644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.72 6/190 3338
/proc/meminfo: memFree=31164484/32951124 swapFree=67056964/67111528
[pid=3278] ppid=3272 vsize=590644 CPUtime=1299.9 cores=0,2
/proc/3278/stat : 3278 (qutersat_releas) R 3272 3278 2906 0 -1 4202496 75559 0 3 0 129971 19 0 0 25 0 1 0 855874846 604819456 74114 33554432000 4194304 6014671 140734158791680 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/3278/statm: 147661 74114 751 445 0 141206 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 590644

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.02
CPU time (s): 1299.92
CPU user time (s): 1299.71
CPU system time (s): 0.207968
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 590644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75563
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63
involuntary context switches= 2581

runsolver used 2.28065 second user time and 4.6173 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 17:49:50
IDJOB=3376716
IDBENCH=71433
IDSOLVER=1856
FILE ID=node145/3376716-1307634589
RUNJOBID= node145-1307634589-3226
PBS_JOBID= 13549347
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=1747761907

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32588156 kB
Buffers:         36644 kB
Cached:         166112 kB
SwapCached:       7944 kB
Active:          88892 kB
Inactive:       133732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32588156 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           13896 kB
Writeback:           0 kB
AnonPages:       17116 kB
Mapped:          12712 kB
Slab:            75432 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189144 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= 74184 MiB
End job on node145 at 2011-06-09 18:11:32