Trace number 3376706

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

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.41518
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2420 #clause: 33572
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        532 AvgFaninNum: 3.78947
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 420
0.00/0.02	c Total Root : 0 Undef Var: 2308
0.00/0.02	c After covering, Total Root: 112 Leaf: 420
0.00/0.02	c Variable( cover/uncovered/unused ): 532 1888 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 420 13976
0.00/0.02	c Clauses( cover/uncovered ): 112 17768
0.00/0.02	c Total Clauses( cover/uncovered ): 532 31744 1.64828%
0.00/0.02	c Covered Ands: 112 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 2.89793 max size: 36
0.00/0.05	c Final circuit: i/l/o/s    2308       0   31744     50404
0.00/0.05	c CnfToAig: Time: 0.05 s
0.09/0.10	c TmMap: Set choices finish.
0.09/0.12	c TmMap: Set big and: 32828
0.09/0.12	c TmMap: Origin: 52713 ClauseNum: 151212 --> New: 35137 ClauseNum: 119444
0.09/0.12	c TmMap: Time: 0.03
0.09/0.13	c Try to Add: #clause: 65656 #xorclause: 0
0.09/0.14	c #var: 3392 #clauses: 16125 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-3376706-1305467737/watcher-3376706-1305467737 -o /tmp/evaluation-result-3376706-1305467737/solver-3376706-1305467737 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376706-1305467737.cnf 2062357700 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.69 3.32 5.01 4/380 32284
/proc/meminfo: memFree=19722648/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=35436 CPUtime=0.01 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 2318 0 0 0 1 0 0 0 25 0 1 0 639189163 36286464 2255 33554432000 4194304 6014671 140736398805840 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 8859 2266 378 445 0 2404 0

[startup+0.0774551 s]
/proc/loadavg: 1.69 3.32 5.01 4/380 32284
/proc/meminfo: memFree=19722648/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=46224 CPUtime=0.07 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 5677 0 0 0 7 0 0 0 25 0 1 0 639189163 47333376 5613 33554432000 4194304 6014671 140736398805840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 11556 5617 668 445 0 5101 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46224

[startup+0.100458 s]
/proc/loadavg: 1.69 3.32 5.01 4/380 32284
/proc/meminfo: memFree=19722648/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=51344 CPUtime=0.09 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 6840 0 0 0 9 0 0 0 25 0 1 0 639189163 52576256 6776 33554432000 4194304 6014671 140736398805840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 12836 6778 668 445 0 6381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51344

[startup+0.300409 s]
/proc/loadavg: 1.69 3.32 5.01 4/380 32284
/proc/meminfo: memFree=19722648/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=66032 CPUtime=0.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 8489 0 0 0 29 0 0 0 25 0 1 0 639189163 67616768 8425 33554432000 4194304 6014671 140736398805840 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 16508 8425 709 445 0 10053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66032

[startup+0.700335 s]
/proc/loadavg: 1.69 3.32 5.01 4/380 32284
/proc/meminfo: memFree=19722648/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=75588 CPUtime=0.69 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 9391 0 0 0 69 0 0 0 25 0 1 0 639189163 77402112 9327 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 18897 9327 725 445 0 12442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75588

[startup+1.50022 s]
/proc/loadavg: 1.69 3.32 5.01 5/381 32285
/proc/meminfo: memFree=19641544/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=85760 CPUtime=1.49 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 10662 0 0 0 148 1 0 0 25 0 1 0 639189163 87818240 10598 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 21440 10598 725 445 0 14985 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85760

[startup+3.10092 s]
/proc/loadavg: 1.69 3.32 5.01 5/381 32285
/proc/meminfo: memFree=19627284/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=96336 CPUtime=3.09 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 12218 0 0 0 308 1 0 0 25 0 1 0 639189163 98648064 12154 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 24084 12154 725 445 0 17629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96336

[startup+6.30031 s]
/proc/loadavg: 1.96 3.35 5.01 5/381 32285
/proc/meminfo: memFree=19592480/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=118624 CPUtime=6.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 16423 0 0 0 627 2 0 0 25 0 1 0 639189163 121470976 16359 33554432000 4194304 6014671 140736398805840 18446744073709551615 228095147718 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 29656 16360 729 445 0 23201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 118624

