Trace number 3421361

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 2010.21 2010.16

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark219.938
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 762 #clause: 17262
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 19
0.00/0.02	c Forced Direct Gate: 19 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 19 Undef Var: 743
0.00/0.02	c After covering, Total Root: 19 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 54 708 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 38 936
0.00/0.02	c Clauses( cover/uncovered ): 0 15743
0.00/0.02	c Total Clauses( cover/uncovered ): 73 16679 0.435769%
0.00/0.02	c Covered Ands: 0 Invs: 19 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 4.42598 max size: 13
0.00/0.04	c Final circuit: i/l/o/s     720       0   12523     31780
0.00/0.04	c CnfToAig: Time: 0.03 s
0.04/0.08	c TmMap: Set choices finish.
0.04/0.09	c TmMap: Set big and: 16405
0.04/0.09	c TmMap: Origin: 32501 ClauseNum: 95340 --> New: 17126 ClauseNum: 65589
0.04/0.09	c TmMap: Time: 0.02
0.04/0.09	c Try to Add: #clause: 32810 #xorclause: 0
0.09/0.10	c #var: 4602 #clauses: 13016 Solving... 
2010.13/2010.14	s UNSATISFIABLE
2010.13/2010.15	c CPU time: 2010.18 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-3421361-1306631798/watcher-3421361-1306631798 -o /tmp/evaluation-result-3421361-1306631798/solver-3421361-1306631798 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421361-1306631798.cnf 790790854 

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: 1.64 1.94 1.97 3/445 4386
/proc/meminfo: memFree=30892412/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 1876 0 0 0 0 0 0 0 23 0 1 0 774778543 33140736 1812 33554432000 4194304 6014671 140736670059056 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 8091 1813 378 445 0 1636 0

[startup+0.0506551 s]
/proc/loadavg: 1.64 1.94 1.97 3/445 4386
/proc/meminfo: memFree=30892412/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=36460 CPUtime=0.04 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 3081 0 0 0 4 0 0 0 23 0 1 0 774778543 37335040 3017 33554432000 4194304 6014671 140736670059056 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 9115 3022 596 445 0 2660 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36460

[startup+0.100647 s]
/proc/loadavg: 1.64 1.94 1.97 3/445 4386
/proc/meminfo: memFree=30892412/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=57976 CPUtime=0.09 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 6416 0 0 0 9 0 0 0 23 0 1 0 774778543 59367424 6352 33554432000 4194304 6014671 140736670059056 18446744073709551615 235594563065 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 14494 6352 693 445 0 8039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57976

[startup+0.30061 s]
/proc/loadavg: 1.64 1.94 1.97 3/445 4386
/proc/meminfo: memFree=30892412/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=57976 CPUtime=0.29 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 6511 0 0 0 29 0 0 0 25 0 1 0 774778543 59367424 6447 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423373 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 14494 6447 697 445 0 8039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57976

[startup+0.700541 s]
/proc/loadavg: 1.64 1.94 1.97 3/445 4386
/proc/meminfo: memFree=30892412/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=57976 CPUtime=0.69 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 6511 0 0 0 69 0 0 0 25 0 1 0 774778543 59367424 6447 33554432000 4194304 6014671 140736670059056 18446744073709551615 4422663 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 14494 6447 697 445 0 8039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57976

[startup+1.50046 s]
/proc/loadavg: 1.64 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30846840/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=77100 CPUtime=1.49 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 9145 0 0 0 148 1 0 0 25 0 1 0 774778543 78950400 9081 33554432000 4194304 6014671 140736670059056 18446744073709551615 4381056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 19275 9081 724 445 0 12820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77100

[startup+3.10018 s]
/proc/loadavg: 1.64 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30836844/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=94896 CPUtime=3.09 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 9989 0 0 0 308 1 0 0 25 0 1 0 774778543 97173504 9925 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 23724 9925 724 445 0 17269 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94896

[startup+6.30063 s]
/proc/loadavg: 1.67 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30822092/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=104004 CPUtime=6.29 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 11798 0 0 0 628 1 0 0 25 0 1 0 774778543 106500096 11734 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 26001 11734 728 445 0 19546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104004

[startup+12.7004 s]
/proc/loadavg: 1.70 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30799972/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=131456 CPUtime=12.69 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 14129 0 0 0 1267 2 0 0 25 0 1 0 774778543 134610944 14065 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 32864 14065 728 445 0 26409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131456

[startup+25.5002 s]
/proc/loadavg: 1.76 1.94 1.97 3/447 4416
/proc/meminfo: memFree=30775136/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=140892 CPUtime=25.49 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 17884 0 0 0 2547 2 0 0 25 0 1 0 774778543 144273408 17806 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 35223 17806 729 445 0 28768 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140892

