Trace number 3376732

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.06 1300.03

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.02/0.02	c Find Invs  :          0
0.02/0.02	c Find Ands  :        870 AvgFaninNum: 29
0.02/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.02	c Find Ite   :          0
0.02/0.02	c UnDirect variable: 0
0.02/0.02	c UnDirect to Direct Gate: 0
0.02/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.02	c Break Cycle : 841
0.02/0.02	c Total Root : 0 Undef Var: 841
0.02/0.02	c After covering, Total Root: 29 Leaf: 841
0.02/0.02	c Variable( cover/uncovered/unused ): 870 0 0
0.02/0.02	c Unit Clauses: 0
0.02/0.02	c Binary Clauses( cover/uncovered ): 841 69094
0.02/0.02	c Clauses( cover/uncovered ): 29 0
0.02/0.02	c Total Clauses( cover/uncovered ): 870 69094 1.2435%
0.02/0.02	c Covered Ands: 29 Invs: 0 Xors: 0 Ites: 0
0.02/0.06	c Uncover Clauses avg size: 2 max size: 2
0.02/0.06	c Final circuit: i/l/o/s     841       0   69094     69906
0.02/0.06	c CnfToAig: Time: 0.05 s
0.09/0.10	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.03
0.09/0.15	c Try to Add: #clause: 138246 #xorclause: 0
0.09/0.15	c #var: 870 #clauses: 30 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376732-1305475347/watcher-3376732-1305475347 -o /tmp/evaluation-result-3376732-1305475347/solver-3376732-1305475347 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376732-1305475347.cnf 1696946430 

running on 2 cores: 5,7

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.79 3.99 3.91 5/449 16996
/proc/meminfo: memFree=16208960/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=34412 CPUtime=0 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 2321 0 0 0 0 0 0 0 18 0 1 0 659135638 35237888 2257 33554432000 4194304 6014671 140735961969808 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 8603 2270 377 445 0 2148 0

[startup+0.024848 s]
/proc/loadavg: 3.79 3.99 3.91 5/449 16996
/proc/meminfo: memFree=16208960/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=37484 CPUtime=0.02 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 3110 0 0 0 2 0 0 0 18 0 1 0 659135638 38383616 3046 33554432000 4194304 6014671 140735961969808 18446744073709551615 4280697 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 9371 3046 381 445 0 2916 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37484

[startup+0.100836 s]
/proc/loadavg: 3.79 3.99 3.91 5/449 16996
/proc/meminfo: memFree=16208960/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=53216 CPUtime=0.09 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 7208 0 0 0 8 1 0 0 18 0 1 0 659135638 54493184 7144 33554432000 4194304 6014671 140735961969808 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 13304 7146 668 445 0 6849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53216

[startup+0.300809 s]
/proc/loadavg: 3.79 3.99 3.91 5/449 16996
/proc/meminfo: memFree=16208960/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=73448 CPUtime=0.29 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 10097 0 0 0 28 1 0 0 18 0 1 0 659135638 75210752 10033 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 18362 10033 720 445 0 11907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73448

[startup+0.700727 s]
/proc/loadavg: 3.79 3.99 3.91 5/449 16996
/proc/meminfo: memFree=16208960/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=73448 CPUtime=0.69 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 10420 0 0 0 68 1 0 0 18 0 1 0 659135638 75210752 10356 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 18362 10356 720 445 0 11907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73448

[startup+1.50059 s]
/proc/loadavg: 3.79 3.99 3.91 6/456 17008
/proc/meminfo: memFree=16080188/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=92028 CPUtime=1.49 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 11550 0 0 0 148 1 0 0 20 0 1 0 659135638 94236672 11486 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 23007 11486 721 445 0 16552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92028

[startup+3.1003 s]
/proc/loadavg: 3.81 3.99 3.91 6/456 17008
/proc/meminfo: memFree=16065928/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=92028 CPUtime=3.09 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 12622 0 0 0 308 1 0 0 25 0 1 0 659135638 94236672 12558 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 23007 12558 721 445 0 16552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92028

[startup+6.30075 s]
/proc/loadavg: 3.81 3.99 3.91 6/456 17008
/proc/meminfo: memFree=16035868/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=92028 CPUtime=6.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 14950 0 0 0 628 2 0 0 25 0 1 0 659135638 94236672 14886 33554432000 4194304 6014671 140735961969808 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 23007 14886 725 445 0 16552 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 92028

