Trace number 3384258

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 5000.06

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark164.562
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data

0.00/0.04	c Set FPU double precision.
0.04/0.15	c Parse Cnf success: #var: 50797 #clause: 177980
0.04/0.15	c Find Units :       1318
0.04/0.15	c Find Invs  :      16910
0.04/0.17	c Find Ands  :      14416 AvgFaninNum: 4.36085
0.04/0.18	c Find Xors  :      16990 AvgFaninNum: 2
0.14/0.20	c Find Ite   :       6408
0.14/0.24	c UnDirect variable: 29159
0.14/0.25	c UnDirect to Direct Gate: 30420
0.14/0.25	c Forced Direct Gate: 189 Unuse unDirect Gate: 1868
0.14/0.26	c Break Cycle : 2035
0.14/0.26	c Total Root : 175 Undef Var: 7020
0.25/0.30	c After covering, Total Root: 408 Leaf: 3504
0.25/0.30	c Variable( cover/uncovered/unused ): 47281 3516 0
0.25/0.30	c Unit Clauses: 1318
0.25/0.30	c Binary Clauses( cover/uncovered ): 87334 7752
0.25/0.30	c Clauses( cover/uncovered ): 81139 437
0.25/0.30	c Total Clauses( cover/uncovered ): 169791 8189 95.3989%
0.25/0.30	c Covered Ands: 13419 Invs: 13428 Xors: 16918 Ites: 12
0.25/0.31	c Uncover Clauses avg size: 2.10148 max size: 5
0.25/0.31	c Final circuit: i/l/o/s    5703       0    8190     79101
0.25/0.31	c CnfToAig: Time: 0.26 s
0.44/0.57	c TmMap: Set choices finish.
0.44/0.59	c TmMap: Set big and: 11481
0.44/0.59	c TmMap: Origin: 84805 ClauseNum: 237303 --> New: 33784 ClauseNum: 117174
0.44/0.59	c TmMap: Time: 0.04
0.96/1.05	c Simulation --> TransNum: 102038/117174 Try to Add: #clause: 85863 #xorclause: 0
0.96/1.09	c #var: 23857 #clauses: 67100 Solving... 
2.24/2.31	c Abstract SAT
2.24/2.37	c Simulation --> TransNum: 105114/117174 Try to Add: #clause: 5 #xorclause: 0
2.24/2.37	c #var: 23860 #clauses: 20558 Solving... 
12.74/12.89	c Abstract SAT
12.84/12.95	c Simulation --> TransNum: 105131/117174 Try to Add: #clause: 10 #xorclause: 0
12.84/12.95	c #var: 23866 #clauses: 18053 Solving... 
13.44/13.51	c Abstract SAT
13.44/13.51	c Simulation --> TransNum: 117174/117174 Try to Add: #clause: 10036 #xorclause: 0
13.44/13.51	c #var: 25590 #clauses: 28390 Solving... 
5000.07/5000.01	c Time Out !!
5000.07/5000.01	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-3384258-1305540200/watcher-3384258-1305540200 -o /tmp/evaluation-result-3384258-1305540200/solver-3384258-1305540200 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384258-1305540200.cnf 1994295155 

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.00 0.01 0.05 2/331 24016
/proc/meminfo: memFree=24050016/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) D 24014 24016 23984 0 -1 4194304 92 0 0 0 0 0 0 0 20 0 1 0 665618164 6574080 47 33554432000 4194304 6014671 140733836335968 18446744073709551615 232330968807 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/24016/statm: 1605 47 37 445 0 66 0

[startup+0.0651159 s]
/proc/loadavg: 0.00 0.01 0.05 2/331 24016
/proc/meminfo: memFree=24050016/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=36628 CPUtime=0.01 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 2888 0 2 0 1 0 0 0 20 0 1 0 665618164 37507072 2826 33554432000 4194304 6014671 140733836335968 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/24016/statm: 9157 2826 378 445 0 2702 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 36628

[startup+0.101141 s]
/proc/loadavg: 0.00 0.01 0.05 2/331 24016
/proc/meminfo: memFree=24050016/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=44820 CPUtime=0.04 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 4999 0 2 0 4 0 0 0 20 0 1 0 665618164 45895680 4937 33554432000 4194304 6014671 140733836335968 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/24016/statm: 11205 4937 378 445 0 4750 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44820

