Trace number 3421433

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.15 5000.27

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.196969
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.05/0.09	c Parse Cnf success: #var: 1981 #clause: 333838
0.05/0.09	c Find Units :          0
0.09/0.11	c Find Invs  :          0
0.09/0.11	c Find Ands  :       1981 AvgFaninNum: 43.1318
0.09/0.11	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.11	c Find Ite   :          0
0.09/0.11	c UnDirect variable: 0
0.09/0.11	c UnDirect to Direct Gate: 0
0.09/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.11	c Break Cycle : 1936
0.09/0.11	c Total Root : 0 Undef Var: 1936
0.09/0.11	c After covering, Total Root: 45 Leaf: 1936
0.09/0.11	c Variable( cover/uncovered/unused ): 1981 0 0
0.09/0.11	c Unit Clauses: 0
0.09/0.11	c Binary Clauses( cover/uncovered ): 1936 331857
0.09/0.11	c Clauses( cover/uncovered ): 45 0
0.09/0.11	c Total Clauses( cover/uncovered ): 1981 331857 0.593402%
0.09/0.11	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.19/0.27	c Uncover Clauses avg size: 2 max size: 2
0.19/0.27	c Final circuit: i/l/o/s    1936       0  331857    333748
0.19/0.27	c CnfToAig: Time: 0.27 s
0.39/0.43	c TmMap: Set choices finish.
0.49/0.57	c TmMap: Set big and: 331902
0.49/0.57	c TmMap: Origin: 335685 ClauseNum: 1001244 --> New: 333839 ClauseNum: 997552
0.49/0.57	c TmMap: Time: 0.16
0.59/0.61	c Try to Add: #clause: 663804 #xorclause: 0
0.59/0.65	c #var: 1981 #clauses: 46 Solving... 
5000.09/5000.22	c Time Out !!
5000.09/5000.22	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-3421433-1306635527/watcher-3421433-1306635527 -o /tmp/evaluation-result-3421433-1306635527/solver-3421433-1306635527 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421433-1306635527.cnf 526849891 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.00 3/530 24255
/proc/meminfo: memFree=5663404/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=34412 CPUtime=0.01 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 2462 0 0 0 1 0 0 0 25 0 1 0 775151321 35237888 2398 33554432000 4194304 6014671 140734441201008 18446744073709551615 4276878 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 8603 2398 378 445 0 2148 0

[startup+0.0682561 s]
/proc/loadavg: 2.04 2.05 2.00 3/530 24255
/proc/meminfo: memFree=5663404/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=55916 CPUtime=0.05 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 7337 0 0 0 5 0 0 0 25 0 1 0 775151321 57257984 7273 33554432000 4194304 6014671 140734441201008 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 13979 7273 378 445 0 7524 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 55916

[startup+0.101226 s]
/proc/loadavg: 2.04 2.05 2.00 3/530 24255
/proc/meminfo: memFree=5663404/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=55916 CPUtime=0.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 7484 0 0 0 8 1 0 0 25 0 1 0 775151321 57257984 7420 33554432000 4194304 6014671 140734441201008 18446744073709551615 4280799 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 13979 7420 382 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.301223 s]
/proc/loadavg: 2.04 2.05 2.00 3/530 24255
/proc/meminfo: memFree=5663404/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=86068 CPUtime=0.29 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 13147 0 0 0 28 1 0 0 25 0 1 0 775151321 88133632 13083 33554432000 4194304 6014671 140734441201008 18446744073709551615 4259500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 21517 13087 668 445 0 15062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86068

[startup+0.70115 s]
/proc/loadavg: 2.04 2.05 2.00 3/530 24255
/proc/meminfo: memFree=5663404/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=160812 CPUtime=0.69 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 32721 0 0 0 65 4 0 0 25 0 1 0 775151321 164671488 32657 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423443 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 40203 32657 700 445 0 33748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 160812

[startup+1.501 s]
/proc/loadavg: 2.04 2.05 2.00 3/531 24256
/proc/meminfo: memFree=5534188/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=160812 CPUtime=1.49 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 32742 0 0 0 145 4 0 0 25 0 1 0 775151321 164671488 32678 33554432000 4194304 6014671 140734441201008 18446744073709551615 4376712 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 40203 32678 721 445 0 33748 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160812