[startup+12.7012 s]
/proc/loadavg: 2.12 3.36 5.00 5/381 32285
/proc/meminfo: memFree=19539976/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=129984 CPUtime=12.69 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 19539 0 0 0 1267 2 0 0 25 0 1 0 639189163 133103616 19475 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 32496 19475 729 445 0 26041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129984

[startup+25.5008 s]
/proc/loadavg: 2.54 3.39 4.99 5/381 32285
/proc/meminfo: memFree=19299396/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=167296 CPUtime=25.48 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 27686 0 0 0 2545 3 0 0 25 0 1 0 639189163 171311104 27622 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 41824 27622 729 445 0 35369 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 167296

[startup+51.1011 s]
/proc/loadavg: 3.03 3.44 4.96 5/381 32286
/proc/meminfo: memFree=18955344/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=167296 CPUtime=51.08 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 31151 0 0 0 5104 4 0 0 25 0 1 0 639189163 171311104 31083 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 41824 31083 731 445 0 35369 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 167296

[startup+102.314 s]
/proc/loadavg: 3.58 3.52 4.91 5/381 32314
/proc/meminfo: memFree=19834424/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=222448 CPUtime=102.3 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 34923 0 0 0 10225 5 0 0 25 0 1 0 639189163 227786752 34853 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 55612 34853 729 445 0 49157 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 222448

[startup+162.301 s]
/proc/loadavg: 3.84 3.61 4.85 5/381 32316
/proc/meminfo: memFree=19722732/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=222448 CPUtime=162.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 38557 0 0 0 16223 6 0 0 25 0 1 0 639189163 227786752 38487 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 55612 38487 729 445 0 49157 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 222448

[startup+222.301 s]
/proc/loadavg: 3.94 3.68 4.79 5/381 32317
/proc/meminfo: memFree=19617684/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=280352 CPUtime=222.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 44982 0 0 0 22222 7 0 0 25 0 1 0 639189163 287080448 44911 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 70088 44911 729 445 0 63633 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 280352

[startup+282.301 s]
/proc/loadavg: 4.03 3.75 4.74 5/381 32319
/proc/meminfo: memFree=19536300/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=280352 CPUtime=282.3 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 53255 0 0 0 28220 10 0 0 25 0 1 0 639189163 287080448 53107 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 70088 53107 729 445 0 63633 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 280352

[startup+342.301 s]
/proc/loadavg: 4.01 3.79 4.69 5/381 32330
/proc/meminfo: memFree=19514812/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=280352 CPUtime=342.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 54208 0 0 0 34219 10 0 0 25 0 1 0 639189163 287080448 53968 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 70088 53968 729 445 0 63633 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 280352

[startup+402.3 s]
/proc/loadavg: 4.00 3.83 4.65 5/381 32331
/proc/meminfo: memFree=19476952/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=402.29 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 60089 0 0 0 40217 12 0 0 25 0 1 0 639189163 416526336 59788 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 59788 729 445 0 95236 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 406764

[startup+462.3 s]
/proc/loadavg: 4.03 3.87 4.61 5/381 32333
/proc/meminfo: memFree=19419640/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=462.3 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 61198 0 0 0 46217 13 0 0 25 0 1 0 639189163 416526336 60795 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 60795 729 445 0 95236 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 406764

[startup+522.3 s]
/proc/loadavg: 4.23 3.95 4.59 5/381 32334
/proc/meminfo: memFree=19356000/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=522.3 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 62579 0 0 0 52217 13 0 0 25 0 1 0 639189163 416526336 61360 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 61360 729 445 0 95236 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 406764

[startup+582.3 s]
/proc/loadavg: 4.08 3.96 4.55 5/381 32336
/proc/meminfo: memFree=19307860/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=582.3 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 70689 0 0 0 58216 14 0 0 25 0 1 0 639189163 416526336 69470 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 69470 729 445 0 95236 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 406764

[startup+642.3 s]
/proc/loadavg: 4.03 3.96 4.51 5/381 32338
/proc/meminfo: memFree=19256120/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=642.32 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 76851 0 0 0 64216 16 0 0 25 0 1 0 639189163 416526336 75632 33554432000 4194304 6014671 140736398805840 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 75632 729 445 0 95236 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 406764

