Trace number 3421269

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)UNSAT 2685.32 2685.28

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.579
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   :         54
0.00/0.00	c UnDirect variable: 122
0.00/0.00	c UnDirect to Direct Gate: 19
0.00/0.00	c Forced Direct Gate: 19 Unuse unDirect Gate: 50
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 13 Undef Var: 105
0.00/0.00	c After covering, Total Root: 13 Leaf: 65
0.00/0.00	c Variable( cover/uncovered/unused ): 144 40 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 ): 374 508
0.00/0.00	c Total Clauses( cover/uncovered ): 386 510 43.0804%
0.00/0.00	c Covered Ands: 6 Invs: 0 Xors: 19 Ites: 54
0.00/0.01	c Uncover Clauses avg size: 3.41961 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     105       0     510      1273
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 518
0.00/0.02	c TmMap: Origin: 1379 ClauseNum: 3819 --> New: 708 ClauseNum: 2627
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1398 #xorclause: 0
0.00/0.02	c #var: 197 #clauses: 854 Solving... 
2685.24/2685.25	s UNSATISFIABLE
2685.24/2685.26	c CPU time: 2685.3 s

Verifier Data

No possible verification on an UNSAT instance

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-3421269-1306621298/watcher-3421269-1306621298 -o /tmp/evaluation-result-3421269-1306621298/solver-3421269-1306621298 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421269-1306621298.cnf 292148923 

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.16 2.06 2.02 3/517 1029
/proc/meminfo: memFree=16116792/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=26264 CPUtime=0 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4194304 245 0 0 0 0 0 0 0 23 0 1 0 773726466 26894336 197 33554432000 4194304 6014671 140736264646816 18446744073709551615 254495729553 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1029/statm: 6566 198 162 445 0 98 0

[startup+0.0459421 s]
/proc/loadavg: 2.16 2.06 2.02 3/517 1029
/proc/meminfo: memFree=16116792/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=45688 CPUtime=0.03 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 3613 0 0 0 3 0 0 0 23 0 1 0 773726466 46784512 3550 33554432000 4194304 6014671 140736264646816 18446744073709551615 254500388539 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 11422 3550 725 445 0 4967 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45688

[startup+0.100927 s]
/proc/loadavg: 2.16 2.06 2.02 3/517 1029
/proc/meminfo: memFree=16116792/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=46712 CPUtime=0.09 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 3701 0 0 0 9 0 0 0 23 0 1 0 773726466 47833088 3638 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424582 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 11678 3639 726 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300891 s]
/proc/loadavg: 2.16 2.06 2.02 3/517 1029
/proc/meminfo: memFree=16116792/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=55136 CPUtime=0.29 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 3982 0 0 0 29 0 0 0 24 0 1 0 773726466 56459264 3919 33554432000 4194304 6014671 140736264646816 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 13784 3919 727 445 0 7329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55136

[startup+0.700807 s]
/proc/loadavg: 2.16 2.06 2.02 3/517 1029
/proc/meminfo: memFree=16116792/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=72360 CPUtime=0.69 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 4480 0 0 0 69 0 0 0 25 0 1 0 773726466 74096640 4417 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 18090 4417 727 445 0 11635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72360

[startup+1.50065 s]
/proc/loadavg: 2.14 2.06 2.01 3/518 1030
/proc/meminfo: memFree=16100044/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=89912 CPUtime=1.49 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 6426 0 0 0 149 0 0 0 25 0 1 0 773726466 92069888 6363 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 22478 6363 728 445 0 16023 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89912

[startup+3.10033 s]
/proc/loadavg: 2.14 2.06 2.01 3/518 1030
/proc/meminfo: memFree=16090784/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=107680 CPUtime=3.08 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 7556 0 0 0 308 0 0 0 25 0 1 0 773726466 110264320 7493 33554432000 4194304 6014671 140736264646816 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 26920 7493 728 445 0 20465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107680

[startup+6.30069 s]
/proc/loadavg: 2.13 2.06 2.01 3/518 1030
/proc/meminfo: memFree=16083232/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=116756 CPUtime=6.28 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 8884 0 0 0 628 0 0 0 25 0 1 0 773726466 119558144 8810 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 29189 8810 728 445 0 22734 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 116756

[startup+12.7004 s]
/proc/loadavg: 2.12 2.06 2.01 3/518 1030
/proc/meminfo: memFree=16075664/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=116756 CPUtime=12.68 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 10553 0 0 0 1267 1 0 0 25 0 1 0 773726466 119558144 10479 33554432000 4194304 6014671 140736264646816 18446744073709551615 4629719 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 29189 10479 728 445 0 22734 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 116756

