Trace number 3420961

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.11 4999.96

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.02	c Set FPU double precision.
0.07/0.10	c Parse Cnf success: #var: 2640 #clause: 305320
0.07/0.10	c Find Units :          0
0.07/0.12	c Find Invs  :          0
0.07/0.12	c Find Ands  :       2640 AvgFaninNum: 32
0.07/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.07/0.12	c Find Ite   :          0
0.07/0.12	c UnDirect variable: 0
0.07/0.12	c UnDirect to Direct Gate: 0
0.07/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.07/0.12	c Break Cycle : 2560
0.07/0.12	c Total Root : 0 Undef Var: 2560
0.07/0.13	c After covering, Total Root: 80 Leaf: 2560
0.07/0.13	c Variable( cover/uncovered/unused ): 2640 0 0
0.07/0.13	c Unit Clauses: 0
0.07/0.13	c Binary Clauses( cover/uncovered ): 2560 302680
0.07/0.13	c Clauses( cover/uncovered ): 80 0
0.07/0.13	c Total Clauses( cover/uncovered ): 2640 302680 0.864667%
0.07/0.13	c Covered Ands: 80 Invs: 0 Xors: 0 Ites: 0
0.17/0.27	c Uncover Clauses avg size: 2 max size: 2
0.17/0.27	c Final circuit: i/l/o/s    2560       0  302680    305160
0.17/0.27	c CnfToAig: Time: 0.25 s
0.37/0.42	c TmMap: Set choices finish.
0.48/0.55	c TmMap: Set big and: 302760
0.48/0.55	c TmMap: Origin: 307721 ClauseNum: 915480 --> New: 305321 ClauseNum: 910680
0.48/0.55	c TmMap: Time: 0.16
0.48/0.59	c Try to Add: #clause: 605520 #xorclause: 0
0.57/0.63	c #var: 2640 #clauses: 81 Solving... 
5000.07/4999.92	c Time Out !!
5000.07/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-3420961-1306603055/watcher-3420961-1306603055 -o /tmp/evaluation-result-3420961-1306603055/solver-3420961-1306603055 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420961-1306603055.cnf 976906088 

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.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4194304 92 0 0 0 0 0 0 0 20 0 1 0 850536195 6574080 47 33554432000 4194304 6014671 140734481266336 18446744073709551615 256410466576 0 0 4096 0 0 0 0 17 7 0 0 1
/proc/32421/statm: 1605 47 37 445 0 66 0

