Trace number 3421445

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.08 4999.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 952 #clause: 84809
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        952 AvgFaninNum: 30.7395
0.00/0.02	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 : 922
0.00/0.02	c Total Root : 0 Undef Var: 922
0.00/0.02	c After covering, Total Root: 30 Leaf: 922
0.00/0.02	c Variable( cover/uncovered/unused ): 952 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 922 83857
0.00/0.02	c Clauses( cover/uncovered ): 30 0
0.00/0.02	c Total Clauses( cover/uncovered ): 952 83857 1.12252%
0.00/0.02	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.03/0.06	c Uncover Clauses avg size: 2 max size: 2
0.03/0.06	c Final circuit: i/l/o/s     922       0   83857     84749
0.03/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.15	c TmMap: Set big and: 83887
0.09/0.15	c TmMap: Origin: 85672 ClauseNum: 254247 --> New: 84810 ClauseNum: 252523
0.09/0.15	c TmMap: Time: 0.04
0.09/0.16	c Try to Add: #clause: 167774 #xorclause: 0
0.09/0.17	c #var: 952 #clauses: 31 Solving... 
5000.03/4999.92	c Time Out !!
5000.03/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-3421445-1306635968/watcher-3421445-1306635968 -o /tmp/evaluation-result-3421445-1306635968/solver-3421445-1306635968 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421445-1306635968.cnf 663240311 

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: 1.06 1.14 1.41 2/518 26109
/proc/meminfo: memFree=7990384/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 2462 0 0 0 0 0 0 0 22 0 1 0 756012318 35237888 2398 33554432000 4194304 6014671 140736624339408 18446744073709551615 228095450880 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 8603 2398 378 445 0 2148 0

[startup+0.03722 s]
/proc/loadavg: 1.06 1.14 1.41 2/518 26109
/proc/meminfo: memFree=7990384/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=37484 CPUtime=0.03 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 3163 0 0 0 3 0 0 0 22 0 1 0 756012318 38383616 3099 33554432000 4194304 6014671 140736624339408 18446744073709551615 4275984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 9371 3099 398 445 0 2916 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37484

[startup+0.100213 s]
/proc/loadavg: 1.06 1.14 1.41 2/518 26109
/proc/meminfo: memFree=7990384/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=54576 CPUtime=0.09 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 7580 0 0 0 9 0 0 0 22 0 1 0 756012318 55885824 7516 33554432000 4194304 6014671 140736624339408 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 13644 7520 668 445 0 7189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54576

[startup+0.300174 s]
/proc/loadavg: 1.06 1.14 1.41 2/518 26109
/proc/meminfo: memFree=7990384/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=69000 CPUtime=0.29 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 11097 0 0 0 28 1 0 0 23 0 1 0 756012318 70656000 11033 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 17250 11033 720 445 0 10795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69000

[startup+0.700099 s]
/proc/loadavg: 1.06 1.14 1.41 2/518 26109
/proc/meminfo: memFree=7990384/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=77996 CPUtime=0.69 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 11466 0 0 0 68 1 0 0 25 0 1 0 756012318 79867904 11402 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 19499 11402 721 445 0 13044 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77996

[startup+1.50095 s]
/proc/loadavg: 1.06 1.14 1.41 3/522 26116
/proc/meminfo: memFree=7766276/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=87408 CPUtime=1.49 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 11608 0 0 0 148 1 0 0 25 0 1 0 756012318 89505792 11544 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 21852 11544 721 445 0 15397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87408

[startup+3.10065 s]
/proc/loadavg: 1.13 1.15 1.42 3/522 26116
/proc/meminfo: memFree=7763300/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=87408 CPUtime=3.09 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 11658 0 0 0 308 1 0 0 25 0 1 0 756012318 89505792 11594 33554432000 4194304 6014671 140736624339408 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 21852 11594 725 445 0 15397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87408

[startup+6.30107 s]
/proc/loadavg: 1.13 1.15 1.42 3/522 26117
/proc/meminfo: memFree=7759288/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=87408 CPUtime=6.29 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 13792 0 0 0 628 1 0 0 25 0 1 0 756012318 89505792 13728 33554432000 4194304 6014671 140736624339408 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 21852 13728 725 445 0 15397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87408

[startup+12.7009 s]
/proc/loadavg: 1.26 1.18 1.42 3/522 26117
/proc/meminfo: memFree=7743644/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=116704 CPUtime=12.69 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 16434 0 0 0 1268 1 0 0 25 0 1 0 756012318 119504896 16370 33554432000 4194304 6014671 140736624339408 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 29176 16370 725 445 0 22721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116704

