Trace number 3421213

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.06 4999.94

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
Bench CategoryCRAFTED (crafted 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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 238 #clause: 15812
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 0 Undef Var: 238
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 238 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.02	c Clauses( cover/uncovered ): 0 15812
0.00/0.02	c Total Clauses( cover/uncovered ): 0 15812 0%
0.00/0.02	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.02/0.04	c Uncover Clauses avg size: 4.45522 max size: 16
0.02/0.04	c Final circuit: i/l/o/s     238       0   15812     38568
0.02/0.04	c CnfToAig: Time: 0.03 s
0.02/0.08	c TmMap: Set choices finish.
0.02/0.09	c TmMap: Set big and: 19526
0.02/0.09	c TmMap: Origin: 38807 ClauseNum: 115704 --> New: 19765 ClauseNum: 79498
0.02/0.09	c TmMap: Time: 0.01
0.09/0.10	c Try to Add: #clause: 39052 #xorclause: 0
0.09/0.10	c #var: 3952 #clauses: 18729 Solving... 
5000.02/4999.92	c Time Out !!
5000.02/4999.92	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-3421213-1306616196/watcher-3421213-1306616196 -o /tmp/evaluation-result-3421213-1306616196/solver-3421213-1306616196 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421213-1306616196.cnf 190726674 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 10473
/proc/meminfo: memFree=12891516/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 1878 0 0 0 0 0 0 0 25 0 1 0 773217332 33140736 1814 33554432000 4194304 6014671 140734815270832 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 8091 1814 378 445 0 1636 0

[startup+0.033804 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 10473
/proc/meminfo: memFree=12891516/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=35436 CPUtime=0.02 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 2668 0 0 0 2 0 0 0 25 0 1 0 773217332 36286464 2604 33554432000 4194304 6014671 140734815270832 18446744073709551615 4331655 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 8859 2604 398 445 0 2404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100827 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 10473
/proc/meminfo: memFree=12891516/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=51308 CPUtime=0.09 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 6758 0 0 0 9 0 0 0 25 0 1 0 773217332 52539392 6694 33554432000 4194304 6014671 140734815270832 18446744073709551615 4807776 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 12827 6694 670 445 0 6372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51308

[startup+0.300782 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 10473
/proc/meminfo: memFree=12891516/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=59512 CPUtime=0.29 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 7014 0 0 0 29 0 0 0 25 0 1 0 773217332 60940288 6950 33554432000 4194304 6014671 140734815270832 18446744073709551615 4534720 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 14878 6950 711 445 0 8423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59512

[startup+0.70072 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 10473
/proc/meminfo: memFree=12891516/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=59512 CPUtime=0.69 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 7166 0 0 0 69 0 0 0 25 0 1 0 773217332 60940288 7102 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 14878 7102 722 445 0 8423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59512

[startup+1.50057 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10474
/proc/meminfo: memFree=12863856/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=77668 CPUtime=1.49 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 7740 0 0 0 148 1 0 0 25 0 1 0 773217332 79532032 7676 33554432000 4194304 6014671 140734815270832 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 19417 7676 723 445 0 12962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77668

[startup+3.10024 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10474
/proc/meminfo: memFree=12859884/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=86972 CPUtime=3.09 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 8371 0 0 0 308 1 0 0 25 0 1 0 773217332 89059328 8307 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 21743 8307 723 445 0 15288 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86972

[startup+6.30067 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10475
/proc/meminfo: memFree=12857228/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=96924 CPUtime=6.29 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 10425 0 0 0 628 1 0 0 25 0 1 0 773217332 99250176 10361 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 24231 10361 727 445 0 17776 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96924

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10475
/proc/meminfo: memFree=12837668/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=107168 CPUtime=12.69 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 13549 0 0 0 1267 2 0 0 25 0 1 0 773217332 109740032 13485 33554432000 4194304 6014671 140734815270832 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 26792 13485 727 445 0 20337 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107168

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10475
/proc/meminfo: memFree=12819928/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=128592 CPUtime=25.47 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 17821 0 0 0 2545 2 0 0 25 0 1 0 773217332 131678208 17757 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 32148 17757 729 445 0 25693 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 128592

[startup+51.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10476
/proc/meminfo: memFree=12785920/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=175040 CPUtime=51.07 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 26137 0 0 0 5104 3 0 0 25 0 1 0 773217332 179240960 26073 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 43760 26073 729 445 0 37305 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 175040

[startup+102.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 10477
/proc/meminfo: memFree=12764192/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=198852 CPUtime=102.29 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 30760 0 0 0 10225 4 0 0 25 0 1 0 773217332 203624448 30696 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 49713 30696 729 445 0 43258 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 198852

[startup+162.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/525 10479
/proc/meminfo: memFree=12709724/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=162.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 38639 0 0 0 16223 5 0 0 25 0 1 0 773217332 230629376 38574 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 38574 743 445 0 49851 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 225224

[startup+222.301 s]
/proc/loadavg: 2.20 2.06 2.02 3/525 10480
/proc/meminfo: memFree=12667416/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=222.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 41865 0 0 0 22222 6 0 0 25 0 1 0 773217332 230629376 41774 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 41774 727 445 0 49851 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 225224

[startup+282.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/525 10491
/proc/meminfo: memFree=12647124/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=282.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 42631 0 0 0 28222 6 0 0 25 0 1 0 773217332 230629376 42514 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 42514 743 445 0 49851 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 225224

[startup+342.301 s]
/proc/loadavg: 2.14 2.07 2.01 3/525 10493
/proc/meminfo: memFree=12637948/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=342.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 44944 0 0 0 34222 6 0 0 25 0 1 0 773217332 230629376 44797 33554432000 4194304 6014671 140734815270832 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 44797 743 445 0 49851 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 225224

[startup+402.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/525 10494
/proc/meminfo: memFree=12628480/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=402.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 47031 0 0 0 40222 6 0 0 25 0 1 0 773217332 230629376 46870 33554432000 4194304 6014671 140734815270832 18446744073709551615 4390766 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 46870 743 445 0 49851 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 225224

[startup+462.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/525 10498
/proc/meminfo: memFree=12625472/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=462.29 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 47370 0 0 0 46222 7 0 0 25 0 1 0 773217332 230629376 47177 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 47177 743 445 0 49851 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 225224

[startup+522.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 10500
/proc/meminfo: memFree=12616716/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=522.28 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 48349 0 0 0 52221 7 0 0 25 0 1 0 773217332 230629376 48115 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 48115 743 445 0 49851 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 225224

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 10502
/proc/meminfo: memFree=12616816/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=225224 CPUtime=582.29 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 48434 0 0 0 58222 7 0 0 25 0 1 0 773217332 230629376 48200 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 56306 48200 743 445 0 49851 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 225224

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 10606
/proc/meminfo: memFree=12178128/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4062.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 98790 0 0 0 406221 20 0 0 25 0 1 0 773217332 643141632 95394 33554432000 4194304 6014671 140734815270832 18446744073709551615 4369539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95394 727 445 0 150562 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 628068

[startup+4122.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/525 10608
/proc/meminfo: memFree=12177400/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4122.39 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99034 0 0 0 412219 20 0 0 25 0 1 0 773217332 643141632 95605 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95605 727 445 0 150562 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 628068

[startup+4182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/525 10610
/proc/meminfo: memFree=12177992/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4182.39 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99045 0 0 0 418219 20 0 0 25 0 1 0 773217332 643141632 95616 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95616 727 445 0 150562 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 628068

[startup+4242.3 s]
/proc/loadavg: 2.24 2.08 2.02 3/525 10611
/proc/meminfo: memFree=12177336/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4242.39 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99250 0 0 0 424219 20 0 0 25 0 1 0 773217332 643141632 95803 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95803 727 445 0 150562 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 628068

[startup+4302.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/525 10613
/proc/meminfo: memFree=12173696/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4302.39 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99250 0 0 0 430219 20 0 0 25 0 1 0 773217332 643141632 95784 33554432000 4194304 6014671 140734815270832 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95784 727 445 0 150562 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 628068

[startup+4362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/525 10615
/proc/meminfo: memFree=12173804/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4362.39 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99462 0 0 0 436219 20 0 0 25 0 1 0 773217332 643141632 95976 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 95976 727 445 0 150562 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 628068

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 10616
/proc/meminfo: memFree=12172792/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4422.4 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99617 0 0 0 442219 21 0 0 25 0 1 0 773217332 643141632 96110 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96110 727 445 0 150562 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 628068

[startup+4482.3 s]
/proc/loadavg: 1.93 2.01 1.99 3/525 10646
/proc/meminfo: memFree=12654824/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4482.4 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 99849 0 0 0 448219 21 0 0 25 0 1 0 773217332 643141632 96320 33554432000 4194304 6014671 140734815270832 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96320 727 445 0 150562 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 628068

[startup+4542.3 s]
/proc/loadavg: 1.97 2.01 1.99 3/525 10648
/proc/meminfo: memFree=12602848/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4542.4 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100154 0 0 0 454219 21 0 0 25 0 1 0 773217332 643141632 96601 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96601 727 445 0 150562 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 628068

[startup+4602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/525 10649
/proc/meminfo: memFree=12585948/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4602.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100154 0 0 0 460219 22 0 0 25 0 1 0 773217332 643141632 96576 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96576 727 445 0 150562 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 628068

[startup+4662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/525 10651
/proc/meminfo: memFree=12543760/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4662.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100385 0 0 0 466219 22 0 0 25 0 1 0 773217332 643141632 96780 33554432000 4194304 6014671 140734815270832 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96780 727 445 0 150562 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 628068

[startup+4722.32 s]
/proc/loadavg: 1.99 2.00 1.99 3/525 10652
/proc/meminfo: memFree=12535304/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4722.43 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100385 0 0 0 472221 22 0 0 25 0 1 0 773217332 643141632 96751 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96751 727 445 0 150562 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 628068

[startup+4782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/525 10654
/proc/meminfo: memFree=12494972/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4782.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100596 0 0 0 478219 22 0 0 25 0 1 0 773217332 643141632 96932 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96932 727 445 0 150562 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 628068

[startup+4842.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/525 10656
/proc/meminfo: memFree=12472612/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4842.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100633 0 0 0 484219 22 0 0 25 0 1 0 773217332 643141632 96969 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 96969 728 445 0 150562 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 628068

[startup+4902.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/525 10657
/proc/meminfo: memFree=12472448/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4902.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 100819 0 0 0 490219 22 0 0 25 0 1 0 773217332 643141632 97124 33554432000 4194304 6014671 140734815270832 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 97124 728 445 0 150562 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 628068

[startup+4962.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 10659
/proc/meminfo: memFree=12447368/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=4962.41 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 107113 0 0 0 496218 23 0 0 25 0 1 0 773217332 643141632 103386 33554432000 4194304 6014671 140734815270832 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 103386 728 445 0 150562 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 628068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 10660
/proc/meminfo: memFree=12434456/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=5000.02 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 110370 0 0 0 499978 24 0 0 25 0 1 0 773217332 643141632 106609 33554432000 4194304 6014671 140734815270832 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 106609 728 445 0 150562 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 628068

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 10660
/proc/meminfo: memFree=12434456/32951124 swapFree=59247644/67111528
[pid=10473] ppid=10471 vsize=628068 CPUtime=5000.02 cores=0,2,4,6
/proc/10473/stat : 10473 (qutersat_releas) R 10471 10473 10139 0 -1 4202496 110370 0 0 0 499978 24 0 0 25 0 1 0 773217332 643141632 106609 33554432000 4194304 6014671 140734815270832 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10473/statm: 157017 106609 728 445 0 150562 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 628068

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.8
CPU system time (s): 0.263959
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 628068

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

runsolver used 27.0419 second user time and 59.387 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-28 22:56:36
IDJOB=3421213
IDBENCH=83365
IDSOLVER=1868
FILE ID=node137/3421213-1306616196
RUNJOBID= node137-1306610662-10157
PBS_JOBID= 13471596
Free space on /tmp= 73120 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421213-1306616196/watcher-3421213-1306616196 -o /tmp/evaluation-result-3421213-1306616196/solver-3421213-1306616196 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421213-1306616196.cnf 190726674

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=190726674

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      12891796 kB
Buffers:        372952 kB
Cached:        8859212 kB
SwapCached:      17768 kB
Active:       11324964 kB
Inactive:      8436272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12891796 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            1960 kB
Writeback:          20 kB
AnonPages:    10521472 kB
Mapped:          31668 kB
Slab:           154048 kB
PageTables:      74456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162853768 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= 73116 MiB
End job on node137 at 2011-05-29 00:19:58