Trace number 3384489

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 4021.42 4021.33

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 570 #clause: 4625
0.00/0.00	c Find Units :          1
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 570
0.00/0.00	c After covering, Total Root: 0 Leaf: 1
0.00/0.00	c Variable( cover/uncovered/unused ): 1 569 0
0.00/0.00	c Unit Clauses: 1
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 4531
0.00/0.00	c Clauses( cover/uncovered ): 0 93
0.00/0.00	c Total Clauses( cover/uncovered ): 1 4624 0.0216216%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.07915 max size: 6
0.00/0.00	c Final circuit: i/l/o/s     569       0    4624      4943
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 4577
0.00/0.02	c TmMap: Origin: 5513 ClauseNum: 14829 --> New: 5147 ClauseNum: 14097
0.00/0.02	c TmMap: Time: 0.01
0.00/0.02	c Try to Add: #clause: 9154 #xorclause: 0
0.00/0.02	c #var: 522 #clauses: 93 Solving... 
4021.38/4021.30	s UNSATISFIABLE
4021.38/4021.31	c CPU time: 4021.39 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-3384489-1305552688/watcher-3384489-1305552688 -o /tmp/evaluation-result-3384489-1305552688/solver-3384489-1305552688 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384489-1305552688.cnf 1140456792 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.05 2.01 2/378 21770
/proc/meminfo: memFree=19046128/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 2353 0 0 0 0 0 0 0 25 0 1 0 647684457 35237888 2289 33554432000 4194304 6014671 140734234780192 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 8603 2293 490 445 0 2148 0

[startup+0.099211 s]
/proc/loadavg: 2.14 2.05 2.01 2/378 21770
/proc/meminfo: memFree=19046128/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=47736 CPUtime=0.09 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 4023 0 0 0 9 0 0 0 25 0 1 0 647684457 48881664 3959 33554432000 4194304 6014671 140734234780192 18446744073709551615 4380192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 11934 3959 722 445 0 5479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.100208 s]
/proc/loadavg: 2.14 2.05 2.01 2/378 21770
/proc/meminfo: memFree=19046128/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=47736 CPUtime=0.09 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 4025 0 0 0 9 0 0 0 25 0 1 0 647684457 48881664 3961 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 11934 3961 722 445 0 5479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.30017 s]
/proc/loadavg: 2.14 2.05 2.01 2/378 21770
/proc/meminfo: memFree=19046128/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=56536 CPUtime=0.29 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 4418 0 0 0 29 0 0 0 25 0 1 0 647684457 57892864 4354 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 14134 4354 723 445 0 7679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56536

[startup+0.700097 s]
/proc/loadavg: 2.14 2.05 2.01 2/378 21770
/proc/meminfo: memFree=19046128/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=65608 CPUtime=0.69 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 5000 0 0 0 69 0 0 0 25 0 1 0 647684457 67182592 4936 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 16402 4936 723 445 0 9947 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65608

[startup+1.50096 s]
/proc/loadavg: 2.12 2.05 2.01 3/379 21771
/proc/meminfo: memFree=19027392/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=75404 CPUtime=1.49 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 6094 0 0 0 149 0 0 0 25 0 1 0 647684457 77213696 6030 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 18851 6030 723 445 0 12396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75404

[startup+3.10064 s]
/proc/loadavg: 2.12 2.05 2.01 3/379 21771
/proc/meminfo: memFree=19012396/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=84892 CPUtime=3.09 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 9257 0 0 0 308 1 0 0 25 0 1 0 647684457 86929408 9193 33554432000 4194304 6014671 140734234780192 18446744073709551615 264726101691 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 21223 9193 727 445 0 14768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84892

[startup+6.30104 s]
/proc/loadavg: 2.11 2.04 2.01 3/379 21771
/proc/meminfo: memFree=19002864/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=104128 CPUtime=6.29 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 11561 0 0 0 628 1 0 0 25 0 1 0 647684457 106627072 11497 33554432000 4194304 6014671 140734234780192 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 26032 11497 727 445 0 19577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104128

[startup+12.7008 s]
/proc/loadavg: 2.10 2.04 2.01 3/379 21771
/proc/meminfo: memFree=18994820/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=114088 CPUtime=12.69 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 13055 0 0 0 1268 1 0 0 25 0 1 0 647684457 116826112 12985 33554432000 4194304 6014671 140734234780192 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 28522 12985 727 445 0 22067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114088

[startup+25.5004 s]
/proc/loadavg: 2.09 2.04 2.01 3/379 21772
/proc/meminfo: memFree=18978712/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=114088 CPUtime=25.49 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 17081 0 0 0 2547 2 0 0 25 0 1 0 647684457 116826112 17011 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 28522 17011 727 445 0 22067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114088

