Trace number 3384406

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.08 4999.9

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.683
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.38	c Parse Cnf success: #var: 183325 #clause: 546914
0.29/0.38	c Find Units :          2
0.39/0.40	c Find Invs  :          0
0.39/0.48	c Find Ands  :     185936 AvgFaninNum: 2
0.49/0.50	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.54	c Find Ite   :          0
0.59/0.66	c UnDirect variable: 0
0.59/0.66	c UnDirect to Direct Gate: 0
0.59/0.66	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.59/0.68	c Break Cycle : 2236
0.59/0.68	c Total Root : 1 Undef Var: 2866
0.69/0.79	c After covering, Total Root: 1634 Leaf: 2866
0.69/0.79	c Variable( cover/uncovered/unused ): 183325 0 0
0.69/0.79	c Unit Clauses: 2
0.69/0.79	c Binary Clauses( cover/uncovered ): 360918 3690
0.69/0.79	c Clauses( cover/uncovered ): 180459 1845
0.69/0.79	c Total Clauses( cover/uncovered ): 541379 5535 98.988%
0.69/0.79	c Covered Ands: 180459 Invs: 0 Xors: 0 Ites: 0
0.79/0.81	c Uncover Clauses avg size: 2.33333 max size: 3
0.79/0.81	c Final circuit: i/l/o/s    2865       0    5536    187566
0.79/0.81	c CnfToAig: Time: 0.8 s
1.39/1.45	c TmMap: Set choices finish.
1.49/1.51	c TmMap: Set big and: 16713
1.49/1.51	c TmMap: Origin: 190432 ClauseNum: 562698 --> New: 53790 ClauseNum: 231025
1.49/1.51	c TmMap: Time: 0.12
2.59/2.66	c Simulation --> TransNum: 139006/231025 Try to Add: #clause: 113297 #xorclause: 0
2.69/2.74	c #var: 39738 #clauses: 124504 Solving... 
13.39/13.41	c Abstract SAT
13.49/13.58	c Simulation --> TransNum: 182629/231025 Try to Add: #clause: 1206 #xorclause: 0
13.49/13.59	c #var: 40646 #clauses: 91902 Solving... 
14.30/14.36	c Abstract SAT
14.49/14.54	c Simulation --> TransNum: 185985/231025 Try to Add: #clause: 258 #xorclause: 0
14.49/14.54	c #var: 40805 #clauses: 94036 Solving... 
14.79/14.84	c Abstract SAT
14.79/14.85	c Simulation --> TransNum: 231025/231025 Try to Add: #clause: 43887 #xorclause: 0
14.79/14.88	c #var: 48253 #clauses: 162248 Solving... 
5000.03/4999.81	c Time Out !!
5000.03/4999.81	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-3384406-1305545714/watcher-3384406-1305545714 -o /tmp/evaluation-result-3384406-1305545714/solver-3384406-1305545714 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384406-1305545714.cnf 1655309789 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 2/338 9224
/proc/meminfo: memFree=11235016/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=36664 CPUtime=0 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 2913 0 0 0 0 0 0 0 25 0 1 0 646987085 37543936 2849 33554432000 4194304 6014671 140736351335536 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 9166 2849 378 445 0 2711 0

[startup+0.0311721 s]
/proc/loadavg: 2.06 2.02 2.00 2/338 9224
/proc/meminfo: memFree=11235016/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=42808 CPUtime=0.02 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 4371 0 0 0 2 0 0 0 25 0 1 0 646987085 43835392 4307 33554432000 4194304 6014671 140736351335536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 10702 4309 378 445 0 4247 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42808

[startup+0.101171 s]
/proc/loadavg: 2.06 2.02 2.00 2/338 9224
/proc/meminfo: memFree=11235016/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=56120 CPUtime=0.09 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 7789 0 0 0 9 0 0 0 25 0 1 0 646987085 57466880 7725 33554432000 4194304 6014671 140736351335536 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 14030 7725 378 445 0 7575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56120

[startup+0.301121 s]
/proc/loadavg: 2.06 2.02 2.00 2/338 9224
/proc/meminfo: memFree=11235016/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=88120 CPUtime=0.29 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 15699 0 0 0 27 2 0 0 25 0 1 0 646987085 90234880 15635 33554432000 4194304 6014671 140736351335536 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 22030 15637 378 445 0 15575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88120

[startup+0.701042 s]
/proc/loadavg: 2.06 2.02 2.00 2/338 9224
/proc/meminfo: memFree=11235016/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=115384 CPUtime=0.69 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 21763 0 0 0 66 3 0 0 25 0 1 0 646987085 118153216 21699 33554432000 4194304 6014671 140736351335536 18446744073709551615 4273864 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 28846 21699 398 445 0 22391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115384

[startup+1.50089 s]
/proc/loadavg: 2.06 2.02 2.00 3/339 9225
/proc/meminfo: memFree=11147236/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=160888 CPUtime=1.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 34370 0 0 0 145 4 0 0 25 0 1 0 646987085 164749312 34306 33554432000 4194304 6014671 140736351335536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 40222 34306 670 445 0 33767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160888

