Trace number 3264148

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-03-01? (TO) 1300.01 1300.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 945 #clause: 61855
0.00/0.01	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
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 : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 58466
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 58466 1.59061%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.03/0.04	c Uncover Clauses avg size: 2 max size: 2
0.03/0.05	c Final circuit: i/l/o/s     900       0   58466     59321
0.03/0.05	c CnfToAig: Time: 0.04 s
0.03/0.09	c TmMap: Set choices finish.
0.08/0.12	c TmMap: Set big and: 58511
0.08/0.12	c TmMap: Origin: 60222 ClauseNum: 177963 --> New: 59412 ClauseNum: 176343
0.08/0.12	c TmMap: Time: 0.04
0.08/0.12	c Try to Add: #clause: 117022 #xorclause: 0
0.08/0.13	c #var: 945 #clauses: 46 Solving... 
1299.98/1300.00	c Time Out !!
1299.98/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: 935)

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

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.40 3.88 3.87 4/180 32199
/proc/meminfo: memFree=14732368/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=32364 CPUtime=0 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 1763 0 0 0 0 0 0 0 21 0 1 0 449360462 33140736 1697 33554432000 4194304 6016207 140735031479424 18446744073709551615 264726102618 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 8091 1703 379 445 0 1635 0

[startup+0.042637 s]
/proc/loadavg: 3.40 3.88 3.87 4/180 32199
/proc/meminfo: memFree=14732368/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=37996 CPUtime=0.03 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 3198 0 0 0 3 0 0 0 21 0 1 0 449360462 38907904 3132 33554432000 4194304 6016207 140735031479424 18446744073709551615 4317043 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 9499 3132 400 445 0 3043 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37996

[startup+0.100593 s]
/proc/loadavg: 3.40 3.88 3.87 4/180 32199
/proc/meminfo: memFree=14732368/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=53124 CPUtime=0.08 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 7419 0 0 0 8 0 0 0 21 0 1 0 449360462 54398976 7353 33554432000 4194304 6016207 140735031479424 18446744073709551615 4223606 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 13281 7353 672 445 0 6825 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53124

[startup+0.300611 s]
/proc/loadavg: 3.40 3.88 3.87 4/180 32199
/proc/meminfo: memFree=14732368/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=66448 CPUtime=0.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 8886 0 0 0 28 1 0 0 22 0 1 0 449360462 68042752 8820 33554432000 4194304 6016207 140735031479424 18446744073709551615 4426294 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 16612 8820 718 445 0 10156 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66448

[startup+0.700531 s]
/proc/loadavg: 3.40 3.88 3.87 4/180 32199
/proc/meminfo: memFree=14732368/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=75344 CPUtime=0.69 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 9252 0 0 0 68 1 0 0 24 0 1 0 449360462 77152256 9186 33554432000 4194304 6016207 140735031479424 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 18836 9186 718 445 0 12380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75344

[startup+1.50039 s]
/proc/loadavg: 3.45 3.88 3.87 5/190 32215
/proc/meminfo: memFree=14560664/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=84364 CPUtime=1.49 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 9788 0 0 0 148 1 0 0 25 0 1 0 449360462 86388736 9722 33554432000 4194304 6016207 140735031479424 18446744073709551615 4380053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 21091 9722 718 445 0 14635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84364

[startup+3.10108 s]
/proc/loadavg: 3.45 3.88 3.87 5/190 32215
/proc/meminfo: memFree=14552860/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=84492 CPUtime=3.09 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 11614 0 0 0 308 1 0 0 25 0 1 0 449360462 86519808 11548 33554432000 4194304 6016207 140735031479424 18446744073709551615 4536916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 21123 11548 727 445 0 14667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84492

[startup+6.30048 s]
/proc/loadavg: 3.49 3.88 3.87 5/190 32215
/proc/meminfo: memFree=14536372/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=93836 CPUtime=6.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 12756 0 0 0 628 1 0 0 25 0 1 0 449360462 96088064 12690 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 23459 12690 727 445 0 17003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93836