[startup+12.7006 s]
/proc/loadavg: 3.84 3.99 3.91 6/456 17008
/proc/meminfo: memFree=15996584/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=102524 CPUtime=12.69 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 17342 0 0 0 1267 2 0 0 25 0 1 0 659135638 104984576 17278 33554432000 4194304 6014671 140735961969808 18446744073709551615 4379822 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 25631 17278 725 445 0 19176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102524

[startup+25.5003 s]
/proc/loadavg: 3.86 3.99 3.91 6/456 17009
/proc/meminfo: memFree=15937464/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=123896 CPUtime=25.49 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 20572 0 0 0 2546 3 0 0 25 0 1 0 659135638 126869504 20508 33554432000 4194304 6014671 140735961969808 18446744073709551615 4536609 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 30974 20508 725 445 0 24519 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123896

[startup+51.1008 s]
/proc/loadavg: 3.91 3.99 3.91 6/456 17009
/proc/meminfo: memFree=15871132/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=146064 CPUtime=51.09 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 25847 0 0 0 5106 3 0 0 25 0 1 0 659135638 149569536 25783 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 36516 25783 725 445 0 30061 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146064

[startup+102.317 s]
/proc/loadavg: 3.96 3.99 3.91 6/456 17014
/proc/meminfo: memFree=15796452/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=157740 CPUtime=102.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 29503 0 0 0 10227 4 0 0 25 0 1 0 659135638 161525760 29439 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 39435 29439 725 445 0 32980 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 157740

[startup+162.3 s]
/proc/loadavg: 4.06 4.01 3.91 6/456 17015
/proc/meminfo: memFree=15710956/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=208904 CPUtime=162.29 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 33689 0 0 0 16225 4 0 0 25 0 1 0 659135638 213917696 33625 33554432000 4194304 6014671 140735961969808 18446744073709551615 4378929 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 52226 33625 725 445 0 45771 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208904

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.91 6/456 17017
/proc/meminfo: memFree=15643724/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=263380 CPUtime=222.29 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 43410 0 0 0 22223 6 0 0 25 0 1 0 659135638 269701120 43346 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 65845 43346 725 445 0 59390 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263380

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 6/456 17019
/proc/meminfo: memFree=15508296/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=263380 CPUtime=282.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 47687 0 0 0 28223 7 0 0 25 0 1 0 659135638 269701120 47559 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 65845 47559 725 445 0 59390 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 263380

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/456 17020
/proc/meminfo: memFree=15409700/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=263380 CPUtime=342.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 49718 0 0 0 34222 8 0 0 25 0 1 0 659135638 269701120 49523 33554432000 4194304 6014671 140735961969808 18446744073709551615 4378762 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 65845 49523 725 445 0 59390 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 263380

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.91 6/456 17022
/proc/meminfo: memFree=15388592/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=319704 CPUtime=402.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 51021 0 0 0 40222 8 0 0 25 0 1 0 659135638 327376896 50781 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 79926 50781 725 445 0 73471 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 319704

[startup+462.301 s]
/proc/loadavg: 4.26 4.07 3.94 6/456 17023
/proc/meminfo: memFree=15366360/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=378160 CPUtime=462.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 53244 0 0 0 46222 9 0 0 25 0 1 0 659135638 387235840 52955 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 94540 52955 725 445 0 88085 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 378160

[startup+522.3 s]
/proc/loadavg: 4.20 4.09 3.95 6/456 17025
/proc/meminfo: memFree=15346868/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=378160 CPUtime=522.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 56141 0 0 0 52220 10 0 0 25 0 1 0 659135638 387235840 55822 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 94540 55822 725 445 0 88085 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 378160

[startup+582.301 s]
/proc/loadavg: 4.07 4.07 3.95 6/456 17027
/proc/meminfo: memFree=15302828/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=378160 CPUtime=582.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 57114 0 0 0 58220 10 0 0 25 0 1 0 659135638 387235840 56648 33554432000 4194304 6014671 140735961969808 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 94540 56648 725 445 0 88085 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 378160

[startup+642.3 s]
/proc/loadavg: 4.02 4.05 3.95 6/456 17028
/proc/meminfo: memFree=15248252/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=642.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 66492 0 0 0 64219 12 0 0 25 0 1 0 659135638 454094848 66026 33554432000 4194304 6014671 140735961969808 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 66026 725 445 0 104408 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 443452

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 3.95 6/456 17030
/proc/meminfo: memFree=15223432/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=702.3 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 71414 0 0 0 70217 13 0 0 25 0 1 0 659135638 454094848 70948 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 70948 725 445 0 104408 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 443452