[startup+0.301112 s]
/proc/loadavg: 0.00 0.01 0.05 2/331 24016
/proc/meminfo: memFree=24050016/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=59284 CPUtime=0.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 8450 0 2 0 24 1 0 0 20 0 1 0 665618164 60706816 8388 33554432000 4194304 6014671 140733836335968 18446744073709551615 4334449 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/24016/statm: 14821 8388 397 445 0 8366 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 59284

[startup+0.701031 s]
/proc/loadavg: 0.00 0.01 0.05 2/331 24016
/proc/meminfo: memFree=24050016/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=91616 CPUtime=0.65 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 16634 0 2 0 63 2 0 0 21 0 1 0 665618164 93814784 16572 33554432000 4194304 6014671 140733836335968 18446744073709551615 4244174 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/24016/statm: 22904 16572 680 445 0 16449 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 91616

[startup+1.50086 s]
/proc/loadavg: 0.00 0.01 0.05 3/335 24023
/proc/meminfo: memFree=23900772/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=99820 CPUtime=1.45 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 17221 0 2 0 143 2 0 0 25 0 1 0 665618164 102215680 17159 33554432000 4194304 6014671 140733836335968 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 24955 17159 700 445 0 18500 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 99820

[startup+3.10058 s]
/proc/loadavg: 0.00 0.01 0.05 3/335 24023
/proc/meminfo: memFree=23833936/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=123572 CPUtime=3.04 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 19637 0 2 0 302 2 0 0 25 0 1 0 665618164 126537728 19564 33554432000 4194304 6014671 140733836335968 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 30893 19564 729 445 0 24438 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 123572

[startup+6.30103 s]
/proc/loadavg: 0.24 0.06 0.07 3/335 24023
/proc/meminfo: memFree=23819632/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=133336 CPUtime=6.24 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 21129 0 2 0 621 3 0 0 25 0 1 0 665618164 136536064 21056 33554432000 4194304 6014671 140733836335968 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 33334 21056 730 445 0 26879 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 133336

[startup+12.7009 s]
/proc/loadavg: 0.38 0.09 0.08 3/335 24024
/proc/meminfo: memFree=23750280/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=144520 CPUtime=12.64 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 26548 0 2 0 1261 3 0 0 25 0 1 0 665618164 147988480 26475 33554432000 4194304 6014671 140733836335968 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 36130 26475 730 445 0 29675 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 144520

[startup+25.5006 s]
/proc/loadavg: 0.82 0.20 0.11 3/335 24024
/proc/meminfo: memFree=23664908/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=267960 CPUtime=25.44 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 42244 0 2 0 2538 6 0 0 25 0 1 0 665618164 274391040 42171 33554432000 4194304 6014671 140733836335968 18446744073709551615 4667394 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 66990 42171 730 445 0 60535 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 267960

[startup+51.1011 s]
/proc/loadavg: 1.22 0.34 0.16 3/335 24025
/proc/meminfo: memFree=23621356/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=267960 CPUtime=51.04 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 46830 0 2 0 5097 7 0 0 25 0 1 0 665618164 274391040 46731 33554432000 4194304 6014671 140733836335968 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 66990 46731 730 445 0 60535 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 267960

[startup+102.312 s]
/proc/loadavg: 1.66 0.59 0.26 3/335 24029
/proc/meminfo: memFree=23555036/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=328428 CPUtime=102.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 56719 0 2 0 10218 7 0 0 25 0 1 0 665618164 336310272 56545 33554432000 4194304 6014671 140733836335968 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 82107 56545 730 445 0 75652 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 328428

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 3/335 24031
/proc/meminfo: memFree=23491320/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=451660 CPUtime=162.24 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 68960 0 2 0 16215 9 0 0 25 0 1 0 665618164 462499840 68570 33554432000 4194304 6014671 140733836335968 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 112915 68570 730 445 0 106460 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 451660

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.46 3/335 24032
/proc/meminfo: memFree=23400160/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=451660 CPUtime=222.24 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 86818 0 2 0 22214 10 0 0 25 0 1 0 665618164 462499840 86263 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 112915 86263 730 445 0 106460 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 451660