[startup+25.5006 s]
/proc/loadavg: 1.38 1.21 1.43 3/522 26117
/proc/meminfo: memFree=7735600/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=127072 CPUtime=25.49 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 18248 0 0 0 2547 2 0 0 25 0 1 0 756012318 130121728 18184 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 31768 18184 725 445 0 25313 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127072

[startup+51.1009 s]
/proc/loadavg: 1.66 1.29 1.45 3/522 26118
/proc/meminfo: memFree=7668804/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=161292 CPUtime=51.09 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 28990 0 0 0 5106 3 0 0 25 0 1 0 756012318 165163008 28926 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 40323 28926 725 445 0 33868 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 161292

[startup+102.319 s]
/proc/loadavg: 1.86 1.40 1.48 3/522 26119
/proc/meminfo: memFree=7530532/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=366412 CPUtime=102.31 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 41186 0 0 0 10227 4 0 0 25 0 1 0 756012318 375205888 41097 33554432000 4194304 6014671 140736624339408 18446744073709551615 4383630 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 91603 41097 746 445 0 85148 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 366412

[startup+162.3 s]
/proc/loadavg: 1.94 1.50 1.50 3/522 26121
/proc/meminfo: memFree=7473728/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=366412 CPUtime=162.29 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 52152 0 0 0 16223 6 0 0 25 0 1 0 756012318 375205888 51913 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 91603 51913 726 445 0 85148 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 366412

[startup+222.3 s]
/proc/loadavg: 1.98 1.60 1.53 3/522 26122
/proc/meminfo: memFree=7415796/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=366412 CPUtime=222.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 56346 0 0 0 22223 7 0 0 25 0 1 0 756012318 375205888 56002 33554432000 4194304 6014671 140736624339408 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 91603 56002 725 445 0 85148 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 366412

[startup+282.3 s]
/proc/loadavg: 2.04 1.68 1.56 3/522 26124
/proc/meminfo: memFree=7313604/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=439924 CPUtime=282.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 67166 0 0 0 28220 10 0 0 25 0 1 0 756012318 450482176 66726 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 109981 66726 725 445 0 103526 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 439924

[startup+342.3 s]
/proc/loadavg: 2.06 1.75 1.59 3/522 26126
/proc/meminfo: memFree=7262632/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=439924 CPUtime=342.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 72292 0 0 0 34219 11 0 0 25 0 1 0 756012318 450482176 71781 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 109981 71781 725 445 0 103526 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 439924

[startup+402.3 s]
/proc/loadavg: 2.02 1.79 1.62 3/522 26127
/proc/meminfo: memFree=7181520/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=519624 CPUtime=402.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 77703 0 0 0 40218 12 0 0 25 0 1 0 756012318 532094976 77117 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 129906 77117 725 445 0 123451 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 519624

[startup+462.3 s]
/proc/loadavg: 2.00 1.83 1.64 3/522 26129
/proc/meminfo: memFree=7170220/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=519624 CPUtime=462.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 77941 0 0 0 46218 12 0 0 25 0 1 0 756012318 532094976 77274 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 129906 77274 725 445 0 123451 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 519624

[startup+522.3 s]
/proc/loadavg: 2.00 1.85 1.66 3/522 26130
/proc/meminfo: memFree=7165240/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=519624 CPUtime=522.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 78184 0 0 0 52218 12 0 0 25 0 1 0 756012318 532094976 77474 33554432000 4194304 6014671 140736624339408 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 129906 77474 725 445 0 123451 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 519624

[startup+582.3 s]
/proc/loadavg: 2.09 1.91 1.69 3/522 26132
/proc/meminfo: memFree=7146624/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=606364 CPUtime=582.3 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 93649 0 0 0 58216 14 0 0 25 0 1 0 756012318 620916736 92847 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 151591 92847 725 445 0 145136 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 606364

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.16 2.06 2.01 3/522 26237
/proc/meminfo: memFree=5969672/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1219928 CPUtime=4062.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 188157 0 0 0 406209 33 0 0 25 0 1 0 756012318 1249206272 185001 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 304982 185001 725 445 0 298527 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1219928

