Trace number 3421263

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.07 5000.04

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1325.32
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 184 #clause: 896
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          1
0.00/0.00	c Find Ands  :          6 AvgFaninNum: 2
0.00/0.00	c Find Xors  :         50 AvgFaninNum: 2.92
0.00/0.00	c Find Ite   :         55
0.00/0.00	c UnDirect variable: 121
0.00/0.00	c UnDirect to Direct Gate: 21
0.00/0.00	c Forced Direct Gate: 21 Unuse unDirect Gate: 50
0.00/0.00	c Break Cycle : 1
0.00/0.00	c Total Root : 16 Undef Var: 103
0.00/0.00	c After covering, Total Root: 15 Leaf: 64
0.00/0.00	c Variable( cover/uncovered/unused ): 145 39 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 12 2
0.00/0.00	c Clauses( cover/uncovered ): 386 496
0.00/0.00	c Total Clauses( cover/uncovered ): 398 498 44.4196%
0.00/0.00	c Covered Ands: 6 Invs: 0 Xors: 21 Ites: 54
0.00/0.00	c Uncover Clauses avg size: 3.41365 max size: 4
0.00/0.00	c Final circuit: i/l/o/s     103       0     498      1275
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 510
0.00/0.02	c TmMap: Origin: 1379 ClauseNum: 3825 --> New: 701 ClauseNum: 2590
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1394 #xorclause: 0
0.00/0.02	c #var: 202 #clauses: 865 Solving... 
5000.04/5000.02	c Time Out !!
5000.04/5000.02	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-3421263-1306620899/watcher-3421263-1306620899 -o /tmp/evaluation-result-3421263-1306620899/solver-3421263-1306620899 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421263-1306620899.cnf 295070644 

running on 4 cores: 1,3,5,7

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/572 14409
/proc/meminfo: memFree=24306336/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=35436 CPUtime=0 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 2753 0 0 0 0 0 0 0 25 0 1 0 773688729 36286464 2689 33554432000 4194304 6014671 140733510075920 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 8859 2690 570 445 0 2404 0

[startup+0.105524 s]
/proc/loadavg: 2.00 2.02 2.00 2/572 14409
/proc/meminfo: memFree=24306336/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=46712 CPUtime=0.1 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 3733 0 0 0 10 0 0 0 25 0 1 0 773688729 47833088 3669 33554432000 4194304 6014671 140733510075920 18446744073709551615 4372010 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 11678 3669 726 445 0 5223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 46712

[startup+0.200507 s]
/proc/loadavg: 2.00 2.02 2.00 2/572 14409
/proc/meminfo: memFree=24306336/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=55148 CPUtime=0.19 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 3903 0 0 0 19 0 0 0 25 0 1 0 773688729 56471552 3839 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 13787 3839 727 445 0 7332 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55148

[startup+0.300489 s]
/proc/loadavg: 2.00 2.02 2.00 2/572 14409
/proc/meminfo: memFree=24306336/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=63728 CPUtime=0.29 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 4099 0 0 0 29 0 0 0 25 0 1 0 773688729 65257472 4035 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 15932 4035 727 445 0 9477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63728

[startup+0.700418 s]
/proc/loadavg: 2.00 2.02 2.00 2/572 14409
/proc/meminfo: memFree=24306336/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=72384 CPUtime=0.69 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 4506 0 0 0 69 0 0 0 25 0 1 0 773688729 74121216 4442 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 18096 4442 727 445 0 11641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72384

