Trace number 3284103

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-03-01? (TO) 1300.15 1300.2

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.00/0.00	c Set FPU double precision.
8.39/8.47	c Parse Cnf success: #var: 889302 #clause: 14582074
8.39/8.47	c Find Units :          1
9.80/9.82	c Find Invs  :          1
13.20/13.21	c Find Ands  :     870231 AvgFaninNum: 14.7139
13.29/13.30	c Find Xors  :          0 AvgFaninNum: nan
13.39/13.42	c Find Ite   :       2329
14.09/14.19	c UnDirect variable: 0
14.09/14.19	c UnDirect to Direct Gate: 1
14.09/14.19	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
14.39/14.49	c Break Cycle : 70
14.39/14.49	c Total Root : 1 Undef Var: 17016
21.29/21.39	c After covering, Total Root: 52 Leaf: 16064
21.29/21.39	c Variable( cover/uncovered/unused ): 888350 952 0
21.29/21.39	c Unit Clauses: 1
21.29/21.39	c Binary Clauses( cover/uncovered ): 12803763 191
21.29/21.39	c Clauses( cover/uncovered ): 879272 898847
21.29/21.39	c Total Clauses( cover/uncovered ): 13683036 899038 93.8346%
21.29/21.39	c Covered Ands: 869956 Invs: 1 Xors: 0 Ites: 2329
22.09/22.19	c Uncover Clauses avg size: 2.99985 max size: 6
22.19/22.23	c Final circuit: i/l/o/s   17016       0  899039   7389385
22.19/22.23	c CnfToAig: Time: 22.23 s
41.39/41.42	c TmMap: Set choices finish.
44.49/44.59	c TmMap: Set big and: 1873699
44.49/44.59	c TmMap: Origin: 7406402 ClauseNum: 22168155 --> New: 2275812 ClauseNum: 11634712
44.49/44.59	c TmMap: Time: 5.28
45.99/46.01	c Try to Add: #clause: 5693730 #xorclause: 0
48.79/48.84	c #var: 1376772 #clauses: 3280058 Solving... 
1299.94/1300.00	c Time Out !!
1299.94/1300.00	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: 935)

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-3284103-1303759573/watcher-3284103-1303759573 -o /tmp/evaluation-result-3284103-1303759573/solver-3284103-1303759573 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3284103-1303759573.cnf 493846533 

running on 2 cores: 0,2

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: 2.98 2.94 5.18 4/189 2408
/proc/meminfo: memFree=12218120/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=28644 CPUtime=0 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 969 0 0 0 0 0 0 0 24 0 1 0 487556377 29331456 903 33554432000 4194304 6016207 140735024668512 18446744073709551615 228247802859 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2408/statm: 7161 904 302 445 0 705 0

[startup+0.047635 s]
/proc/loadavg: 2.98 2.94 5.18 4/189 2408
/proc/meminfo: memFree=12218120/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=59864 CPUtime=0.03 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 8786 0 0 0 3 0 0 0 24 0 1 0 487556377 61300736 8720 33554432000 4194304 6016207 140735024668512 18446744073709551615 4804229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 14966 8721 379 445 0 8510 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 59864

[startup+0.10063 s]
/proc/loadavg: 2.98 2.94 5.18 4/189 2408
/proc/meminfo: memFree=12218120/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=70104 CPUtime=0.09 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 10861 0 0 0 8 1 0 0 24 0 1 0 487556377 71786496 10795 33554432000 4194304 6016207 140735024668512 18446744073709551615 228244046426 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 17526 10819 379 445 0 11070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70104

[startup+0.300589 s]
/proc/loadavg: 2.98 2.94 5.18 4/189 2408
/proc/meminfo: memFree=12218120/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=103000 CPUtime=0.29 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 18890 0 0 0 27 2 0 0 25 0 1 0 487556377 105472000 18824 33554432000 4194304 6016207 140735024668512 18446744073709551615 4311082 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 25750 18824 379 445 0 19294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103000

