Trace number 3384272

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.95

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8859
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

Solver Data

0.00/0.00	c Set FPU double precision.
0.39/0.45	c Parse Cnf success: #var: 181484 #clause: 890298
0.39/0.45	c Find Units :        771
0.49/0.50	c Find Invs  :      14895
0.59/0.65	c Find Ands  :     146115 AvgFaninNum: 4.3023
0.59/0.67	c Find Xors  :      19355 AvgFaninNum: 2
0.69/0.72	c Find Ite   :      18664
0.79/0.81	c UnDirect variable: 5309
0.79/0.81	c UnDirect to Direct Gate: 30772
0.79/0.81	c Forced Direct Gate: 172 Unuse unDirect Gate: 600
0.79/0.85	c Break Cycle : 5687
0.79/0.85	c Total Root : 2566 Undef Var: 7954
0.99/1.09	c After covering, Total Root: 2944 Leaf: 7408
0.99/1.09	c Variable( cover/uncovered/unused ): 180938 546 0
0.99/1.09	c Unit Clauses: 771
0.99/1.09	c Binary Clauses( cover/uncovered ): 647575 8486
0.99/1.09	c Clauses( cover/uncovered ): 215000 7355
0.99/1.09	c Total Clauses( cover/uncovered ): 863346 15841 98.1982%
0.99/1.09	c Covered Ands: 143572 Invs: 12101 Xors: 17687 Ites: 170
1.10/1.13	c Uncover Clauses avg size: 2.47516 max size: 4
1.10/1.13	c Final circuit: i/l/o/s    7250       0   15738    283398
1.10/1.13	c CnfToAig: Time: 1.12 s
1.89/1.92	c TmMap: Set choices finish.
1.99/2.03	c TmMap: Set big and: 63086
1.99/2.03	c TmMap: Origin: 290649 ClauseNum: 850194 --> New: 112396 ClauseNum: 448419
1.99/2.03	c TmMap: Time: 0.2
3.99/4.08	c Simulation --> TransNum: 390406/448419 Try to Add: #clause: 278473 #xorclause: 0
4.19/4.25	c #var: 96261 #clauses: 210709 Solving... 
402.11/402.15	c Abstract SAT
402.41/402.46	c Simulation --> TransNum: 432027/448419 Try to Add: #clause: 47 #xorclause: 0
402.41/402.46	c #var: 96265 #clauses: 179626 Solving... 
448.51/448.58	c Abstract SAT
448.82/448.88	c Simulation --> TransNum: 432073/448419 Try to Add: #clause: 29 #xorclause: 0
448.82/448.89	c #var: 96272 #clauses: 178863 Solving... 
471.11/471.19	c Abstract SAT
471.21/471.20	c Simulation --> TransNum: 448419/448419 Try to Add: #clause: 15830 #xorclause: 0
471.21/471.23	c #var: 96639 #clauses: 228730 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3384272-1305540217/watcher-3384272-1305540217 -o /tmp/evaluation-result-3384272-1305540217/solver-3384272-1305540217 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384272-1305540217.cnf 1849567690 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.57 0.13 0.07 3/301 14670
/proc/meminfo: memFree=21320384/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=36620 CPUtime=0 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 2798 0 0 0 0 0 0 0 24 0 1 0 646437623 37498880 2734 33554432000 4194304 6014671 140736127739440 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 9155 2736 378 445 0 2700 0

[startup+0.0161259 s]
/proc/loadavg: 0.57 0.13 0.07 3/301 14670
/proc/meminfo: memFree=21320384/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=38668 CPUtime=0 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 3396 0 0 0 0 0 0 0 24 0 1 0 646437623 39596032 3332 33554432000 4194304 6014671 140736127739440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 9667 3332 378 445 0 3212 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 38668

[startup+0.101143 s]
/proc/loadavg: 0.57 0.13 0.07 3/301 14670
/proc/meminfo: memFree=21320384/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=55052 CPUtime=0.09 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 7595 0 0 0 8 1 0 0 24 0 1 0 646437623 56373248 7531 33554432000 4194304 6014671 140736127739440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 13763 7531 378 445 0 7308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55052

