Trace number 3420959

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
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.00/0.10	c Parse Cnf success: #var: 2640 #clause: 305320
0.00/0.10	c Find Units :          0
0.08/0.12	c Find Invs  :          0
0.08/0.12	c Find Ands  :       2640 AvgFaninNum: 32
0.08/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.12	c Find Ite   :          0
0.08/0.12	c UnDirect variable: 0
0.08/0.12	c UnDirect to Direct Gate: 0
0.08/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.12	c Break Cycle : 2560
0.08/0.12	c Total Root : 0 Undef Var: 2560
0.08/0.12	c After covering, Total Root: 80 Leaf: 2560
0.08/0.12	c Variable( cover/uncovered/unused ): 2640 0 0
0.08/0.12	c Unit Clauses: 0
0.08/0.12	c Binary Clauses( cover/uncovered ): 2560 302680
0.08/0.12	c Clauses( cover/uncovered ): 80 0
0.08/0.12	c Total Clauses( cover/uncovered ): 2640 302680 0.864667%
0.08/0.12	c Covered Ands: 80 Invs: 0 Xors: 0 Ites: 0
0.18/0.26	c Uncover Clauses avg size: 2 max size: 2
0.18/0.27	c Final circuit: i/l/o/s    2560       0  302680    305160
0.18/0.27	c CnfToAig: Time: 0.24 s
0.37/0.41	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.15
0.48/0.59	c Try to Add: #clause: 605520 #xorclause: 0
0.57/0.62	c #var: 2640 #clauses: 81 Solving... 
5000.08/4999.92	c Time Out !!
5000.08/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-3420959-1306603055/watcher-3420959-1306603055 -o /tmp/evaluation-result-3420959-1306603055/solver-3420959-1306603055 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420959-1306603055.cnf 976906088 

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: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 1733 0 3 0 0 0 0 0 20 0 1 0 850536195 33140736 1672 33554432000 4194304 6014671 140735042071888 18446744073709551615 4296512 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 8091 1674 378 445 0 1636 0

