Trace number 3188967

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
MD5SUM26e1db2f130e6076b57fb074a1167d5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 125 #clause: 2662
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 125
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 125 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 2662
0.00/0.00	c Total Clauses( cover/uncovered ): 0 2662 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 5 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     125       0    2662      9907
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 3287
0.00/0.03	c TmMap: Origin: 10033 ClauseNum: 29721 --> New: 3413 ClauseNum: 16495
0.00/0.03	c TmMap: Time: 0.01
0.00/0.03	c Try to Add: #clause: 6574 #xorclause: 0
0.00/0.04	c #var: 750 #clauses: 3288 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

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: 3.91 4.01 4.05 6/189 24899
/proc/meminfo: memFree=16080988/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=32360 CPUtime=0 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 1673 0 0 0 0 0 0 0 25 0 1 0 340325312 33136640 1605 33554432000 4194304 6016207 140735074480128 18446744073709551615 239476314656 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24899/statm: 8090 1610 359 445 0 1634 0

[startup+0.00853489 s]
/proc/loadavg: 3.91 4.01 4.05 6/189 24899
/proc/meminfo: memFree=16080988/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=32364 CPUtime=0 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 1819 0 0 0 0 0 0 0 25 0 1 0 340325312 33140736 1751 33554432000 4194304 6016207 140735074480128 18446744073709551615 4264173 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 8091 1751 400 445 0 1635 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 32364

[startup+0.100569 s]
/proc/loadavg: 3.91 4.01 4.05 6/189 24899
/proc/meminfo: memFree=16080988/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=48760 CPUtime=0.09 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 4415 0 0 0 9 0 0 0 25 0 1 0 340325312 49930240 4347 33554432000 4194304 6016207 140735074480128 18446744073709551615 4426096 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 12190 4347 719 445 0 5734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48760

[startup+0.300527 s]
/proc/loadavg: 3.91 4.01 4.05 6/189 24899
/proc/meminfo: memFree=16080988/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=57328 CPUtime=0.29 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 4637 0 0 0 29 0 0 0 25 0 1 0 340325312 58703872 4569 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 14332 4569 722 445 0 7876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57328

[startup+0.70045 s]
/proc/loadavg: 3.91 4.01 4.05 6/189 24899
/proc/meminfo: memFree=16080988/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=66064 CPUtime=0.69 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 4987 0 0 0 69 0 0 0 25 0 1 0 340325312 67649536 4919 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 16516 4919 722 445 0 10060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66064

[startup+1.50031 s]
/proc/loadavg: 3.91 4.01 4.05 5/190 24900
/proc/meminfo: memFree=16062256/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=74944 CPUtime=1.49 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 5455 0 0 0 149 0 0 0 25 0 1 0 340325312 76742656 5387 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 18736 5387 726 445 0 12280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74944

[startup+3.10099 s]
/proc/loadavg: 3.91 4.01 4.05 5/190 24900
/proc/meminfo: memFree=16059280/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=74944 CPUtime=3.09 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 6428 0 0 0 309 0 0 0 25 0 1 0 340325312 76742656 6360 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 18736 6360 730 445 0 12280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74944

[startup+6.30038 s]
/proc/loadavg: 3.92 4.01 4.05 5/190 24900
/proc/meminfo: memFree=16045888/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=84180 CPUtime=6.29 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 9228 0 0 0 629 0 0 0 25 0 1 0 340325312 86200320 9160 33554432000 4194304 6016207 140735074480128 18446744073709551615 4513168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 21045 9160 730 445 0 14589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84180

[startup+12.7011 s]
/proc/loadavg: 3.93 4.01 4.05 5/190 24900
/proc/meminfo: memFree=16019956/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=84180 CPUtime=12.69 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 12541 0 0 0 1268 1 0 0 25 0 1 0 340325312 86200320 12473 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425585 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 21045 12473 730 445 0 14589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84180

[startup+25.5007 s]
/proc/loadavg: 3.94 4.01 4.05 5/190 24900
/proc/meminfo: memFree=15978380/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=113620 CPUtime=25.49 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 16235 0 0 0 2548 1 0 0 25 0 1 0 340325312 116346880 16167 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 28405 16167 730 445 0 21949 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113620