[startup+0.301094 s]
/proc/loadavg: 0.57 0.13 0.07 3/301 14670
/proc/meminfo: memFree=21320384/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=94220 CPUtime=0.29 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 16535 0 0 0 27 2 0 0 25 0 1 0 646437623 96481280 16471 33554432000 4194304 6014671 140736127739440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 23555 16471 378 445 0 17100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94220

[startup+0.701021 s]
/proc/loadavg: 0.57 0.13 0.07 3/301 14670
/proc/meminfo: memFree=21320384/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=120076 CPUtime=0.69 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 23279 0 0 0 67 2 0 0 25 0 1 0 646437623 122957824 23215 33554432000 4194304 6014671 140736127739440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 30019 23215 394 445 0 23564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120076

[startup+1.50088 s]
/proc/loadavg: 0.57 0.13 0.07 3/302 14671
/proc/meminfo: memFree=21224524/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=147020 CPUtime=1.49 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 29642 0 0 0 146 3 0 0 25 0 1 0 646437623 150548480 29578 33554432000 4194304 6014671 140736127739440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 36755 29579 667 445 0 30300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147020

[startup+3.10055 s]
/proc/loadavg: 0.68 0.16 0.08 3/302 14671
/proc/meminfo: memFree=21142188/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=199468 CPUtime=3.09 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 43899 0 0 0 304 5 0 0 25 0 1 0 646437623 204255232 43835 33554432000 4194304 6014671 140736127739440 18446744073709551615 4244587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 49867 43835 680 445 0 43412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199468

[startup+6.30098 s]
/proc/loadavg: 0.68 0.16 0.08 3/302 14671
/proc/meminfo: memFree=21138152/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=199468 CPUtime=6.29 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 43923 0 0 0 624 5 0 0 25 0 1 0 646437623 204255232 43859 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 49867 43859 701 445 0 43412 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 199468

[startup+12.7008 s]
/proc/loadavg: 0.88 0.22 0.10 3/302 14671
/proc/meminfo: memFree=21067612/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=313424 CPUtime=12.69 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 60413 0 0 0 1262 7 0 0 25 0 1 0 646437623 320946176 60245 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423465 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 78356 60245 726 445 0 71901 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313424

[startup+25.5004 s]
/proc/loadavg: 1.06 0.28 0.12 3/302 14672
/proc/meminfo: memFree=20956592/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=313808 CPUtime=25.49 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 70438 0 0 0 2540 9 0 0 25 0 1 0 646437623 321339392 70270 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 78452 70270 727 445 0 71997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 313808

[startup+51.1007 s]
/proc/loadavg: 1.38 0.41 0.17 3/302 14672
/proc/meminfo: memFree=20906356/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=344236 CPUtime=51.09 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 74769 0 0 0 5100 9 0 0 25 0 1 0 646437623 352497664 74579 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 86059 74579 727 445 0 79604 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 344236

[startup+102.311 s]
/proc/loadavg: 1.75 0.68 0.27 3/302 14674
/proc/meminfo: memFree=20869312/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=375948 CPUtime=102.3 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 82140 0 0 0 10219 11 0 0 25 0 1 0 646437623 384970752 81909 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 93987 81909 727 445 0 87532 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 375948

[startup+162.3 s]
/proc/loadavg: 1.97 0.91 0.37 3/302 14675
/proc/meminfo: memFree=20831264/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=393036 CPUtime=162.29 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 88364 0 0 0 16217 12 0 0 25 0 1 0 646437623 402468864 88086 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 98259 88086 728 445 0 91804 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 393036

[startup+222.301 s]
/proc/loadavg: 2.10 1.16 0.49 3/302 14677
/proc/meminfo: memFree=20813024/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=410960 CPUtime=222.3 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 90225 0 0 0 22217 13 0 0 25 0 1 0 646437623 420823040 89703 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 102740 89703 728 445 0 96285 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 410960

