Trace number 3376022

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.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S338979727-056-UNKNOWN.cnf
MD5SUMa0ab6c55c9b144fcd835244bca95a82b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.52816
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 10000 #clause: 42000
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.04	c Find Ite   :          0
0.04/0.06	c UnDirect variable: 0
0.04/0.06	c UnDirect to Direct Gate: 0
0.04/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.06	c Break Cycle : 0
0.04/0.06	c Total Root : 0 Undef Var: 10000
0.04/0.06	c After covering, Total Root: 0 Leaf: 0
0.04/0.06	c Variable( cover/uncovered/unused ): 0 10000 0
0.04/0.06	c Unit Clauses: 0
0.04/0.06	c Binary Clauses( cover/uncovered ): 0 0
0.04/0.06	c Clauses( cover/uncovered ): 0 42000
0.04/0.06	c Total Clauses( cover/uncovered ): 0 42000 0%
0.04/0.06	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.04/0.09	c Uncover Clauses avg size: 3 max size: 3
0.04/0.09	c Final circuit: i/l/o/s   10000       0   42000     83993
0.04/0.09	c CnfToAig: Time: 0.09 s
0.09/0.16	c TmMap: Set choices finish.
0.09/0.19	c TmMap: Set big and: 42000
0.09/0.19	c TmMap: Origin: 93994 ClauseNum: 251979 --> New: 52001 ClauseNum: 168000
0.09/0.19	c TmMap: Time: 0.03
0.19/0.20	c Try to Add: #clause: 84000 #xorclause: 0
0.19/0.21	c #var: 10000 #clauses: 42001 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376022-1305469023/watcher-3376022-1305469023 -o /tmp/evaluation-result-3376022-1305469023/solver-3376022-1305469023 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376022-1305469023.cnf 1686016231 

running on 2 cores: 4,6

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: 4.08 4.04 4.08 3/364 8996
/proc/meminfo: memFree=16220348/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=33388 CPUtime=0 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 2078 0 0 0 0 0 0 0 25 0 1 0 658501992 34189312 2015 33554432000 4194304 6014671 140735241700800 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 8347 2016 378 445 0 1892 0

[startup+0.046324 s]
/proc/loadavg: 4.08 4.04 4.08 3/364 8996
/proc/meminfo: memFree=16220348/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=41580 CPUtime=0.04 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 4114 0 0 0 4 0 0 0 25 0 1 0 658501992 42577920 4051 33554432000 4194304 6014671 140735241700800 18446744073709551615 4285329 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 10395 4051 393 445 0 3940 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41580

[startup+0.100327 s]
/proc/loadavg: 4.08 4.04 4.08 3/364 8996
/proc/meminfo: memFree=16220348/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=47212 CPUtime=0.09 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 5536 0 0 0 9 0 0 0 25 0 1 0 658501992 48345088 5473 33554432000 4194304 6014671 140735241700800 18446744073709551615 4767750 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 11803 5473 399 445 0 5348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47212

[startup+0.300342 s]
/proc/loadavg: 4.08 4.04 4.08 3/364 8996
/proc/meminfo: memFree=16220348/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=67576 CPUtime=0.29 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 10820 0 0 0 28 1 0 0 25 0 1 0 658501992 69197824 10757 33554432000 4194304 6014671 140735241700800 18446744073709551615 4527856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 16894 10757 712 445 0 10439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67576

[startup+0.700226 s]
/proc/loadavg: 4.08 4.04 4.08 3/364 8996
/proc/meminfo: memFree=16220348/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=67576 CPUtime=0.69 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 10829 0 0 0 68 1 0 0 25 0 1 0 658501992 69197824 10766 33554432000 4194304 6014671 140735241700800 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 16894 10766 721 445 0 10439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67576

[startup+1.50105 s]
/proc/loadavg: 3.99 4.02 4.07 5/363 9010
/proc/meminfo: memFree=16182364/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=77744 CPUtime=1.49 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 11399 0 0 0 148 1 0 0 25 0 1 0 658501992 79609856 11336 33554432000 4194304 6014671 140735241700800 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 19436 11336 722 445 0 12981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77744

