Trace number 3420917

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)? (TO) 5000.07 4999.94

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1820 #clause: 171155
0.00/0.04	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.00/0.05	c Find Ands  :       1820 AvgFaninNum: 27
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 1755
0.00/0.05	c Total Root : 0 Undef Var: 1755
0.00/0.05	c After covering, Total Root: 65 Leaf: 1755
0.00/0.05	c Variable( cover/uncovered/unused ): 1820 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 1755 162502
0.00/0.05	c Clauses( cover/uncovered ): 65 0
0.00/0.05	c Total Clauses( cover/uncovered ): 1820 162502 1.10758%
0.00/0.05	c Covered Ands: 65 Invs: 0 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 2 max size: 2
0.09/0.13	c Final circuit: i/l/o/s    1755       0  162502    164192
0.09/0.13	c CnfToAig: Time: 0.12 s
0.19/0.21	c TmMap: Set choices finish.
0.19/0.28	c TmMap: Set big and: 162567
0.19/0.28	c TmMap: Origin: 165948 ClauseNum: 492576 --> New: 164323 ClauseNum: 489326
0.19/0.28	c TmMap: Time: 0.08
0.29/0.31	c Try to Add: #clause: 325134 #xorclause: 0
0.29/0.33	c #var: 1820 #clauses: 66 Solving... 
5000.03/4999.92	c Time Out !!
5000.03/4999.92	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3420917-1306599455/watcher-3420917-1306599455 -o /tmp/evaluation-result-3420917-1306599455/solver-3420917-1306599455 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420917-1306599455.cnf 1792646412 

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.23 2.07 2.02 2/532 5618
/proc/meminfo: memFree=14334848/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 1832 0 0 0 0 0 0 0 22 0 1 0 752361796 33140736 1768 33554432000 4194304 6014671 140737048166784 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 8091 1768 377 445 0 1636 0

[startup+0.0773811 s]
/proc/loadavg: 2.23 2.07 2.02 2/532 5618
/proc/meminfo: memFree=14334848/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=43628 CPUtime=0.07 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 4602 0 0 0 7 0 0 0 22 0 1 0 752361796 44675072 4538 33554432000 4194304 6014671 140737048166784 18446744073709551615 4266985 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 10907 4538 398 445 0 4452 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43628

[startup+0.100367 s]
/proc/loadavg: 2.23 2.07 2.02 2/532 5618
/proc/meminfo: memFree=14334848/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=46700 CPUtime=0.09 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 5369 0 0 0 9 0 0 0 22 0 1 0 752361796 47820800 5305 33554432000 4194304 6014671 140737048166784 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 11675 5305 398 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300321 s]
/proc/loadavg: 2.23 2.07 2.02 2/532 5618
/proc/meminfo: memFree=14334848/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=100048 CPUtime=0.29 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 18425 0 0 0 27 2 0 0 23 0 1 0 752361796 102449152 18361 33554432000 4194304 6014671 140737048166784 18446744073709551615 4808197 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 25012 18361 670 445 0 18557 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100048

[startup+0.700244 s]
/proc/loadavg: 2.23 2.07 2.02 2/532 5618
/proc/meminfo: memFree=14334848/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=100048 CPUtime=0.69 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 18478 0 0 0 67 2 0 0 25 0 1 0 752361796 102449152 18414 33554432000 4194304 6014671 140737048166784 18446744073709551615 4376315 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 25012 18414 720 445 0 18557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100048

[startup+1.5011 s]
/proc/loadavg: 2.23 2.07 2.02 3/536 5625
/proc/meminfo: memFree=14145716/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=109972 CPUtime=1.49 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 19109 0 0 0 147 2 0 0 25 0 1 0 752361796 112611328 19045 33554432000 4194304 6014671 140737048166784 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 27493 19045 721 445 0 21038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109972

[startup+3.10081 s]
/proc/loadavg: 2.21 2.07 2.02 3/536 5625
/proc/meminfo: memFree=14137668/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=130072 CPUtime=3.09 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 20619 0 0 0 307 2 0 0 25 0 1 0 752361796 133193728 20555 33554432000 4194304 6014671 140737048166784 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 32518 20555 725 445 0 26063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130072

[startup+6.30024 s]
/proc/loadavg: 2.21 2.07 2.02 3/536 5625
/proc/meminfo: memFree=14130916/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=130072 CPUtime=6.29 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 21045 0 0 0 627 2 0 0 25 0 1 0 752361796 133193728 20981 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 32518 20981 725 445 0 26063 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130072