[startup+1.50028 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24272960/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=89964 CPUtime=1.49 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 6407 0 0 0 149 0 0 0 25 0 1 0 773688729 92123136 6343 33554432000 4194304 6014671 140733510075920 18446744073709551615 4379945 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 22491 6343 728 445 0 16036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89964

[startup+3.10099 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24261552/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=107792 CPUtime=3.09 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 7779 0 0 0 309 0 0 0 25 0 1 0 773688729 110379008 7715 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 26948 7715 728 445 0 20493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107792

[startup+6.30042 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24245140/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=116804 CPUtime=6.29 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 9174 0 0 0 629 0 0 0 25 0 1 0 773688729 119607296 9110 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 29201 9110 728 445 0 22746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116804

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24220764/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=126008 CPUtime=12.69 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 10529 0 0 0 1269 0 0 0 25 0 1 0 773688729 129032192 10465 33554432000 4194304 6014671 140733510075920 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 31502 10465 729 445 0 25047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126008

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24186548/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=126008 CPUtime=25.49 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 12417 0 0 0 2548 1 0 0 25 0 1 0 773688729 129032192 12353 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 31502 12353 737 445 0 25047 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 126008

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 14411
/proc/meminfo: memFree=24152652/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=136360 CPUtime=51.09 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 15683 0 0 0 5108 1 0 0 25 0 1 0 773688729 139632640 15592 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 34090 15592 735 445 0 27635 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 136360

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 14412
/proc/meminfo: memFree=24094844/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=102.3 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 22035 0 0 0 10229 1 0 0 25 0 1 0 773688729 173858816 21904 33554432000 4194304 6014671 140733510075920 18446744073709551615 4425110 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 21904 728 445 0 35991 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169784

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/573 14414
/proc/meminfo: memFree=24037396/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=162.28 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 24284 0 0 0 16227 1 0 0 25 0 1 0 773688729 173858816 24153 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 24153 728 445 0 35991 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 169784

[startup+222.322 s]
/proc/loadavg: 2.09 2.05 2.01 3/573 14415
/proc/meminfo: memFree=23980808/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=222.3 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 27672 0 0 0 22228 2 0 0 25 0 1 0 773688729 173858816 27540 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 27540 728 445 0 35991 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169784

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/573 14417
/proc/meminfo: memFree=23945676/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=282.28 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 29290 0 0 0 28226 2 0 0 25 0 1 0 773688729 173858816 29158 33554432000 4194304 6014671 140733510075920 18446744073709551615 4629764 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 29158 728 445 0 35991 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 169784

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14419
/proc/meminfo: memFree=23929136/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=342.28 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 30285 0 0 0 34226 2 0 0 25 0 1 0 773688729 173858816 30143 33554432000 4194304 6014671 140733510075920 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 30143 728 445 0 35991 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 169784

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14420
/proc/meminfo: memFree=23923044/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=169784 CPUtime=402.27 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 30289 0 0 0 40225 2 0 0 25 0 1 0 773688729 173858816 30128 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 42446 30128 728 445 0 35991 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 169784

[startup+462.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/573 14422
/proc/meminfo: memFree=23912464/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=222884 CPUtime=462.27 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 33312 0 0 0 46225 2 0 0 25 0 1 0 773688729 228233216 33116 33554432000 4194304 6014671 140733510075920 18446744073709551615 4371995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 55721 33116 728 445 0 49266 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 222884

[startup+522.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/573 14423
/proc/meminfo: memFree=23885036/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=222884 CPUtime=522.27 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 40020 0 0 0 52223 4 0 0 25 0 1 0 773688729 228233216 39791 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 55721 39791 728 445 0 49266 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 222884

[startup+582.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/573 14425
/proc/meminfo: memFree=23875064/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=222884 CPUtime=582.27 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 41120 0 0 0 58223 4 0 0 25 0 1 0 773688729 228233216 40891 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14409/statm: 55721 40891 728 445 0 49266 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 222884

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14530
/proc/meminfo: memFree=23353512/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4062.32 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89280 0 0 0 406220 12 0 0 25 0 1 0 773688729 599953408 87516 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87516 730 445 0 140018 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 585892

[startup+4122.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/573 14531
/proc/meminfo: memFree=23331152/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4122.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89286 0 0 0 412219 12 0 0 25 0 1 0 773688729 599953408 87522 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87522 730 445 0 140018 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 585892

[startup+4182.32 s]
/proc/loadavg: 2.06 2.04 2.00 3/573 14533
/proc/meminfo: memFree=23330972/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4182.33 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89290 0 0 0 418221 12 0 0 25 0 1 0 773688729 599953408 87526 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87526 730 445 0 140018 0
Current children cumulated CPU time (s) 4182.33
Current children cumulated vsize (KiB) 585892

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/573 14535
/proc/meminfo: memFree=23330920/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4242.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89295 0 0 0 424219 12 0 0 25 0 1 0 773688729 599953408 87531 33554432000 4194304 6014671 140733510075920 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87531 730 445 0 140018 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 585892

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14536
/proc/meminfo: memFree=23330644/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4302.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89512 0 0 0 430219 12 0 0 25 0 1 0 773688729 599953408 87748 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87748 730 445 0 140018 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 585892

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14538
/proc/meminfo: memFree=23327000/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4362.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89512 0 0 0 436219 12 0 0 25 0 1 0 773688729 599953408 87748 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87748 730 445 0 140018 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 585892

[startup+4422.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/573 14539
/proc/meminfo: memFree=23326948/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4422.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89512 0 0 0 442219 12 0 0 25 0 1 0 773688729 599953408 87748 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87748 730 445 0 140018 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 585892

[startup+4482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/573 14541
/proc/meminfo: memFree=23326792/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4482.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89575 0 0 0 448219 12 0 0 25 0 1 0 773688729 599953408 87811 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 87811 730 445 0 140018 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 585892

[startup+4542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 14543
/proc/meminfo: memFree=23325264/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4542.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 89823 0 0 0 454219 12 0 0 25 0 1 0 773688729 599953408 88059 33554432000 4194304 6014671 140733510075920 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88059 730 445 0 140018 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 585892

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14544
/proc/meminfo: memFree=23320276/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4602.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 90651 0 0 0 460219 12 0 0 25 0 1 0 773688729 599953408 88887 33554432000 4194304 6014671 140733510075920 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88887 730 445 0 140018 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 585892

[startup+4662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/573 14546
/proc/meminfo: memFree=23321220/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4662.31 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 90651 0 0 0 466219 12 0 0 25 0 1 0 773688729 599953408 88887 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88887 730 445 0 140018 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 585892

[startup+4722.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/573 14547
/proc/meminfo: memFree=23321308/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4722.33 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 90651 0 0 0 472221 12 0 0 25 0 1 0 773688729 599953408 88887 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88887 730 445 0 140018 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 585892

[startup+4782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 14549
/proc/meminfo: memFree=23321880/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4782.32 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 90651 0 0 0 478220 12 0 0 25 0 1 0 773688729 599953408 88887 33554432000 4194304 6014671 140733510075920 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88887 730 445 0 140018 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 585892

[startup+4842.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14551
/proc/meminfo: memFree=23321092/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4842.34 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 90669 0 0 0 484222 12 0 0 25 0 1 0 773688729 599953408 88905 33554432000 4194304 6014671 140733510075920 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 88905 730 445 0 140018 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 585892

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 14552
/proc/meminfo: memFree=23306180/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4902.32 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 94689 0 0 0 490219 13 0 0 25 0 1 0 773688729 599953408 92925 33554432000 4194304 6014671 140733510075920 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 92925 730 445 0 140018 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 585892

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14554
/proc/meminfo: memFree=23302056/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=4962.32 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 95644 0 0 0 496219 13 0 0 25 0 1 0 773688729 599953408 93880 33554432000 4194304 6014671 140733510075920 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 93880 730 445 0 140018 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 585892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.05 2.01 2/571 14556
/proc/meminfo: memFree=23944728/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=5000.04 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 95760 0 0 0 499991 13 0 0 25 0 1 0 773688729 599953408 93996 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 93996 730 445 0 140018 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 585892

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

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

[startup+5000 s]
/proc/loadavg: 2.10 2.05 2.01 2/571 14556
/proc/meminfo: memFree=23944728/32950928 swapFree=49808508/67111528
[pid=14409] ppid=14407 vsize=585892 CPUtime=5000.04 cores=1,3,5,7
/proc/14409/stat : 14409 (qutersat_releas) R 14407 14409 13944 0 -1 4202496 95760 0 0 0 499991 13 0 0 25 0 1 0 773688729 599953408 93996 33554432000 4194304 6014671 140733510075920 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14409/statm: 146473 93996 730 445 0 140018 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 585892

Child status: 1
Real time (s): 5000.04
CPU time (s): 5000.07
CPU user time (s): 4999.92
CPU system time (s): 0.147977
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 585892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 7457

runsolver used 26.481 second user time and 66.3409 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-29 00:14:59
IDJOB=3421263
IDBENCH=84018
IDSOLVER=1868
FILE ID=node122/3421263-1306620899
RUNJOBID= node122-1306610895-13963
PBS_JOBID= 13471608
Free space on /tmp= 73484 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421263-1306620899/watcher-3421263-1306620899 -o /tmp/evaluation-result-3421263-1306620899/solver-3421263-1306620899 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421263-1306620899.cnf 295070644

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=295070644

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24306732 kB
Buffers:        193076 kB
Cached:        2224584 kB
SwapCached:      60780 kB
Active:         484480 kB
Inactive:      7900832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24306732 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:     5920144 kB
Mapped:          13220 kB
Slab:            95984 kB
PageTables:      92648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180756016 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= 73484 MiB
End job on node122 at 2011-05-29 01:38:21