[startup+51.1006 s]
/proc/loadavg: 2.05 2.04 2.00 3/379 21772
/proc/meminfo: memFree=18970960/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=114088 CPUtime=51.09 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 18904 0 0 0 5107 2 0 0 25 0 1 0 647684457 116826112 18834 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 28522 18834 727 445 0 22067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114088

[startup+102.314 s]
/proc/loadavg: 2.02 2.03 2.00 3/379 21774
/proc/meminfo: memFree=19028220/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=114088 CPUtime=102.31 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 20738 0 0 0 10228 3 0 0 25 0 1 0 647684457 116826112 20668 33554432000 4194304 6014671 140734234780192 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 28522 20668 727 445 0 22067 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 114088

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21775
/proc/meminfo: memFree=19016652/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=136812 CPUtime=162.3 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 23624 0 0 0 16226 4 0 0 25 0 1 0 647684457 140095488 23550 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 34203 23550 727 445 0 27748 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136812

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/379 21777
/proc/meminfo: memFree=18985368/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=175536 CPUtime=222.26 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 31431 0 0 0 22221 5 0 0 25 0 1 0 647684457 179748864 31357 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 43884 31357 727 445 0 37429 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 175536

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21778
/proc/meminfo: memFree=18957688/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=188548 CPUtime=282.26 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 38309 0 0 0 28221 5 0 0 25 0 1 0 647684457 193073152 38215 33554432000 4194304 6014671 140734234780192 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 47137 38215 733 445 0 40682 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 188548

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21780
/proc/meminfo: memFree=18954440/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=188548 CPUtime=342.26 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 39204 0 0 0 34221 5 0 0 25 0 1 0 647684457 193073152 39110 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 47137 39110 733 445 0 40682 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 188548

