Trace number 3421255

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.08 4999.93

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2182.13
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 870 #clause: 69964
0.00/0.02	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        870 AvgFaninNum: 29
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 841
0.00/0.03	c Total Root : 0 Undef Var: 841
0.00/0.03	c After covering, Total Root: 29 Leaf: 841
0.00/0.03	c Variable( cover/uncovered/unused ): 870 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 841 69094
0.00/0.03	c Clauses( cover/uncovered ): 29 0
0.00/0.03	c Total Clauses( cover/uncovered ): 870 69094 1.2435%
0.00/0.03	c Covered Ands: 29 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 2 max size: 2
0.00/0.06	c Final circuit: i/l/o/s     841       0   69094     69906
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 69123
0.09/0.14	c TmMap: Origin: 70748 ClauseNum: 209718 --> New: 69965 ClauseNum: 208152
0.09/0.14	c TmMap: Time: 0.04
0.09/0.15	c Try to Add: #clause: 138246 #xorclause: 0
0.09/0.16	c #var: 870 #clauses: 30 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/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-3421255-1306620556/watcher-3421255-1306620556 -o /tmp/evaluation-result-3421255-1306620556/solver-3421255-1306620556 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421255-1306620556.cnf 1985959226 

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.06 2.02 2.00 3/327 19014
/proc/meminfo: memFree=18559136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 1816 0 0 0 0 0 0 0 25 0 1 0 852286198 33140736 1753 33554432000 4194304 6014671 140734886752080 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 8091 1753 377 445 0 1636 0

[startup+0.0170189 s]
/proc/loadavg: 2.06 2.02 2.00 3/327 19014
/proc/meminfo: memFree=18559136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 2177 0 0 0 0 0 0 0 25 0 1 0 852286198 34189312 2114 33554432000 4194304 6014671 140734886752080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 8347 2115 377 445 0 1892 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33388

[startup+0.101021 s]
/proc/loadavg: 2.06 2.02 2.00 3/327 19014
/proc/meminfo: memFree=18559136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=52704 CPUtime=0.09 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 7196 0 0 0 8 1 0 0 25 0 1 0 852286198 53968896 7133 33554432000 4194304 6014671 140734886752080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 13176 7135 668 445 0 6721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52704

[startup+0.300979 s]
/proc/loadavg: 2.06 2.02 2.00 3/327 19014
/proc/meminfo: memFree=18559136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=73960 CPUtime=0.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 10153 0 0 0 28 1 0 0 25 0 1 0 852286198 75735040 10090 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 18490 10090 720 445 0 12035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73960

[startup+0.700902 s]
/proc/loadavg: 2.06 2.02 2.00 3/327 19014
/proc/meminfo: memFree=18559136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=82752 CPUtime=0.69 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 10603 0 0 0 68 1 0 0 25 0 1 0 852286198 84738048 10540 33554432000 4194304 6014671 140734886752080 18446744073709551615 260020092564 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 20688 10540 721 445 0 14233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82752

[startup+1.50073 s]
/proc/loadavg: 2.06 2.02 2.00 3/328 19015
/proc/meminfo: memFree=18517712/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=91824 CPUtime=1.48 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 11609 0 0 0 147 1 0 0 25 0 1 0 852286198 94027776 11546 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 22956 11546 721 445 0 16501 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91824

[startup+3.10047 s]
/proc/loadavg: 2.06 2.02 2.00 3/328 19015
/proc/meminfo: memFree=18512504/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=91824 CPUtime=3.08 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 12594 0 0 0 307 1 0 0 25 0 1 0 852286198 94027776 12531 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 22956 12531 721 445 0 16501 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91824

[startup+6.30088 s]
/proc/loadavg: 2.06 2.02 2.00 3/328 19016
/proc/meminfo: memFree=18505928/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=91824 CPUtime=6.28 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 13757 0 0 0 627 1 0 0 25 0 1 0 852286198 94027776 13694 33554432000 4194304 6014671 140734886752080 18446744073709551615 4378473 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 22956 13694 725 445 0 16501 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91824

[startup+12.7007 s]
/proc/loadavg: 2.05 2.02 2.00 3/328 19016
/proc/meminfo: memFree=18498320/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=101680 CPUtime=12.69 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 15598 0 0 0 1267 2 0 0 25 0 1 0 852286198 104120320 15535 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 25420 15535 725 445 0 18965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101680