[startup+12.7003 s]
/proc/loadavg: 3.53 3.88 3.87 5/190 32216
/proc/meminfo: memFree=14510680/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=103236 CPUtime=12.69 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 13746 0 0 0 1267 2 0 0 25 0 1 0 449360462 105713664 13680 33554432000 4194304 6016207 140735031479424 18446744073709551615 4538712 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 25809 13680 727 445 0 19353 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103236

[startup+25.5008 s]
/proc/loadavg: 3.60 3.89 3.87 5/190 32216
/proc/meminfo: memFree=14468240/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=112764 CPUtime=25.49 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 14397 0 0 0 2547 2 0 0 25 0 1 0 449360462 115470336 14331 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 28191 14331 727 445 0 21735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112764

[startup+51.101 s]
/proc/loadavg: 3.76 3.89 3.88 5/190 32217
/proc/meminfo: memFree=14431892/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=133396 CPUtime=51.09 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 17902 0 0 0 5107 2 0 0 25 0 1 0 449360462 136597504 17836 33554432000 4194304 6016207 140735031479424 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 33349 17836 727 445 0 26893 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133396

[startup+102.306 s]
/proc/loadavg: 3.89 3.91 3.88 5/190 32218
/proc/meminfo: memFree=14336884/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=133396 CPUtime=102.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 22269 0 0 0 10226 3 0 0 25 0 1 0 449360462 136597504 22178 33554432000 4194304 6016207 140735031479424 18446744073709551615 4426272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 33349 22178 727 445 0 26893 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133396

[startup+162.301 s]
/proc/loadavg: 4.01 3.94 3.89 5/190 32220
/proc/meminfo: memFree=14261960/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=133396 CPUtime=162.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 24424 0 0 0 16225 4 0 0 25 0 1 0 449360462 136597504 24333 33554432000 4194304 6016207 140735031479424 18446744073709551615 4373469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 33349 24333 729 445 0 26893 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133396

[startup+222.301 s]
/proc/loadavg: 4.05 3.96 3.90 5/190 32221
/proc/meminfo: memFree=14201412/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=145552 CPUtime=222.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 28700 0 0 0 22224 5 0 0 25 0 1 0 449360462 149045248 28604 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 36388 28604 728 445 0 29932 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 145552