[startup+12.7011 s]
/proc/loadavg: 2.18 2.07 2.02 3/536 5625
/proc/meminfo: memFree=14122156/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=130200 CPUtime=12.69 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 21776 0 0 0 1267 2 0 0 25 0 1 0 752361796 133324800 21712 33554432000 4194304 6014671 140737048166784 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 32550 21712 725 445 0 26095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130200

[startup+25.5008 s]
/proc/loadavg: 2.15 2.06 2.02 3/536 5625
/proc/meminfo: memFree=14103932/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=150860 CPUtime=25.49 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 23990 0 0 0 2546 3 0 0 25 0 1 0 752361796 154480640 23926 33554432000 4194304 6014671 140737048166784 18446744073709551615 4536737 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 37715 23926 725 445 0 31260 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150860

[startup+51.1002 s]
/proc/loadavg: 2.10 2.06 2.02 3/536 5626
/proc/meminfo: memFree=14080312/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=150860 CPUtime=51.09 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 26046 0 0 0 5106 3 0 0 25 0 1 0 752361796 154480640 25982 33554432000 4194304 6014671 140737048166784 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 37715 25982 725 445 0 31260 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150860

[startup+102.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 5627
/proc/meminfo: memFree=13961852/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=174148 CPUtime=102.31 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 34586 0 0 0 10227 4 0 0 25 0 1 0 752361796 178327552 34499 33554432000 4194304 6014671 140737048166784 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 43537 34499 736 445 0 37082 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 174148

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 5629
/proc/meminfo: memFree=13830252/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=296040 CPUtime=162.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 52883 0 0 0 16222 8 0 0 25 0 1 0 752361796 303144960 52721 33554432000 4194304 6014671 140737048166784 18446744073709551615 4379813 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 74010 52721 737 445 0 67555 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 296040

[startup+222.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 5631
/proc/meminfo: memFree=13849692/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=296040 CPUtime=222.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 54032 0 0 0 22222 8 0 0 25 0 1 0 752361796 303144960 53664 33554432000 4194304 6014671 140737048166784 18446744073709551615 4372092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 74010 53664 737 445 0 67555 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 296040

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 5632
/proc/meminfo: memFree=13842220/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=296040 CPUtime=282.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 55181 0 0 0 28222 8 0 0 25 0 1 0 752361796 303144960 54145 33554432000 4194304 6014671 140737048166784 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 74010 54145 737 445 0 67555 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 296040

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5634
/proc/meminfo: memFree=13827560/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=296040 CPUtime=342.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 58781 0 0 0 34221 9 0 0 25 0 1 0 752361796 303144960 57745 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 74010 57745 737 445 0 67555 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 296040

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 5635
/proc/meminfo: memFree=13788588/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=468424 CPUtime=402.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 61995 0 0 0 40221 9 0 0 25 0 1 0 752361796 479666176 60951 33554432000 4194304 6014671 140737048166784 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 117106 60951 752 445 0 110651 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 468424

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 5640
/proc/meminfo: memFree=13764972/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=468552 CPUtime=462.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 67151 0 0 0 46220 10 0 0 25 0 1 0 752361796 479797248 66094 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 117138 66094 739 445 0 110683 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 468552

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 5642
/proc/meminfo: memFree=13701396/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=529336 CPUtime=522.31 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 73957 0 0 0 52219 12 0 0 25 0 1 0 752361796 542040064 72897 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 132334 72897 736 445 0 125879 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 529336

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5643
/proc/meminfo: memFree=13679536/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=591128 CPUtime=582.3 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 75074 0 0 0 58218 12 0 0 25 0 1 0 752361796 605315072 74009 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 147782 74009 732 445 0 141327 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 591128

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/536 5748
/proc/meminfo: memFree=13025592/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4062.42 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164646 0 0 0 406212 30 0 0 25 0 1 0 752361796 845213696 153164 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153164 727 445 0 199896 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 825404

[startup+4122.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 5750
/proc/meminfo: memFree=13023884/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4122.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164785 0 0 0 412210 30 0 0 25 0 1 0 752361796 845213696 153293 33554432000 4194304 6014671 140737048166784 18446744073709551615 4378539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153293 727 445 0 199896 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 825404

[startup+4182.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 5751
/proc/meminfo: memFree=13025088/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4182.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164785 0 0 0 418210 30 0 0 25 0 1 0 752361796 845213696 153279 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153279 727 445 0 199896 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 825404

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5753
/proc/meminfo: memFree=13021708/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4242.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164793 0 0 0 424210 30 0 0 25 0 1 0 752361796 845213696 153265 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423974 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153265 727 445 0 199896 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 825404

[startup+4302.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/536 5754
/proc/meminfo: memFree=13021300/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4302.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164793 0 0 0 430210 30 0 0 25 0 1 0 752361796 845213696 153252 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153252 727 445 0 199896 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 825404

[startup+4362.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/536 5756
/proc/meminfo: memFree=13019392/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4362.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164805 0 0 0 436210 30 0 0 25 0 1 0 752361796 845213696 153235 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153235 727 445 0 199896 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 825404

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 5758
/proc/meminfo: memFree=13019724/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4422.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164947 0 0 0 442210 30 0 0 25 0 1 0 752361796 845213696 153361 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153361 727 445 0 199896 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 825404

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5759
/proc/meminfo: memFree=13019304/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4482.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 164947 0 0 0 448211 30 0 0 25 0 1 0 752361796 845213696 153344 33554432000 4194304 6014671 140737048166784 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153344 727 445 0 199896 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 825404

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5761
/proc/meminfo: memFree=13016788/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4542.4 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165283 0 0 0 454210 30 0 0 25 0 1 0 752361796 845213696 153662 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153662 727 445 0 199896 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 825404

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5762
/proc/meminfo: memFree=13013760/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4602.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165283 0 0 0 460211 30 0 0 25 0 1 0 752361796 845213696 153643 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153643 726 445 0 199896 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 825404

[startup+4662.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 5764
/proc/meminfo: memFree=13012972/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4662.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165284 0 0 0 466211 30 0 0 25 0 1 0 752361796 845213696 153624 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153624 726 445 0 199896 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 825404

[startup+4722.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 5766
/proc/meminfo: memFree=13012932/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4722.43 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165284 0 0 0 472213 30 0 0 25 0 1 0 752361796 845213696 153581 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153581 726 445 0 199896 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 825404

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 5767
/proc/meminfo: memFree=13012772/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4782.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165284 0 0 0 478211 30 0 0 25 0 1 0 752361796 845213696 153558 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153558 726 445 0 199896 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 825404

[startup+4842.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/536 5769
/proc/meminfo: memFree=13011348/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4842.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165312 0 0 0 484211 30 0 0 25 0 1 0 752361796 845213696 153556 33554432000 4194304 6014671 140737048166784 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153556 726 445 0 199896 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 825404

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/536 5770
/proc/meminfo: memFree=13010824/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4902.41 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165312 0 0 0 490211 30 0 0 25 0 1 0 752361796 845213696 153525 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153525 726 445 0 199896 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 825404

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 5772
/proc/meminfo: memFree=12981876/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=4962.42 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165312 0 0 0 496211 31 0 0 25 0 1 0 752361796 845213696 153493 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153493 726 445 0 199896 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 825404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 5773
/proc/meminfo: memFree=12954556/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=5000.03 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165362 0 0 0 499972 31 0 0 25 0 1 0 752361796 845213696 153510 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153510 726 445 0 199896 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 825404

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 5773
/proc/meminfo: memFree=12954556/32951124 swapFree=51873512/67111528
[pid=5618] ppid=5616 vsize=825404 CPUtime=5000.03 cores=1,3,5,7
/proc/5618/stat : 5618 (qutersat_releas) R 5616 5618 4676 0 -1 4202496 165362 0 0 0 499972 31 0 0 25 0 1 0 752361796 845213696 153510 33554432000 4194304 6014671 140737048166784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5618/statm: 206351 153510 726 445 0 199896 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 825404

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4999.74
CPU system time (s): 0.335948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 825404

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

runsolver used 24.6243 second user time and 61.8666 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-28 18:17:35
IDJOB=3420917
IDBENCH=71409
IDSOLVER=1868
FILE ID=node146/3420917-1306599455
RUNJOBID= node146-1306594453-5394
PBS_JOBID= 13471534
Free space on /tmp= 73368 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420917-1306599455/watcher-3420917-1306599455 -o /tmp/evaluation-result-3420917-1306599455/solver-3420917-1306599455 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420917-1306599455.cnf 1792646412

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=1792646412

node146.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.830
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.830
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.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      14335120 kB
Buffers:        340476 kB
Cached:        5924784 kB
SwapCached:      56236 kB
Active:       12958916 kB
Inactive:      5341364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14335120 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            5848 kB
Writeback:           0 kB
AnonPages:    11985936 kB
Mapped:          29800 kB
Slab:           147272 kB
PageTables:      97324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160676572 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= 73364 MiB
End job on node146 at 2011-05-28 19:40:57