Trace number 3384511

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 1083.56 1083.53

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.87
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 286 #clause: 1742
0.00/0.00	c Find Units :          0
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: 286
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 286 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 1716
0.00/0.00	c Clauses( cover/uncovered ): 0 26
0.00/0.00	c Total Clauses( cover/uncovered ): 0 1742 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.13433 max size: 11
0.00/0.00	c Final circuit: i/l/o/s     286       0    1742      1976
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: 1742
0.00/0.02	c TmMap: Origin: 2263 ClauseNum: 5928 --> New: 2029 ClauseNum: 5460
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 3484 #xorclause: 0
0.00/0.02	c #var: 286 #clauses: 27 Solving... 
1083.43/1083.50	s UNSATISFIABLE
1083.53/1083.51	c CPU time: 1083.53 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-3384511-1305555272/watcher-3384511-1305555272 -o /tmp/evaluation-result-3384511-1305555272/solver-3384511-1305555272 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384511-1305555272.cnf 1678879175 

running on 4 cores: 0,2,4,6

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: 0.91 1.10 1.43 2/309 3910
/proc/meminfo: memFree=17527128/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 1923 0 0 0 0 0 0 0 23 0 1 0 667125404 34189312 1859 33554432000 4194304 6014671 140733306581024 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 8347 1862 421 445 0 1892 0

[startup+0.0432691 s]
/proc/loadavg: 0.91 1.10 1.43 2/309 3910
/proc/meminfo: memFree=17527128/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=46712 CPUtime=0.03 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 3641 0 0 0 3 0 0 0 23 0 1 0 667125404 47833088 3577 33554432000 4194304 6014671 140733306581024 18446744073709551615 4378619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 11678 3577 720 445 0 5223 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 46712

[startup+0.10022 s]
/proc/loadavg: 0.91 1.10 1.43 2/309 3910
/proc/meminfo: memFree=17527128/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=46712 CPUtime=0.09 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 3790 0 0 0 9 0 0 0 23 0 1 0 667125404 47833088 3726 33554432000 4194304 6014671 140733306581024 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 11678 3726 721 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300225 s]
/proc/loadavg: 0.91 1.10 1.43 2/309 3910
/proc/meminfo: memFree=17527128/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=55260 CPUtime=0.29 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 4121 0 0 0 29 0 0 0 25 0 1 0 667125404 56586240 4057 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 13815 4057 722 445 0 7360 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55260

[startup+0.700137 s]
/proc/loadavg: 0.91 1.10 1.43 2/309 3910
/proc/meminfo: memFree=17527128/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=73036 CPUtime=0.69 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 4892 0 0 0 69 0 0 0 25 0 1 0 667125404 74788864 4828 33554432000 4194304 6014671 140733306581024 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 18259 4828 722 445 0 11804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73036

[startup+1.50099 s]
/proc/loadavg: 0.91 1.10 1.43 2/308 3936
/proc/meminfo: memFree=17508896/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=82152 CPUtime=1.49 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 7567 0 0 0 148 1 0 0 25 0 1 0 667125404 84123648 7503 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 20538 7503 726 445 0 14083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82152

[startup+3.10074 s]
/proc/loadavg: 0.99 1.11 1.44 3/310 4034
/proc/meminfo: memFree=17493612/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=91408 CPUtime=3.09 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 8613 0 0 0 308 1 0 0 25 0 1 0 667125404 93601792 8549 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 22852 8549 726 445 0 16397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91408

[startup+6.30115 s]
/proc/loadavg: 0.99 1.11 1.44 3/313 4052
/proc/meminfo: memFree=17464088/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=101056 CPUtime=6.29 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 11169 0 0 0 628 1 0 0 25 0 1 0 667125404 103481344 11105 33554432000 4194304 6014671 140733306581024 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 25264 11105 726 445 0 18809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101056

[startup+12.701 s]
/proc/loadavg: 1.15 1.14 1.44 3/313 4052
/proc/meminfo: memFree=17436392/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=101056 CPUtime=12.69 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 13677 0 0 0 1267 2 0 0 25 0 1 0 667125404 103481344 13613 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 25264 13613 726 445 0 18809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101056

[startup+25.5007 s]
/proc/loadavg: 1.28 1.17 1.45 3/313 4052
/proc/meminfo: memFree=17397224/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=123936 CPUtime=25.49 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 20589 0 0 0 2546 3 0 0 25 0 1 0 667125404 126910464 20525 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 30984 20525 726 445 0 24529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123936

[startup+51.101 s]
/proc/loadavg: 1.52 1.23 1.46 3/313 4053
/proc/meminfo: memFree=17364400/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=158744 CPUtime=51.09 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 26577 0 0 0 5105 4 0 0 25 0 1 0 667125404 162553856 26513 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 39686 26513 731 445 0 33231 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158744

