Trace number 3421225

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.1 4999.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3288.15
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Set FPU double precision.
0.01/0.02	c Parse Cnf success: #var: 780 #clause: 66810
0.01/0.02	c Find Units :          0
0.01/0.02	c Find Invs  :          0
0.01/0.02	c Find Ands  :        780 AvgFaninNum: 29
0.01/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.02	c Find Ite   :          0
0.01/0.02	c UnDirect variable: 0
0.01/0.02	c UnDirect to Direct Gate: 0
0.01/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.02	c Break Cycle : 754
0.01/0.02	c Total Root : 0 Undef Var: 754
0.01/0.02	c After covering, Total Root: 26 Leaf: 754
0.01/0.02	c Variable( cover/uncovered/unused ): 780 0 0
0.01/0.02	c Unit Clauses: 0
0.01/0.02	c Binary Clauses( cover/uncovered ): 754 66030
0.01/0.02	c Clauses( cover/uncovered ): 26 0
0.01/0.02	c Total Clauses( cover/uncovered ): 780 66030 1.16749%
0.01/0.02	c Covered Ands: 26 Invs: 0 Xors: 0 Ites: 0
0.01/0.05	c Uncover Clauses avg size: 2 max size: 2
0.01/0.06	c Final circuit: i/l/o/s     754       0   66030     66758
0.01/0.06	c CnfToAig: Time: 0.05 s
0.09/0.10	c TmMap: Set choices finish.
0.09/0.13	c TmMap: Set big and: 66056
0.09/0.13	c TmMap: Origin: 67513 ClauseNum: 200274 --> New: 66811 ClauseNum: 198870
0.09/0.13	c TmMap: Time: 0.03
0.09/0.14	c Try to Add: #clause: 132112 #xorclause: 0
0.09/0.15	c #var: 780 #clauses: 27 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3421225-1306616697/watcher-3421225-1306616697 -o /tmp/evaluation-result-3421225-1306616697/solver-3421225-1306616697 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421225-1306616697.cnf 1268137174 

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.03 2.05 2.00 2/436 12154
/proc/meminfo: memFree=9580392/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=34412 CPUtime=0.01 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 2457 0 0 0 1 0 0 0 23 0 1 0 773267614 35237888 2393 33554432000 4194304 6014671 140735603141648 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 8603 2393 378 445 0 2148 0

[startup+0.020869 s]
/proc/loadavg: 2.03 2.05 2.00 2/436 12154
/proc/meminfo: memFree=9580392/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=37484 CPUtime=0.01 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 2973 0 0 0 1 0 0 0 23 0 1 0 773267614 38383616 2909 33554432000 4194304 6014671 140735603141648 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 9371 2932 378 445 0 2916 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37484

[startup+0.100858 s]
/proc/loadavg: 2.03 2.05 2.00 2/436 12154
/proc/meminfo: memFree=9580392/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=55596 CPUtime=0.09 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 7803 0 0 0 9 0 0 0 23 0 1 0 773267614 56930304 7739 33554432000 4194304 6014671 140735603141648 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 13899 7739 669 445 0 7444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55596

[startup+0.300813 s]
/proc/loadavg: 2.03 2.05 2.00 2/436 12154
/proc/meminfo: memFree=9580392/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=72120 CPUtime=0.29 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 9774 0 0 0 29 0 0 0 25 0 1 0 773267614 73850880 9710 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 18030 9710 720 445 0 11575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72120

[startup+0.700742 s]
/proc/loadavg: 2.03 2.05 2.00 2/436 12154
/proc/meminfo: memFree=9580392/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=72120 CPUtime=0.69 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 10203 0 0 0 69 0 0 0 25 0 1 0 773267614 73850880 10139 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 18030 10139 720 445 0 11575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72120

[startup+1.50059 s]
/proc/loadavg: 2.03 2.05 2.00 3/437 12155
/proc/meminfo: memFree=9539028/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=81868 CPUtime=1.49 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 11181 0 0 0 149 0 0 0 25 0 1 0 773267614 83832832 11117 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 20467 11117 721 445 0 14012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81868