[startup+25.5009 s]
/proc/loadavg: 2.10 2.06 2.01 3/518 1031
/proc/meminfo: memFree=16066972/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=116756 CPUtime=25.49 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 12329 0 0 0 2547 2 0 0 25 0 1 0 773726466 119558144 12254 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 29189 12254 728 445 0 22734 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116756

[startup+51.1008 s]
/proc/loadavg: 2.06 2.05 2.01 3/518 1031
/proc/meminfo: memFree=16055884/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=137348 CPUtime=51.09 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 15585 0 0 0 5107 2 0 0 25 0 1 0 773726466 140644352 15510 33554432000 4194304 6014671 140736264646816 18446744073709551615 4372105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 34337 15510 728 445 0 27882 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137348

[startup+102.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 1033
/proc/meminfo: memFree=16031816/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=102.31 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 20996 0 0 0 10229 2 0 0 25 0 1 0 773726466 163749888 20897 33554432000 4194304 6014671 140736264646816 18446744073709551615 4379408 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 20897 731 445 0 33523 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 159912

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 1034
/proc/meminfo: memFree=16023012/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=162.29 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 22885 0 0 0 16227 2 0 0 25 0 1 0 773726466 163749888 22783 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 22783 728 445 0 33523 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159912

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 1036
/proc/meminfo: memFree=16006864/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=222.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 25956 0 0 0 22227 3 0 0 25 0 1 0 773726466 163749888 25854 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 25854 728 445 0 33523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 159912

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 1038
/proc/meminfo: memFree=15997168/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=282.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 26732 0 0 0 28227 3 0 0 25 0 1 0 773726466 163749888 26630 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 26630 728 445 0 33523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 159912

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 1039
/proc/meminfo: memFree=15951644/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=342.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 27904 0 0 0 34227 3 0 0 25 0 1 0 773726466 163749888 27792 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 27792 728 445 0 33523 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159912

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/518 1041
/proc/meminfo: memFree=15928436/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=159912 CPUtime=402.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 28159 0 0 0 40227 3 0 0 25 0 1 0 773726466 163749888 28019 33554432000 4194304 6014671 140736264646816 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 39978 28019 728 445 0 33523 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159912

[startup+462.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/518 1042
/proc/meminfo: memFree=15915520/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=173100 CPUtime=462.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 30930 0 0 0 46227 3 0 0 25 0 1 0 773726466 177254400 30783 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 43275 30783 728 445 0 36820 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173100

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/518 1044
/proc/meminfo: memFree=15907564/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=186432 CPUtime=522.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 32431 0 0 0 52227 3 0 0 25 0 1 0 773726466 190906368 32261 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 46608 32261 728 445 0 40153 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 186432

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 1046
/proc/meminfo: memFree=15895764/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=186432 CPUtime=582.3 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 32614 0 0 0 58227 3 0 0 25 0 1 0 773726466 190906368 32431 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 46608 32431 728 445 0 40153 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 186432

[startup+642.301 s]

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

/proc/meminfo: memFree=15668472/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=334216 CPUtime=1902.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 56914 0 0 0 190224 8 0 0 25 0 1 0 773726466 342237184 56318 33554432000 4194304 6014671 140736264646816 18446744073709551615 254500388550 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 83554 56318 728 445 0 77099 0
Current children cumulated CPU time (s) 1902.32
Current children cumulated vsize (KiB) 334216

[startup+1962.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/518 1089
/proc/meminfo: memFree=15641040/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=334216 CPUtime=1962.33 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 63607 0 0 0 196224 9 0 0 25 0 1 0 773726466 342237184 63011 33554432000 4194304 6014671 140736264646816 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 83554 63011 728 445 0 77099 0
Current children cumulated CPU time (s) 1962.33
Current children cumulated vsize (KiB) 334216

[startup+2022.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/518 1091
/proc/meminfo: memFree=15640020/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=334216 CPUtime=2022.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 63854 0 0 0 202223 9 0 0 25 0 1 0 773726466 342237184 63258 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 83554 63258 728 445 0 77099 0
Current children cumulated CPU time (s) 2022.32
Current children cumulated vsize (KiB) 334216

[startup+2082.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 1094
/proc/meminfo: memFree=15612712/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=334216 CPUtime=2082.34 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 69930 0 0 0 208225 9 0 0 25 0 1 0 773726466 342237184 69258 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 83554 69258 728 445 0 77099 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 334216

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 1095
/proc/meminfo: memFree=15590376/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2142.33 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 75389 0 0 0 214223 10 0 0 25 0 1 0 773726466 409407488 74637 33554432000 4194304 6014671 140736264646816 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 74637 728 445 0 93498 0
Current children cumulated CPU time (s) 2142.33
Current children cumulated vsize (KiB) 399812

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 1097
/proc/meminfo: memFree=15581432/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2202.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 77723 0 0 0 220222 10 0 0 25 0 1 0 773726466 409407488 76971 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 76971 728 445 0 93498 0
Current children cumulated CPU time (s) 2202.32
Current children cumulated vsize (KiB) 399812

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/518 1098
/proc/meminfo: memFree=15581412/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2262.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 77723 0 0 0 226222 10 0 0 25 0 1 0 773726466 409407488 76971 33554432000 4194304 6014671 140736264646816 18446744073709551615 4391455 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 76971 728 445 0 93498 0
Current children cumulated CPU time (s) 2262.32
Current children cumulated vsize (KiB) 399812

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/518 1101
/proc/meminfo: memFree=15573948/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2322.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 79814 0 0 0 232222 10 0 0 25 0 1 0 773726466 409407488 79062 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 79062 728 445 0 93498 0
Current children cumulated CPU time (s) 2322.32
Current children cumulated vsize (KiB) 399812

[startup+2382.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/518 1115
/proc/meminfo: memFree=15572012/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2382.32 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 79905 0 0 0 238222 10 0 0 25 0 1 0 773726466 409407488 79061 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 79061 728 445 0 93498 0
Current children cumulated CPU time (s) 2382.32
Current children cumulated vsize (KiB) 399812

[startup+2442.3 s]
/proc/loadavg: 2.15 2.05 2.02 3/518 1116
/proc/meminfo: memFree=15569424/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2442.33 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 80655 0 0 0 244223 10 0 0 25 0 1 0 773726466 409407488 79811 33554432000 4194304 6014671 140736264646816 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 79811 728 445 0 93498 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 399812

[startup+2502.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/518 1119
/proc/meminfo: memFree=15558860/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2502.33 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 80655 0 0 0 250223 10 0 0 25 0 1 0 773726466 409407488 79811 33554432000 4194304 6014671 140736264646816 18446744073709551615 4522080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 79811 728 445 0 93498 0
Current children cumulated CPU time (s) 2502.33
Current children cumulated vsize (KiB) 399812

[startup+2562.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/518 1120
/proc/meminfo: memFree=15557356/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2562.34 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81061 0 0 0 256223 11 0 0 25 0 1 0 773726466 409407488 80217 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80217 728 445 0 93498 0
Current children cumulated CPU time (s) 2562.34
Current children cumulated vsize (KiB) 399812

[startup+2622.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 1126
/proc/meminfo: memFree=15553056/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2622.34 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81061 0 0 0 262223 11 0 0 25 0 1 0 773726466 409407488 80217 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80217 728 445 0 93498 0
Current children cumulated CPU time (s) 2622.34
Current children cumulated vsize (KiB) 399812

[startup+2682.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2682.34 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268223 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2682.34
Current children cumulated vsize (KiB) 399812

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

[startup+2683.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2683.14 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268303 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2683.14
Current children cumulated vsize (KiB) 399812

[startup+2683.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2683.94 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268383 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2683.94
Current children cumulated vsize (KiB) 399812

[startup+2684.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2684.74 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268463 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4425736 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2684.74
Current children cumulated vsize (KiB) 399812

[startup+2685.12 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2685.16 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268505 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2685.16
Current children cumulated vsize (KiB) 399812

[startup+2685.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 1129
/proc/meminfo: memFree=15552804/32950928 swapFree=38157052/67111528
[pid=1029] ppid=1027 vsize=399812 CPUtime=2685.24 cores=1,3,5,7
/proc/1029/stat : 1029 (qutersat_releas) R 1027 1029 384 0 -1 4202496 81233 0 0 0 268513 11 0 0 25 0 1 0 773726466 409407488 80389 33554432000 4194304 6014671 140736264646816 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1029/statm: 99953 80389 728 445 0 93498 0
Current children cumulated CPU time (s) 2685.24
Current children cumulated vsize (KiB) 399812

Child status: 0
Real time (s): 2685.28
CPU time (s): 2685.32
CPU user time (s): 2685.2
CPU system time (s): 0.12598
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 399812

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

runsolver used 12.6641 second user time and 32.2291 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 00:21:38
IDJOB=3421269
IDBENCH=84030
IDSOLVER=1868
FILE ID=node149/3421269-1306621298
RUNJOBID= node149-1306609792-403
PBS_JOBID= 13471588
Free space on /tmp= 73476 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421269-1306621298/watcher-3421269-1306621298 -o /tmp/evaluation-result-3421269-1306621298/solver-3421269-1306621298 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421269-1306621298.cnf 292148923

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=292148923

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16117064 kB
Buffers:        257604 kB
Cached:        4650324 kB
SwapCached:      56180 kB
Active:        2524896 kB
Inactive:     14001392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16117064 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:    11586556 kB
Mapped:          19676 kB
Slab:           120024 kB
PageTables:     118436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173616616 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= 73476 MiB
End job on node149 at 2011-05-29 01:06:23