Trace number 3376748

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)UNSAT 919.536 919.517

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark919.536
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

Solver Data

0.00/0.01	c Set FPU double precision.
0.01/0.02	c Parse Cnf success: #var: 2969 #clause: 18473
0.01/0.02	c Find Units :         35
0.01/0.02	c Find Invs  :         21
0.01/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.01/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.02	c Find Ite   :          0
0.01/0.03	c UnDirect variable: 42
0.01/0.03	c UnDirect to Direct Gate: 19
0.01/0.03	c Forced Direct Gate: 19 Unuse unDirect Gate: 21
0.01/0.03	c Break Cycle : 0
0.01/0.03	c Total Root : 19 Undef Var: 2950
0.01/0.03	c After covering, Total Root: 19 Leaf: 35
0.01/0.03	c Variable( cover/uncovered/unused ): 54 2915 0
0.01/0.03	c Unit Clauses: 35
0.01/0.03	c Binary Clauses( cover/uncovered ): 38 404
0.01/0.03	c Clauses( cover/uncovered ): 0 17677
0.01/0.03	c Total Clauses( cover/uncovered ): 73 18081 0.402115%
0.01/0.03	c Covered Ands: 0 Invs: 19 Xors: 0 Ites: 0
0.01/0.07	c Uncover Clauses avg size: 7.13329 max size: 13
0.01/0.07	c Final circuit: i/l/o/s    2925       0   16635     58690
0.01/0.07	c CnfToAig: Time: 0.06 s
0.08/0.15	c TmMap: Set choices finish.
0.08/0.18	c TmMap: Set big and: 27722
0.08/0.18	c TmMap: Origin: 61616 ClauseNum: 176070 --> New: 30648 ClauseNum: 117086
0.08/0.18	c TmMap: Time: 0.05
0.08/0.19	c Try to Add: #clause: 55444 #xorclause: 0
0.18/0.20	c #var: 14012 #clauses: 26196 Solving... 
919.41/919.49	s UNSATISFIABLE
919.52/919.51	c CPU time: 919.52 s

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.21 2.53 3.29 5/373 3948
/proc/meminfo: memFree=14488076/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=18612 CPUtime=0 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4194304 114 0 0 0 0 0 0 0 25 0 1 0 640010295 19058688 68 33554432000 4194304 6014671 140735678051120 18446744073709551615 233505373831 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/3948/statm: 4653 68 51 445 0 90 0

[startup+0.021521 s]
/proc/loadavg: 1.21 2.53 3.29 5/373 3948
/proc/meminfo: memFree=14488076/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=33388 CPUtime=0.01 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 2126 0 0 0 1 0 0 0 25 0 1 0 640010295 34189312 2062 33554432000 4194304 6014671 140735678051120 18446744073709551615 233509995098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 8347 2062 378 445 0 1892 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33388

[startup+0.100511 s]
/proc/loadavg: 1.21 2.53 3.29 5/373 3948
/proc/meminfo: memFree=14488076/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=48308 CPUtime=0.08 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 6221 0 0 0 8 0 0 0 25 0 1 0 640010295 49467392 6157 33554432000 4194304 6014671 140735678051120 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 12077 6160 668 445 0 5622 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48308

[startup+0.300475 s]
/proc/loadavg: 1.21 2.53 3.29 5/373 3948
/proc/meminfo: memFree=14488076/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=61148 CPUtime=0.28 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 9331 0 0 0 27 1 0 0 25 0 1 0 640010295 62615552 9267 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 15287 9267 697 445 0 8832 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61148

[startup+0.700402 s]
/proc/loadavg: 1.21 2.53 3.29 5/373 3948
/proc/meminfo: memFree=14488076/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=64220 CPUtime=0.68 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 9957 0 0 0 67 1 0 0 25 0 1 0 640010295 65761280 9893 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 16055 9893 701 445 0 9600 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64220

[startup+1.50026 s]
/proc/loadavg: 1.21 2.53 3.29 5/374 3949
/proc/meminfo: memFree=14435908/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=78404 CPUtime=1.48 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 11819 0 0 0 147 1 0 0 25 0 1 0 640010295 80285696 11755 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 19601 11755 724 445 0 13146 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78404

[startup+3.10098 s]
/proc/loadavg: 1.21 2.53 3.29 5/374 3949
/proc/meminfo: memFree=14428716/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=97036 CPUtime=3.08 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 12927 0 0 0 307 1 0 0 25 0 1 0 640010295 99364864 12863 33554432000 4194304 6014671 140735678051120 18446744073709551615 4378689 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 24259 12863 728 445 0 17804 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 97036

[startup+6.3004 s]
/proc/loadavg: 1.44 2.56 3.29 5/374 3949
/proc/meminfo: memFree=14393952/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=106312 CPUtime=6.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 13725 0 0 0 627 2 0 0 25 0 1 0 640010295 108863488 13661 33554432000 4194304 6014671 140735678051120 18446744073709551615 4386031 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 26578 13661 728 445 0 20123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106312