[startup+0.70052 s]
/proc/loadavg: 2.98 2.94 5.18 4/189 2408
/proc/meminfo: memFree=12218120/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=152280 CPUtime=0.69 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 30887 0 0 0 64 5 0 0 25 0 1 0 487556377 155934720 30821 33554432000 4194304 6016207 140735024668512 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 38070 30821 379 445 0 31614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152280

[startup+1.50039 s]
/proc/loadavg: 2.98 2.94 5.18 5/190 2409
/proc/meminfo: memFree=11989276/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=250968 CPUtime=1.49 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 54616 0 0 0 141 8 0 0 25 0 1 0 487556377 256991232 54550 33554432000 4194304 6016207 140735024668512 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 62742 54550 379 445 0 56286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250968

[startup+3.10114 s]
/proc/loadavg: 2.98 2.94 5.18 5/190 2409
/proc/meminfo: memFree=11786532/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=448728 CPUtime=3.09 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 101651 0 0 0 293 16 0 0 25 0 1 0 487556377 459497472 101585 33554432000 4194304 6016207 140735024668512 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 112182 101585 379 445 0 105726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 448728

[startup+6.30057 s]
/proc/loadavg: 3.06 2.96 5.17 5/190 2409
/proc/meminfo: memFree=11359604/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=844248 CPUtime=6.29 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 205874 0 0 0 597 32 0 0 25 0 1 0 487556377 864509952 189424 33554432000 4194304 6016207 140735024668512 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 211062 189426 379 445 0 204606 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 844248

[startup+12.7004 s]
/proc/loadavg: 3.14 2.97 5.17 5/190 2409
/proc/meminfo: memFree=10997160/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=1058264 CPUtime=12.69 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 269780 0 0 0 1227 42 0 0 25 0 1 0 487556377 1083662336 253330 33554432000 4194304 6016207 140735024668512 18446744073709551615 4287930 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 264566 253332 386 445 0 258110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1058264

[startup+25.5012 s]
/proc/loadavg: 3.33 3.02 5.15 5/190 2409
/proc/meminfo: memFree=10134536/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=1797908 CPUtime=25.49 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 455677 0 0 0 2487 62 0 0 25 0 1 0 487556377 1841057792 439227 33554432000 4194304 6016207 140735024668512 18446744073709551615 4262325 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 449477 439227 670 445 0 443021 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1797908

[startup+51.1007 s]
/proc/loadavg: 3.56 3.10 5.12 5/190 2410
/proc/meminfo: memFree=8085684/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=51.09 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 945864 0 0 0 4985 124 0 0 25 0 1 0 487556377 3888701440 928475 33554432000 4194304 6016207 140735024668512 18446744073709551615 4668199 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 928475 699 445 0 942934 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3797560

[startup+102.307 s]
/proc/loadavg: 3.81 3.24 5.06 5/190 2411
/proc/meminfo: memFree=7850988/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=102.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 945891 0 0 0 10105 125 0 0 25 0 1 0 487556377 3888701440 925686 33554432000 4194304 6016207 140735024668512 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 925686 721 445 0 942934 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3797560

[startup+162.3 s]
/proc/loadavg: 3.93 3.37 4.99 5/190 2440
/proc/meminfo: memFree=8755656/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=162.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 945891 0 0 0 16105 125 0 0 25 0 1 0 487556377 3888701440 925686 33554432000 4194304 6016207 140735024668512 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 925686 721 445 0 942934 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3797560

[startup+222.301 s]
/proc/loadavg: 3.97 3.49 4.92 5/190 2469
/proc/meminfo: memFree=8413844/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=222.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 945891 0 0 0 22105 125 0 0 25 0 1 0 487556377 3888701440 925686 33554432000 4194304 6016207 140735024668512 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 925686 721 445 0 942934 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3797560