[startup+51.1008 s]
/proc/loadavg: 3.96 4.00 4.05 5/190 24901
/proc/meminfo: memFree=15952536/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=51.09 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 20206 0 0 0 5107 2 0 0 25 0 1 0 340325312 158494720 20138 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425571 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 20138 730 445 0 32239 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154780

[startup+102.307 s]
/proc/loadavg: 4.03 4.02 4.05 5/190 24902
/proc/meminfo: memFree=15894492/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=102.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 23790 0 0 0 10227 3 0 0 25 0 1 0 340325312 158494720 23705 33554432000 4194304 6016207 140735074480128 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 23705 730 445 0 32239 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154780

[startup+162.3 s]
/proc/loadavg: 4.01 4.01 4.04 5/190 24904
/proc/meminfo: memFree=15874628/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=162.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 25190 0 0 0 16226 4 0 0 25 0 1 0 340325312 158494720 25105 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 25105 730 445 0 32239 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 154780

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 4.04 5/190 24905
/proc/meminfo: memFree=15830840/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=222.29 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 27644 0 0 0 22225 4 0 0 25 0 1 0 340325312 158494720 27559 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425715 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 27559 730 445 0 32239 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 154780

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 24907
/proc/meminfo: memFree=15806008/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=282.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 29821 0 0 0 28225 5 0 0 25 0 1 0 340325312 158494720 29736 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425732 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 29736 730 445 0 32239 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154780

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 24909
/proc/meminfo: memFree=15778588/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=342.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 30240 0 0 0 34225 5 0 0 25 0 1 0 340325312 158494720 30155 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 30155 730 445 0 32239 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154780

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 24910
/proc/meminfo: memFree=15773228/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=154780 CPUtime=402.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 30609 0 0 0 40225 5 0 0 25 0 1 0 340325312 158494720 30524 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 38695 30524 730 445 0 32239 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 154780

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.01 5/190 24912
/proc/meminfo: memFree=15733272/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=180500 CPUtime=462.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 36001 0 0 0 46223 7 0 0 25 0 1 0 340325312 184832000 35906 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 45125 35906 730 445 0 38669 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 180500

[startup+522.3 s]
/proc/loadavg: 4.07 4.02 4.01 5/190 24913
/proc/meminfo: memFree=15708196/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=193312 CPUtime=522.3 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 36287 0 0 0 52223 7 0 0 25 0 1 0 340325312 197951488 36181 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 48328 36181 730 445 0 41872 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 193312

[startup+582.301 s]
/proc/loadavg: 4.16 4.04 4.02 5/190 24915
/proc/meminfo: memFree=15701212/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=244784 CPUtime=582.31 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 36525 0 0 0 58223 8 0 0 25 0 1 0 340325312 250658816 36395 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 61196 36395 730 445 0 54740 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 244784

[startup+642.3 s]
/proc/loadavg: 3.46 3.86 3.96 4/184 24934
/proc/meminfo: memFree=15828488/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=244784 CPUtime=642.31 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 37222 0 0 0 64223 8 0 0 25 0 1 0 340325312 250658816 37082 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425504 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 61196 37082 730 445 0 54740 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 244784

[startup+702.301 s]
/proc/loadavg: 3.16 3.70 3.89 4/184 24935
/proc/meminfo: memFree=15813216/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=244784 CPUtime=702.31 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 37384 0 0 0 70223 8 0 0 25 0 1 0 340325312 250658816 37233 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 61196 37233 730 445 0 54740 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 244784

[startup+762.306 s]
/proc/loadavg: 3.06 3.57 3.84 4/184 24937
/proc/meminfo: memFree=15810088/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=244784 CPUtime=762.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 37744 0 0 0 76224 8 0 0 25 0 1 0 340325312 250658816 37581 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 61196 37581 730 445 0 54740 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 244784

[startup+822.301 s]
/proc/loadavg: 3.02 3.47 3.78 4/184 24938
/proc/meminfo: memFree=15805976/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=244784 CPUtime=822.31 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 38213 0 0 0 82223 8 0 0 25 0 1 0 340325312 250658816 38050 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 61196 38050 730 445 0 54740 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 244784