[startup+762.317 s]
/proc/loadavg: 4.08 4.06 3.96 6/456 17031
/proc/meminfo: memFree=15189192/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=762.33 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 71420 0 0 0 76219 14 0 0 25 0 1 0 659135638 454094848 66959 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 66959 725 445 0 104408 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 443452

[startup+822.3 s]
/proc/loadavg: 4.03 4.05 3.96 6/456 17033
/proc/meminfo: memFree=15171436/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=822.32 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 71421 0 0 0 82218 14 0 0 25 0 1 0 659135638 454094848 66960 33554432000 4194304 6014671 140735961969808 18446744073709551615 4534932 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 66960 725 445 0 104408 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 443452

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.96 6/456 17035
/proc/meminfo: memFree=15130252/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=882.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 74300 0 0 0 88217 14 0 0 25 0 1 0 659135638 454094848 69839 33554432000 4194304 6014671 140735961969808 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 69839 725 445 0 104408 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 443452

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.96 6/456 17036
/proc/meminfo: memFree=15107036/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=942.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 75979 0 0 0 94217 14 0 0 25 0 1 0 659135638 454094848 71518 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 71518 725 445 0 104408 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 443452

[startup+1002.3 s]
/proc/loadavg: 4.28 4.08 3.98 6/456 17038
/proc/meminfo: memFree=15107636/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1002.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 75983 0 0 0 100217 14 0 0 25 0 1 0 659135638 454094848 71522 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 71522 725 445 0 104408 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 443452

[startup+1062.3 s]
/proc/loadavg: 4.29 4.11 4.00 6/456 17039
/proc/meminfo: memFree=15106992/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1062.31 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 75983 0 0 0 106217 14 0 0 25 0 1 0 659135638 454094848 71522 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 71522 725 445 0 104408 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 443452

[startup+1122.3 s]
/proc/loadavg: 4.10 4.09 4.00 6/456 17041
/proc/meminfo: memFree=15068032/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1122.32 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 76957 0 0 0 112217 15 0 0 25 0 1 0 659135638 454094848 72496 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 72496 725 445 0 104408 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 443452

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 6/456 17043
/proc/meminfo: memFree=15019656/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1182.32 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 76985 0 0 0 118217 15 0 0 25 0 1 0 659135638 454094848 72524 33554432000 4194304 6014671 140735961969808 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 72524 725 445 0 104408 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 443452

[startup+1242.3 s]
/proc/loadavg: 4.01 4.06 4.00 6/456 17044
/proc/meminfo: memFree=14943620/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1242.33 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 76987 0 0 0 124218 15 0 0 25 0 1 0 659135638 454094848 72526 33554432000 4194304 6014671 140735961969808 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 72526 725 445 0 104408 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 443452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.00 5/455 17047
/proc/meminfo: memFree=15305568/32951124 swapFree=67056812/67111528
[pid=16996] ppid=16994 vsize=443452 CPUtime=1300.04 cores=5,7
/proc/16996/stat : 16996 (qutersat_releas) R 16994 16996 16139 0 -1 4202496 76987 0 0 0 129989 15 0 0 25 0 1 0 659135638 454094848 72526 33554432000 4194304 6014671 140735961969808 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16996/statm: 110863 72526 725 445 0 104408 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 443452

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.9
CPU system time (s): 0.163975
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 443452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76991
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= 8
involuntary context switches= 1695

runsolver used 5.46117 second user time and 13.4939 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 18:02:27
IDJOB=3376732
IDBENCH=83986
IDSOLVER=1856
FILE ID=node108/3376732-1305475347
RUNJOBID= node108-1305475347-16968
PBS_JOBID= 13325327
Free space on /tmp= 73504 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-3376732-1305475347/watcher-3376732-1305475347 -o /tmp/evaluation-result-3376732-1305475347/solver-3376732-1305475347 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376732-1305475347.cnf 1696946430

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=1696946430

node108.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.820
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.64
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.820
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.820
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.820
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.77
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.820
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.820
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.820
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.820
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:      16209356 kB
Buffers:        315848 kB
Cached:        5111336 kB
SwapCached:       8724 kB
Active:       12170896 kB
Inactive:      4236280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16209356 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:    10977072 kB
Mapped:          36552 kB
Slab:           213852 kB
PageTables:      53624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110753008 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= 73500 MiB
End job on node108 at 2011-05-15 18:24:09