[startup+3.1008 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16147664/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=88148 CPUtime=3.09 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 13409 0 0 0 308 1 0 0 25 0 1 0 658501992 90263552 13346 33554432000 4194304 6014671 140735241700800 18446744073709551615 274473664198 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 22037 13346 722 445 0 15582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88148

[startup+6.30018 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16106064/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=111848 CPUtime=6.29 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 19109 0 0 0 627 2 0 0 25 0 1 0 658501992 114532352 19046 33554432000 4194304 6014671 140735241700800 18446744073709551615 4383669 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 27962 19046 726 445 0 21507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111848

[startup+12.7011 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16030528/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=137016 CPUtime=12.69 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 27680 0 0 0 1266 3 0 0 25 0 1 0 658501992 140304384 27593 33554432000 4194304 6014671 140735241700800 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 34254 27593 726 445 0 27799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137016

[startup+25.5009 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9025
/proc/meminfo: memFree=15884576/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=254152 CPUtime=25.49 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 39058 0 0 0 2544 5 0 0 25 0 1 0 658501992 260251648 38971 33554432000 4194304 6014671 140735241700800 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 63538 38971 726 445 0 57083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254152

[startup+51.1003 s]
/proc/loadavg: 3.99 4.01 4.07 5/367 9025
/proc/meminfo: memFree=15732244/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=297024 CPUtime=51.09 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 49676 0 0 0 5102 7 0 0 25 0 1 0 658501992 304152576 49589 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 74256 49589 726 445 0 67801 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 297024

[startup+102.313 s]
/proc/loadavg: 3.99 4.01 4.06 5/367 9027
/proc/meminfo: memFree=15627692/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386712 CPUtime=102.31 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 62099 0 0 0 10221 10 0 0 25 0 1 0 658501992 395993088 59693 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96678 59693 726 445 0 90223 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 386712

[startup+162.301 s]
/proc/loadavg: 4.10 4.03 4.07 5/367 9028
/proc/meminfo: memFree=15556240/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=162.29 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 66659 0 0 0 16218 11 0 0 25 0 1 0 658501992 396124160 64253 33554432000 4194304 6014671 140735241700800 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 64253 726 445 0 90255 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 386840

[startup+222.3 s]
/proc/loadavg: 4.04 4.03 4.06 5/367 9030
/proc/meminfo: memFree=15488396/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=222.29 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 67153 0 0 0 22218 11 0 0 25 0 1 0 658501992 396124160 64747 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 64747 726 445 0 90255 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 386840

[startup+282.301 s]
/proc/loadavg: 4.21 4.07 4.07 5/367 9031
/proc/meminfo: memFree=15405284/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=282.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 67942 0 0 0 28218 12 0 0 25 0 1 0 658501992 396124160 65536 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 65536 726 445 0 90255 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386840

[startup+342.301 s]
/proc/loadavg: 4.13 4.07 4.07 5/367 9033
/proc/meminfo: memFree=15381196/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=342.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 68438 0 0 0 34218 12 0 0 25 0 1 0 658501992 396124160 66032 33554432000 4194304 6014671 140735241700800 18446744073709551615 4383488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 66032 726 445 0 90255 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 386840

[startup+402.301 s]
/proc/loadavg: 4.04 4.05 4.06 5/367 9035
/proc/meminfo: memFree=15348920/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=402.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 72699 0 0 0 40217 13 0 0 25 0 1 0 658501992 396124160 70293 33554432000 4194304 6014671 140735241700800 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 70293 726 445 0 90255 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 386840

[startup+462.301 s]
/proc/loadavg: 4.01 4.04 4.06 5/367 9036
/proc/meminfo: memFree=15337240/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=386840 CPUtime=462.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 73579 0 0 0 46217 13 0 0 25 0 1 0 658501992 396124160 71173 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 96710 71173 726 445 0 90255 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 386840

[startup+522.3 s]
/proc/loadavg: 4.00 4.03 4.05 5/367 9038
/proc/meminfo: memFree=15240480/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=437020 CPUtime=522.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 91519 0 0 0 52214 16 0 0 25 0 1 0 658501992 447508480 89113 33554432000 4194304 6014671 140735241700800 18446744073709551615 4381067 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 109255 89113 726 445 0 102800 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 437020

[startup+582.301 s]
/proc/loadavg: 4.04 4.04 4.05 5/367 9039
/proc/meminfo: memFree=15226440/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=487836 CPUtime=582.3 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 92375 0 0 0 58214 16 0 0 25 0 1 0 658501992 499544064 89969 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 121959 89969 726 445 0 115504 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 487836

[startup+642.3 s]
/proc/loadavg: 4.01 4.03 4.05 5/367 9041
/proc/meminfo: memFree=15213136/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=487836 CPUtime=642.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 93113 0 0 0 64215 17 0 0 25 0 1 0 658501992 499544064 90707 33554432000 4194304 6014671 140735241700800 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 121959 90707 726 445 0 115504 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 487836

[startup+702.301 s]
/proc/loadavg: 4.15 4.05 4.05 5/367 9043
/proc/meminfo: memFree=15130640/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=487836 CPUtime=702.31 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 93477 0 0 0 70214 17 0 0 25 0 1 0 658501992 499544064 91071 33554432000 4194304 6014671 140735241700800 18446744073709551615 4534003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 121959 91071 726 445 0 115504 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 487836

[startup+762.313 s]
/proc/loadavg: 4.12 4.06 4.05 5/367 9044
/proc/meminfo: memFree=14890292/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=540252 CPUtime=762.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 103469 0 0 0 76212 20 0 0 25 0 1 0 658501992 553218048 101063 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 135063 101063 726 445 0 128608 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 540252

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 4.04 5/367 9046
/proc/meminfo: memFree=14813132/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=540252 CPUtime=822.31 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 106929 0 0 0 82210 21 0 0 25 0 1 0 658501992 553218048 104523 33554432000 4194304 6014671 140735241700800 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 135063 104523 726 445 0 128608 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 540252

[startup+882.301 s]
/proc/loadavg: 4.13 4.07 4.05 5/367 9047
/proc/meminfo: memFree=14756920/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=593268 CPUtime=882.31 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 118507 0 0 0 88209 22 0 0 25 0 1 0 658501992 607506432 116101 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 148317 116101 726 445 0 141862 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 593268

[startup+942.3 s]
/proc/loadavg: 4.05 4.05 4.04 5/367 9049
/proc/meminfo: memFree=14739288/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=593268 CPUtime=942.31 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 120546 0 0 0 94208 23 0 0 25 0 1 0 658501992 607506432 118140 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 148317 118140 726 445 0 141862 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 593268

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.04 5/367 9051
/proc/meminfo: memFree=14716936/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=593268 CPUtime=1002.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 121221 0 0 0 100208 24 0 0 25 0 1 0 658501992 607506432 118815 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 148317 118815 726 445 0 141862 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 593268

[startup+1062.3 s]
/proc/loadavg: 3.40 3.86 3.97 4/361 9070
/proc/meminfo: memFree=15474412/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=593396 CPUtime=1062.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 126463 0 0 0 106208 24 0 0 25 0 1 0 658501992 607637504 124057 33554432000 4194304 6014671 140735241700800 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 148349 124057 726 445 0 141894 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 593396

[startup+1122.3 s]
/proc/loadavg: 3.15 3.70 3.91 4/361 9072
/proc/meminfo: memFree=15316644/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=702640 CPUtime=1122.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 152945 0 0 0 112202 30 0 0 25 0 1 0 658501992 719503360 150524 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 175660 150524 726 445 0 169205 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 702640

[startup+1182.3 s]
/proc/loadavg: 3.05 3.57 3.85 4/361 9073
/proc/meminfo: memFree=15292300/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=757276 CPUtime=1182.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 158230 0 0 0 118200 32 0 0 25 0 1 0 658501992 775450624 155781 33554432000 4194304 6014671 140735241700800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 189319 155781 726 445 0 182864 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 757276

[startup+1242.3 s]
/proc/loadavg: 3.02 3.47 3.79 4/361 9075
/proc/meminfo: memFree=15179400/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=757276 CPUtime=1242.32 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 159860 0 0 0 124200 32 0 0 25 0 1 0 658501992 775450624 157308 33554432000 4194304 6014671 140735241700800 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 189319 157308 726 445 0 182864 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 757276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.70 3.32 3.72 3/355 9095
/proc/meminfo: memFree=15877572/32950928 swapFree=67111348/67111528
[pid=8996] ppid=8994 vsize=757276 CPUtime=1300.03 cores=4,6
/proc/8996/stat : 8996 (qutersat_releas) R 8994 8996 8779 0 -1 4202496 160280 0 0 0 129971 32 0 0 25 0 1 0 658501992 775450624 157728 33554432000 4194304 6014671 140735241700800 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8996/statm: 189319 157728 726 445 0 182864 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 757276

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

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.07
CPU user time (s): 1299.72
CPU system time (s): 0.356945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 757276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160284
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= 6
involuntary context switches= 3221

runsolver used 4.64229 second user time and 10.5934 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 16:17:03
IDJOB=3376022
IDBENCH=82531
IDSOLVER=1856
FILE ID=node125/3376022-1305469023
RUNJOBID= node125-1305467719-8798
PBS_JOBID= 13325303
Free space on /tmp= 73156 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S338979727-056-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376022-1305469023/watcher-3376022-1305469023 -o /tmp/evaluation-result-3376022-1305469023/solver-3376022-1305469023 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376022-1305469023.cnf 1686016231

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

MD5SUM BENCH= a0ab6c55c9b144fcd835244bca95a82b
RANDOM SEED=1686016231

node125.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	: 5266.55
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.84
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.74
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.74
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.75
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:     32950928 kB
MemFree:      16220372 kB
Buffers:        297320 kB
Cached:        4805280 kB
SwapCached:          0 kB
Active:       12573852 kB
Inactive:      3768568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16220372 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8648 kB
Writeback:           0 kB
AnonPages:    11239572 kB
Mapped:          38372 kB
Slab:           279364 kB
PageTables:      43680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79560768 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= 73184 MiB
End job on node125 at 2011-05-15 16:38:45