Trace number 3376809

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) 1300.07 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 762 #clause: 17262
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 19
0.00/0.02	c Forced Direct Gate: 19 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 19 Undef Var: 743
0.00/0.02	c After covering, Total Root: 19 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 54 708 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 38 936
0.00/0.02	c Clauses( cover/uncovered ): 0 15743
0.00/0.02	c Total Clauses( cover/uncovered ): 73 16679 0.435769%
0.00/0.02	c Covered Ands: 0 Invs: 19 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 4.42598 max size: 13
0.00/0.04	c Final circuit: i/l/o/s     720       0   12523     31780
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.08	c TmMap: Set choices finish.
0.00/0.10	c TmMap: Set big and: 16405
0.00/0.10	c TmMap: Origin: 32501 ClauseNum: 95340 --> New: 17126 ClauseNum: 65589
0.00/0.10	c TmMap: Time: 0.01
0.00/0.10	c Try to Add: #clause: 32810 #xorclause: 0
0.09/0.11	c #var: 4602 #clauses: 13016 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	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-3376809-1305476041/watcher-3376809-1305476041 -o /tmp/evaluation-result-3376809-1305476041/solver-3376809-1305476041 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376809-1305476041.cnf 7693619 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 3.90 3.96 4/402 25055
/proc/meminfo: memFree=12267100/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=33388 CPUtime=0 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 2018 0 0 0 0 0 0 0 19 0 1 0 659206489 34189312 1954 33554432000 4194304 6014671 140733321708256 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 8347 1956 378 445 0 1892 0

[startup+0.104538 s]
/proc/loadavg: 3.40 3.90 3.96 4/402 25055
/proc/meminfo: memFree=12267100/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=49772 CPUtime=0.09 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 6373 0 0 0 9 0 0 0 19 0 1 0 659206489 50966528 6309 33554432000 4194304 6014671 140733321708256 18446744073709551615 4240032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 12443 6309 681 445 0 5988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49772

[startup+0.200523 s]
/proc/loadavg: 3.40 3.90 3.96 4/402 25055
/proc/meminfo: memFree=12267100/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=57976 CPUtime=0.18 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 6511 0 0 0 18 0 0 0 20 0 1 0 659206489 59367424 6447 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 14494 6447 697 445 0 8039 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 57976

[startup+0.300496 s]
/proc/loadavg: 3.40 3.90 3.96 4/402 25055
/proc/meminfo: memFree=12267100/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=57976 CPUtime=0.28 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 6511 0 0 0 28 0 0 0 20 0 1 0 659206489 59367424 6447 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 14494 6447 697 445 0 8039 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57976

[startup+0.700446 s]
/proc/loadavg: 3.40 3.90 3.96 4/402 25055
/proc/meminfo: memFree=12267100/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=57976 CPUtime=0.68 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 6511 0 0 0 68 0 0 0 21 0 1 0 659206489 59367424 6447 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423355 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 14494 6447 697 445 0 8039 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 57976

[startup+1.50028 s]
/proc/loadavg: 3.40 3.90 3.96 5/412 25125
/proc/meminfo: memFree=12177144/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=68344 CPUtime=1.48 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 9135 0 0 0 148 0 0 0 23 0 1 0 659206489 69984256 9071 33554432000 4194304 6014671 140733321708256 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 17086 9071 724 445 0 10631 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68344

[startup+3.10097 s]
/proc/loadavg: 3.40 3.90 3.96 5/412 25125
/proc/meminfo: memFree=12103116/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=95000 CPUtime=3.08 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 10088 0 0 0 308 0 0 0 25 0 1 0 659206489 97280000 10024 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 23750 10024 725 445 0 17295 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95000

[startup+6.30036 s]
/proc/loadavg: 3.61 3.94 3.97 5/412 25206
/proc/meminfo: memFree=12144152/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=113296 CPUtime=6.29 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 12480 0 0 0 628 1 0 0 25 0 1 0 659206489 116015104 12416 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 28324 12416 729 445 0 21869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113296

[startup+12.7001 s]
/proc/loadavg: 3.64 3.94 3.97 5/412 25207
/proc/meminfo: memFree=12097744/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=141236 CPUtime=12.69 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 14325 0 0 0 1268 1 0 0 25 0 1 0 659206489 144625664 14260 33554432000 4194304 6014671 140733321708256 18446744073709551615 4383587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 35309 14260 729 445 0 28854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141236