[startup+51.1007 s]
/proc/loadavg: 1.84 1.95 1.97 3/447 4416
/proc/meminfo: memFree=30757344/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=140892 CPUtime=51.09 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 19931 0 0 0 5107 2 0 0 25 0 1 0 774778543 144273408 19853 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 35223 19853 729 445 0 28768 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 140892

[startup+102.317 s]
/proc/loadavg: 1.93 1.95 1.97 3/447 4418
/proc/meminfo: memFree=30745140/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=140892 CPUtime=102.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 21306 0 0 0 10228 2 0 0 25 0 1 0 774778543 144273408 21228 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 35223 21228 729 445 0 28768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140892

[startup+162.3 s]
/proc/loadavg: 1.97 1.96 1.97 3/447 4419
/proc/meminfo: memFree=30726632/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=140892 CPUtime=162.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 22886 0 0 0 16227 3 0 0 25 0 1 0 774778543 144273408 22808 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 35223 22808 729 445 0 28768 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 140892

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.97 3/447 4421
/proc/meminfo: memFree=30697080/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=151908 CPUtime=222.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 27871 0 0 0 22226 4 0 0 25 0 1 0 774778543 155553792 27793 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 37977 27793 729 445 0 31522 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 151908

[startup+282.301 s]
/proc/loadavg: 2.16 2.01 1.99 3/447 4422
/proc/meminfo: memFree=30693576/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=163100 CPUtime=282.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 28887 0 0 0 28226 4 0 0 25 0 1 0 774778543 167014400 28809 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 40775 28809 729 445 0 34320 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 163100

[startup+342.3 s]
/proc/loadavg: 2.11 2.02 1.99 3/447 4424
/proc/meminfo: memFree=30661544/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=163100 CPUtime=342.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 31081 0 0 0 34225 5 0 0 25 0 1 0 774778543 167014400 31001 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 40775 31001 733 445 0 34320 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 163100

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 1.99 3/447 4426
/proc/meminfo: memFree=30643164/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=163100 CPUtime=402.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 31158 0 0 0 40225 5 0 0 25 0 1 0 774778543 167014400 31078 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 40775 31078 733 445 0 34320 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163100

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/447 4427
/proc/meminfo: memFree=30641144/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=163100 CPUtime=462.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 31351 0 0 0 46225 5 0 0 25 0 1 0 774778543 167014400 31271 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 40775 31271 733 445 0 34320 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 163100

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4456
/proc/meminfo: memFree=30724396/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=163100 CPUtime=522.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 33215 0 0 0 52225 5 0 0 25 0 1 0 774778543 167014400 33131 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 40775 33131 729 445 0 34320 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 163100

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/447 4457
/proc/meminfo: memFree=30621008/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=187172 CPUtime=582.3 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 35604 0 0 0 58225 5 0 0 25 0 1 0 774778543 191664128 35520 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 46793 35520 729 445 0 40338 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 187172

[startup+642.301 s]

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

/proc/meminfo: memFree=30411012/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1362.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40057 0 0 0 136226 7 0 0 25 0 1 0 774778543 244199424 39874 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 39874 729 445 0 53164 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 238476