[startup+402.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/379 21782
/proc/meminfo: memFree=18938412/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=202108 CPUtime=402.26 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 43157 0 0 0 40220 6 0 0 25 0 1 0 647684457 206958592 43047 33554432000 4194304 6014671 140734234780192 18446744073709551615 4535362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 50527 43047 732 445 0 44072 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 202108

[startup+462.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/379 21783
/proc/meminfo: memFree=18906268/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=270796 CPUtime=462.27 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 46755 0 0 0 46220 7 0 0 25 0 1 0 647684457 277295104 46615 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 67699 46615 732 445 0 61244 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 270796

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21785
/proc/meminfo: memFree=18883920/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=270796 CPUtime=522.27 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 47442 0 0 0 52220 7 0 0 25 0 1 0 647684457 277295104 47281 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 67699 47281 732 445 0 61244 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 270796

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21786
/proc/meminfo: memFree=18844208/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=328240 CPUtime=582.27 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 52410 0 0 0 58219 8 0 0 25 0 1 0 647684457 336117760 52222 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 82060 52222 732 445 0 75605 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 328240

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=19149396/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3342.36 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 100258 0 0 0 334215 21 0 0 25 0 1 0 647684457 603918336 92837 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 92837 727 445 0 140986 0
Current children cumulated CPU time (s) 3342.36
Current children cumulated vsize (KiB) 589764

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.06 2/373 21892
/proc/meminfo: memFree=19146512/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3402.37 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 100909 0 0 0 340216 21 0 0 25 0 1 0 647684457 603918336 93488 33554432000 4194304 6014671 140734234780192 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93488 727 445 0 140986 0
Current children cumulated CPU time (s) 3402.37
Current children cumulated vsize (KiB) 589764

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/373 21893
/proc/meminfo: memFree=19144992/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3462.36 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 101356 0 0 0 346215 21 0 0 25 0 1 0 647684457 603918336 93935 33554432000 4194304 6014671 140734234780192 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93935 727 445 0 140986 0
Current children cumulated CPU time (s) 3462.36
Current children cumulated vsize (KiB) 589764

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/373 21895
/proc/meminfo: memFree=19144824/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3522.36 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 101356 0 0 0 352215 21 0 0 25 0 1 0 647684457 603918336 93935 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93935 727 445 0 140986 0
Current children cumulated CPU time (s) 3522.36
Current children cumulated vsize (KiB) 589764

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/373 21896
/proc/meminfo: memFree=19144168/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3582.36 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 101356 0 0 0 358215 21 0 0 25 0 1 0 647684457 603918336 93935 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93935 727 445 0 140986 0
Current children cumulated CPU time (s) 3582.36
Current children cumulated vsize (KiB) 589764

[startup+3642.3 s]
/proc/loadavg: 1.04 1.01 1.04 2/373 21898
/proc/meminfo: memFree=19145260/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3642.36 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 101356 0 0 0 364215 21 0 0 25 0 1 0 647684457 603918336 93935 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93935 727 445 0 140986 0
Current children cumulated CPU time (s) 3642.36
Current children cumulated vsize (KiB) 589764

[startup+3702.3 s]
/proc/loadavg: 1.05 1.02 1.04 2/373 21900
/proc/meminfo: memFree=19144864/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3702.37 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 101372 0 0 0 370216 21 0 0 25 0 1 0 647684457 603918336 93951 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 93951 727 445 0 140986 0
Current children cumulated CPU time (s) 3702.37
Current children cumulated vsize (KiB) 589764

[startup+3762.3 s]
/proc/loadavg: 1.02 1.02 1.03 2/373 21901
/proc/meminfo: memFree=19138388/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3762.37 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 103042 0 0 0 376216 21 0 0 25 0 1 0 647684457 603918336 95621 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 95621 727 445 0 140986 0
Current children cumulated CPU time (s) 3762.37
Current children cumulated vsize (KiB) 589764

[startup+3822.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/373 21903
/proc/meminfo: memFree=19132272/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3822.37 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104513 0 0 0 382215 22 0 0 25 0 1 0 647684457 603918336 97092 33554432000 4194304 6014671 140734234780192 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97092 727 445 0 140986 0
Current children cumulated CPU time (s) 3822.37
Current children cumulated vsize (KiB) 589764

[startup+3882.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/373 21904
/proc/meminfo: memFree=19132860/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3882.37 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104513 0 0 0 388215 22 0 0 25 0 1 0 647684457 603918336 97092 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97092 727 445 0 140986 0
Current children cumulated CPU time (s) 3882.37
Current children cumulated vsize (KiB) 589764

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/373 21906
/proc/meminfo: memFree=19132708/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=3942.39 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 394217 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 3942.39
Current children cumulated vsize (KiB) 589764

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132552/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4002.38 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 400216 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 589764

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

[startup+4006.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132428/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4006.38 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 400616 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4006.38
Current children cumulated vsize (KiB) 589764

[startup+4012.7 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132796/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4012.79 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 401257 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4012.79
Current children cumulated vsize (KiB) 589764

[startup+4015.9 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132424/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4015.98 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 401576 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4015.98
Current children cumulated vsize (KiB) 589764

[startup+4019.1 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132424/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4019.18 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 401896 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4019.18
Current children cumulated vsize (KiB) 589764

[startup+4020.7 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132424/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4020.78 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 402056 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4020.78
Current children cumulated vsize (KiB) 589764

[startup+4021.1 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132424/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4021.18 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 402096 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4021.18
Current children cumulated vsize (KiB) 589764

[startup+4021.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/373 21908
/proc/meminfo: memFree=19132424/32951124 swapFree=63083184/67111528
[pid=21770] ppid=21768 vsize=589764 CPUtime=4021.38 cores=1,3,5,7
/proc/21770/stat : 21770 (qutersat_releas) R 21768 21770 20952 0 -1 4202496 104535 0 0 0 402116 22 0 0 25 0 1 0 647684457 603918336 97114 33554432000 4194304 6014671 140734234780192 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21770/statm: 147441 97114 727 445 0 140986 0
Current children cumulated CPU time (s) 4021.38
Current children cumulated vsize (KiB) 589764

Child status: 0
Real time (s): 4021.33
CPU time (s): 4021.42
CPU user time (s): 4021.17
CPU system time (s): 0.244962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 589764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4021.17
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104539
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= 13
involuntary context switches= 5540

runsolver used 12.7961 second user time and 34.9447 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 15:31:28
IDJOB=3384489
IDBENCH=84808
IDSOLVER=1868
FILE ID=node141/3384489-1305552688
RUNJOBID= node141-1305540196-20971
PBS_JOBID= 13329212
Free space on /tmp= 73288 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384489-1305552688/watcher-3384489-1305552688 -o /tmp/evaluation-result-3384489-1305552688/solver-3384489-1305552688 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384489-1305552688.cnf 1140456792

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1140456792

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:      19046416 kB
Buffers:        288244 kB
Cached:        5628908 kB
SwapCached:      15716 kB
Active:        8255540 kB
Inactive:      5387280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19046416 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     7716900 kB
Mapped:          17624 kB
Slab:           146144 kB
PageTables:      50272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92685004 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= 73292 MiB
End job on node141 at 2011-05-16 16:38:30