Trace number 3377170

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) 1300.07 1300.03

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 benchmark938.798
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.39	c Parse Cnf success: #var: 183325 #clause: 546914
0.29/0.39	c Find Units :          2
0.39/0.42	c Find Invs  :          0
0.49/0.50	c Find Ands  :     185936 AvgFaninNum: 2
0.49/0.52	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.57	c Find Ite   :          0
0.59/0.69	c UnDirect variable: 0
0.59/0.69	c UnDirect to Direct Gate: 0
0.59/0.69	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.71	c Break Cycle : 2236
0.69/0.71	c Total Root : 1 Undef Var: 2866
0.79/0.82	c After covering, Total Root: 1634 Leaf: 2866
0.79/0.82	c Variable( cover/uncovered/unused ): 183325 0 0
0.79/0.82	c Unit Clauses: 2
0.79/0.82	c Binary Clauses( cover/uncovered ): 360918 3690
0.79/0.82	c Clauses( cover/uncovered ): 180459 1845
0.79/0.82	c Total Clauses( cover/uncovered ): 541379 5535 98.988%
0.79/0.82	c Covered Ands: 180459 Invs: 0 Xors: 0 Ites: 0
0.79/0.83	c Uncover Clauses avg size: 2.33333 max size: 3
0.79/0.84	c Final circuit: i/l/o/s    2865       0    5536    187566
0.79/0.84	c CnfToAig: Time: 0.83 s
1.39/1.48	c TmMap: Set choices finish.
1.49/1.54	c TmMap: Set big and: 16713
1.49/1.54	c TmMap: Origin: 190432 ClauseNum: 562698 --> New: 53790 ClauseNum: 231025
1.49/1.54	c TmMap: Time: 0.12
2.59/2.69	c Simulation --> TransNum: 139419/231025 Try to Add: #clause: 113734 #xorclause: 0
2.69/2.77	c #var: 39978 #clauses: 125688 Solving... 
14.30/14.31	c Abstract SAT
14.39/14.48	c Simulation --> TransNum: 183261/231025 Try to Add: #clause: 502 #xorclause: 0
14.39/14.49	c #var: 40386 #clauses: 89263 Solving... 
15.29/15.31	c Abstract SAT
15.40/15.48	c Simulation --> TransNum: 185037/231025 Try to Add: #clause: 288 #xorclause: 0
15.40/15.49	c #var: 40574 #clauses: 90944 Solving... 
15.99/16.07	c Abstract SAT
15.99/16.07	c Simulation --> TransNum: 231025/231025 Try to Add: #clause: 44672 #xorclause: 0
16.09/16.10	c #var: 48253 #clauses: 161477 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.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-3377170-1305468438/watcher-3377170-1305468438 -o /tmp/evaluation-result-3377170-1305468438/solver-3377170-1305468438 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377170-1305468438.cnf 1645968721 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.23 5.07 5/313 9843
/proc/meminfo: memFree=21441664/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=37688 CPUtime=0 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 3120 0 0 0 0 0 0 0 25 0 1 0 639259780 38592512 3056 33554432000 4194304 6014671 140734654412320 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 9422 3056 378 445 0 2967 0

[startup+0.098153 s]
/proc/loadavg: 4.01 4.23 5.07 5/313 9843
/proc/meminfo: memFree=21441664/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=56120 CPUtime=0.09 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 7750 0 0 0 8 1 0 0 25 0 1 0 639259780 57466880 7686 33554432000 4194304 6014671 140734654412320 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 14030 7686 378 445 0 7575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56120

[startup+0.101158 s]
/proc/loadavg: 4.01 4.23 5.07 5/313 9843
/proc/meminfo: memFree=21441664/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=56120 CPUtime=0.09 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 7764 0 0 0 8 1 0 0 25 0 1 0 639259780 57466880 7700 33554432000 4194304 6014671 140734654412320 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 14030 7700 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: 4.01 4.23 5.07 5/313 9843
/proc/meminfo: memFree=21441664/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=86072 CPUtime=0.29 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 15257 0 0 0 27 2 0 0 25 0 1 0 639259780 88137728 15193 33554432000 4194304 6014671 140734654412320 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 21518 15193 378 445 0 15063 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86072

[startup+0.701051 s]
/proc/loadavg: 4.01 4.23 5.07 5/313 9843
/proc/meminfo: memFree=21441664/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=115384 CPUtime=0.69 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 21761 0 0 0 67 2 0 0 25 0 1 0 639259780 118153216 21697 33554432000 4194304 6014671 140734654412320 18446744073709551615 4275188 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 28846 21697 397 445 0 22391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115384