[startup+282.301 s]
/proc/loadavg: 2.04 1.29 0.57 3/302 14678
/proc/meminfo: memFree=20805312/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=411088 CPUtime=282.3 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 91724 0 0 0 28217 13 0 0 25 0 1 0 646437623 420954112 91187 33554432000 4194304 6014671 140736127739440 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 102772 91187 728 445 0 96317 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 411088

[startup+342.301 s]
/proc/loadavg: 2.01 1.43 0.67 3/302 14680
/proc/meminfo: memFree=20773784/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=450652 CPUtime=342.3 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 98937 0 0 0 34215 15 0 0 25 0 1 0 646437623 461467648 98400 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 112663 98400 728 445 0 106208 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 450652

[startup+402.301 s]
/proc/loadavg: 2.00 1.52 0.74 3/302 14682
/proc/meminfo: memFree=20738420/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=470868 CPUtime=402.31 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 103433 0 0 0 40215 16 0 0 25 0 1 0 646437623 482168832 102896 33554432000 4194304 6014671 140736127739440 18446744073709551615 4244611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 117717 102896 730 445 0 111262 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 470868

[startup+462.301 s]
/proc/loadavg: 2.00 1.61 0.82 3/302 14683
/proc/meminfo: memFree=20693012/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=491728 CPUtime=462.31 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 110505 0 0 0 46214 17 0 0 25 0 1 0 646437623 503529472 109968 33554432000 4194304 6014671 140736127739440 18446744073709551615 4666599 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 122932 109968 730 445 0 116477 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 491728

[startup+522.301 s]
/proc/loadavg: 2.00 1.68 0.89 3/302 14685
/proc/meminfo: memFree=20678856/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=491856 CPUtime=522.3 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 111263 0 0 0 52213 17 0 0 25 0 1 0 646437623 503660544 110726 33554432000 4194304 6014671 140736127739440 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 122964 110726 730 445 0 116509 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 491856

[startup+582.301 s]
/proc/loadavg: 2.00 1.74 0.96 3/302 14686
/proc/meminfo: memFree=20673256/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=514884 CPUtime=582.31 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 117029 0 0 0 58213 18 0 0 25 0 1 0 646437623 527241216 111480 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 128721 111480 730 445 0 122266 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 514884

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.05 2.02 1.94 3/302 14791
/proc/meminfo: memFree=20128860/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4062.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 232183 0 0 0 406201 42 0 0 25 0 1 0 646437623 1395097600 207450 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 207450 733 445 0 334145 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 1362400

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/302 14793
/proc/meminfo: memFree=20113584/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4122.42 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 236166 0 0 0 412199 43 0 0 25 0 1 0 646437623 1395097600 211433 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 211433 733 445 0 334145 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1362400

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/302 14794
/proc/meminfo: memFree=20111324/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4182.42 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 236801 0 0 0 418199 43 0 0 25 0 1 0 646437623 1395097600 212068 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 212068 733 445 0 334145 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1362400

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/302 14796
/proc/meminfo: memFree=20106216/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4242.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 238132 0 0 0 424199 44 0 0 25 0 1 0 646437623 1395097600 213399 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 213399 733 445 0 334145 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 1362400

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/302 14798
/proc/meminfo: memFree=20100856/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4302.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 239513 0 0 0 430199 44 0 0 25 0 1 0 646437623 1395097600 214780 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 214780 733 445 0 334145 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1362400

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/302 14799
/proc/meminfo: memFree=20100816/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4362.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 239513 0 0 0 436199 44 0 0 25 0 1 0 646437623 1395097600 214780 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 214780 733 445 0 334145 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1362400

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/302 14801
/proc/meminfo: memFree=20100916/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4422.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 239532 0 0 0 442199 44 0 0 25 0 1 0 646437623 1395097600 214799 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 214799 733 445 0 334145 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 1362400

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/302 14802
/proc/meminfo: memFree=20096800/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4482.43 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 240512 0 0 0 448199 44 0 0 25 0 1 0 646437623 1395097600 215779 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 215779 733 445 0 334145 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1362400