[startup+282.301 s]
/proc/loadavg: 2.12 1.26 0.57 3/335 24034
/proc/meminfo: memFree=23380920/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=451660 CPUtime=282.24 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 86818 0 2 0 28214 10 0 0 25 0 1 0 665618164 462499840 86263 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 112915 86263 730 445 0 106460 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 451660

[startup+342.3 s]
/proc/loadavg: 2.04 1.39 0.65 3/335 24035
/proc/meminfo: memFree=23245248/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=639464 CPUtime=342.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 105622 0 2 0 34212 13 0 0 25 0 1 0 665618164 654811136 104922 33554432000 4194304 6014671 140733836335968 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 159866 104922 730 445 0 153411 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 639464

[startup+402.301 s]
/proc/loadavg: 2.01 1.50 0.73 3/335 24037
/proc/meminfo: memFree=23224748/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=639464 CPUtime=402.24 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 107383 0 2 0 40211 13 0 0 25 0 1 0 665618164 654811136 106609 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 159866 106609 730 445 0 153411 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 639464

[startup+462.301 s]
/proc/loadavg: 2.00 1.59 0.81 3/335 24039
/proc/meminfo: memFree=23218404/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=639464 CPUtime=462.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 107383 0 2 0 46212 13 0 0 25 0 1 0 665618164 654811136 106609 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 159866 106609 730 445 0 153411 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 639464

[startup+522.3 s]
/proc/loadavg: 2.08 1.68 0.89 3/335 24040
/proc/meminfo: memFree=23216528/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=639464 CPUtime=522.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 107383 0 2 0 52212 13 0 0 25 0 1 0 665618164 654811136 106609 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 159866 106609 730 445 0 153411 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 639464

[startup+582.301 s]
/proc/loadavg: 2.03 1.73 0.95 3/335 24042
/proc/meminfo: memFree=23215636/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=639464 CPUtime=582.25 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 107383 0 2 0 58212 13 0 0 25 0 1 0 665618164 654811136 106609 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 159866 106609 730 445 0 153411 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 639464

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/335 24145
/proc/meminfo: memFree=22218692/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4002.33 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229157 0 2 0 400201 32 0 0 25 0 1 0 665618164 1436995584 223225 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223225 732 445 0 344374 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 1403316

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/335 24147
/proc/meminfo: memFree=22218648/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4062.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229157 0 2 0 406203 32 0 0 25 0 1 0 665618164 1436995584 223225 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223225 732 445 0 344374 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 1403316

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/335 24148
/proc/meminfo: memFree=22215516/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4122.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229157 0 2 0 412202 32 0 0 25 0 1 0 665618164 1436995584 223225 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223225 732 445 0 344374 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 1403316