[startup+25.5004 s]
/proc/loadavg: 2.04 2.02 2.00 3/328 19016
/proc/meminfo: memFree=18467452/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=122432 CPUtime=25.48 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 19777 0 0 0 2546 2 0 0 25 0 1 0 852286198 125370368 19714 33554432000 4194304 6014671 140734886752080 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 30608 19714 725 445 0 24153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122432

[startup+51.1007 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 19017
/proc/meminfo: memFree=18429716/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=155572 CPUtime=51.09 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 26280 0 0 0 5106 3 0 0 25 0 1 0 852286198 159305728 26217 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 38893 26217 725 445 0 32438 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155572

[startup+102.312 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 19018
/proc/meminfo: memFree=18403384/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=167472 CPUtime=102.3 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 30212 0 0 0 10226 4 0 0 25 0 1 0 852286198 171491328 30149 33554432000 4194304 6014671 140734886752080 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 41868 30149 725 445 0 35413 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167472

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 19020
/proc/meminfo: memFree=18390184/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=218804 CPUtime=162.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 33649 0 0 0 16225 4 0 0 25 0 1 0 852286198 224055296 33586 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 54701 33586 725 445 0 48246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 218804

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 19021
/proc/meminfo: memFree=18322048/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=271912 CPUtime=222.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 47460 0 0 0 22223 6 0 0 25 0 1 0 852286198 278437888 47391 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 67978 47391 725 445 0 61523 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 271912

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/328 19023
/proc/meminfo: memFree=18306376/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=271912 CPUtime=282.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 49598 0 0 0 28223 6 0 0 25 0 1 0 852286198 278437888 49483 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 67978 49483 725 445 0 61523 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271912

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/328 19025
/proc/meminfo: memFree=18298036/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=271912 CPUtime=342.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 51535 0 0 0 34223 6 0 0 25 0 1 0 852286198 278437888 51363 33554432000 4194304 6014671 140734886752080 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 67978 51363 725 445 0 61523 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 271912

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 19026
/proc/meminfo: memFree=18295256/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=271912 CPUtime=402.3 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 52293 0 0 0 40223 7 0 0 25 0 1 0 852286198 278437888 52074 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 67978 52074 725 445 0 61523 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 271912

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 19028
/proc/meminfo: memFree=18281560/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=392112 CPUtime=462.29 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 55844 0 0 0 46222 7 0 0 25 0 1 0 852286198 401522688 55545 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 98028 55545 725 445 0 91573 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 392112

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 19029
/proc/meminfo: memFree=18254956/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=392112 CPUtime=522.3 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 62519 0 0 0 52222 8 0 0 25 0 1 0 852286198 401522688 62191 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 98028 62191 725 445 0 91573 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 392112

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 19031
/proc/meminfo: memFree=18230088/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=392112 CPUtime=582.31 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 68561 0 0 0 58222 9 0 0 25 0 1 0 852286198 401522688 68170 33554432000 4194304 6014671 140734886752080 18446744073709551615 4534921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 98028 68170 725 445 0 91573 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 392112

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 19136
/proc/meminfo: memFree=17790108/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4062.42 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131107 0 0 0 406222 20 0 0 25 0 1 0 852286198 794513408 129221 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129221 740 445 0 187518 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 775892

[startup+4122.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/328 19137
/proc/meminfo: memFree=17789548/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4122.41 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131107 0 0 0 412221 20 0 0 25 0 1 0 852286198 794513408 129221 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129221 740 445 0 187518 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 775892

[startup+4182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 19139
/proc/meminfo: memFree=17789104/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4182.41 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131107 0 0 0 418221 20 0 0 25 0 1 0 852286198 794513408 129221 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129221 740 445 0 187518 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 775892

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/328 19141
/proc/meminfo: memFree=17778512/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4242.41 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131107 0 0 0 424221 20 0 0 25 0 1 0 852286198 794513408 129141 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129141 740 445 0 187518 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 775892

[startup+4302.3 s]
/proc/loadavg: 1.72 1.93 1.98 2/322 19160
/proc/meminfo: memFree=18299072/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4302.41 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131792 0 0 0 430221 20 0 0 25 0 1 0 852286198 794513408 129822 33554432000 4194304 6014671 140734886752080 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129822 736 445 0 187518 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 775892

[startup+4362.3 s]
/proc/loadavg: 1.26 1.76 1.91 2/322 19162
/proc/meminfo: memFree=18299140/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4362.42 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131792 0 0 0 436221 21 0 0 25 0 1 0 852286198 794513408 129822 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129822 736 445 0 187518 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 775892

[startup+4422.3 s]
/proc/loadavg: 1.09 1.62 1.85 2/322 19163
/proc/meminfo: memFree=18298948/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4422.43 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131814 0 0 0 442222 21 0 0 25 0 1 0 852286198 794513408 129844 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129844 736 445 0 187518 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 775892

[startup+4482.3 s]
/proc/loadavg: 1.03 1.50 1.80 2/322 19165
/proc/meminfo: memFree=18299136/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4482.43 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131814 0 0 0 448222 21 0 0 25 0 1 0 852286198 794513408 129844 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129844 736 445 0 187518 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 775892

[startup+4542.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/322 19167
/proc/meminfo: memFree=18299192/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4542.43 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131814 0 0 0 454222 21 0 0 25 0 1 0 852286198 794513408 129844 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129844 736 445 0 187518 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 775892

[startup+4602.3 s]
/proc/loadavg: 1.00 1.33 1.70 2/322 19168
/proc/meminfo: memFree=18299380/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4602.44 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131814 0 0 0 460223 21 0 0 25 0 1 0 852286198 794513408 129761 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129761 736 445 0 187518 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 775892

[startup+4662.3 s]
/proc/loadavg: 1.04 1.28 1.65 2/322 19170
/proc/meminfo: memFree=18298580/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4662.43 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131815 0 0 0 466222 21 0 0 25 0 1 0 852286198 794513408 129762 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129762 736 445 0 187518 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 775892

[startup+4722.31 s]
/proc/loadavg: 1.06 1.24 1.62 2/322 19171
/proc/meminfo: memFree=18299500/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4722.45 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131815 0 0 0 472224 21 0 0 25 0 1 0 852286198 794513408 129762 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129762 736 445 0 187518 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 775892

[startup+4782.3 s]
/proc/loadavg: 1.02 1.20 1.57 2/322 19173
/proc/meminfo: memFree=18299324/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4782.44 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131968 0 0 0 478223 21 0 0 25 0 1 0 852286198 794513408 129915 33554432000 4194304 6014671 140734886752080 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129915 736 445 0 187518 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 775892

[startup+4842.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/322 19175
/proc/meminfo: memFree=18299276/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4842.44 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131968 0 0 0 484223 21 0 0 25 0 1 0 852286198 794513408 129915 33554432000 4194304 6014671 140734886752080 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129915 736 445 0 187518 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 775892

[startup+4902.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/322 19176
/proc/meminfo: memFree=18299348/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4902.44 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131986 0 0 0 490223 21 0 0 25 0 1 0 852286198 794513408 129845 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129845 736 445 0 187518 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 775892

[startup+4962.3 s]
/proc/loadavg: 1.00 1.10 1.46 2/322 19178
/proc/meminfo: memFree=18299172/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=4962.44 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131986 0 0 0 496223 21 0 0 25 0 1 0 852286198 794513408 129845 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129845 736 445 0 187518 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 775892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.09 1.45 2/322 19179
/proc/meminfo: memFree=18299132/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=5000.05 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131986 0 0 0 499984 21 0 0 25 0 1 0 852286198 794513408 129845 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129845 736 445 0 187518 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 775892

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: 1.00 1.09 1.45 2/322 19179
/proc/meminfo: memFree=18299132/32951124 swapFree=67083432/67111528
[pid=19014] ppid=19012 vsize=775892 CPUtime=5000.05 cores=0,2,4,6
/proc/19014/stat : 19014 (qutersat_releas) R 19012 19014 18464 0 -1 4202496 131986 0 0 0 499984 21 0 0 25 0 1 0 852286198 794513408 129845 33554432000 4194304 6014671 140734886752080 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/19014/statm: 193973 129845 736 445 0 187518 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 775892

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4999.85
CPU system time (s): 0.230964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 775892

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

runsolver used 16.1875 second user time and 33.8429 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-29 00:09:16
IDJOB=3421255
IDBENCH=83986
IDSOLVER=1868
FILE ID=node110/3421255-1306620556
RUNJOBID= node110-1306609837-18482
PBS_JOBID= 13471590
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=1985959226

node110.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.830
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.66
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18559292 kB
Buffers:        343456 kB
Cached:        9833712 kB
SwapCached:       1416 kB
Active:        7596492 kB
Inactive:      6463000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18559292 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:     3880272 kB
Mapped:          29992 kB
Slab:           241628 kB
PageTables:      27260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75995260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73488 MiB
End job on node110 at 2011-05-29 01:32:38