[startup+12.7002 s]
/proc/loadavg: 1.64 2.58 3.29 5/374 3949
/proc/meminfo: memFree=14358752/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=125012 CPUtime=12.69 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 16386 0 0 0 1267 2 0 0 25 0 1 0 640010295 128012288 16322 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 31253 16322 728 445 0 24798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125012

[startup+25.501 s]
/proc/loadavg: 2.16 2.65 3.30 5/374 3950
/proc/meminfo: memFree=14325152/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=144224 CPUtime=25.49 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 19500 0 0 0 2547 2 0 0 25 0 1 0 640010295 147685376 19426 33554432000 4194304 6014671 140735678051120 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 36056 19426 728 445 0 29601 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144224

[startup+51.1004 s]
/proc/loadavg: 2.79 2.76 3.32 5/374 3950
/proc/meminfo: memFree=14268700/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=154796 CPUtime=51.08 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 23225 0 0 0 5106 2 0 0 25 0 1 0 640010295 158511104 23151 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 38699 23151 729 445 0 32244 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154796

[startup+102.314 s]
/proc/loadavg: 3.47 2.95 3.35 5/374 3952
/proc/meminfo: memFree=14203964/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=102.3 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 28353 0 0 0 10227 3 0 0 25 0 1 0 640010295 192966656 28273 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 28273 729 445 0 40656 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 188444

[startup+162.3 s]
/proc/loadavg: 3.80 3.13 3.39 5/374 3953
/proc/meminfo: memFree=14136336/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=162.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 32096 0 0 0 16225 4 0 0 25 0 1 0 640010295 192966656 32002 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 32002 740 445 0 40656 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188444

[startup+222.301 s]
/proc/loadavg: 3.99 3.31 3.43 5/374 3955
/proc/meminfo: memFree=14096380/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=222.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 32389 0 0 0 22225 4 0 0 25 0 1 0 640010295 192966656 32291 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 32291 736 445 0 40656 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 188444

[startup+282.301 s]
/proc/loadavg: 3.99 3.43 3.46 5/374 3956
/proc/meminfo: memFree=14057656/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=282.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 33600 0 0 0 28225 4 0 0 25 0 1 0 640010295 192966656 33498 33554432000 4194304 6014671 140735678051120 18446744073709551615 233509995696 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 33498 732 445 0 40656 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 188444

[startup+342.301 s]
/proc/loadavg: 3.99 3.53 3.49 5/374 3958
/proc/meminfo: memFree=14037412/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=342.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 33940 0 0 0 34225 4 0 0 25 0 1 0 640010295 192966656 33838 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 33838 732 445 0 40656 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 188444

[startup+402.3 s]
/proc/loadavg: 4.18 3.66 3.54 5/374 3960
/proc/meminfo: memFree=14012084/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=188444 CPUtime=402.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 36690 0 0 0 40225 4 0 0 25 0 1 0 640010295 192966656 36587 33554432000 4194304 6014671 140735678051120 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 47111 36587 732 445 0 40656 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 188444

[startup+462.301 s]
/proc/loadavg: 4.06 3.72 3.56 5/374 3961
/proc/meminfo: memFree=13963300/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=201620 CPUtime=462.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 39656 0 0 0 46224 5 0 0 25 0 1 0 640010295 206458880 39553 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 50405 39553 732 445 0 43950 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 201620

[startup+522.301 s]
/proc/loadavg: 4.02 3.77 3.59 5/374 3963
/proc/meminfo: memFree=13948400/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=214928 CPUtime=522.29 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 39919 0 0 0 52224 5 0 0 25 0 1 0 640010295 220086272 39810 33554432000 4194304 6014671 140735678051120 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 53732 39810 732 445 0 47277 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 214928

[startup+582.301 s]
/proc/loadavg: 3.85 3.77 3.60 4/368 3981
/proc/meminfo: memFree=14090048/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=582.3 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 40653 0 0 0 58224 6 0 0 25 0 1 0 640010295 275443712 40518 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 40518 732 445 0 60792 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 268988

[startup+642.3 s]
/proc/loadavg: 3.31 3.63 3.56 4/368 3983
/proc/meminfo: memFree=14083208/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=642.31 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 40713 0 0 0 64225 6 0 0 25 0 1 0 640010295 275443712 40569 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 40569 732 445 0 60792 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 268988

[startup+702.301 s]
/proc/loadavg: 3.11 3.51 3.52 4/368 3985
/proc/meminfo: memFree=14078824/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=702.3 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 40752 0 0 0 70224 6 0 0 25 0 1 0 640010295 275443712 40598 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 40598 732 445 0 60792 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 268988

[startup+762.314 s]
/proc/loadavg: 3.04 3.42 3.49 4/368 3989
/proc/meminfo: memFree=14071344/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=762.32 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 42625 0 0 0 76226 6 0 0 25 0 1 0 640010295 275443712 42471 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 42471 732 445 0 60792 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 268988

