Trace number 3376101

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.94
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.08/0.19	c Parse Cnf success: #var: 35000 #clause: 147000
0.08/0.19	c Find Units :          0
0.08/0.19	c Find Invs  :          0
0.18/0.20	c Find Ands  :          0 AvgFaninNum: nan
0.18/0.21	c Find Xors  :          0 AvgFaninNum: nan
0.18/0.23	c Find Ite   :          0
0.28/0.30	c UnDirect variable: 0
0.28/0.30	c UnDirect to Direct Gate: 0
0.28/0.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.28/0.30	c Break Cycle : 0
0.28/0.30	c Total Root : 0 Undef Var: 35000
0.28/0.30	c After covering, Total Root: 0 Leaf: 0
0.28/0.30	c Variable( cover/uncovered/unused ): 0 35000 0
0.28/0.30	c Unit Clauses: 0
0.28/0.30	c Binary Clauses( cover/uncovered ): 0 0
0.28/0.30	c Clauses( cover/uncovered ): 0 147000
0.28/0.30	c Total Clauses( cover/uncovered ): 0 147000 0%
0.28/0.30	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.39/0.48	c Uncover Clauses avg size: 3 max size: 3
0.39/0.49	c Final circuit: i/l/o/s   35000       0  147000    293990
0.39/0.49	c CnfToAig: Time: 0.47 s
0.68/0.73	c TmMap: Set choices finish.
0.78/0.85	c TmMap: Set big and: 147000
0.78/0.85	c TmMap: Origin: 328991 ClauseNum: 881970 --> New: 182001 ClauseNum: 588000
0.78/0.85	c TmMap: Time: 0.15
0.78/0.89	c Try to Add: #clause: 294000 #xorclause: 0
0.88/0.97	c #var: 35000 #clauses: 147001 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376101-1305469333/watcher-3376101-1305469333 -o /tmp/evaluation-result-3376101-1305469333/solver-3376101-1305469333 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376101-1305469333.cnf 733558187 

running on 2 cores: 1,3

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.71 5.31 6.26 7/449 30634
/proc/meminfo: memFree=16184292/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=36972 CPUtime=0.01 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 2915 0 0 0 1 0 0 0 25 0 1 0 658531238 37859328 2852 33554432000 4194304 6014671 140735206927296 18446744073709551615 4801952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 9243 2852 378 445 0 2788 0

[startup+0.070269 s]
/proc/loadavg: 4.71 5.31 6.26 7/449 30634
/proc/meminfo: memFree=16184292/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=47212 CPUtime=0.05 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 5679 0 0 0 5 0 0 0 25 0 1 0 658531238 48345088 5616 33554432000 4194304 6014671 140735206927296 18446744073709551615 4803513 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 11803 5616 378 445 0 5348 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47212

[startup+0.100264 s]
/proc/loadavg: 4.71 5.31 6.26 7/449 30634
/proc/meminfo: memFree=16184292/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=51436 CPUtime=0.08 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 6682 0 0 0 8 0 0 0 25 0 1 0 658531238 52670464 6619 33554432000 4194304 6014671 140735206927296 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 12859 6620 378 445 0 6404 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51436

[startup+0.300227 s]
/proc/loadavg: 4.71 5.31 6.26 7/449 30634
/proc/meminfo: memFree=16184292/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=67820 CPUtime=0.28 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 10606 0 0 0 27 1 0 0 25 0 1 0 658531238 69447680 10543 33554432000 4194304 6014671 140735206927296 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 16955 10543 393 445 0 10500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67820

[startup+0.700157 s]
/proc/loadavg: 4.71 5.31 6.26 7/449 30634
/proc/meminfo: memFree=16184292/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=126208 CPUtime=0.68 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 25144 0 0 0 65 3 0 0 25 0 1 0 658531238 129236992 25081 33554432000 4194304 6014671 140735206927296 18446744073709551615 4229918 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 31552 25081 669 445 0 25097 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 126208

[startup+1.50102 s]
/proc/loadavg: 4.71 5.31 6.26 6/450 30635
/proc/meminfo: memFree=15861396/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=144768 CPUtime=1.48 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 29366 0 0 0 145 3 0 0 25 0 1 0 658531238 148242432 29303 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 36192 29303 721 445 0 29737 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144768

[startup+3.10073 s]
/proc/loadavg: 4.71 5.31 6.26 7/450 30635
/proc/meminfo: memFree=15854328/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=177584 CPUtime=3.08 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 29503 0 0 0 305 3 0 0 25 0 1 0 658531238 181846016 29440 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 44396 29440 721 445 0 37941 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 177584

[startup+6.30018 s]
/proc/loadavg: 4.73 5.30 6.25 7/450 30635
/proc/meminfo: memFree=15817500/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=177584 CPUtime=6.28 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 31769 0 0 0 624 4 0 0 25 0 1 0 658531238 181846016 31706 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423751 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 44396 31706 721 445 0 37941 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177584