[startup+702.3 s]
/proc/loadavg: 4.01 3.97 4.48 5/381 32339
/proc/meminfo: memFree=19235148/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=702.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 77083 0 0 0 70215 16 0 0 25 0 1 0 639189163 416526336 75864 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 75864 729 445 0 95236 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 406764

[startup+762.314 s]
/proc/loadavg: 4.00 3.97 4.44 5/381 32341
/proc/meminfo: memFree=19244168/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=762.32 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 82179 0 0 0 76214 18 0 0 25 0 1 0 639189163 416526336 80960 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 80960 729 445 0 95236 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 406764

[startup+822.301 s]
/proc/loadavg: 4.08 3.99 4.42 5/381 32342
/proc/meminfo: memFree=19213656/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=822.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 82222 0 0 0 82213 18 0 0 25 0 1 0 639189163 416526336 81003 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 81003 729 445 0 95236 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 406764

[startup+882.301 s]
/proc/loadavg: 4.03 3.99 4.39 5/381 32344
/proc/meminfo: memFree=19127060/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406764 CPUtime=882.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 82623 0 0 0 88213 18 0 0 25 0 1 0 639189163 416526336 81404 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101691 81404 729 445 0 95236 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 406764

[startup+942.301 s]
/proc/loadavg: 4.10 4.02 4.37 5/381 32346
/proc/meminfo: memFree=19070876/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=942.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 83181 0 0 0 94213 18 0 0 25 0 1 0 639189163 416657408 81962 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 81962 729 445 0 95268 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 406892

[startup+1002.3 s]
/proc/loadavg: 4.08 4.03 4.35 5/381 32347
/proc/meminfo: memFree=19054356/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1002.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 83189 0 0 0 100213 18 0 0 25 0 1 0 639189163 416657408 81970 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 81970 729 445 0 95268 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 406892

[startup+1062.3 s]
/proc/loadavg: 4.09 4.04 4.33 5/381 32349
/proc/meminfo: memFree=19049504/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1062.31 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 83547 0 0 0 106213 18 0 0 25 0 1 0 639189163 416657408 82328 33554432000 4194304 6014671 140736398805840 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 82328 729 445 0 95268 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 406892

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 4.32 5/381 32350
/proc/meminfo: memFree=18999620/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1122.32 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 83710 0 0 0 112214 18 0 0 25 0 1 0 639189163 416657408 82491 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 82491 729 445 0 95268 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 406892

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 4.29 5/381 32352
/proc/meminfo: memFree=18919248/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1182.32 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 86623 0 0 0 118214 18 0 0 25 0 1 0 639189163 416657408 85404 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 85404 729 445 0 95268 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 406892

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 4.27 5/381 32354
/proc/meminfo: memFree=18904716/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1242.32 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 88313 0 0 0 124213 19 0 0 25 0 1 0 639189163 416657408 87094 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 87094 729 445 0 95268 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 406892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.25 5/381 32411
/proc/meminfo: memFree=20710284/32951124 swapFree=65980216/67111528
[pid=32284] ppid=32282 vsize=406892 CPUtime=1300.03 cores=4,6
/proc/32284/stat : 32284 (qutersat_releas) R 32282 32284 32196 0 -1 4202496 88317 0 0 0 129984 19 0 0 25 0 1 0 639189163 416657408 87098 33554432000 4194304 6014671 140736398805840 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32284/statm: 101723 87098 729 445 0 95268 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 406892

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.06
CPU user time (s): 1299.85
CPU system time (s): 0.212967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 406892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1721

runsolver used 4.84226 second user time and 10.5544 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 15:55:37
IDJOB=3376706
IDBENCH=70930
IDSOLVER=1856
FILE ID=node142/3376706-1305467737
RUNJOBID= node142-1305467718-32215
PBS_JOBID= 13325296
Free space on /tmp= 73480 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376706-1305467737/watcher-3376706-1305467737 -o /tmp/evaluation-result-3376706-1305467737/solver-3376706-1305467737 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376706-1305467737.cnf 2062357700

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=2062357700

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19722796 kB
Buffers:        339572 kB
Cached:        4894948 kB
SwapCached:      11520 kB
Active:        9785808 kB
Inactive:      3100156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19722796 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           71680 kB
Writeback:           0 kB
AnonPages:     7648276 kB
Mapped:          26320 kB
Slab:           235400 kB
PageTables:      39828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80719344 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= 73540 MiB
End job on node142 at 2011-05-15 16:17:19