[startup+4182.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/335 24150
/proc/meminfo: memFree=22215348/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4182.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229157 0 2 0 418202 32 0 0 25 0 1 0 665618164 1436995584 223225 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223225 732 445 0 344374 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 1403316

[startup+4242.3 s]
/proc/loadavg: 2.17 2.07 2.00 3/335 24151
/proc/meminfo: memFree=22171544/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4242.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229177 0 2 0 424202 32 0 0 25 0 1 0 665618164 1436995584 223245 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223245 732 445 0 344374 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 1403316

[startup+4302.3 s]
/proc/loadavg: 2.15 2.09 2.01 3/335 24153
/proc/meminfo: memFree=22165312/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4302.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229179 0 2 0 430202 32 0 0 25 0 1 0 665618164 1436995584 223247 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223247 732 445 0 344374 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 1403316

[startup+4362.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/335 24155
/proc/meminfo: memFree=22120396/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4362.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229182 0 2 0 436202 32 0 0 25 0 1 0 665618164 1436995584 223250 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223250 732 445 0 344374 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 1403316

[startup+4422.3 s]
/proc/loadavg: 2.05 2.07 2.00 3/335 24156
/proc/meminfo: memFree=22114780/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4422.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229184 0 2 0 442202 32 0 0 25 0 1 0 665618164 1436995584 223252 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223252 732 445 0 344374 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 1403316

[startup+4482.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/335 24158
/proc/meminfo: memFree=22074708/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4482.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 229184 0 2 0 448202 32 0 0 25 0 1 0 665618164 1436995584 223252 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 223252 732 445 0 344374 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 1403316

[startup+4542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/335 24159
/proc/meminfo: memFree=22011308/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4542.34 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 245306 0 2 0 454200 34 0 0 25 0 1 0 665618164 1436995584 239345 33554432000 4194304 6014671 140733836335968 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 239345 731 445 0 344374 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 1403316

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/335 24161
/proc/meminfo: memFree=21962924/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4602.36 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 256942 0 2 0 460200 36 0 0 25 0 1 0 665618164 1436995584 250916 33554432000 4194304 6014671 140733836335968 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 250916 731 445 0 344374 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 1403316

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/335 24163
/proc/meminfo: memFree=21930520/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4662.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 264979 0 2 0 466198 37 0 0 25 0 1 0 665618164 1436995584 258901 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 258901 731 445 0 344374 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 1403316

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/335 24164
/proc/meminfo: memFree=21930376/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4722.36 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 264979 0 2 0 472199 37 0 0 25 0 1 0 665618164 1436995584 258901 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 258901 731 445 0 344374 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 1403316

[startup+4782.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/335 24166
/proc/meminfo: memFree=21931332/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4782.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 264979 0 2 0 478198 37 0 0 25 0 1 0 665618164 1436995584 258901 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 258901 731 445 0 344374 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 1403316

[startup+4842.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/335 24167
/proc/meminfo: memFree=21931056/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4842.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 264979 0 2 0 484198 37 0 0 25 0 1 0 665618164 1436995584 258901 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 258901 731 445 0 344374 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 1403316

[startup+4902.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/335 24169
/proc/meminfo: memFree=21917012/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4902.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 264979 0 2 0 490198 37 0 0 25 0 1 0 665618164 1436995584 258901 33554432000 4194304 6014671 140733836335968 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 258901 731 445 0 344374 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 1403316

[startup+4962.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/335 24171
/proc/meminfo: memFree=21886852/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=4962.35 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 272533 0 2 0 496197 38 0 0 25 0 1 0 665618164 1436995584 266348 33554432000 4194304 6014671 140733836335968 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 266348 731 445 0 344374 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 1403316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.03 2.00 3/335 24172
/proc/meminfo: memFree=21886708/32951124 swapFree=65173164/67111528
[pid=24016] ppid=24014 vsize=1403316 CPUtime=5000.07 cores=0,2,4,6
/proc/24016/stat : 24016 (qutersat_releas) R 24014 24016 23984 0 -1 4202496 272571 0 2 0 499969 38 0 0 25 0 1 0 665618164 1436995584 266386 33554432000 4194304 6014671 140733836335968 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 4
/proc/24016/statm: 350829 266386 731 445 0 344374 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1403316

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): 5000.06
CPU time (s): 5000.13
CPU user time (s): 4999.69
CPU system time (s): 0.437933
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1403316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.69
system time used= 0.437933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272575
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 8474

runsolver used 17.3224 second user time and 36.3155 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-16 12:03:20
IDJOB=3384258
IDBENCH=20536
IDSOLVER=1868
FILE ID=node132/3384258-1305540200
RUNJOBID= node132-1305540199-24002
PBS_JOBID= 13329221
Free space on /tmp= 73308 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384258-1305540200/watcher-3384258-1305540200 -o /tmp/evaluation-result-3384258-1305540200/solver-3384258-1305540200 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384258-1305540200.cnf 1994295155

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1994295155

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.833
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:      24050420 kB
Buffers:        308900 kB
Cached:        3479324 kB
SwapCached:       9908 kB
Active:        2447320 kB
Inactive:      6138144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24050420 kB
SwapTotal:    67111528 kB
SwapFree:     65173164 kB
Dirty:           10144 kB
Writeback:           0 kB
AnonPages:     4794252 kB
Mapped:          20792 kB
Slab:           219308 kB
PageTables:      31400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58160672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73292 MiB
End job on node132 at 2011-05-16 13:26:42