[startup+4542.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/302 14804
/proc/meminfo: memFree=20094552/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4542.44 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 241052 0 0 0 454200 44 0 0 25 0 1 0 646437623 1395097600 216319 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 216319 733 445 0 334145 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 1362400

[startup+4602.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/302 14806
/proc/meminfo: memFree=20073324/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4602.44 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 246282 0 0 0 460200 44 0 0 25 0 1 0 646437623 1395097600 221486 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 221486 733 445 0 334145 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1362400

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/302 14807
/proc/meminfo: memFree=20065492/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4662.44 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 248201 0 0 0 466199 45 0 0 25 0 1 0 646437623 1395097600 223405 33554432000 4194304 6014671 140736127739440 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 223405 733 445 0 334145 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 1362400

[startup+4722.31 s]
/proc/loadavg: 2.09 2.03 1.95 3/302 14809
/proc/meminfo: memFree=20059884/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4722.45 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 249776 0 0 0 472200 45 0 0 25 0 1 0 646437623 1395097600 224980 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 224980 733 445 0 334145 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1362400

[startup+4782.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/302 14810
/proc/meminfo: memFree=20017324/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4782.44 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 260447 0 0 0 478197 47 0 0 25 0 1 0 646437623 1395097600 235651 33554432000 4194304 6014671 140736127739440 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 235651 733 445 0 334145 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1362400

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/302 14812
/proc/meminfo: memFree=19991376/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4842.44 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 262420 0 0 0 484196 48 0 0 25 0 1 0 646437623 1395097600 237624 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 237624 733 445 0 334145 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1362400

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/302 14817
/proc/meminfo: memFree=19939368/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4902.45 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 273620 0 0 0 490195 50 0 0 25 0 1 0 646437623 1395097600 248824 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 248824 733 445 0 334145 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 1362400

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/302 14818
/proc/meminfo: memFree=19931852/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=4962.45 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 275371 0 0 0 496194 51 0 0 25 0 1 0 646437623 1395097600 250575 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 250575 733 445 0 334145 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 1362400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.94 1.99 1.95 3/302 14847
/proc/meminfo: memFree=20351852/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=5000.06 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 280243 0 0 0 499954 52 0 0 25 0 1 0 646437623 1395097600 255447 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 255447 733 445 0 334145 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1362400

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: 1.94 1.99 1.95 3/302 14847
/proc/meminfo: memFree=20351852/32951124 swapFree=63485424/67111528
[pid=14670] ppid=14668 vsize=1362400 CPUtime=5000.06 cores=0,2,4,6
/proc/14670/stat : 14670 (qutersat_releas) R 14668 14670 14604 0 -1 4202496 280243 0 0 0 499954 52 0 0 25 0 1 0 646437623 1395097600 255447 33554432000 4194304 6014671 140736127739440 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14670/statm: 340600 255447 733 445 0 334145 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1362400

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.11
CPU user time (s): 4999.55
CPU system time (s): 0.562914
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1362400

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

runsolver used 14.5768 second user time and 30.8963 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-16 12:03:37
IDJOB=3384272
IDBENCH=69635
IDSOLVER=1868
FILE ID=node147/3384272-1305540217
RUNJOBID= node147-1305540196-14622
PBS_JOBID= 13329206
Free space on /tmp= 73116 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384272-1305540217/watcher-3384272-1305540217 -o /tmp/evaluation-result-3384272-1305540217/solver-3384272-1305540217 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384272-1305540217.cnf 1849567690

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

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=1849567690

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.82
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.836
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.76
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      21320656 kB
Buffers:        320980 kB
Cached:        5455328 kB
SwapCached:      13132 kB
Active:        4923424 kB
Inactive:      6457568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21320656 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           46276 kB
Writeback:           0 kB
AnonPages:     5599544 kB
Mapped:          19048 kB
Slab:           151732 kB
PageTables:      34100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53619996 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= 73132 MiB
End job on node147 at 2011-05-16 13:26:59