[startup+1422.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 4480
/proc/meminfo: memFree=30411096/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1422.34 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40066 0 0 0 142227 7 0 0 25 0 1 0 774778543 244199424 39860 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 39860 729 445 0 53164 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 238476

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/447 4481
/proc/meminfo: memFree=30410200/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1482.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40200 0 0 0 148226 7 0 0 25 0 1 0 774778543 244199424 39994 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 39994 729 445 0 53164 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 238476

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 4483
/proc/meminfo: memFree=30397004/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1542.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40203 0 0 0 154226 7 0 0 25 0 1 0 774778543 244199424 39997 33554432000 4194304 6014671 140736670059056 18446744073709551615 4629719 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 39997 729 445 0 53164 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 238476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 4485
/proc/meminfo: memFree=30374656/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1602.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40204 0 0 0 160226 7 0 0 25 0 1 0 774778543 244199424 39998 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 39998 729 445 0 53164 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 238476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 4487
/proc/meminfo: memFree=30371132/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1662.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 40729 0 0 0 166226 7 0 0 25 0 1 0 774778543 244199424 40523 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 40523 729 445 0 53164 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 238476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 4490
/proc/meminfo: memFree=30367752/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1722.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 41533 0 0 0 172226 7 0 0 25 0 1 0 774778543 244199424 41298 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 41298 729 445 0 53164 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 238476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 4491
/proc/meminfo: memFree=30363000/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1782.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42281 0 0 0 178225 8 0 0 25 0 1 0 774778543 244199424 42046 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42046 729 445 0 53164 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 238476

[startup+1842.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/447 4494
/proc/meminfo: memFree=30361980/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1842.33 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42283 0 0 0 184225 8 0 0 25 0 1 0 774778543 244199424 42048 33554432000 4194304 6014671 140736670059056 18446744073709551615 4414971 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42048 729 445 0 53164 0
Current children cumulated CPU time (s) 1842.33
Current children cumulated vsize (KiB) 238476

[startup+1902.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 4497
/proc/meminfo: memFree=30364300/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1902.34 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42283 0 0 0 190226 8 0 0 25 0 1 0 774778543 244199424 42018 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42018 729 445 0 53164 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 238476

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 4498
/proc/meminfo: memFree=30337484/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1962.34 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42410 0 0 0 196226 8 0 0 25 0 1 0 774778543 244199424 42145 33554432000 4194304 6014671 140736670059056 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42145 729 445 0 53164 0
Current children cumulated CPU time (s) 1962.34
Current children cumulated vsize (KiB) 238476

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

[startup+1971.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 4499
/proc/meminfo: memFree=30322720/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1971.14 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42672 0 0 0 197106 8 0 0 25 0 1 0 774778543 244199424 42407 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42407 729 445 0 53164 0
Current children cumulated CPU time (s) 1971.14
Current children cumulated vsize (KiB) 238476

[startup+1996.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 4499
/proc/meminfo: memFree=30292332/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=1996.73 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 199665 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 1996.73
Current children cumulated vsize (KiB) 238476

[startup+2003.12 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 4499
/proc/meminfo: memFree=30292692/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2003.15 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 200307 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 2003.15
Current children cumulated vsize (KiB) 238476

[startup+2006.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/447 4499
/proc/meminfo: memFree=30292692/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2006.34 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 200626 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 2006.34
Current children cumulated vsize (KiB) 238476

[startup+2007.9 s]
/proc/loadavg: 2.09 2.04 2.00 3/447 4499
/proc/meminfo: memFree=30292692/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2007.93 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 200785 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 2007.93
Current children cumulated vsize (KiB) 238476

[startup+2009.5 s]
/proc/loadavg: 2.09 2.04 2.00 3/447 4499
/proc/meminfo: memFree=30292444/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2009.53 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 200945 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 2009.53
Current children cumulated vsize (KiB) 238476

[startup+2009.9 s]
/proc/loadavg: 2.08 2.04 2.00 3/447 4499
/proc/meminfo: memFree=30292444/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2009.93 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42839 0 0 0 200985 8 0 0 25 0 1 0 774778543 244199424 42574 33554432000 4194304 6014671 140736670059056 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42574 729 445 0 53164 0
Current children cumulated CPU time (s) 2009.93
Current children cumulated vsize (KiB) 238476

[startup+2010.1 s]
/proc/loadavg: 2.08 2.04 2.00 3/447 4499
/proc/meminfo: memFree=30292444/32950928 swapFree=34365936/67111528
[pid=4386] ppid=4384 vsize=238476 CPUtime=2010.13 cores=1,3,5,7
/proc/4386/stat : 4386 (qutersat_releas) R 4384 4386 3370 0 -1 4202496 42840 0 0 0 201005 8 0 0 25 0 1 0 774778543 244199424 42575 33554432000 4194304 6014671 140736670059056 18446744073709551615 4369478 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4386/statm: 59619 42575 729 445 0 53164 0
Current children cumulated CPU time (s) 2010.13
Current children cumulated vsize (KiB) 238476

Child status: 0
Real time (s): 2010.16
CPU time (s): 2010.21
CPU user time (s): 2010.11
CPU system time (s): 0.095985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 238476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2010.11
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42845
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= 8
involuntary context switches= 4920

runsolver used 8.39872 second user time and 20.2849 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 03:16:38
IDJOB=3421361
IDBENCH=85826
IDSOLVER=1868
FILE ID=node120/3421361-1306631798
RUNJOBID= node120-1306631798-4368
PBS_JOBID= 13471610
Free space on /tmp= 73468 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421361-1306631798/watcher-3421361-1306631798 -o /tmp/evaluation-result-3421361-1306631798/solver-3421361-1306631798 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421361-1306631798.cnf 790790854

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=790790854

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32950928 kB
MemFree:      30896412 kB
Buffers:        231916 kB
Cached:        1544140 kB
SwapCached:      15024 kB
Active:         361552 kB
Inactive:      1437144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30896412 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            4032 kB
Writeback:          20 kB
AnonPages:       17216 kB
Mapped:           9084 kB
Slab:            97180 kB
PageTables:      91312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105379728 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= 73468 MiB
End job on node120 at 2011-05-29 03:50:08