[startup+0.10256 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=56940 CPUtime=0.08 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 7679 0 3 0 7 1 0 0 20 0 1 0 850536195 58306560 7618 33554432000 4194304 6014671 140735042071888 18446744073709551615 4280323 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 14235 7618 382 445 0 7780 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56940

[startup+0.200504 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=63084 CPUtime=0.18 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 7954 0 3 0 17 1 0 0 20 0 1 0 850536195 64598016 7893 33554432000 4194304 6014671 140735042071888 18446744073709551615 4268502 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 15771 7893 398 445 0 9316 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 63084

[startup+0.300481 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=89804 CPUtime=0.27 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 16169 0 3 0 26 1 0 0 21 0 1 0 850536195 91959296 16108 33554432000 4194304 6014671 140735042071888 18446744073709551615 4235374 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 22451 16108 668 445 0 15996 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 89804

[startup+0.700407 s]
/proc/loadavg: 2.08 2.05 2.01 3/514 32421
/proc/meminfo: memFree=11265912/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=154316 CPUtime=0.67 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 30664 0 3 0 64 3 0 0 22 0 1 0 850536195 158019584 30603 33554432000 4194304 6014671 140735042071888 18446744073709551615 4523449 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 38579 30603 705 445 0 32124 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 154316

[startup+1.50025 s]
/proc/loadavg: 2.08 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11023968/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=154316 CPUtime=1.47 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 30680 0 3 0 144 3 0 0 25 0 1 0 850536195 158019584 30619 33554432000 4194304 6014671 140735042071888 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 38579 30619 721 445 0 32124 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 154316

[startup+3.10096 s]
/proc/loadavg: 2.08 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11021848/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=154316 CPUtime=3.07 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 30680 0 3 0 304 3 0 0 25 0 1 0 850536195 158019584 30619 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 38579 30619 721 445 0 32124 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 154316

[startup+6.30035 s]
/proc/loadavg: 2.07 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11016780/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=154316 CPUtime=6.27 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 30684 0 3 0 624 3 0 0 25 0 1 0 850536195 158019584 30623 33554432000 4194304 6014671 140735042071888 18446744073709551615 4537081 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 38579 30623 725 445 0 32124 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 154316

[startup+12.7011 s]
/proc/loadavg: 2.07 2.05 2.01 4/516 32423
/proc/meminfo: memFree=11012740/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=154316 CPUtime=12.67 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 30684 0 3 0 1264 3 0 0 25 0 1 0 850536195 158019584 30623 33554432000 4194304 6014671 140735042071888 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 38579 30623 725 445 0 32124 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 154316

[startup+25.5007 s]
/proc/loadavg: 2.05 2.04 2.00 4/516 32424
/proc/meminfo: memFree=10999844/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=177212 CPUtime=25.47 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 32482 0 3 0 2544 3 0 0 25 0 1 0 850536195 181465088 32421 33554432000 4194304 6014671 140735042071888 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 44303 32421 725 445 0 37848 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 177212

[startup+51.1008 s]
/proc/loadavg: 2.03 2.04 2.00 4/516 32424
/proc/meminfo: memFree=10942464/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=213264 CPUtime=51.07 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 40808 0 3 0 5103 4 0 0 25 0 1 0 850536195 218382336 40747 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 53316 40747 741 445 0 46861 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 213264

[startup+102.301 s]
/proc/loadavg: 2.01 2.03 2.00 4/516 32426
/proc/meminfo: memFree=10863672/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=278896 CPUtime=102.3 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 48181 0 3 0 10224 6 0 0 25 0 1 0 850536195 285589504 48109 33554432000 4194304 6014671 140735042071888 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 69724 48109 730 445 0 63269 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 278896

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32427
/proc/meminfo: memFree=10750684/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=400644 CPUtime=162.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 63337 0 3 0 16221 8 0 0 25 0 1 0 850536195 410259456 59571 33554432000 4194304 6014671 140735042071888 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 100161 59571 733 445 0 93706 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 400644

[startup+222.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32430
/proc/meminfo: memFree=10740580/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=400644 CPUtime=222.31 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 70268 0 3 0 22222 9 0 0 25 0 1 0 850536195 410259456 66497 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 100161 66497 728 445 0 93706 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 400644

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32431
/proc/meminfo: memFree=10727404/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=461000 CPUtime=282.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 71867 0 3 0 28220 9 0 0 25 0 1 0 850536195 472064000 68096 33554432000 4194304 6014671 140735042071888 18446744073709551615 4425291 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 115250 68096 728 445 0 108795 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 461000

[startup+342.301 s]
/proc/loadavg: 2.12 2.04 2.01 4/516 32434
/proc/meminfo: memFree=10717432/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=461000 CPUtime=342.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 73019 0 3 0 34220 9 0 0 25 0 1 0 850536195 472064000 69248 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 115250 69248 728 445 0 108795 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 461000

[startup+402.301 s]
/proc/loadavg: 2.16 2.06 2.01 4/516 32436
/proc/meminfo: memFree=10707480/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=461000 CPUtime=402.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 74296 0 3 0 40220 9 0 0 25 0 1 0 850536195 472064000 70525 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 115250 70525 728 445 0 108795 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 461000

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.01 4/516 32437
/proc/meminfo: memFree=10647292/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=461000 CPUtime=462.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 83690 0 3 0 46218 11 0 0 25 0 1 0 850536195 472064000 79919 33554432000 4194304 6014671 140735042071888 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 115250 79919 728 445 0 108795 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 461000

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/516 32439
/proc/meminfo: memFree=10569748/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=532804 CPUtime=522.29 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 90422 0 3 0 52217 12 0 0 25 0 1 0 850536195 545591296 86648 33554432000 4194304 6014671 140735042071888 18446744073709551615 4372469 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 133201 86648 747 445 0 126746 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 532804

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/516 32440
/proc/meminfo: memFree=10548988/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=532804 CPUtime=582.3 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 91995 0 3 0 58217 13 0 0 25 0 1 0 850536195 545591296 88203 33554432000 4194304 6014671 140735042071888 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 133201 88203 729 445 0 126746 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 532804

[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=32419] ppid=32415 vsize=1107168 CPUtime=4002.42 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 213100 0 3 0 400205 37 0 0 25 0 1 0 850536195 1133740032 173130 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 173130 725 445 0 270337 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 1107168

[startup+4062.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/516 32546
/proc/meminfo: memFree=9726136/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4062.44 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 227633 0 3 0 406205 39 0 0 25 0 1 0 850536195 1133740032 187663 33554432000 4194304 6014671 140735042071888 18446744073709551615 4423373 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 187663 725 445 0 270337 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 1107168

[startup+4122.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/516 32548
/proc/meminfo: memFree=9694856/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4122.43 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 235260 0 3 0 412203 40 0 0 25 0 1 0 850536195 1133740032 195290 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 195290 725 445 0 270337 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 1107168

[startup+4182.32 s]
/proc/loadavg: 2.01 2.02 2.00 4/516 32549
/proc/meminfo: memFree=9695656/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4182.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 235276 0 3 0 418205 40 0 0 25 0 1 0 850536195 1133740032 195306 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 195306 725 445 0 270337 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 1107168

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32551
/proc/meminfo: memFree=9688432/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4242.43 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 237074 0 3 0 424203 40 0 0 25 0 1 0 850536195 1133740032 197104 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 197104 725 445 0 270337 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 1107168

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32553
/proc/meminfo: memFree=9688392/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4302.43 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 237074 0 3 0 430203 40 0 0 25 0 1 0 850536195 1133740032 197104 33554432000 4194304 6014671 140735042071888 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 197104 725 445 0 270337 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1107168

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32554
/proc/meminfo: memFree=9683512/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4362.43 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238287 0 3 0 436203 40 0 0 25 0 1 0 850536195 1133740032 198317 33554432000 4194304 6014671 140735042071888 18446744073709551615 4377799 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198317 725 445 0 270337 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1107168

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32556
/proc/meminfo: memFree=9681472/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4422.44 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238287 0 3 0 442204 40 0 0 25 0 1 0 850536195 1133740032 198317 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198317 725 445 0 270337 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 1107168

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/516 32557
/proc/meminfo: memFree=9680800/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4482.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238287 0 3 0 448204 41 0 0 25 0 1 0 850536195 1133740032 198317 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198317 725 445 0 270337 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 1107168

[startup+4542.3 s]
/proc/loadavg: 2.19 2.05 2.01 4/516 32559
/proc/meminfo: memFree=9680640/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4542.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238288 0 3 0 454204 41 0 0 25 0 1 0 850536195 1133740032 198318 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198318 725 445 0 270337 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 1107168

[startup+4602.3 s]
/proc/loadavg: 2.20 2.07 2.02 4/516 32561
/proc/meminfo: memFree=9680232/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4602.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238328 0 3 0 460204 41 0 0 25 0 1 0 850536195 1133740032 198358 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198358 725 445 0 270337 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 1107168

[startup+4662.3 s]
/proc/loadavg: 2.06 2.05 2.01 4/516 32562
/proc/meminfo: memFree=9677796/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4662.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238430 0 3 0 466204 41 0 0 25 0 1 0 850536195 1133740032 198460 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198460 725 445 0 270337 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 1107168

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/516 32564
/proc/meminfo: memFree=9677892/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4722.47 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238430 0 3 0 472206 41 0 0 25 0 1 0 850536195 1133740032 198460 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198460 725 445 0 270337 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1107168

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/516 32565
/proc/meminfo: memFree=9678692/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4782.45 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238703 0 3 0 478204 41 0 0 25 0 1 0 850536195 1133740032 198733 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198733 725 445 0 270337 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 1107168

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32567
/proc/meminfo: memFree=9677536/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4842.48 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238712 0 3 0 484207 41 0 0 25 0 1 0 850536195 1133740032 198742 33554432000 4194304 6014671 140735042071888 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198742 725 445 0 270337 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 1107168

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/516 32572
/proc/meminfo: memFree=9677100/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4902.46 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238894 0 3 0 490205 41 0 0 25 0 1 0 850536195 1133740032 198924 33554432000 4194304 6014671 140735042071888 18446744073709551615 4422782 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198924 725 445 0 270337 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 1107168

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/516 32573
/proc/meminfo: memFree=9675364/32950928 swapFree=67074476/67111528
[pid=32419] ppid=32415 vsize=1107168 CPUtime=4962.46 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238894 0 3 0 496205 41 0 0 25 0 1 0 850536195 1133740032 198914 33554432000 4194304 6014671 140735042071888 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198914 725 445 0 270337 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 1107168



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=32419] ppid=32415 vsize=1107168 CPUtime=5000.08 cores=0,2,4,6
/proc/32419/stat : 32419 (qutersat_releas) R 32415 32419 30993 0 -1 4202496 238914 0 3 0 499967 41 0 0 25 0 1 0 850536195 1133740032 198934 33554432000 4194304 6014671 140735042071888 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 2 0 0 1
/proc/32419/statm: 276792 198934 725 445 0 270337 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1107168

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.13
CPU user time (s): 4999.68
CPU system time (s): 0.451931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1107168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.68
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238919
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 7233

runsolver used 27.1329 second user time and 61.6346 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
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