[startup+3.10073 s]
/proc/loadavg: 2.04 2.05 2.00 3/531 24256
/proc/meminfo: memFree=5533072/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=160812 CPUtime=3.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 32742 0 0 0 305 4 0 0 25 0 1 0 775151321 164671488 32678 33554432000 4194304 6014671 140734441201008 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24255/statm: 40203 32678 721 445 0 33748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160812

[startup+6.30018 s]
/proc/loadavg: 2.04 2.05 2.00 3/531 24256
/proc/meminfo: memFree=5532868/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=160812 CPUtime=6.08 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 32746 0 0 0 604 4 0 0 25 0 1 0 775151321 164671488 32682 33554432000 4194304 6014671 140734441201008 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 40203 32682 725 445 0 33748 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 160812

[startup+12.7011 s]
/proc/loadavg: 2.18 2.08 2.01 3/531 24256
/proc/meminfo: memFree=5531732/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=160812 CPUtime=12.49 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 32746 0 0 0 1245 4 0 0 25 0 1 0 775151321 164671488 32682 33554432000 4194304 6014671 140734441201008 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 40203 32682 725 445 0 33748 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 160812

[startup+25.5009 s]
/proc/loadavg: 2.15 2.08 2.01 3/531 24256
/proc/meminfo: memFree=5523292/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=174000 CPUtime=25.29 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 35107 0 0 0 2524 5 0 0 25 0 1 0 775151321 178176000 35043 33554432000 4194304 6014671 140734441201008 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 43500 35043 725 445 0 37045 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 174000

[startup+51.1005 s]
/proc/loadavg: 2.10 2.07 2.01 3/531 24258
/proc/meminfo: memFree=5493572/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=277180 CPUtime=50.89 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 42499 0 0 0 5083 6 0 0 25 0 1 0 775151321 283832320 42435 33554432000 4194304 6014671 140734441201008 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 69295 42435 725 445 0 62840 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 277180