[startup+1.50087 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9844
/proc/meminfo: memFree=21355600/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=160888 CPUtime=1.49 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 34348 0 0 0 145 4 0 0 25 0 1 0 639259780 164749312 34284 33554432000 4194304 6014671 140734654412320 18446744073709551615 4224082 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 40222 34284 670 445 0 33767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160888

[startup+3.1006 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9844
/proc/meminfo: memFree=21300916/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=164984 CPUtime=3.09 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 35352 0 0 0 305 4 0 0 25 0 1 0 639259780 168943616 35288 33554432000 4194304 6014671 140734654412320 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 41246 35288 697 445 0 34791 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164984

[startup+6.30101 s]
/proc/loadavg: 4.01 4.23 5.06 5/314 9844
/proc/meminfo: memFree=21300108/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=164984 CPUtime=6.29 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 35379 0 0 0 625 4 0 0 25 0 1 0 639259780 168943616 35315 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 41246 35315 723 445 0 34791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 164984

[startup+12.7008 s]
/proc/loadavg: 4.01 4.22 5.06 5/314 9844
/proc/meminfo: memFree=21299248/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=164984 CPUtime=12.69 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 35384 0 0 0 1265 4 0 0 25 0 1 0 639259780 168943616 35320 33554432000 4194304 6014671 140734654412320 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 41246 35320 728 445 0 34791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 164984

[startup+25.5005 s]
/proc/loadavg: 4.00 4.21 5.04 5/314 9844
/proc/meminfo: memFree=21290308/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=176816 CPUtime=25.5 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 37850 0 0 0 2545 5 0 0 25 0 1 0 639259780 181059584 37786 33554432000 4194304 6014671 140734654412320 18446744073709551615 4535519 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 44204 37786 730 445 0 37749 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 176816

[startup+51.1007 s]
/proc/loadavg: 4.07 4.21 5.01 5/314 9845
/proc/meminfo: memFree=21268492/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=203240 CPUtime=51.09 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 42071 0 0 0 5103 6 0 0 25 0 1 0 639259780 208117760 42007 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 50810 42007 730 445 0 44355 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 203240

[startup+102.311 s]
/proc/loadavg: 4.03 4.17 4.96 5/314 9846
/proc/meminfo: memFree=21246372/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=216424 CPUtime=102.31 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 44088 0 0 0 10224 7 0 0 25 0 1 0 639259780 221618176 44024 33554432000 4194304 6014671 140734654412320 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 54106 44024 730 445 0 47651 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 216424

[startup+162.3 s]
/proc/loadavg: 4.01 4.14 4.90 5/314 9848
/proc/meminfo: memFree=21258872/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=216424 CPUtime=162.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 47054 0 0 0 16222 8 0 0 25 0 1 0 639259780 221618176 46942 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 54106 46942 730 445 0 47651 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 216424

[startup+222.301 s]
/proc/loadavg: 4.00 4.11 4.84 5/314 9850
/proc/meminfo: memFree=21210236/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=265444 CPUtime=222.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 57345 0 0 0 22220 10 0 0 25 0 1 0 639259780 271814656 57034 33554432000 4194304 6014671 140734654412320 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 66361 57034 730 445 0 59906 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 265444

[startup+282.301 s]
/proc/loadavg: 4.00 4.09 4.78 5/314 9851
/proc/meminfo: memFree=21153416/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=299852 CPUtime=282.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 61955 0 0 0 28219 11 0 0 25 0 1 0 639259780 307048448 61644 33554432000 4194304 6014671 140734654412320 18446744073709551615 4386076 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 74963 61644 730 445 0 68508 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 299852

[startup+342.301 s]
/proc/loadavg: 4.07 4.10 4.74 5/314 9853
/proc/meminfo: memFree=21110236/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=299852 CPUtime=342.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 64190 0 0 0 34218 12 0 0 25 0 1 0 639259780 307048448 63879 33554432000 4194304 6014671 140734654412320 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 74963 63879 730 445 0 68508 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 299852

[startup+402.301 s]
/proc/loadavg: 4.02 4.08 4.69 5/314 9854
/proc/meminfo: memFree=21097796/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=299852 CPUtime=402.31 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 65028 0 0 0 40218 13 0 0 25 0 1 0 639259780 307048448 64717 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423355 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 74963 64717 730 445 0 68508 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 299852

[startup+462.301 s]
/proc/loadavg: 4.14 4.11 4.66 5/314 9856
/proc/meminfo: memFree=21073836/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=299852 CPUtime=462.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 65790 0 0 0 46217 13 0 0 25 0 1 0 639259780 307048448 65479 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 74963 65479 730 445 0 68508 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 299852

[startup+522.301 s]
/proc/loadavg: 4.05 4.08 4.62 5/314 9858
/proc/meminfo: memFree=21052972/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=377840 CPUtime=522.3 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 66299 0 0 0 52217 13 0 0 25 0 1 0 639259780 386908160 65988 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 94460 65988 730 445 0 88005 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 377840

[startup+582.301 s]
/proc/loadavg: 4.02 4.07 4.58 5/314 9859
/proc/meminfo: memFree=21048364/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=377840 CPUtime=582.31 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 66636 0 0 0 58217 14 0 0 25 0 1 0 639259780 386908160 66325 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 94460 66325 730 445 0 88005 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 377840

[startup+642.301 s]
/proc/loadavg: 4.05 4.06 4.54 5/314 9861
/proc/meminfo: memFree=21030236/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=377840 CPUtime=642.31 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 74682 0 0 0 64216 15 0 0 25 0 1 0 639259780 386908160 69944 33554432000 4194304 6014671 140734654412320 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 94460 69944 730 445 0 88005 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 377840

[startup+702.301 s]
/proc/loadavg: 4.02 4.05 4.51 5/314 9890
/proc/meminfo: memFree=21014084/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=458524 CPUtime=702.32 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 83038 0 0 0 70214 18 0 0 25 0 1 0 639259780 469528576 78300 33554432000 4194304 6014671 140734654412320 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 114631 78300 730 445 0 108176 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 458524

[startup+762.312 s]
/proc/loadavg: 4.00 4.04 4.47 5/314 9892
/proc/meminfo: memFree=20883500/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=458524 CPUtime=762.33 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 88245 0 0 0 76213 20 0 0 25 0 1 0 639259780 469528576 83501 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 114631 83501 730 445 0 108176 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 458524

[startup+822.301 s]
/proc/loadavg: 3.97 4.03 4.44 5/314 9922
/proc/meminfo: memFree=21067912/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=822.32 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 88284 0 0 0 82212 20 0 0 25 0 1 0 639259780 553103360 83540 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 83540 730 445 0 128580 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 540140

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 4.41 5/314 9951
/proc/meminfo: memFree=20986500/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=882.31 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 88426 0 0 0 88211 20 0 0 25 0 1 0 639259780 553103360 83682 33554432000 4194304 6014671 140734654412320 18446744073709551615 4376315 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 83682 730 445 0 128580 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 540140

[startup+942.3 s]
/proc/loadavg: 4.01 4.03 4.38 5/314 9953
/proc/meminfo: memFree=20849020/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=942.32 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 88426 0 0 0 94212 20 0 0 25 0 1 0 639259780 553103360 83682 33554432000 4194304 6014671 140734654412320 18446744073709551615 4424010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 83682 730 445 0 128580 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 540140

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 4.36 5/314 9954
/proc/meminfo: memFree=20802472/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1002.32 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 92216 0 0 0 100211 21 0 0 25 0 1 0 639259780 553103360 87472 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 87472 730 445 0 128580 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 540140

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 4.34 5/314 9958
/proc/meminfo: memFree=20760384/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1062.32 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 92219 0 0 0 106211 21 0 0 25 0 1 0 639259780 553103360 87475 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 87475 730 445 0 128580 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 540140

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 4.31 5/314 9961
/proc/meminfo: memFree=20735256/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1122.33 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 92323 0 0 0 112211 22 0 0 25 0 1 0 639259780 553103360 87579 33554432000 4194304 6014671 140734654412320 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 87579 730 445 0 128580 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 540140

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.29 5/314 9962
/proc/meminfo: memFree=20648056/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1182.33 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 92831 0 0 0 118211 22 0 0 25 0 1 0 639259780 553103360 88087 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 88087 730 445 0 128580 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 540140

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.27 5/314 9964
/proc/meminfo: memFree=20605372/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1242.33 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 93008 0 0 0 124211 22 0 0 25 0 1 0 639259780 553103360 88264 33554432000 4194304 6014671 140734654412320 18446744073709551615 4376559 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 88264 730 445 0 128580 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 540140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.04 4.26 5/314 9965
/proc/meminfo: memFree=20577464/32951124 swapFree=63485424/67111528
[pid=9843] ppid=9841 vsize=540140 CPUtime=1300.04 cores=4,6
/proc/9843/stat : 9843 (qutersat_releas) R 9841 9843 9539 0 -1 4202496 93077 0 0 0 129982 22 0 0 25 0 1 0 639259780 553103360 88333 33554432000 4194304 6014671 140734654412320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9843/statm: 135035 88333 730 445 0 128580 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 540140

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): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.83
CPU system time (s): 0.241963
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 540140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93081
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= 1664

runsolver used 4.17337 second user time and 8.77966 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 16:07:19
IDJOB=3377170
IDBENCH=82481
IDSOLVER=1856
FILE ID=node147/3377170-1305468438
RUNJOBID= node147-1305467741-9558
PBS_JOBID= 13325313
Free space on /tmp= 73136 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-3377170-1305468438/watcher-3377170-1305468438 -o /tmp/evaluation-result-3377170-1305468438/solver-3377170-1305468438 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377170-1305468438.cnf 1645968721

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1645968721

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:      21441812 kB
Buffers:        312836 kB
Cached:        5262368 kB
SwapCached:      13132 kB
Active:        4918672 kB
Inactive:      6341076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21441812 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           11260 kB
Writeback:           0 kB
AnonPages:     5679956 kB
Mapped:          22364 kB
Slab:           150676 kB
PageTables:      35112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53936152 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= 73136 MiB
End job on node147 at 2011-05-15 16:29:01