Trace number 3421247

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.12 5000.14

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4393.03
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.03	c Parse Cnf success: #var: 105 #clause: 40110
0.02/0.03	c Find Units :          0
0.02/0.03	c Find Invs  :          0
0.02/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.02/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.04	c Find Ite   :          0
0.02/0.04	c UnDirect variable: 0
0.02/0.04	c UnDirect to Direct Gate: 0
0.02/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.04	c Break Cycle : 0
0.02/0.04	c Total Root : 0 Undef Var: 105
0.02/0.04	c After covering, Total Root: 0 Leaf: 0
0.02/0.04	c Variable( cover/uncovered/unused ): 0 105 0
0.02/0.04	c Unit Clauses: 0
0.02/0.04	c Binary Clauses( cover/uncovered ): 0 0
0.02/0.04	c Clauses( cover/uncovered ): 0 40110
0.02/0.04	c Total Clauses( cover/uncovered ): 0 40110 0%
0.02/0.04	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.16	c Uncover Clauses avg size: 9.99476 max size: 10
0.09/0.16	c Final circuit: i/l/o/s     105       0   40110     74382
0.09/0.16	c CnfToAig: Time: 0.15 s
0.29/0.31	c TmMap: Set choices finish.
0.29/0.36	c TmMap: Set big and: 53140
0.29/0.36	c TmMap: Origin: 74488 ClauseNum: 223146 --> New: 53246 ClauseNum: 186792
0.29/0.36	c TmMap: Time: 0.07
0.29/0.38	c Try to Add: #clause: 106280 #xorclause: 0
0.39/0.40	c #var: 13135 #clauses: 37173 Solving... 
5000.09/5000.12	c Time Out !!
5000.09/5000.12	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-3421247-1306619955/watcher-3421247-1306619955 -o /tmp/evaluation-result-3421247-1306619955/solver-3421247-1306619955 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421247-1306619955.cnf 1903675693 

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.00 2.03 2.00 3/527 23023
/proc/meminfo: memFree=6225784/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=33388 CPUtime=0.01 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 2026 0 0 0 1 0 0 0 25 0 1 0 773594187 34189312 1963 33554432000 4194304 6014671 140733869603920 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 8347 1978 378 445 0 1892 0