[startup+102.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/531 24258
/proc/meminfo: memFree=5361864/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=362712 CPUtime=102.11 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 63770 0 0 0 10202 9 0 0 25 0 1 0 775151321 371417088 63691 33554432000 4194304 6014671 140734441201008 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 90678 63691 725 445 0 84223 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 362712

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/531 24260
/proc/meminfo: memFree=5285592/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=455820 CPUtime=162.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 73451 0 0 0 16198 11 0 0 25 0 1 0 775151321 466759680 73141 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 113955 73141 725 445 0 107500 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 455820

[startup+222.301 s]
/proc/loadavg: 2.40 2.13 2.03 4/538 18601
/proc/meminfo: memFree=5261944/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=541196 CPUtime=222.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 81485 0 0 0 22197 12 0 0 25 0 1 0 775151321 554184704 77320 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 135299 77320 725 445 0 128844 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 541196

[startup+282.301 s]
/proc/loadavg: 2.35 2.17 2.05 3/531 30369
/proc/meminfo: memFree=5216724/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=541196 CPUtime=282.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 94613 0 0 0 28194 15 0 0 25 0 1 0 775151321 554184704 90448 33554432000 4194304 6014671 140734441201008 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 135299 90448 725 445 0 128844 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 541196

[startup+342.3 s]
/proc/loadavg: 2.17 2.16 2.05 3/531 30371
/proc/meminfo: memFree=5111932/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=541196 CPUtime=342.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 119986 0 0 0 34189 20 0 0 25 0 1 0 775151321 554184704 115821 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 135299 115821 725 445 0 128844 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 541196

[startup+402.301 s]
/proc/loadavg: 2.06 2.12 2.04 3/531 30371
/proc/meminfo: memFree=5086872/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=653396 CPUtime=402.1 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 126177 0 0 0 40188 22 0 0 25 0 1 0 775151321 669077504 122012 33554432000 4194304 6014671 140734441201008 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 163349 122012 725 445 0 156894 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 653396

[startup+462.301 s]
/proc/loadavg: 2.12 2.13 2.05 3/531 30373
/proc/meminfo: memFree=5081656/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=771736 CPUtime=462.1 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 127182 0 0 0 46188 22 0 0 25 0 1 0 775151321 790257664 123017 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 192934 123017 725 445 0 186479 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 771736

[startup+522.3 s]
/proc/loadavg: 2.09 2.12 2.05 3/531 30376
/proc/meminfo: memFree=5065400/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=771736 CPUtime=522.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 131034 0 0 0 52187 22 0 0 25 0 1 0 775151321 790257664 126869 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 192934 126869 725 445 0 186479 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 771736

[startup+582.301 s]
/proc/loadavg: 2.03 2.09 2.04 3/531 30378
/proc/meminfo: memFree=5063528/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=771736 CPUtime=582.1 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 131294 0 0 0 58187 23 0 0 25 0 1 0 775151321 790257664 127129 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 192934 127129 725 445 0 186479 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 771736

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/525 30511
/proc/meminfo: memFree=5009992/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4002.15 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317043 0 0 0 400159 56 0 0 25 0 1 0 775151321 1547321344 301619 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 301619 725 445 0 371309 0
Current children cumulated CPU time (s) 4002.15
Current children cumulated vsize (KiB) 1511056

[startup+4062.32 s]
/proc/loadavg: 1.00 1.16 1.54 2/525 30513
/proc/meminfo: memFree=5007996/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4062.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317248 0 0 0 406161 56 0 0 25 0 1 0 775151321 1547321344 301778 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 301778 725 445 0 371309 0
Current children cumulated CPU time (s) 4062.17
Current children cumulated vsize (KiB) 1511056

[startup+4122.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/525 30515
/proc/meminfo: memFree=5007852/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4122.15 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317282 0 0 0 412159 56 0 0 25 0 1 0 775151321 1547321344 301812 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 301812 725 445 0 371309 0
Current children cumulated CPU time (s) 4122.15
Current children cumulated vsize (KiB) 1511056

[startup+4182.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/525 30517
/proc/meminfo: memFree=5008708/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4182.15 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317339 0 0 0 418159 56 0 0 25 0 1 0 775151321 1547321344 301810 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 301810 725 445 0 371309 0
Current children cumulated CPU time (s) 4182.15
Current children cumulated vsize (KiB) 1511056

[startup+4242.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/525 30519
/proc/meminfo: memFree=5007444/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4242.15 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317728 0 0 0 424159 56 0 0 25 0 1 0 775151321 1547321344 302125 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302125 725 445 0 371309 0
Current children cumulated CPU time (s) 4242.15
Current children cumulated vsize (KiB) 1511056

[startup+4302.3 s]
/proc/loadavg: 1.12 1.10 1.42 2/525 30519
/proc/meminfo: memFree=5007180/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4302.15 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 317790 0 0 0 430159 56 0 0 25 0 1 0 775151321 1547321344 302187 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302187 725 445 0 371309 0
Current children cumulated CPU time (s) 4302.15
Current children cumulated vsize (KiB) 1511056

[startup+4362.3 s]
/proc/loadavg: 1.10 1.09 1.39 2/525 30521
/proc/meminfo: memFree=5006412/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4362.16 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318258 0 0 0 436158 58 0 0 25 0 1 0 775151321 1547321344 302576 33554432000 4194304 6014671 140734441201008 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302576 725 445 0 371309 0
Current children cumulated CPU time (s) 4362.16
Current children cumulated vsize (KiB) 1511056

[startup+4422.3 s]
/proc/loadavg: 1.04 1.07 1.36 2/525 30523
/proc/meminfo: memFree=5006140/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4422.16 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318259 0 0 0 442158 58 0 0 25 0 1 0 775151321 1547321344 302577 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302577 725 445 0 371309 0
Current children cumulated CPU time (s) 4422.16
Current children cumulated vsize (KiB) 1511056

[startup+4482.3 s]
/proc/loadavg: 1.01 1.06 1.34 2/525 30525
/proc/meminfo: memFree=5006124/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4482.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318267 0 0 0 448159 58 0 0 25 0 1 0 775151321 1547321344 302491 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302491 725 445 0 371309 0
Current children cumulated CPU time (s) 4482.17
Current children cumulated vsize (KiB) 1511056

[startup+4542.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/525 30527
/proc/meminfo: memFree=5005740/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4542.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318358 0 0 0 454159 58 0 0 25 0 1 0 775151321 1547321344 302582 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302582 725 445 0 371309 0
Current children cumulated CPU time (s) 4542.17
Current children cumulated vsize (KiB) 1511056

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/525 30527
/proc/meminfo: memFree=5005972/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4602.18 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318364 0 0 0 460160 58 0 0 25 0 1 0 775151321 1547321344 302493 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302493 725 445 0 371309 0
Current children cumulated CPU time (s) 4602.18
Current children cumulated vsize (KiB) 1511056

[startup+4662.3 s]
/proc/loadavg: 1.00 1.03 1.27 2/525 30529
/proc/meminfo: memFree=5005340/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4662.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318437 0 0 0 466159 58 0 0 25 0 1 0 775151321 1547321344 302566 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302566 725 445 0 371309 0
Current children cumulated CPU time (s) 4662.17
Current children cumulated vsize (KiB) 1511056

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.25 2/525 30531
/proc/meminfo: memFree=5005200/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4722.19 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318521 0 0 0 472161 58 0 0 25 0 1 0 775151321 1547321344 302554 33554432000 4194304 6014671 140734441201008 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302554 725 445 0 371309 0
Current children cumulated CPU time (s) 4722.19
Current children cumulated vsize (KiB) 1511056

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/525 30533
/proc/meminfo: memFree=5005064/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4782.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318554 0 0 0 478159 58 0 0 25 0 1 0 775151321 1547321344 302587 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302587 725 445 0 371309 0
Current children cumulated CPU time (s) 4782.17
Current children cumulated vsize (KiB) 1511056

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/525 30535
/proc/meminfo: memFree=5004908/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4842.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318558 0 0 0 484159 58 0 0 25 0 1 0 775151321 1547321344 302591 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302591 725 445 0 371309 0
Current children cumulated CPU time (s) 4842.17
Current children cumulated vsize (KiB) 1511056

[startup+4902.3 s]
/proc/loadavg: 1.16 1.04 1.21 2/525 30535
/proc/meminfo: memFree=5005516/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4902.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318566 0 0 0 490159 58 0 0 25 0 1 0 775151321 1547321344 302492 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302492 725 445 0 371309 0
Current children cumulated CPU time (s) 4902.17
Current children cumulated vsize (KiB) 1511056

[startup+4962.3 s]
/proc/loadavg: 1.13 1.04 1.20 2/525 30537
/proc/meminfo: memFree=5006236/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=4962.17 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318566 0 0 0 496158 59 0 0 25 0 1 0 775151321 1547321344 302492 33554432000 4194304 6014671 140734441201008 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302492 725 445 0 371309 0
Current children cumulated CPU time (s) 4962.17
Current children cumulated vsize (KiB) 1511056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 1.07 1.04 1.19 2/525 30539
/proc/meminfo: memFree=5006604/32951132 swapFree=54105152/67111528
[pid=24255] ppid=24253 vsize=1511056 CPUtime=5000.09 cores=0,2,4,6
/proc/24255/stat : 24255 (qutersat_releas) R 24253 24255 22791 0 -1 4202496 318570 0 0 0 499950 59 0 0 25 0 1 0 775151321 1547321344 302388 33554432000 4194304 6014671 140734441201008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24255/statm: 377764 302388 725 445 0 371309 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1511056

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

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

Child status: 1
Real time (s): 5000.27
CPU time (s): 5000.15
CPU user time (s): 4999.51
CPU system time (s): 0.641902
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 1511056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.51
system time used= 0.641902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318574
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= 8
involuntary context switches= 14971

runsolver used 27.1629 second user time and 59.387 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-29 04:18:47
IDJOB=3421433
IDBENCH=88221
IDSOLVER=1868
FILE ID=node128/3421433-1306635527
RUNJOBID= node128-1306630499-23468
PBS_JOBID= 13471632
Free space on /tmp= 73568 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421433-1306635527/watcher-3421433-1306635527 -o /tmp/evaluation-result-3421433-1306635527/solver-3421433-1306635527 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421433-1306635527.cnf 526849891

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=526849891

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       5663676 kB
Buffers:        261164 kB
Cached:        5015176 kB
SwapCached:      78304 kB
Active:       10829544 kB
Inactive:     16150436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       5663676 kB
SwapTotal:    67111528 kB
SwapFree:     54105152 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:    21635052 kB
Mapped:          21624 kB
Slab:           124164 kB
PageTables:     113380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 175605700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73572 MiB
End job on node128 at 2011-05-29 05:42:09