[startup+822.301 s]
/proc/loadavg: 3.04 3.35 3.46 4/368 3991
/proc/meminfo: memFree=14046988/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=822.31 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 43536 0 0 0 82224 7 0 0 25 0 1 0 640010295 275443712 43346 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 43346 732 445 0 60792 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 268988

[startup+882.3 s]
/proc/loadavg: 3.01 3.29 3.43 4/368 3992
/proc/meminfo: memFree=14005912/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=882.31 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48745 0 0 0 88223 8 0 0 25 0 1 0 640010295 275443712 48555 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48555 732 445 0 60792 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 268988

Solver just ended. Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 3.01 3.27 3.42 4/368 3993
/proc/meminfo: memFree=14005772/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=895.91 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48821 0 0 0 89583 8 0 0 25 0 1 0 640010295 275443712 48631 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48631 732 445 0 60792 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 268988

[startup+908.701 s]
/proc/loadavg: 3.08 3.27 3.42 4/368 3993
/proc/meminfo: memFree=14005648/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=908.71 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48821 0 0 0 90863 8 0 0 25 0 1 0 640010295 275443712 48631 33554432000 4194304 6014671 140735678051120 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48631 732 445 0 60792 0
Current children cumulated CPU time (s) 908.71
Current children cumulated vsize (KiB) 268988

[startup+915.1 s]
/proc/loadavg: 3.07 3.27 3.42 4/368 3993
/proc/meminfo: memFree=14005392/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=915.12 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48821 0 0 0 91504 8 0 0 25 0 1 0 640010295 275443712 48631 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48631 732 445 0 60792 0
Current children cumulated CPU time (s) 915.12
Current children cumulated vsize (KiB) 268988

[startup+916.701 s]
/proc/loadavg: 3.07 3.27 3.42 4/368 3993
/proc/meminfo: memFree=14005392/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=916.71 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48821 0 0 0 91663 8 0 0 25 0 1 0 640010295 275443712 48631 33554432000 4194304 6014671 140735678051120 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48631 732 445 0 60792 0
Current children cumulated CPU time (s) 916.71
Current children cumulated vsize (KiB) 268988

[startup+918.301 s]
/proc/loadavg: 3.07 3.27 3.42 4/368 3993
/proc/meminfo: memFree=14005388/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=918.31 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48841 0 0 0 91823 8 0 0 25 0 1 0 640010295 275443712 48651 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48651 732 445 0 60792 0
Current children cumulated CPU time (s) 918.31
Current children cumulated vsize (KiB) 268988

[startup+919.101 s]
/proc/loadavg: 3.07 3.26 3.41 4/368 3993
/proc/meminfo: memFree=14005388/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=919.11 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48841 0 0 0 91903 8 0 0 25 0 1 0 640010295 275443712 48651 33554432000 4194304 6014671 140735678051120 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48651 732 445 0 60792 0
Current children cumulated CPU time (s) 919.11
Current children cumulated vsize (KiB) 268988

[startup+919.501 s]
/proc/loadavg: 3.07 3.26 3.41 4/368 3993
/proc/meminfo: memFree=14005512/32951124 swapFree=67111348/67111528
[pid=3948] ppid=3946 vsize=268988 CPUtime=919.52 cores=1,3
/proc/3948/stat : 3948 (qutersat_releas) R 3946 3948 2779 0 -1 4202496 48841 0 0 0 91944 8 0 0 25 0 1 0 640010295 275443712 48610 33554432000 4194304 6014671 140735678051120 18446744073709551615 4341118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3948/statm: 67247 48610 732 445 0 60792 0
Current children cumulated CPU time (s) 919.52
Current children cumulated vsize (KiB) 268988

Child status: 0
Real time (s): 919.517
CPU time (s): 919.536
CPU user time (s): 919.446
CPU system time (s): 0.089986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 268988

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

runsolver used 3.07753 second user time and 7.78782 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 18:12:24
IDJOB=3376748
IDBENCH=85802
IDSOLVER=1856
FILE ID=node145/3376748-1305475944
RUNJOBID= node145-1305475939-3881
PBS_JOBID= 13325308
Free space on /tmp= 73660 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376748-1305475944/watcher-3376748-1305475944 -o /tmp/evaluation-result-3376748-1305475944/solver-3376748-1305475944 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376748-1305475944.cnf 1841200908

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=1841200908

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:      14488356 kB
Buffers:        323796 kB
Cached:        8564796 kB
SwapCached:          0 kB
Active:       11271884 kB
Inactive:      6823768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14488356 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9248 kB
Writeback:           0 kB
AnonPages:     9206984 kB
Mapped:          33640 kB
Slab:           259752 kB
PageTables:      43724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83970732 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= 73660 MiB
End job on node145 at 2011-05-15 18:27:44