[startup+4122.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/522 26238
/proc/meminfo: memFree=5954268/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4122.4 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 191359 0 0 0 412206 34 0 0 25 0 1 0 756012318 1405587456 188203 33554432000 4194304 6014671 140736624339408 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 188203 725 445 0 336706 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 1372644

[startup+4182.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/522 26240
/proc/meminfo: memFree=5930812/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4182.4 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 191359 0 0 0 418206 34 0 0 25 0 1 0 756012318 1405587456 188203 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 188203 725 445 0 336706 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1372644

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 26242
/proc/meminfo: memFree=5891724/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4242.41 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 192808 0 0 0 424206 35 0 0 25 0 1 0 756012318 1405587456 189545 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 189545 725 445 0 336706 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 1372644

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 26243
/proc/meminfo: memFree=5885628/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4302.4 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 193898 0 0 0 430205 35 0 0 25 0 1 0 756012318 1405587456 190635 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 190635 725 445 0 336706 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1372644

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/522 26245
/proc/meminfo: memFree=5879900/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4362.4 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 195459 0 0 0 436205 35 0 0 25 0 1 0 756012318 1405587456 192196 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 192196 725 445 0 336706 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1372644

[startup+4422.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 26246
/proc/meminfo: memFree=5840936/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4422.4 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205015 0 0 0 442204 36 0 0 25 0 1 0 756012318 1405587456 201752 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201752 725 445 0 336706 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1372644

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/522 26248
/proc/meminfo: memFree=5840916/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4482.41 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205120 0 0 0 448205 36 0 0 25 0 1 0 756012318 1405587456 201748 33554432000 4194304 6014671 140736624339408 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201748 725 445 0 336706 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1372644

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 26250
/proc/meminfo: memFree=5840276/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4542.41 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205154 0 0 0 454205 36 0 0 25 0 1 0 756012318 1405587456 201782 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201782 725 445 0 336706 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1372644

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 26251
/proc/meminfo: memFree=5838020/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4602.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205155 0 0 0 460206 36 0 0 25 0 1 0 756012318 1405587456 201783 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201783 725 445 0 336706 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1372644

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/522 26253
/proc/meminfo: memFree=5837260/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4662.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205163 0 0 0 466205 37 0 0 25 0 1 0 756012318 1405587456 201680 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201680 725 445 0 336706 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1372644

[startup+4722.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/522 26254
/proc/meminfo: memFree=5821484/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4722.44 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205164 0 0 0 472207 37 0 0 25 0 1 0 756012318 1405587456 201681 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201681 725 445 0 336706 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1372644

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/522 26256
/proc/meminfo: memFree=5778688/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4782.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 205164 0 0 0 478205 37 0 0 25 0 1 0 756012318 1405587456 201681 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 201681 725 445 0 336706 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1372644

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 26258
/proc/meminfo: memFree=5811648/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4842.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 209690 0 0 0 484205 37 0 0 25 0 1 0 756012318 1405587456 206207 33554432000 4194304 6014671 140736624339408 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 206207 725 445 0 336706 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1372644

[startup+4902.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/522 26259
/proc/meminfo: memFree=5810632/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4902.42 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 210052 0 0 0 490205 37 0 0 25 0 1 0 756012318 1405587456 206452 33554432000 4194304 6014671 140736624339408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 206452 725 445 0 336706 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1372644

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/522 26261
/proc/meminfo: memFree=5811232/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=4962.41 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 210052 0 0 0 496204 37 0 0 25 0 1 0 756012318 1405587456 206452 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 206452 725 445 0 336706 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1372644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/522 26262
/proc/meminfo: memFree=5811208/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=5000.03 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 210052 0 0 0 499966 37 0 0 25 0 1 0 756012318 1405587456 206452 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 206452 725 445 0 336706 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1372644

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.04 2.04 2.00 3/522 26262
/proc/meminfo: memFree=5811208/32951124 swapFree=65066528/67111528
[pid=26109] ppid=26107 vsize=1372644 CPUtime=5000.03 cores=1,3,5,7
/proc/26109/stat : 26109 (qutersat_releas) R 26107 26109 16548 0 -1 4202496 210052 0 0 0 499966 37 0 0 25 0 1 0 756012318 1405587456 206452 33554432000 4194304 6014671 140736624339408 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26109/statm: 343161 206452 725 445 0 336706 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1372644

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.08
CPU user time (s): 4999.67
CPU system time (s): 0.409937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1372644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.67
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210056
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= 14
involuntary context switches= 57820

runsolver used 24.6173 second user time and 60.3578 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-29 04:26:09
IDJOB=3421445
IDBENCH=88227
IDSOLVER=1868
FILE ID=node142/3421445-1306635968
RUNJOBID= node142-1306635968-26096
PBS_JOBID= 13471589
Free space on /tmp= 73560 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421445-1306635968/watcher-3421445-1306635968 -o /tmp/evaluation-result-3421445-1306635968/solver-3421445-1306635968 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421445-1306635968.cnf 663240311

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=663240311

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:       7990664 kB
Buffers:        287552 kB
Cached:        7647624 kB
SwapCached:      20520 kB
Active:       12240836 kB
Inactive:     12384884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7990664 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:    16678476 kB
Mapped:          33256 kB
Slab:           190024 kB
PageTables:      74416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145378800 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= 73548 MiB
End job on node142 at 2011-05-29 05:49:30