[startup+3.10056 s]
/proc/loadavg: 2.06 2.02 2.00 3/339 9225
/proc/meminfo: memFree=11092552/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=164984 CPUtime=3.09 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 35352 0 0 0 305 4 0 0 25 0 1 0 646987085 168943616 35288 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 41246 35288 697 445 0 34791 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164984

[startup+6.30093 s]
/proc/loadavg: 2.06 2.02 2.00 3/339 9225
/proc/meminfo: memFree=11091200/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=164984 CPUtime=6.29 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 35379 0 0 0 625 4 0 0 25 0 1 0 646987085 168943616 35315 33554432000 4194304 6014671 140736351335536 18446744073709551615 4383488 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 41246 35315 723 445 0 34791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 164984

[startup+12.7007 s]
/proc/loadavg: 2.05 2.02 2.00 3/339 9226
/proc/meminfo: memFree=11086888/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=164984 CPUtime=12.69 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 35384 0 0 0 1265 4 0 0 25 0 1 0 646987085 168943616 35320 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 41246 35320 728 445 0 34791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 164984

[startup+25.5011 s]
/proc/loadavg: 2.04 2.02 2.00 3/339 9226
/proc/meminfo: memFree=11065768/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=176768 CPUtime=25.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 38089 0 0 0 2544 5 0 0 25 0 1 0 646987085 181010432 38025 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 44192 38025 730 445 0 37737 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176768