[startup+0.027614 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 23023
/proc/meminfo: memFree=6225784/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=35436 CPUtime=0.02 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 2365 0 0 0 2 0 0 0 25 0 1 0 773594187 36286464 2303 33554432000 4194304 6014671 140733869603920 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 8859 2323 378 445 0 2404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100639 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 23023
/proc/meminfo: memFree=6225784/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=39020 CPUtime=0.09 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 3360 0 0 0 9 0 0 0 25 0 1 0 773594187 39956480 3297 33554432000 4194304 6014671 140733869603920 18446744073709551615 4267141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 9755 3297 398 445 0 3300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39020

[startup+0.300597 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 23023
/proc/meminfo: memFree=6225784/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=72892 CPUtime=0.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 12069 0 0 0 28 1 0 0 25 0 1 0 773594187 74641408 12006 33554432000 4194304 6014671 140733869603920 18446744073709551615 4229896 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 18223 12006 669 445 0 11768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72892

[startup+0.700572 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 23023
/proc/meminfo: memFree=6225784/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=85192 CPUtime=0.69 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 13431 0 0 0 68 1 0 0 25 0 1 0 773594187 87236608 13368 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 21298 13368 696 445 0 14843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85192

[startup+1.50042 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23032
/proc/meminfo: memFree=6104984/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=97608 CPUtime=1.49 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 16414 0 0 0 148 1 0 0 25 0 1 0 773594187 99950592 16351 33554432000 4194304 6014671 140733869603920 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 24402 16351 700 445 0 17947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97608

[startup+3.10114 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23032
/proc/meminfo: memFree=6012128/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=140872 CPUtime=3.09 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 27267 0 0 0 307 2 0 0 25 0 1 0 773594187 144252928 27204 33554432000 4194304 6014671 140733869603920 18446744073709551615 4368740 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 35218 27204 710 445 0 28763 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140872

[startup+6.30056 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23032
/proc/meminfo: memFree=5937500/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=155184 CPUtime=6.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 29301 0 0 0 627 2 0 0 25 0 1 0 773594187 158908416 29238 33554432000 4194304 6014671 140733869603920 18446744073709551615 4384563 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 38796 29238 726 445 0 32341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155184

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23032
/proc/meminfo: memFree=5859592/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=233076 CPUtime=12.69 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 41790 0 0 0 1265 4 0 0 25 0 1 0 773594187 238669824 41685 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 58269 41685 726 445 0 51814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 233076

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23032
/proc/meminfo: memFree=5781732/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=243252 CPUtime=25.49 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 46284 0 0 0 2545 4 0 0 25 0 1 0 773594187 249090048 46179 33554432000 4194304 6014671 140733869603920 18446744073709551615 4384112 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 60813 46179 726 445 0 54358 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 243252

[startup+51.1009 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23032
/proc/meminfo: memFree=5758852/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=255228 CPUtime=51.08 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 49867 0 0 0 5104 4 0 0 25 0 1 0 773594187 261353472 49762 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 63807 49762 726 445 0 57352 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 255228

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23034
/proc/meminfo: memFree=5718668/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=267396 CPUtime=102.3 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 55262 0 0 0 10225 5 0 0 25 0 1 0 773594187 273813504 55157 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 66849 55157 727 445 0 60394 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 267396

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/531 23045
/proc/meminfo: memFree=5678140/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=293648 CPUtime=162.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 61250 0 0 0 16222 6 0 0 25 0 1 0 773594187 300695552 61100 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 73412 61100 727 445 0 66957 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 293648

[startup+222.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/531 23045
/proc/meminfo: memFree=5661144/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=307584 CPUtime=222.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 65107 0 0 0 22222 7 0 0 25 0 1 0 773594187 314966016 64923 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 76896 64923 727 445 0 70441 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 307584

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/531 23047
/proc/meminfo: memFree=5641040/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=307584 CPUtime=282.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 65674 0 0 0 28222 7 0 0 25 0 1 0 773594187 314966016 65463 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 76896 65463 727 445 0 70441 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 307584

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 23049
/proc/meminfo: memFree=5617592/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=337084 CPUtime=342.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 71405 0 0 0 34220 8 0 0 25 0 1 0 773594187 345174016 71162 33554432000 4194304 6014671 140733869603920 18446744073709551615 242970246801 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 84271 71162 727 445 0 77816 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 337084

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/531 23051
/proc/meminfo: memFree=5613112/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=337084 CPUtime=402.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 72438 0 0 0 40220 9 0 0 25 0 1 0 773594187 345174016 72157 33554432000 4194304 6014671 140733869603920 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 84271 72157 727 445 0 77816 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 337084

[startup+462.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/531 23056
/proc/meminfo: memFree=5598456/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=337084 CPUtime=462.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 74549 0 0 0 46219 9 0 0 25 0 1 0 773594187 345174016 74246 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 84271 74246 726 445 0 77816 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 337084

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 23056
/proc/meminfo: memFree=5566252/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=352600 CPUtime=522.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 78800 0 0 0 52219 9 0 0 25 0 1 0 773594187 361062400 78465 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 88150 78465 726 445 0 81695 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 352600

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23058
/proc/meminfo: memFree=5533256/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=352600 CPUtime=582.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 79902 0 0 0 58218 10 0 0 25 0 1 0 773594187 361062400 79567 33554432000 4194304 6014671 140733869603920 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 88150 79567 727 445 0 81695 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 352600

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23164
/proc/meminfo: memFree=5170096/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4062.3 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 119507 0 0 0 406207 23 0 0 25 0 1 0 773594187 646746112 115459 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 115459 727 445 0 151442 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 631588

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23164
/proc/meminfo: memFree=5166836/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4122.27 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 120467 0 0 0 412204 23 0 0 25 0 1 0 773594187 646746112 116399 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 116399 727 445 0 151442 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 631588

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23166
/proc/meminfo: memFree=5161740/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4182.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 121703 0 0 0 418204 24 0 0 25 0 1 0 773594187 646746112 117614 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 117614 727 445 0 151442 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 631588

[startup+4242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/531 23168
/proc/meminfo: memFree=5162348/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4242.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 121703 0 0 0 424204 24 0 0 25 0 1 0 773594187 646746112 117592 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 117592 727 445 0 151442 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 631588

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/531 23170
/proc/meminfo: memFree=5159736/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4302.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 121889 0 0 0 430204 24 0 0 25 0 1 0 773594187 646746112 117778 33554432000 4194304 6014671 140733869603920 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 117778 727 445 0 151442 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 631588

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/531 23172
/proc/meminfo: memFree=5158488/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4362.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 121889 0 0 0 436204 24 0 0 25 0 1 0 773594187 646746112 117778 33554432000 4194304 6014671 140733869603920 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 117778 727 445 0 151442 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 631588

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23172
/proc/meminfo: memFree=5154264/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4422.27 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 122393 0 0 0 442203 24 0 0 25 0 1 0 773594187 646746112 118235 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 118235 727 445 0 151442 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 631588

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/531 23174
/proc/meminfo: memFree=5150160/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4482.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 122922 0 0 0 448203 25 0 0 25 0 1 0 773594187 646746112 118740 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 118740 726 445 0 151442 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 631588

[startup+4542.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 23176
/proc/meminfo: memFree=5149528/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4542.27 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 122970 0 0 0 454202 25 0 0 25 0 1 0 773594187 646746112 118788 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 118788 726 445 0 151442 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 631588

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 23178
/proc/meminfo: memFree=5146416/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4602.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 122970 0 0 0 460204 25 0 0 25 0 1 0 773594187 646746112 118762 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 118762 726 445 0 151442 0
Current children cumulated CPU time (s) 4602.29
Current children cumulated vsize (KiB) 631588

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23180
/proc/meminfo: memFree=5146032/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4662.27 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 122970 0 0 0 466202 25 0 0 25 0 1 0 773594187 646746112 118735 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 118735 726 445 0 151442 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 631588

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23180
/proc/meminfo: memFree=5146264/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4722.29 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 123563 0 0 0 472204 25 0 0 25 0 1 0 773594187 646746112 119300 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119300 726 445 0 151442 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 631588

[startup+4782.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/531 23182
/proc/meminfo: memFree=5146872/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4782.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 123563 0 0 0 478202 26 0 0 25 0 1 0 773594187 646746112 119271 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119271 726 445 0 151442 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 631588

[startup+4842.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/531 23184
/proc/meminfo: memFree=5138184/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4842.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 123576 0 0 0 484202 26 0 0 25 0 1 0 773594187 646746112 119254 33554432000 4194304 6014671 140733869603920 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119254 726 445 0 151442 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 631588

[startup+4902.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/531 23186
/proc/meminfo: memFree=5138796/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4902.28 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 123576 0 0 0 490202 26 0 0 25 0 1 0 773594187 646746112 119254 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119254 726 445 0 151442 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 631588

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 23188
/proc/meminfo: memFree=5136308/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=4962.27 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 124343 0 0 0 496201 26 0 0 25 0 1 0 773594187 646746112 119990 33554432000 4194304 6014671 140733869603920 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119990 726 445 0 151442 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 631588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.17 2.07 2.01 2/530 23189
/proc/meminfo: memFree=5742544/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=5000.09 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 124343 0 0 0 499983 26 0 0 25 0 1 0 773594187 646746112 119990 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119990 726 445 0 151442 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 631588

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

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

[startup+5000.1 s]
/proc/loadavg: 2.17 2.07 2.01 2/530 23189
/proc/meminfo: memFree=5742544/32951132 swapFree=54105152/67111528
[pid=23023] ppid=23021 vsize=631588 CPUtime=5000.09 cores=0,2,4,6
/proc/23023/stat : 23023 (qutersat_releas) R 23021 23023 22791 0 -1 4202496 124343 0 0 0 499983 26 0 0 25 0 1 0 773594187 646746112 119990 33554432000 4194304 6014671 140733869603920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23023/statm: 157897 119990 726 445 0 151442 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 631588

Child status: 1
Real time (s): 5000.14
CPU time (s): 5000.12
CPU user time (s): 4999.84
CPU system time (s): 0.283956
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 631588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.84
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124347
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= 11
involuntary context switches= 8068

runsolver used 27.7318 second user time and 59.439 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-28 23:59:15
IDJOB=3421247
IDBENCH=83967
IDSOLVER=1868
FILE ID=node128/3421247-1306619955
RUNJOBID= node128-1306614953-22809
PBS_JOBID= 13471632
Free space on /tmp= 73572 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421247-1306619955/watcher-3421247-1306619955 -o /tmp/evaluation-result-3421247-1306619955/solver-3421247-1306619955 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421247-1306619955.cnf 1903675693

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=1903675693

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:       6225948 kB
Buffers:        259076 kB
Cached:        5004256 kB
SwapCached:      78304 kB
Active:       10272680 kB
Inactive:     16147628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       6225948 kB
SwapTotal:    67111528 kB
SwapFree:     54105152 kB
Dirty:            4680 kB
Writeback:          20 kB
AnonPages:    21088304 kB
Mapped:          19568 kB
Slab:           123948 kB
PageTables:     112228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174780344 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 01:22:38