[startup+282.301 s]
/proc/loadavg: 4.07 3.59 4.87 5/187 2573
/proc/meminfo: memFree=11025940/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=282.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 961275 0 0 0 28100 130 0 0 25 0 1 0 487556377 3888701440 735847 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 735847 723 445 0 942934 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3797560

[startup+342.301 s]
/proc/loadavg: 3.96 3.65 4.80 5/190 2608
/proc/meminfo: memFree=9590696/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=342.29 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1022120 0 0 0 34092 137 0 0 25 0 1 0 487556377 3888701440 738247 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 738247 723 445 0 942934 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3797560

[startup+402.301 s]
/proc/loadavg: 4.03 3.72 4.76 5/190 2609
/proc/meminfo: memFree=8812792/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=402.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1082466 0 0 0 40085 145 0 0 25 0 1 0 487556377 3888701440 739063 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 739063 723 445 0 942934 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3797560

[startup+462.301 s]
/proc/loadavg: 4.06 3.79 4.71 5/190 2611
/proc/meminfo: memFree=7570340/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=462.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1122825 0 0 0 46080 150 0 0 25 0 1 0 487556377 3888701440 740230 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741523 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 740230 723 445 0 942934 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3797560

[startup+522.301 s]
/proc/loadavg: 4.02 3.82 4.66 5/190 2613
/proc/meminfo: memFree=3929688/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=522.3 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1160456 0 0 0 52075 155 0 0 25 0 1 0 487556377 3888701440 739585 33554432000 4194304 6016207 140735024668512 18446744073709551615 228244046841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 739585 723 445 0 942934 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3797560

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 4.62 5/190 2614
/proc/meminfo: memFree=2800728/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=582.31 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1195806 0 0 0 58070 161 0 0 25 0 1 0 487556377 3888701440 739814 33554432000 4194304 6016207 140735024668512 18446744073709551615 228244046450 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 739814 723 445 0 942934 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3797560

[startup+642.301 s]
/proc/loadavg: 4.00 3.88 4.58 5/190 2616
/proc/meminfo: memFree=1664292/32951124 swapFree=67111524/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=642.31 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1234293 0 0 0 64064 167 0 0 25 0 1 0 487556377 3888701440 739905 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 739905 723 445 0 942934 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3797560

[startup+702.301 s]
/proc/loadavg: 5.38 4.23 4.65 4/186 2633
/proc/meminfo: memFree=9761144/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=702.22 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1276001 0 0 0 70042 180 0 0 25 0 1 0 487556377 3888701440 740000 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 740000 723 445 0 942934 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 3797560

[startup+762.307 s]
/proc/loadavg: 5.97 4.64 4.76 5/190 2648
/proc/meminfo: memFree=13568616/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=762.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1305977 0 0 0 76039 184 0 0 25 0 1 0 487556377 3888701440 741024 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 741024 723 445 0 942934 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 3797560

[startup+822.301 s]
/proc/loadavg: 4.77 4.53 4.72 5/190 2650
/proc/meminfo: memFree=11263432/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=822.22 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1325817 0 0 0 82035 187 0 0 25 0 1 0 487556377 3888701440 740971 33554432000 4194304 6016207 140735024668512 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 740971 723 445 0 942934 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 3797560

[startup+882.301 s]
/proc/loadavg: 4.32 4.45 4.67 5/190 2651
/proc/meminfo: memFree=11100152/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=882.22 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1349662 0 0 0 88032 190 0 0 25 0 1 0 487556377 3888701440 740926 33554432000 4194304 6016207 140735024668512 18446744073709551615 228244046767 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 740926 723 445 0 942934 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 3797560

[startup+942.3 s]
/proc/loadavg: 4.18 4.38 4.63 5/190 2653
/proc/meminfo: memFree=10618664/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3797560 CPUtime=942.22 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1392155 0 0 0 94027 195 0 0 25 0 1 0 487556377 3888701440 772918 33554432000 4194304 6016207 140735024668512 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 949390 772918 728 445 0 942934 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 3797560