[startup+25.5007 s]
/proc/loadavg: 3.72 3.94 3.97 5/412 25234
/proc/meminfo: memFree=12044172/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=150852 CPUtime=25.49 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 18212 0 0 0 2547 2 0 0 25 0 1 0 659206489 154472448 18130 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 37713 18130 734 445 0 31258 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150852

[startup+51.1009 s]
/proc/loadavg: 3.81 3.94 3.97 5/412 25262
/proc/meminfo: memFree=11941792/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=171036 CPUtime=51.09 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 21744 0 0 0 5107 2 0 0 25 0 1 0 659206489 175140864 21661 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 42759 21661 734 445 0 36304 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171036

[startup+102.301 s]
/proc/loadavg: 3.92 3.95 3.97 5/412 25263
/proc/meminfo: memFree=11907112/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=102.3 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 23068 0 0 0 10228 2 0 0 25 0 1 0 659206489 185491456 22985 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 22985 734 445 0 38831 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 181144

[startup+162.301 s]
/proc/loadavg: 3.97 3.96 3.97 5/412 25265
/proc/meminfo: memFree=11861080/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=162.29 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 24242 0 0 0 16226 3 0 0 25 0 1 0 659206489 185491456 24156 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 24156 731 445 0 38831 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 181144

[startup+222.315 s]
/proc/loadavg: 3.99 3.96 3.97 5/412 25266
/proc/meminfo: memFree=11804724/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=222.31 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 27410 0 0 0 22227 4 0 0 25 0 1 0 659206489 185491456 27310 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 27310 731 445 0 38831 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 181144

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/412 25268
/proc/meminfo: memFree=11786692/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=282.3 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 27754 0 0 0 28226 4 0 0 25 0 1 0 659206489 185491456 27654 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 27654 731 445 0 38831 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181144

[startup+342.301 s]
/proc/loadavg: 4.07 4.00 3.98 5/412 25269
/proc/meminfo: memFree=11762336/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=342.3 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 29411 0 0 0 34226 4 0 0 25 0 1 0 659206489 185491456 29309 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 29309 729 445 0 38831 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 181144

[startup+402.3 s]
/proc/loadavg: 4.27 4.07 4.00 5/412 25271
/proc/meminfo: memFree=11748404/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=402.3 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 29508 0 0 0 40226 4 0 0 25 0 1 0 659206489 185491456 29406 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 29406 729 445 0 38831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181144

[startup+462.301 s]
/proc/loadavg: 4.30 4.12 4.02 5/412 25273
/proc/meminfo: memFree=11738064/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=462.3 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 31334 0 0 0 46226 4 0 0 25 0 1 0 659206489 185491456 31232 33554432000 4194304 6014671 140733321708256 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 31232 729 445 0 38831 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 181144

[startup+522.301 s]
/proc/loadavg: 3.58 3.95 3.97 4/406 25291
/proc/meminfo: memFree=11834808/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=522.31 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 31882 0 0 0 52226 5 0 0 25 0 1 0 659206489 185491456 31780 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 31780 729 445 0 38831 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 181144

[startup+582.3 s]
/proc/loadavg: 3.21 3.78 3.90 4/406 25293
/proc/meminfo: memFree=11811580/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=582.31 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 31990 0 0 0 58226 5 0 0 25 0 1 0 659206489 185491456 31888 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 31888 729 445 0 38831 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 181144

[startup+642.301 s]
/proc/loadavg: 3.08 3.63 3.85 4/406 25294
/proc/meminfo: memFree=11790196/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=642.31 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 33321 0 0 0 64226 5 0 0 25 0 1 0 659206489 185491456 33219 33554432000 4194304 6014671 140733321708256 18446744073709551615 4385962 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 33219 734 445 0 38831 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 181144

[startup+702.301 s]
/proc/loadavg: 3.03 3.52 3.79 4/406 25296
/proc/meminfo: memFree=11744640/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=702.31 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 33640 0 0 0 70226 5 0 0 25 0 1 0 659206489 185491456 33537 33554432000 4194304 6014671 140733321708256 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 33537 734 445 0 38831 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 181144

[startup+762.301 s]
/proc/loadavg: 3.01 3.42 3.74 4/406 25298
/proc/meminfo: memFree=11729460/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=762.33 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 33640 0 0 0 76228 5 0 0 25 0 1 0 659206489 185491456 33532 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 33532 734 445 0 38831 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 181144