[startup+102.312 s]
/proc/loadavg: 1.81 1.36 1.49 3/313 4054
/proc/meminfo: memFree=17321356/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=172268 CPUtime=102.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 33172 0 0 0 10225 5 0 0 25 0 1 0 667125404 176402432 33105 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 43067 33105 728 445 0 36612 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172268

[startup+162.301 s]
/proc/loadavg: 1.92 1.47 1.52 3/313 4083
/proc/meminfo: memFree=17217836/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=186336 CPUtime=162.29 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 36843 0 0 0 16223 6 0 0 25 0 1 0 667125404 190808064 36776 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 46584 36776 728 445 0 40129 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186336

[startup+222.301 s]
/proc/loadavg: 1.97 1.57 1.55 3/313 4085
/proc/meminfo: memFree=17148988/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=201024 CPUtime=222.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 41440 0 0 0 22223 7 0 0 25 0 1 0 667125404 205848576 41373 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 50256 41373 728 445 0 43801 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 201024

[startup+282.301 s]
/proc/loadavg: 1.99 1.64 1.57 3/313 4086
/proc/meminfo: memFree=17122408/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=282316 CPUtime=282.29 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 46129 0 0 0 28222 7 0 0 25 0 1 0 667125404 289091584 46034 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 70579 46034 728 445 0 64124 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 282316

[startup+342.301 s]
/proc/loadavg: 2.03 1.72 1.60 3/313 4088
/proc/meminfo: memFree=17097824/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=298944 CPUtime=342.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 51448 0 0 0 34222 8 0 0 25 0 1 0 667125404 306118656 51326 33554432000 4194304 6014671 140733306581024 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 74736 51326 728 445 0 68281 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 298944

[startup+402.301 s]
/proc/loadavg: 2.01 1.76 1.62 3/313 4089
/proc/meminfo: memFree=17090224/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=298944 CPUtime=402.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 51993 0 0 0 40222 8 0 0 25 0 1 0 667125404 306118656 51848 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 74736 51848 728 445 0 68281 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 298944

[startup+462.301 s]
/proc/loadavg: 2.00 1.81 1.64 3/313 4091
/proc/meminfo: memFree=17069000/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=440708 CPUtime=462.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 57189 0 0 0 46221 9 0 0 25 0 1 0 667125404 451284992 56945 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 110177 56945 728 445 0 103722 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 440708

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.66 3/313 4093
/proc/meminfo: memFree=17042060/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=522.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 57759 0 0 0 52221 9 0 0 25 0 1 0 667125404 525897728 57427 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 57427 728 445 0 121938 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 513572

[startup+582.301 s]
/proc/loadavg: 2.03 1.88 1.68 3/313 4094
/proc/meminfo: memFree=17026020/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=582.3 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 61203 0 0 0 58221 9 0 0 25 0 1 0 667125404 525897728 60831 33554432000 4194304 6014671 140733306581024 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 60831 728 445 0 121938 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 513572

[startup+642.3 s]
/proc/loadavg: 2.01 1.90 1.70 3/313 4096
/proc/meminfo: memFree=16997708/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=642.31 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 71386 0 0 0 64220 11 0 0 25 0 1 0 667125404 525897728 70923 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 70923 728 445 0 121938 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 513572

[startup+702.3 s]
/proc/loadavg: 2.00 1.91 1.72 3/313 4097
/proc/meminfo: memFree=16989260/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=702.31 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 73432 0 0 0 70220 11 0 0 25 0 1 0 667125404 525897728 72919 33554432000 4194304 6014671 140733306581024 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 72919 728 445 0 121938 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 513572

[startup+762.311 s]
/proc/loadavg: 2.00 1.93 1.73 3/313 4099
/proc/meminfo: memFree=16931184/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=762.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 73432 0 0 0 76221 11 0 0 25 0 1 0 667125404 525897728 72866 33554432000 4194304 6014671 140733306581024 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 72866 728 445 0 121938 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 513572

[startup+822.3 s]
/proc/loadavg: 2.11 1.97 1.76 3/313 4101
/proc/meminfo: memFree=16911568/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=822.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 77646 0 0 0 82220 12 0 0 25 0 1 0 667125404 525897728 76971 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 76971 728 445 0 121938 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 513572

[startup+882.301 s]
/proc/loadavg: 2.08 1.99 1.77 3/313 4102
/proc/meminfo: memFree=16904944/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=882.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 77834 0 0 0 88220 12 0 0 25 0 1 0 667125404 525897728 77159 33554432000 4194304 6014671 140733306581024 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 77159 728 445 0 121938 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 513572