[startup+3.1003 s]
/proc/loadavg: 2.03 2.05 2.00 3/437 12155
/proc/meminfo: memFree=9532828/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=92172 CPUtime=3.09 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 12521 0 0 0 309 0 0 0 25 0 1 0 773267614 94384128 12457 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 23043 12457 721 445 0 16588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92172

[startup+6.30071 s]
/proc/loadavg: 2.03 2.05 2.00 3/437 12183
/proc/meminfo: memFree=11741164/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=92172 CPUtime=6.28 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 14625 0 0 0 628 0 0 0 25 0 1 0 773267614 94384128 14561 33554432000 4194304 6014671 140735603141648 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 23043 14561 725 445 0 16588 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 92172

[startup+12.7005 s]
/proc/loadavg: 2.02 2.05 2.00 3/437 12184
/proc/meminfo: memFree=11712076/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=102904 CPUtime=12.69 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 17027 0 0 0 1268 1 0 0 25 0 1 0 773267614 105373696 16963 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 25726 16963 725 445 0 19271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102904

[startup+25.5001 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 12184
/proc/meminfo: memFree=11672912/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=136584 CPUtime=25.49 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 20197 0 0 0 2548 1 0 0 25 0 1 0 773267614 139862016 20133 33554432000 4194304 6014671 140735603141648 18446744073709551615 4536616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 34146 20133 725 445 0 27691 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136584

[startup+51.1004 s]
/proc/loadavg: 2.16 2.07 2.01 3/437 12185
/proc/meminfo: memFree=11608384/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=148044 CPUtime=51.09 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 25298 0 0 0 5107 2 0 0 25 0 1 0 773267614 151597056 25234 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 37011 25234 725 445 0 30556 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148044

[startup+102.316 s]
/proc/loadavg: 2.07 2.06 2.01 3/437 12186
/proc/meminfo: memFree=11555172/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=148044 CPUtime=102.3 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 28440 0 0 0 10228 2 0 0 25 0 1 0 773267614 151597056 28376 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 37011 28376 725 445 0 30556 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148044

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/437 12188
/proc/meminfo: memFree=11520436/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=203040 CPUtime=162.29 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 35310 0 0 0 16226 3 0 0 25 0 1 0 773267614 207912960 35246 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 50760 35246 725 445 0 44305 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 203040

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 12189
/proc/meminfo: memFree=11445644/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=217888 CPUtime=222.29 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 39404 0 0 0 22226 3 0 0 25 0 1 0 773267614 223117312 39340 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 54472 39340 725 445 0 48017 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 217888

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 12191
/proc/meminfo: memFree=11403212/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=232800 CPUtime=282.3 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 42590 0 0 0 28226 4 0 0 25 0 1 0 773267614 238387200 42515 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 58200 42515 731 445 0 51745 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 232800

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 12192
/proc/meminfo: memFree=11366988/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=293156 CPUtime=342.3 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 51350 0 0 0 34224 6 0 0 25 0 1 0 773267614 300191744 51260 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 73289 51260 731 445 0 66834 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 293156

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 12194
/proc/meminfo: memFree=11366588/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=293156 CPUtime=402.3 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 51550 0 0 0 40224 6 0 0 25 0 1 0 773267614 300191744 51400 33554432000 4194304 6014671 140735603141648 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 73289 51400 725 445 0 66834 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 293156

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 12196
/proc/meminfo: memFree=11328136/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=293156 CPUtime=462.31 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 51558 0 0 0 46225 6 0 0 25 0 1 0 773267614 300191744 51351 33554432000 4194304 6014671 140735603141648 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 73289 51351 725 445 0 66834 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 293156

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 12197
/proc/meminfo: memFree=11321916/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=293156 CPUtime=522.31 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 51588 0 0 0 52225 6 0 0 25 0 1 0 773267614 300191744 51351 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 73289 51351 725 445 0 66834 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 293156

[startup+582.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/437 12199
/proc/meminfo: memFree=11317308/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=293156 CPUtime=582.31 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 51650 0 0 0 58225 6 0 0 25 0 1 0 773267614 300191744 51382 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 73289 51382 725 445 0 66834 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 293156

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.04 2.01 3/437 12304
/proc/meminfo: memFree=10580196/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4062.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 406224 20 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 812028

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/437 12305
/proc/meminfo: memFree=10580412/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4122.43 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 412222 21 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 812028

[startup+4182.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/437 12307
/proc/meminfo: memFree=10579772/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4182.43 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 418222 21 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 812028

[startup+4242.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/437 12308
/proc/meminfo: memFree=10579268/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4242.43 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 424222 21 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 812028

[startup+4302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/437 12310
/proc/meminfo: memFree=10579132/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4302.43 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 430222 21 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 812028

[startup+4362.3 s]
/proc/loadavg: 2.22 2.10 2.02 3/437 12312
/proc/meminfo: memFree=10579732/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4362.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 125971 0 0 0 436223 21 0 0 25 0 1 0 773267614 831516672 112702 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112702 725 445 0 196552 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 812028

[startup+4422.3 s]
/proc/loadavg: 2.16 2.11 2.03 3/437 12313
/proc/meminfo: memFree=10579096/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4422.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 442223 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 812028

[startup+4482.3 s]
/proc/loadavg: 2.06 2.09 2.02 3/437 12315
/proc/meminfo: memFree=10578208/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4482.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 448223 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 812028

[startup+4542.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/437 12316
/proc/meminfo: memFree=10577824/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4542.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 454223 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 812028

[startup+4602.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/437 12318
/proc/meminfo: memFree=10574580/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4602.46 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 460225 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 812028

[startup+4662.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/437 12320
/proc/meminfo: memFree=10574316/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4662.44 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 466223 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 812028

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 12321
/proc/meminfo: memFree=10575664/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4722.46 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 472225 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 812028

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 12323
/proc/meminfo: memFree=10576508/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4782.45 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126123 0 0 0 478224 21 0 0 25 0 1 0 773267614 831516672 112854 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112854 725 445 0 196552 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 812028

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 12324
/proc/meminfo: memFree=10575864/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4842.45 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126124 0 0 0 484224 21 0 0 25 0 1 0 773267614 831516672 112855 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112855 725 445 0 196552 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 812028

[startup+4902.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 12326
/proc/meminfo: memFree=10575972/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4902.45 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 126209 0 0 0 490224 21 0 0 25 0 1 0 773267614 831516672 112940 33554432000 4194304 6014671 140735603141648 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 112940 725 445 0 196552 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 812028

[startup+4962.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/437 12328
/proc/meminfo: memFree=10553872/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=4962.45 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 131743 0 0 0 496223 22 0 0 25 0 1 0 773267614 831516672 118474 33554432000 4194304 6014671 140735603141648 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 118474 725 445 0 196552 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 812028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/437 12329
/proc/meminfo: memFree=10547036/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=5000.06 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 133535 0 0 0 499984 22 0 0 25 0 1 0 773267614 831516672 120266 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 120266 725 445 0 196552 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 812028

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.06 2.04 2.00 3/437 12329
/proc/meminfo: memFree=10547036/32951124 swapFree=62199376/67111528
[pid=12154] ppid=12152 vsize=812028 CPUtime=5000.06 cores=1,3,5,7
/proc/12154/stat : 12154 (qutersat_releas) R 12152 12154 11904 0 -1 4202496 133535 0 0 0 499984 22 0 0 25 0 1 0 773267614 831516672 120266 33554432000 4194304 6014671 140735603141648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12154/statm: 203007 120266 725 445 0 196552 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 812028

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.85
CPU system time (s): 0.246962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 812028

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

runsolver used 20.1639 second user time and 50.9303 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-28 23:04:57
IDJOB=3421225
IDBENCH=83903
IDSOLVER=1868
FILE ID=node135/3421225-1306616697
RUNJOBID= node135-1306611695-11923
PBS_JOBID= 13471616
Free space on /tmp= 73528 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421225-1306616697/watcher-3421225-1306616697 -o /tmp/evaluation-result-3421225-1306616697/solver-3421225-1306616697 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421225-1306616697.cnf 1268137174

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=1268137174

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9580664 kB
Buffers:        352376 kB
Cached:        7872360 kB
SwapCached:      84472 kB
Active:       16211596 kB
Inactive:      6857272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9580664 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:            3680 kB
Writeback:           0 kB
AnonPages:    14764912 kB
Mapped:          28012 kB
Slab:           164620 kB
PageTables:      70180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126823568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73528 MiB
End job on node135 at 2011-05-29 00:28:19