[startup+12.7011 s]
/proc/loadavg: 4.75 5.30 6.24 7/450 30635
/proc/meminfo: memFree=15758556/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=260588 CPUtime=12.69 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 46333 0 0 0 1262 7 0 0 25 0 1 0 658531238 266842112 46270 33554432000 4194304 6014671 140735206927296 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 65147 46271 726 445 0 58692 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 260588

[startup+25.5008 s]
/proc/loadavg: 4.89 5.30 6.23 7/450 30635
/proc/meminfo: memFree=15425860/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=350096 CPUtime=25.49 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 55025 0 0 0 2541 8 0 0 25 0 1 0 658531238 358498304 54962 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 87524 54962 726 445 0 81069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 350096

[startup+51.1003 s]
/proc/loadavg: 4.92 5.27 6.19 7/450 30636
/proc/meminfo: memFree=15202676/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=387900 CPUtime=51.09 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 77120 0 0 0 5098 11 0 0 25 0 1 0 658531238 397209600 77019 33554432000 4194304 6014671 140735206927296 18446744073709551615 228244045506 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 96975 77019 726 445 0 90520 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 387900

[startup+102.317 s]
/proc/loadavg: 5.12 5.27 6.14 7/450 30637
/proc/meminfo: memFree=14934572/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=432292 CPUtime=102.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 90185 0 0 0 10217 13 0 0 25 0 1 0 658531238 442667008 90015 33554432000 4194304 6014671 140735206927296 18446744073709551615 4667447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 108073 90015 726 445 0 101618 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 432292

[startup+162.301 s]
/proc/loadavg: 5.13 5.25 6.08 7/450 30639
/proc/meminfo: memFree=14779312/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=454940 CPUtime=162.28 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 97624 0 0 0 16214 14 0 0 25 0 1 0 658531238 465858560 97332 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 113735 97332 726 445 0 107280 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 454940

[startup+222.3 s]
/proc/loadavg: 5.10 5.22 6.02 6/450 30641
/proc/meminfo: memFree=14620192/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=530480 CPUtime=222.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 109588 0 0 0 22212 17 0 0 25 0 1 0 658531238 543211520 109046 33554432000 4194304 6014671 140735206927296 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 132620 109046 726 445 0 126165 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 530480

[startup+282.301 s]
/proc/loadavg: 5.08 5.19 5.95 7/450 30642
/proc/meminfo: memFree=14417820/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=282.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 115017 0 0 0 28211 18 0 0 25 0 1 0 658531238 605814784 114475 33554432000 4194304 6014671 140735206927296 18446744073709551615 4378434 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 114475 726 445 0 141449 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 591616

[startup+342.3 s]
/proc/loadavg: 5.07 5.17 5.90 7/450 30644
/proc/meminfo: memFree=14318356/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=342.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 115719 0 0 0 34211 18 0 0 25 0 1 0 658531238 605814784 115177 33554432000 4194304 6014671 140735206927296 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 115177 726 445 0 141449 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 591616

[startup+402.301 s]
/proc/loadavg: 5.14 5.16 5.85 7/450 30645
/proc/meminfo: memFree=14306568/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=402.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 116667 0 0 0 40211 18 0 0 25 0 1 0 658531238 605814784 112347 33554432000 4194304 6014671 140735206927296 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 112347 726 445 0 141449 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 591616

[startup+462.3 s]
/proc/loadavg: 5.05 5.13 5.79 7/450 30647
/proc/meminfo: memFree=14285352/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=462.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 117515 0 0 0 46211 19 0 0 25 0 1 0 658531238 605814784 113195 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 113195 726 445 0 141449 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 591616

[startup+522.301 s]
/proc/loadavg: 5.02 5.11 5.74 6/450 30649
/proc/meminfo: memFree=14225328/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=522.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 118481 0 0 0 52210 19 0 0 25 0 1 0 658531238 605814784 114161 33554432000 4194304 6014671 140735206927296 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 114161 726 445 0 141449 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 591616

[startup+582.3 s]
/proc/loadavg: 5.00 5.08 5.69 7/450 30650
/proc/meminfo: memFree=14187992/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591616 CPUtime=582.29 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 121495 0 0 0 58210 19 0 0 25 0 1 0 658531238 605814784 117175 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147904 117175 726 445 0 141449 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 591616

[startup+642.301 s]
/proc/loadavg: 5.27 5.13 5.67 7/450 30652
/proc/meminfo: memFree=14168996/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591744 CPUtime=642.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 122738 0 0 0 64212 19 0 0 25 0 1 0 658531238 605945856 118418 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147936 118418 726 445 0 141481 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 591744

[startup+702.301 s]
/proc/loadavg: 5.22 5.13 5.63 7/450 30653
/proc/meminfo: memFree=14152852/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=591744 CPUtime=702.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 123481 0 0 0 70210 20 0 0 25 0 1 0 658531238 605945856 119161 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 147936 119161 726 445 0 141481 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 591744