[startup+1002.3 s]
/proc/loadavg: 4.07 4.31 4.59 5/190 2654
/proc/meminfo: memFree=9955756/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3908296 CPUtime=1002.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1530639 0 0 0 100012 211 0 0 25 0 1 0 487556377 4002095104 911179 33554432000 4194304 6016207 140735024668512 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 977074 911179 728 445 0 970618 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 3908296

[startup+1062.3 s]
/proc/loadavg: 4.02 4.25 4.55 5/190 2656
/proc/meminfo: memFree=9864860/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=3908296 CPUtime=1062.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1535301 0 0 0 106012 211 0 0 25 0 1 0 487556377 4002095104 915841 33554432000 4194304 6016207 140735024668512 18446744073709551615 4424895 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 977074 915841 728 445 0 970618 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 3908296

[startup+1122.3 s]
/proc/loadavg: 4.01 4.20 4.51 5/190 2658
/proc/meminfo: memFree=9350212/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=4557476 CPUtime=1122.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1656690 0 0 0 111996 227 0 0 25 0 1 0 487556377 4666855424 1037230 33554432000 4194304 6016207 140735024668512 18446744073709551615 4538501 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 1139369 1037230 728 445 0 1132913 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 4557476

[startup+1182.3 s]
/proc/loadavg: 4.00 4.16 4.48 5/190 2659
/proc/meminfo: memFree=9267468/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=4717664 CPUtime=1182.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1701917 0 0 0 117991 232 0 0 25 0 1 0 487556377 4830887936 1046934 33554432000 4194304 6016207 140735024668512 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 1179416 1046934 728 445 0 1172960 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 4717664

[startup+1242.3 s]
/proc/loadavg: 4.00 4.13 4.45 5/190 2661
/proc/meminfo: memFree=9088492/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=4775520 CPUtime=1242.23 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1733980 0 0 0 123987 236 0 0 25 0 1 0 487556377 4890132480 1078997 33554432000 4194304 6016207 140735024668512 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 1193880 1078997 728 445 0 1187424 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 4775520



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.10 4.42 5/190 2690
/proc/meminfo: memFree=5412540/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=5075352 CPUtime=1299.94 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4202496 1793160 0 0 0 129751 243 0 0 25 0 1 0 487556377 5197160448 1138177 33554432000 4194304 6016207 140735024668512 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2408/statm: 1268838 1138177 728 445 0 1262382 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 5075352

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300.11 s]
/proc/loadavg: 4.00 4.10 4.42 5/191 2691
/proc/meminfo: memFree=7644532/32951124 swapFree=67111464/67111528
[pid=2408] ppid=2406 vsize=0 CPUtime=1300.04 cores=0,2
/proc/2408/stat : 2408 (qutersat_releas) R 2406 2408 2288 0 -1 4194308 1793165 0 0 0 129751 253 0 0 25 0 1 0 487556377 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/2408/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.2
CPU time (s): 1300.15
CPU user time (s): 1297.51
CPU system time (s): 2.6326
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 5075352

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

runsolver used 2.27065 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:26:24
IDJOB=3284103
IDBENCH=71686
IDSOLVER=1607
FILE ID=node136/3284103-1303759573
RUNJOBID= node136-1303759504-2308
PBS_JOBID= 13157123
Free space on /tmp= 71832 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284103-1303759573/watcher-3284103-1303759573 -o /tmp/evaluation-result-3284103-1303759573/solver-3284103-1303759573 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284103-1303759573.cnf 493846533

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

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=493846533

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:      12218524 kB
Buffers:       1706396 kB
Cached:       16162824 kB
SwapCached:          4 kB
Active:       11816680 kB
Inactive:      8337664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12218524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          346104 kB
Writeback:           0 kB
AnonPages:     2284520 kB
Mapped:          20216 kB
Slab:           508220 kB
PageTables:      10084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2807968 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= 71672 MiB
End job on node136 at 2011-04-25 21:48:06