[startup+0.101391 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=56940 CPUtime=0.07 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 7620 0 0 0 6 1 0 0 20 0 1 0 850536195 58306560 7556 33554432000 4194304 6014671 140734481266336 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 7 0 0 1
/proc/32421/statm: 14235 7556 378 445 0 7780 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56940

[startup+0.200375 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=63084 CPUtime=0.17 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 7957 0 0 0 16 1 0 0 21 0 1 0 850536195 64598016 7893 33554432000 4194304 6014671 140734481266336 18446744073709551615 256415089235 0 0 4096 16386 0 0 0 17 7 0 0 1
/proc/32421/statm: 15771 7893 398 445 0 9316 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 63084

[startup+0.300356 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=89804 CPUtime=0.27 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 13342 0 0 0 25 2 0 0 21 0 1 0 850536195 91959296 13278 33554432000 4194304 6014671 140734481266336 18446744073709551615 4259508 0 0 4096 16386 0 0 0 17 7 0 0 1
/proc/32421/statm: 22451 13278 668 445 0 15996 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 89804

[startup+0.700275 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=154316 CPUtime=0.67 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 30668 0 0 0 63 4 0 0 22 0 1 0 850536195 158019584 30604 33554432000 4194304 6014671 140734481266336 18446744073709551615 4564043 0 0 4096 16386 0 0 0 17 7 0 0 1
/proc/32421/statm: 38579 30604 705 445 0 32124 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 154316

[startup+1.50019 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 32423
/proc/meminfo: memFree=11023968/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=154316 CPUtime=1.46 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 30684 0 0 0 142 4 0 0 25 0 1 0 850536195 158019584 30620 33554432000 4194304 6014671 140734481266336 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 38579 30620 721 445 0 32124 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 154316

[startup+3.10088 s]
/proc/loadavg: 2.08 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11021848/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=154316 CPUtime=3.06 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 30684 0 0 0 302 4 0 0 25 0 1 0 850536195 158019584 30620 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 38579 30620 721 445 0 32124 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 154316

[startup+6.30028 s]
/proc/loadavg: 2.07 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11016780/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=166276 CPUtime=6.26 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 31821 0 0 0 622 4 0 0 25 0 1 0 850536195 170266624 31757 33554432000 4194304 6014671 140734481266336 18446744073709551615 4537280 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 41569 31757 725 445 0 35114 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 166276

[startup+12.7011 s]
/proc/loadavg: 2.07 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11012740/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=166276 CPUtime=12.66 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 32329 0 0 0 1262 4 0 0 25 0 1 0 850536195 170266624 32265 33554432000 4194304 6014671 140734481266336 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 41569 32265 725 445 0 35114 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 166276

[startup+25.5006 s]
/proc/loadavg: 2.05 2.04 2.00 4/516 32424
/proc/meminfo: memFree=10999844/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=177884 CPUtime=25.46 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 34167 0 0 0 2542 4 0 0 25 0 1 0 850536195 182153216 34103 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 44471 34103 725 445 0 38016 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 177884

[startup+51.1008 s]
/proc/loadavg: 2.03 2.04 2.00 4/516 32424
/proc/meminfo: memFree=10942464/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=213168 CPUtime=51.06 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 40149 0 0 0 5101 5 0 0 25 0 1 0 850536195 218284032 40085 33554432000 4194304 6014671 140734481266336 18446744073709551615 4384893 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 53292 40085 725 445 0 46837 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 213168

[startup+102.301 s]
/proc/loadavg: 2.01 2.03 2.00 4/516 32426
/proc/meminfo: memFree=10863672/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=264864 CPUtime=102.28 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 52503 0 0 0 10221 7 0 0 25 0 1 0 850536195 271220736 52439 33554432000 4194304 6014671 140734481266336 18446744073709551615 4386285 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 66216 52439 725 445 0 59761 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 264864

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 32427
/proc/meminfo: memFree=10750684/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=430588 CPUtime=162.27 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 69087 0 0 0 16217 10 0 0 25 0 1 0 850536195 440922112 68738 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423305 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 107647 68738 725 445 0 101192 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 430588

[startup+222.321 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32430
/proc/meminfo: memFree=10740580/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=550124 CPUtime=222.29 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 74910 0 0 0 22218 11 0 0 25 0 1 0 850536195 563326976 64209 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424608 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 137531 64209 725 445 0 131076 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 550124

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32431
/proc/meminfo: memFree=10727404/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=550124 CPUtime=282.27 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 76791 0 0 0 28216 11 0 0 25 0 1 0 850536195 563326976 66090 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 137531 66090 725 445 0 131076 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 550124

[startup+342.3 s]
/proc/loadavg: 2.12 2.04 2.01 4/516 32434
/proc/meminfo: memFree=10717432/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=550124 CPUtime=342.27 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 78336 0 0 0 34216 11 0 0 25 0 1 0 850536195 563326976 67635 33554432000 4194304 6014671 140734481266336 18446744073709551615 4376739 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 137531 67635 725 445 0 131076 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 550124

[startup+402.301 s]
/proc/loadavg: 2.16 2.06 2.01 4/516 32436
/proc/meminfo: memFree=10707480/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=550124 CPUtime=402.28 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 79586 0 0 0 40216 12 0 0 25 0 1 0 850536195 563326976 68885 33554432000 4194304 6014671 140734481266336 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 137531 68885 725 445 0 131076 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 550124

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.01 4/516 32437
/proc/meminfo: memFree=10647292/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=550124 CPUtime=462.28 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 85144 0 0 0 46215 13 0 0 25 0 1 0 850536195 563326976 74443 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 137531 74443 725 445 0 131076 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 550124

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/516 32439
/proc/meminfo: memFree=10569748/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=621144 CPUtime=522.28 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 97831 0 0 0 52214 14 0 0 25 0 1 0 850536195 636051456 87130 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 155286 87130 725 445 0 148831 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 621144

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/516 32440
/proc/meminfo: memFree=10548988/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=693692 CPUtime=582.29 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 101442 0 0 0 58214 15 0 0 25 0 1 0 850536195 710340608 90741 33554432000 4194304 6014671 140734481266336 18446744073709551615 4376739 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 173423 90741 725 445 0 166968 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 693692

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32545
/proc/meminfo: memFree=9785816/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4002.41 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232203 0 0 0 400204 37 0 0 25 0 1 0 850536195 1224040448 195750 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 195750 726 445 0 292383 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 1195352

[startup+4062.3 s]
/proc/loadavg: 2.08 2.03 2.01 4/516 32546
/proc/meminfo: memFree=9726136/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4062.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232590 0 0 0 406206 37 0 0 25 0 1 0 850536195 1224040448 196106 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196106 726 445 0 292383 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 1195352

[startup+4122.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/516 32548
/proc/meminfo: memFree=9694856/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4122.41 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232590 0 0 0 412204 37 0 0 25 0 1 0 850536195 1224040448 196089 33554432000 4194304 6014671 140734481266336 18446744073709551615 4377675 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196089 726 445 0 292383 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 1195352

[startup+4182.32 s]
/proc/loadavg: 2.01 2.02 2.00 4/516 32549
/proc/meminfo: memFree=9695656/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4182.44 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232601 0 0 0 418206 38 0 0 25 0 1 0 850536195 1224040448 196063 33554432000 4194304 6014671 140734481266336 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196063 726 445 0 292383 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 1195352

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32551
/proc/meminfo: memFree=9688432/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4242.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232615 0 0 0 424205 38 0 0 25 0 1 0 850536195 1224040448 196057 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196057 726 445 0 292383 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 1195352

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32553
/proc/meminfo: memFree=9688392/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4302.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232656 0 0 0 430205 38 0 0 25 0 1 0 850536195 1224040448 196077 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196077 728 445 0 292383 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1195352

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32554
/proc/meminfo: memFree=9683512/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4362.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 232936 0 0 0 436205 38 0 0 25 0 1 0 850536195 1224040448 196312 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196312 728 445 0 292383 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1195352

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32556
/proc/meminfo: memFree=9681472/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4422.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233474 0 0 0 442205 38 0 0 25 0 1 0 850536195 1224040448 196800 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196800 727 445 0 292383 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 1195352

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32557
/proc/meminfo: memFree=9680800/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4482.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233474 0 0 0 448205 38 0 0 25 0 1 0 850536195 1224040448 196774 33554432000 4194304 6014671 140734481266336 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196774 727 445 0 292383 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1195352

[startup+4542.3 s]
/proc/loadavg: 2.19 2.05 2.01 4/516 32559
/proc/meminfo: memFree=9680640/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4542.43 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233475 0 0 0 454205 38 0 0 25 0 1 0 850536195 1224040448 196748 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196748 727 445 0 292383 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1195352

[startup+4602.3 s]
/proc/loadavg: 2.20 2.07 2.02 4/516 32561
/proc/meminfo: memFree=9680232/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4602.44 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233475 0 0 0 460206 38 0 0 25 0 1 0 850536195 1224040448 196691 33554432000 4194304 6014671 140734481266336 18446744073709551615 4371866 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196691 727 445 0 292383 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1195352

[startup+4662.3 s]
/proc/loadavg: 2.06 2.05 2.01 4/516 32562
/proc/meminfo: memFree=9677796/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4662.44 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233475 0 0 0 466206 38 0 0 25 0 1 0 850536195 1224040448 196661 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196661 727 445 0 292383 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 1195352

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/516 32564
/proc/meminfo: memFree=9677892/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4722.45 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233479 0 0 0 472207 38 0 0 25 0 1 0 850536195 1224040448 196633 33554432000 4194304 6014671 140734481266336 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196633 727 445 0 292383 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1195352

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/516 32565
/proc/meminfo: memFree=9678692/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4782.45 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233707 0 0 0 478206 39 0 0 25 0 1 0 850536195 1224040448 196828 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196828 727 445 0 292383 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 1195352

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32567
/proc/meminfo: memFree=9677536/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4842.47 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 233825 0 0 0 484208 39 0 0 25 0 1 0 850536195 1224040448 196912 33554432000 4194304 6014671 140734481266336 18446744073709551615 4376347 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 196912 728 445 0 292383 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 1195352

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32572
/proc/meminfo: memFree=9677100/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4902.45 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 234041 0 0 0 490206 39 0 0 25 0 1 0 850536195 1224040448 197057 33554432000 4194304 6014671 140734481266336 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 197057 728 445 0 292383 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 1195352

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32573
/proc/meminfo: memFree=9675364/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=4962.45 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 234405 0 0 0 496206 39 0 0 25 0 1 0 850536195 1224040448 197382 33554432000 4194304 6014671 140734481266336 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 197382 727 445 0 292383 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 1195352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32574
/proc/meminfo: memFree=9675452/32950928 swapFree=67074476/67111528
[pid=32421] ppid=32416 vsize=1195352 CPUtime=5000.07 cores=1,3,5,7
/proc/32421/stat : 32421 (qutersat_releas) R 32416 32421 30993 0 -1 4202496 234405 0 0 0 499968 39 0 0 25 0 1 0 850536195 1224040448 197382 33554432000 4194304 6014671 140734481266336 18446744073709551615 4441007 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/32421/statm: 298838 197382 727 445 0 292383 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1195352

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

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

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.11
CPU user time (s): 4999.69
CPU system time (s): 0.428934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1195352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.68
system time used= 0.428934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234409
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= 9
involuntary context switches= 64793

runsolver used 24.4133 second user time and 64.9401 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-28 19:17:35
IDJOB=3420961
IDBENCH=71605
IDSOLVER=1868
FILE ID=node115/3420961-1306603055
RUNJOBID= node115-1306603055-32401
PBS_JOBID= 13471565
Free space on /tmp= 73164 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=976906088

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11266348 kB
Buffers:        172756 kB
Cached:        3749716 kB
SwapCached:       5152 kB
Active:       14183320 kB
Inactive:      7171288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11266348 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:           10936 kB
Writeback:          64 kB
AnonPages:    17430396 kB
Mapped:          40900 kB
Slab:           184004 kB
PageTables:      75776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151806880 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= 73160 MiB
End job on node115 at 2011-05-28 20:40:57