[startup+942.301 s]
/proc/loadavg: 2.03 1.99 1.78 3/313 4104
/proc/meminfo: memFree=16902068/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=942.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 77921 0 0 0 94220 12 0 0 25 0 1 0 667125404 525897728 77129 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 77129 728 445 0 121938 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 513572

[startup+1002.3 s]
/proc/loadavg: 2.01 1.99 1.80 3/313 4105
/proc/meminfo: memFree=16871036/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=513572 CPUtime=1002.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 78017 0 0 0 100220 12 0 0 25 0 1 0 667125404 525897728 77225 33554432000 4194304 6014671 140733306581024 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 128393 77225 728 445 0 121938 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 513572

[startup+1062.3 s]
/proc/loadavg: 2.11 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16818688/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1062.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 87627 0 0 0 106220 12 0 0 25 0 1 0 667125404 609378304 86774 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 86774 728 445 0 142319 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 595096

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

[startup+1075.1 s]
/proc/loadavg: 2.08 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16814208/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1075.12 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 88672 0 0 0 107499 13 0 0 25 0 1 0 667125404 609378304 87819 33554432000 4194304 6014671 140733306581024 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 87819 728 445 0 142319 0
Current children cumulated CPU time (s) 1075.12
Current children cumulated vsize (KiB) 595096

[startup+1078.3 s]
/proc/loadavg: 2.08 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16814208/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1078.32 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 88672 0 0 0 107819 13 0 0 25 0 1 0 667125404 609378304 87819 33554432000 4194304 6014671 140733306581024 18446744073709551615 4369520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 87819 728 445 0 142319 0
Current children cumulated CPU time (s) 1078.32
Current children cumulated vsize (KiB) 595096

[startup+1081.5 s]
/proc/loadavg: 2.08 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16802676/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1081.52 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 91564 0 0 0 108139 13 0 0 25 0 1 0 667125404 609378304 90711 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 90711 728 445 0 142319 0
Current children cumulated CPU time (s) 1081.52
Current children cumulated vsize (KiB) 595096

[startup+1082.3 s]
/proc/loadavg: 2.07 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16802428/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1082.33 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 91614 0 0 0 108220 13 0 0 25 0 1 0 667125404 609378304 90761 33554432000 4194304 6014671 140733306581024 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 90761 728 445 0 142319 0
Current children cumulated CPU time (s) 1082.33
Current children cumulated vsize (KiB) 595096

[startup+1083.1 s]
/proc/loadavg: 2.07 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16802428/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1083.12 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 91640 0 0 0 108299 13 0 0 25 0 1 0 667125404 609378304 90787 33554432000 4194304 6014671 140733306581024 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 90787 728 445 0 142319 0
Current children cumulated CPU time (s) 1083.12
Current children cumulated vsize (KiB) 595096

[startup+1083.51 s]
/proc/loadavg: 2.07 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16802180/32951124 swapFree=54450792/67111528
[pid=3910] ppid=3908 vsize=595096 CPUtime=1083.53 cores=0,2,4,6
/proc/3910/stat : 3910 (qutersat_releas) R 3908 3910 3075 0 -1 4202496 91666 0 0 0 108340 13 0 0 25 0 1 0 667125404 609378304 90750 33554432000 4194304 6014671 140733306581024 18446744073709551615 4341118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3910/statm: 148774 90750 728 445 0 142319 0
Current children cumulated CPU time (s) 1083.53
Current children cumulated vsize (KiB) 595096

Child status: 0
Real time (s): 1083.53
CPU time (s): 1083.56
CPU user time (s): 1083.41
CPU system time (s): 0.150977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 595096

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

runsolver used 3.51946 second user time and 7.31089 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 16:14:32
IDJOB=3384511
IDBENCH=87946
IDSOLVER=1868
FILE ID=node134/3384511-1305555272
RUNJOBID= node134-1305555272-3896
PBS_JOBID= 13329219
Free space on /tmp= 73592 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384511-1305555272/watcher-3384511-1305555272 -o /tmp/evaluation-result-3384511-1305555272/solver-3384511-1305555272 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384511-1305555272.cnf 1678879175

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=1678879175

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17527656 kB
Buffers:        150528 kB
Cached:         669544 kB
SwapCached:      16428 kB
Active:        4074396 kB
Inactive:     11117728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17527656 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:            2060 kB
Writeback:           0 kB
AnonPages:    14363584 kB
Mapped:          13888 kB
Slab:            96852 kB
PageTables:      72648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59413840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73584 MiB
End job on node134 at 2011-05-16 16:32:36