[startup+282.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 32223
/proc/meminfo: memFree=14151152/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=157924 CPUtime=282.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 31461 0 0 0 28223 6 0 0 25 0 1 0 449360462 161714176 31364 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425675 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 39481 31364 727 445 0 33025 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 157924

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 32224
/proc/meminfo: memFree=14119504/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=170684 CPUtime=342.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 35423 0 0 0 34222 7 0 0 25 0 1 0 449360462 174780416 35316 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 42671 35316 727 445 0 36215 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 170684

[startup+402.301 s]
/proc/loadavg: 4.04 3.99 3.91 5/190 32226
/proc/meminfo: memFree=14048408/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=222656 CPUtime=402.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 38810 0 0 0 40221 7 0 0 25 0 1 0 449360462 227999744 38670 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 55664 38670 727 445 0 49208 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 222656

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 32228
/proc/meminfo: memFree=14032256/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=222656 CPUtime=462.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 39293 0 0 0 46220 8 0 0 25 0 1 0 449360462 227999744 39115 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 55664 39115 727 445 0 49208 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 222656

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 32229
/proc/meminfo: memFree=14038668/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=277624 CPUtime=522.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 39530 0 0 0 52220 8 0 0 25 0 1 0 449360462 284286976 39125 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 69406 39125 727 445 0 62950 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 277624

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 32231
/proc/meminfo: memFree=13975272/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=277624 CPUtime=582.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 39626 0 0 0 58220 9 0 0 25 0 1 0 449360462 284286976 39221 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 69406 39221 728 445 0 62950 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 277624

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 32232
/proc/meminfo: memFree=13897240/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=642.29 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 43689 0 0 0 64219 10 0 0 25 0 1 0 449360462 343265280 43284 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 43284 728 445 0 77349 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 335220

[startup+702.301 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 32234
/proc/meminfo: memFree=13894852/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=702.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 44427 0 0 0 70218 10 0 0 25 0 1 0 449360462 343265280 42456 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 42456 727 445 0 77349 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 335220

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 32236
/proc/meminfo: memFree=13871020/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=762.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 46545 0 0 0 76217 11 0 0 25 0 1 0 449360462 343265280 44574 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 44574 727 445 0 77349 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 335220

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32237
/proc/meminfo: memFree=13843724/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=822.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 50663 0 0 0 82215 13 0 0 25 0 1 0 449360462 343265280 48692 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 48692 727 445 0 77349 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 335220

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32239
/proc/meminfo: memFree=13822240/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=882.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 51872 0 0 0 88215 13 0 0 25 0 1 0 449360462 343265280 49901 33554432000 4194304 6016207 140735031479424 18446744073709551615 4381902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 49901 727 445 0 77349 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 335220

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32240
/proc/meminfo: memFree=13813540/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=942.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 52336 0 0 0 94215 13 0 0 25 0 1 0 449360462 343265280 50365 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 50365 727 445 0 77349 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 335220

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32242
/proc/meminfo: memFree=13789332/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1002.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 56567 0 0 0 100213 15 0 0 25 0 1 0 449360462 343265280 54596 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 54596 727 445 0 77349 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 335220

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32244
/proc/meminfo: memFree=13779012/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1062.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 58243 0 0 0 106212 16 0 0 25 0 1 0 449360462 343265280 56272 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 56272 727 445 0 77349 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 335220

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32245
/proc/meminfo: memFree=13754920/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1122.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 58604 0 0 0 112211 17 0 0 25 0 1 0 449360462 343265280 56633 33554432000 4194304 6016207 140735031479424 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 56633 727 445 0 77349 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 335220

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 32247
/proc/meminfo: memFree=13752036/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1182.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 59006 0 0 0 118211 17 0 0 25 0 1 0 449360462 343265280 57035 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 57035 727 445 0 77349 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 335220

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 32248
/proc/meminfo: memFree=13726576/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1242.28 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 59740 0 0 0 124211 17 0 0 25 0 1 0 449360462 343265280 57769 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 57769 727 445 0 77349 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 335220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 4/189 32251
/proc/meminfo: memFree=13916140/32951124 swapFree=67111528/67111528
[pid=32199] ppid=32197 vsize=335220 CPUtime=1299.98 cores=0,2
/proc/32199/stat : 32199 (qutersat_releas) R 32197 32199 32154 0 -1 4202496 60188 0 0 0 129981 17 0 0 25 0 1 0 449360462 343265280 58217 33554432000 4194304 6016207 140735031479424 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32199/statm: 83805 58217 727 445 0 77349 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 335220

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): 1300.01
CPU user time (s): 1299.82
CPU system time (s): 0.187971
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 335220

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

runsolver used 2.27265 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 16:37:29
IDJOB=3264148
IDBENCH=84559
IDSOLVER=1607
FILE ID=node141/3264148-1303569448
RUNJOBID= node141-1303569448-32172
PBS_JOBID= 13150314
Free space on /tmp= 70960 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264148-1303569448/watcher-3264148-1303569448 -o /tmp/evaluation-result-3264148-1303569448/solver-3264148-1303569448 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264148-1303569448.cnf 548857423

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
RANDOM SEED=548857423

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      14733516 kB
Buffers:       1625920 kB
Cached:       15944104 kB
SwapCached:          0 kB
Active:        9751436 kB
Inactive:      7893024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14733516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6452 kB
Writeback:           0 kB
AnonPages:       73988 kB
Mapped:          15180 kB
Slab:           509016 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219296 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= 70956 MiB
End job on node141 at 2011-04-23 16:59:11