[startup+882.3 s]
/proc/loadavg: 3.01 3.38 3.73 4/184 24940
/proc/meminfo: memFree=15787980/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=882.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 42320 0 0 0 88222 10 0 0 25 0 1 0 340325312 306647040 42098 33554432000 4194304 6016207 140735074480128 18446744073709551615 4370949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 42098 730 445 0 68409 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 299460

[startup+942.301 s]
/proc/loadavg: 3.00 3.31 3.68 4/184 24942
/proc/meminfo: memFree=15757080/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=942.31 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 49321 0 0 0 94219 12 0 0 25 0 1 0 340325312 306647040 49062 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 49062 730 445 0 68409 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 299460

[startup+1002.3 s]
/proc/loadavg: 3.00 3.25 3.63 4/184 24943
/proc/meminfo: memFree=15747016/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=1002.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 49651 0 0 0 100219 13 0 0 25 0 1 0 340325312 306647040 49372 33554432000 4194304 6016207 140735074480128 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 49372 738 445 0 68409 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 299460

[startup+1062.3 s]
/proc/loadavg: 3.00 3.20 3.59 4/184 24945
/proc/meminfo: memFree=15736948/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=1062.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 50208 0 0 0 106219 13 0 0 25 0 1 0 340325312 306647040 49908 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 49908 738 445 0 68409 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 299460

[startup+1122.3 s]
/proc/loadavg: 2.43 3.01 3.50 3/178 24963
/proc/meminfo: memFree=15864684/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=1122.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 50596 0 0 0 112219 13 0 0 25 0 1 0 340325312 306647040 50251 33554432000 4194304 6016207 140735074480128 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 50251 738 445 0 68409 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 299460

[startup+1182.3 s]
/proc/loadavg: 2.16 2.82 3.40 3/178 24965
/proc/meminfo: memFree=15842104/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=1182.33 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 50729 0 0 0 118219 14 0 0 25 0 1 0 340325312 306647040 50348 33554432000 4194304 6016207 140735074480128 18446744073709551615 4513215 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 50348 730 445 0 68409 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 299460

[startup+1242.3 s]
/proc/loadavg: 1.77 2.60 3.29 2/172 24985
/proc/meminfo: memFree=16104408/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=299460 CPUtime=1242.32 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 52003 0 0 0 124218 14 0 0 25 0 1 0 340325312 306647040 51597 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 74865 51597 730 445 0 68409 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 299460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.28 2.31 3.15 2/172 24986
/proc/meminfo: memFree=16088528/32950928 swapFree=67102716/67111528
[pid=24899] ppid=24897 vsize=356524 CPUtime=1300.03 cores=0,2
/proc/24899/stat : 24899 (qutersat_releas) R 24897 24899 23888 0 -1 4202496 55924 0 0 0 129988 15 0 0 25 0 1 0 340325312 365080576 55491 33554432000 4194304 6016207 140735074480128 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24899/statm: 89131 55491 730 445 0 82675 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 356524

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.167974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 356524

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

runsolver used 2.10568 second user time and 4.24835 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-08 20:28:02
IDJOB=3188967
IDBENCH=83098
IDSOLVER=1607
FILE ID=node148/3188967-1302287282
RUNJOBID= node148-1302287204-24827
PBS_JOBID= 12919086
Free space on /tmp= 70872 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3188967-1302287282/watcher-3188967-1302287282 -o /tmp/evaluation-result-3188967-1302287282/solver-3188967-1302287282 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3188967-1302287282.cnf 1814132563

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

MD5SUM BENCH= 26e1db2f130e6076b57fb074a1167d5e
RANDOM SEED=1814132563

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.75
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.854
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.854
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:     32950928 kB
MemFree:      16081260 kB
Buffers:        453180 kB
Cached:       15741384 kB
SwapCached:       4908 kB
Active:        7905116 kB
Inactive:      8570692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16081260 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      278012 kB
Mapped:          20056 kB
Slab:           331056 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   617788 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= 70876 MiB
End job on node148 at 2011-04-08 20:49:45