[startup+762.317 s]
/proc/loadavg: 5.15 5.12 5.60 7/450 30655
/proc/meminfo: memFree=14072820/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=655000 CPUtime=762.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 139069 0 0 0 76206 25 0 0 25 0 1 0 658531238 670720000 134749 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 163750 134749 726 445 0 157295 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 655000

[startup+822.301 s]
/proc/loadavg: 5.11 5.11 5.56 7/450 30657
/proc/meminfo: memFree=14017472/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=655000 CPUtime=822.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 149744 0 0 0 82202 28 0 0 25 0 1 0 658531238 670720000 145424 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 163750 145424 726 445 0 157295 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 655000

[startup+882.301 s]
/proc/loadavg: 5.10 5.11 5.53 7/450 30658
/proc/meminfo: memFree=13995388/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=718708 CPUtime=882.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 151139 0 0 0 88201 29 0 0 25 0 1 0 658531238 735956992 146819 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 179677 146819 726 445 0 173222 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 718708

[startup+942.301 s]
/proc/loadavg: 5.09 5.10 5.50 7/450 30660
/proc/meminfo: memFree=13890476/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=718708 CPUtime=942.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 152074 0 0 0 94201 29 0 0 25 0 1 0 658531238 735956992 147754 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 179677 147754 726 445 0 173222 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 718708

[startup+1002.3 s]
/proc/loadavg: 5.13 5.11 5.47 7/450 30661
/proc/meminfo: memFree=13833048/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=718708 CPUtime=1002.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 153582 0 0 0 100201 30 0 0 25 0 1 0 658531238 735956992 149262 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 179677 149262 726 445 0 173222 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 718708

[startup+1062.3 s]
/proc/loadavg: 5.14 5.12 5.45 7/450 30663
/proc/meminfo: memFree=13728992/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=719220 CPUtime=1062.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 168420 0 0 0 106196 35 0 0 25 0 1 0 658531238 736481280 164100 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 179805 164100 726 445 0 173350 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 719220

[startup+1122.3 s]
/proc/loadavg: 5.10 5.11 5.43 7/450 30665
/proc/meminfo: memFree=13646640/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=784244 CPUtime=1122.3 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 183847 0 0 0 112192 38 0 0 25 0 1 0 658531238 803065856 179527 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 196061 179527 726 445 0 189606 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 784244

[startup+1182.3 s]
/proc/loadavg: 5.24 5.13 5.41 6/450 30666
/proc/meminfo: memFree=13581648/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=1045488 CPUtime=1182.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 192728 0 0 0 118188 43 0 0 25 0 1 0 658531238 1070579712 188408 33554432000 4194304 6014671 140735206927296 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 261372 188408 726 445 0 254917 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1045488

[startup+1242.3 s]
/proc/loadavg: 5.24 5.15 5.40 7/450 30668
/proc/meminfo: memFree=13463220/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=1307132 CPUtime=1242.31 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 193472 0 0 0 124188 43 0 0 25 0 1 0 658531238 1338503168 189152 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 326783 189152 726 445 0 320328 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1307132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.16 5.15 5.38 3/445 30672
/proc/meminfo: memFree=15271540/32951124 swapFree=67082160/67111528
[pid=30634] ppid=30632 vsize=1307260 CPUtime=1300.03 cores=1,3
/proc/30634/stat : 30634 (qutersat_releas) R 30632 30634 30415 0 -1 4202496 209541 0 0 0 129955 48 0 0 25 0 1 0 658531238 1338634240 205220 33554432000 4194304 6014671 140735206927296 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30634/statm: 326815 205220 726 445 0 320360 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1307260

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.05
CPU time (s): 1300.07
CPU user time (s): 1299.56
CPU system time (s): 0.512922
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1307260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.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= 209545
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= 6
involuntary context switches= 2309

runsolver used 5.50916 second user time and 13.432 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 16:22:13
IDJOB=3376101
IDBENCH=82610
IDSOLVER=1856
FILE ID=node136/3376101-1305469333
RUNJOBID= node136-1305468030-30435
PBS_JOBID= 13325320
Free space on /tmp= 72984 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376101-1305469333/watcher-3376101-1305469333 -o /tmp/evaluation-result-3376101-1305469333/solver-3376101-1305469333 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376101-1305469333.cnf 733558187

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=733558187

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16184572 kB
Buffers:        323056 kB
Cached:        5909608 kB
SwapCached:       2732 kB
Active:       12002612 kB
Inactive:      4401184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16184572 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:           17088 kB
Writeback:          92 kB
AnonPages:    10169320 kB
Mapped:          36796 kB
Slab:           241648 kB
PageTables:      53992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123025232 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= 72992 MiB
End job on node136 at 2011-05-15 16:43:55