[startup+51.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/339 9227
/proc/meminfo: memFree=11027148/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=202880 CPUtime=51.09 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 41945 0 0 0 5103 6 0 0 25 0 1 0 646987085 207749120 41881 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 50720 41881 730 445 0 44265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 202880

[startup+102.313 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 9228
/proc/meminfo: memFree=10878516/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=216324 CPUtime=102.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 45334 0 0 0 10224 7 0 0 25 0 1 0 646987085 221515776 45270 33554432000 4194304 6014671 140736351335536 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 54081 45270 730 445 0 47626 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 216324

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/339 9230
/proc/meminfo: memFree=10851684/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=247256 CPUtime=162.3 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 50337 0 0 0 16222 8 0 0 25 0 1 0 646987085 253190144 50193 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 61814 50193 730 445 0 55359 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 247256

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/339 9231
/proc/meminfo: memFree=10839492/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=247256 CPUtime=222.3 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 51579 0 0 0 22222 8 0 0 25 0 1 0 646987085 253190144 51424 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 61814 51424 730 445 0 55359 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 247256

[startup+282.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/339 9233
/proc/meminfo: memFree=10780540/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=283136 CPUtime=282.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 61288 0 0 0 28221 10 0 0 25 0 1 0 646987085 289931264 56790 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 70784 56790 731 445 0 64329 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 283136

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/339 9235
/proc/meminfo: memFree=10724696/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=355372 CPUtime=342.3 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 62702 0 0 0 34220 10 0 0 25 0 1 0 646987085 363900928 58203 33554432000 4194304 6014671 140736351335536 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 88843 58203 730 445 0 82388 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 355372

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/339 9236
/proc/meminfo: memFree=10673564/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=355372 CPUtime=402.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 63662 0 0 0 40220 11 0 0 25 0 1 0 646987085 363900928 59163 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 88843 59163 730 445 0 82388 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 355372

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9238
/proc/meminfo: memFree=10602716/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=355372 CPUtime=462.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 67178 0 0 0 46220 11 0 0 25 0 1 0 646987085 363900928 62642 33554432000 4194304 6014671 140736351335536 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 88843 62642 730 445 0 82388 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 355372

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9239
/proc/meminfo: memFree=10540420/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=355372 CPUtime=522.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 67305 0 0 0 52220 11 0 0 25 0 1 0 646987085 363900928 62769 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 88843 62769 730 445 0 82388 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 355372

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9241
/proc/meminfo: memFree=9993584/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=355372 CPUtime=582.31 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 67380 0 0 0 58220 11 0 0 25 0 1 0 646987085 363900928 62844 33554432000 4194304 6014671 140736351335536 18446744073709551615 4377016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 88843 62844 730 445 0 82388 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 355372

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9399
/proc/meminfo: memFree=19484244/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4002.48 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 190836 0 0 0 400202 46 0 0 25 0 1 0 646987085 1023983616 184270 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184270 743 445 0 243541 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 999984

[startup+4062.31 s]
/proc/loadavg: 2.13 2.03 2.01 3/339 9401
/proc/meminfo: memFree=19464244/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4062.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 190836 0 0 0 406203 46 0 0 25 0 1 0 646987085 1023983616 184270 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184270 743 445 0 243541 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 999984

[startup+4122.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/339 9402
/proc/meminfo: memFree=19447204/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4122.48 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 190836 0 0 0 412202 46 0 0 25 0 1 0 646987085 1023983616 184270 33554432000 4194304 6014671 140736351335536 18446744073709551615 4389766 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184270 743 445 0 243541 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 999984

[startup+4182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/339 9404
/proc/meminfo: memFree=19440088/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4182.48 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191338 0 0 0 418202 46 0 0 25 0 1 0 646987085 1023983616 184772 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184772 743 445 0 243541 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 999984

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9406
/proc/meminfo: memFree=19439176/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4242.48 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191338 0 0 0 424202 46 0 0 25 0 1 0 646987085 1023983616 184772 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184772 743 445 0 243541 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 999984

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/339 9407
/proc/meminfo: memFree=19438872/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4302.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191338 0 0 0 430203 46 0 0 25 0 1 0 646987085 1023983616 184772 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184772 743 445 0 243541 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 999984

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9409
/proc/meminfo: memFree=19437480/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4362.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191338 0 0 0 436203 46 0 0 25 0 1 0 646987085 1023983616 184772 33554432000 4194304 6014671 140736351335536 18446744073709551615 4379424 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184772 743 445 0 243541 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 999984

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9410
/proc/meminfo: memFree=19432600/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4422.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191338 0 0 0 442203 46 0 0 25 0 1 0 646987085 1023983616 184772 33554432000 4194304 6014671 140736351335536 18446744073709551615 4385992 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184772 743 445 0 243541 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 999984

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9412
/proc/meminfo: memFree=19432552/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4482.49 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 191340 0 0 0 448203 46 0 0 25 0 1 0 646987085 1023983616 184774 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 184774 743 445 0 243541 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 999984

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9414
/proc/meminfo: memFree=19422468/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4542.5 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 192199 0 0 0 454204 46 0 0 25 0 1 0 646987085 1023983616 185633 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 185633 743 445 0 243541 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 999984

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/339 9415
/proc/meminfo: memFree=19420560/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4602.51 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 192503 0 0 0 460204 47 0 0 25 0 1 0 646987085 1023983616 185937 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 185937 743 445 0 243541 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 999984

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 9417
/proc/meminfo: memFree=19419028/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4662.51 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 192678 0 0 0 466204 47 0 0 25 0 1 0 646987085 1023983616 186112 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 186112 743 445 0 243541 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 999984

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9418
/proc/meminfo: memFree=19416496/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4722.52 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 193027 0 0 0 472205 47 0 0 25 0 1 0 646987085 1023983616 186461 33554432000 4194304 6014671 140736351335536 18446744073709551615 4386012 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 186461 743 445 0 243541 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 999984

[startup+4782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/339 9420
/proc/meminfo: memFree=19415948/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4782.51 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 193148 0 0 0 478204 47 0 0 25 0 1 0 646987085 1023983616 186582 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 186582 743 445 0 243541 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 999984

[startup+4842.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/339 9422
/proc/meminfo: memFree=19415152/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=999984 CPUtime=4842.51 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 193148 0 0 0 484204 47 0 0 25 0 1 0 646987085 1023983616 186582 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 249996 186582 743 445 0 243541 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 999984

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/339 9423
/proc/meminfo: memFree=19407052/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=1000112 CPUtime=4902.51 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 195190 0 0 0 490204 47 0 0 25 0 1 0 646987085 1024114688 188621 33554432000 4194304 6014671 140736351335536 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 250028 188621 741 445 0 243573 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 1000112

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9425
/proc/meminfo: memFree=19407884/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=1000112 CPUtime=4962.52 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 195190 0 0 0 496204 48 0 0 25 0 1 0 646987085 1024114688 188621 33554432000 4194304 6014671 140736351335536 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 250028 188621 741 445 0 243573 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 1000112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9426
/proc/meminfo: memFree=19407488/32951124 swapFree=57171160/67111528
[pid=9224] ppid=9222 vsize=1000112 CPUtime=5000.03 cores=1,3,5,7
/proc/9224/stat : 9224 (qutersat_releas) R 9222 9224 8726 0 -1 4202496 195191 0 0 0 499955 48 0 0 25 0 1 0 646987085 1024114688 188613 33554432000 4194304 6014671 140736351335536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9224/statm: 250028 188613 741 445 0 243573 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1000112

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.9
CPU time (s): 5000.08
CPU user time (s): 4999.56
CPU system time (s): 0.512922
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1000112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.56
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 6400

runsolver used 15.4986 second user time and 39.0621 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 13:35:15
IDJOB=3384406
IDBENCH=82481
IDSOLVER=1868
FILE ID=node143/3384406-1305545714
RUNJOBID= node143-1305540196-8745
PBS_JOBID= 13329210
Free space on /tmp= 73208 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384406-1305545714/watcher-3384406-1305545714 -o /tmp/evaluation-result-3384406-1305545714/solver-3384406-1305545714 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384406-1305545714.cnf 1655309789

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1655309789

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11235304 kB
Buffers:        196712 kB
Cached:        1871440 kB
SwapCached:      39776 kB
Active:       13617916 kB
Inactive:      7815428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11235304 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           11288 kB
Writeback:           0 kB
AnonPages:    19325052 kB
Mapped:          25420 kB
Slab:           136196 kB
PageTables:      82596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85054164 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= 73516 MiB
End job on node143 at 2011-05-16 14:58:37