[startup+822.301 s]
/proc/loadavg: 3.00 3.34 3.69 4/406 25299
/proc/meminfo: memFree=11713920/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=822.32 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 33640 0 0 0 82227 5 0 0 25 0 1 0 659206489 185491456 33523 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 33523 734 445 0 38831 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 181144

[startup+882.315 s]
/proc/loadavg: 3.00 3.28 3.64 4/406 25301
/proc/meminfo: memFree=11706308/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=882.33 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34529 0 0 0 88228 5 0 0 25 0 1 0 659206489 185491456 34401 33554432000 4194304 6014671 140733321708256 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34401 734 445 0 38831 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 181144

[startup+942.3 s]
/proc/loadavg: 3.14 3.25 3.61 4/406 25302
/proc/meminfo: memFree=11692368/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=942.32 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34570 0 0 0 94227 5 0 0 25 0 1 0 659206489 185491456 34435 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34435 734 445 0 38831 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 181144

[startup+1002.3 s]
/proc/loadavg: 3.19 3.25 3.59 4/406 25304
/proc/meminfo: memFree=11688112/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1002.32 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34631 0 0 0 100227 5 0 0 25 0 1 0 659206489 185491456 34488 33554432000 4194304 6014671 140733321708256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34488 734 445 0 38831 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 181144

[startup+1062.3 s]
/proc/loadavg: 3.07 3.20 3.54 4/406 25306
/proc/meminfo: memFree=11686080/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1062.32 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34792 0 0 0 106227 5 0 0 25 0 1 0 659206489 185491456 34640 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34640 734 445 0 38831 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181144

[startup+1122.3 s]
/proc/loadavg: 3.02 3.16 3.51 4/406 25307
/proc/meminfo: memFree=11673256/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1122.33 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34793 0 0 0 112228 5 0 0 25 0 1 0 659206489 185491456 34631 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34631 734 445 0 38831 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 181144

[startup+1182.3 s]
/proc/loadavg: 3.01 3.13 3.47 4/406 25309
/proc/meminfo: memFree=11655236/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1182.33 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34793 0 0 0 118228 5 0 0 25 0 1 0 659206489 185491456 34631 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34631 734 445 0 38831 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 181144

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.44 4/406 25310
/proc/meminfo: memFree=11632108/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1242.33 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 34854 0 0 0 124228 5 0 0 25 0 1 0 659206489 185491456 34681 33554432000 4194304 6014671 140733321708256 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34681 734 445 0 38831 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 181144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.41 4/406 25312
/proc/meminfo: memFree=11615580/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1300.05 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 35046 0 0 0 130000 5 0 0 25 0 1 0 659206489 185491456 34873 33554432000 4194304 6014671 140733321708256 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34873 734 445 0 38831 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 181144

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

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

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.41 4/406 25312
/proc/meminfo: memFree=11615580/32951124 swapFree=56316152/67111528
[pid=25055] ppid=25053 vsize=181144 CPUtime=1300.05 cores=1,3
/proc/25055/stat : 25055 (qutersat_releas) R 25053 25055 23866 0 -1 4202496 35046 0 0 0 130000 5 0 0 25 0 1 0 659206489 185491456 34873 33554432000 4194304 6014671 140733321708256 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25055/statm: 45286 34873 734 445 0 38831 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 181144

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1300
CPU system time (s): 0.06499
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 181144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35050
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 15003

runsolver used 4.72928 second user time and 11.8412 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 18:14:01
IDJOB=3376809
IDBENCH=85826
IDSOLVER=1856
FILE ID=node102/3376809-1305476041
RUNJOBID= node102-1305476041-25030
PBS_JOBID= 13325323
Free space on /tmp= 73604 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376809-1305476041/watcher-3376809-1305476041 -o /tmp/evaluation-result-3376809-1305476041/solver-3376809-1305476041 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376809-1305476041.cnf 7693619

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=7693619

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12266768 kB
Buffers:         58540 kB
Cached:         802072 kB
SwapCached:      32860 kB
Active:       11990584 kB
Inactive:      8475084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12266768 kB
SwapTotal:    67111528 kB
SwapFree:     56316152 kB
Dirty:            4056 kB
Writeback:           0 kB
AnonPages:    19582996 kB
Mapped:          21924 kB
Slab:            64732 kB
PageTables:      86884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102369656 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= 73596 MiB
End job on node102 at 2011-05-15 18:35:43