Trace number 3265820

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-03-01? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2969 #clause: 18767
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: 15
0.00/0.02	c Forced Direct Gate: 15 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 15 Undef Var: 2954
0.00/0.02	c After covering, Total Root: 15 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 50 2919 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 30 391
0.00/0.02	c Clauses( cover/uncovered ): 0 17824
0.00/0.02	c Total Clauses( cover/uncovered ): 65 18215 0.35558%
0.00/0.02	c Covered Ands: 0 Invs: 15 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 7.12665 max size: 13
0.00/0.07	c Final circuit: i/l/o/s    2925       0   16860     58481
0.00/0.07	c CnfToAig: Time: 0.07 s
0.09/0.15	c TmMap: Set choices finish.
0.09/0.19	c TmMap: Set big and: 27516
0.09/0.19	c TmMap: Origin: 61407 ClauseNum: 175443 --> New: 30442 ClauseNum: 116682
0.09/0.19	c TmMap: Time: 0.05
0.19/0.20	c Try to Add: #clause: 55032 #xorclause: 0
0.19/0.21	c #var: 13581 #clauses: 25940 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3265820-1303577658/watcher-3265820-1303577658 -o /tmp/evaluation-result-3265820-1303577658/solver-3265820-1303577658 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265820-1303577658.cnf 1183452595 

running on 2 cores: 0,2

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.28 3.87 3.85 4/188 28461
/proc/meminfo: memFree=19241548/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=32364 CPUtime=0 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 1774 0 0 0 0 0 0 0 21 0 1 0 469364031 33140736 1709 33554432000 4194304 6016207 140735666939024 18446744073709551615 4278786 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 8091 1709 379 445 0 1635 0

[startup+0.0102959 s]
/proc/loadavg: 3.28 3.87 3.85 4/188 28461
/proc/meminfo: memFree=19241548/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=32364 CPUtime=0 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 1906 0 0 0 0 0 0 0 21 0 1 0 469364031 33140736 1841 33554432000 4194304 6016207 140735666939024 18446744073709551615 4805344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 8091 1842 379 445 0 1635 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 32364

[startup+0.100246 s]
/proc/loadavg: 3.28 3.87 3.85 4/188 28461
/proc/meminfo: memFree=19241548/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=48268 CPUtime=0.09 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 6017 0 0 0 9 0 0 0 21 0 1 0 469364031 49426432 5952 33554432000 4194304 6016207 140735666939024 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 12067 5955 670 445 0 5611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48268

[startup+0.300245 s]
/proc/loadavg: 3.28 3.87 3.85 4/188 28461
/proc/meminfo: memFree=19241548/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=61100 CPUtime=0.29 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 9206 0 0 0 29 0 0 0 22 0 1 0 469364031 62566400 9141 33554432000 4194304 6016207 140735666939024 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 15275 9141 695 445 0 8819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61100

[startup+0.701161 s]
/proc/loadavg: 3.28 3.87 3.85 4/188 28461
/proc/meminfo: memFree=19241548/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=62124 CPUtime=0.69 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 9615 0 0 0 69 0 0 0 24 0 1 0 469364031 63614976 9550 33554432000 4194304 6016207 140735666939024 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 15531 9550 700 445 0 9075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62124

[startup+1.50103 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19143456/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=77320 CPUtime=1.49 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 11382 0 0 0 149 0 0 0 25 0 1 0 469364031 79175680 11317 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 19330 11317 723 445 0 12874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77320

[startup+3.1007 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19092616/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=95944 CPUtime=3.09 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 12696 0 0 0 308 1 0 0 25 0 1 0 469364031 98246656 12631 33554432000 4194304 6016207 140735666939024 18446744073709551615 4442613 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 23986 12631 731 445 0 17530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95944

[startup+6.30114 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28553
/proc/meminfo: memFree=19111364/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=95944 CPUtime=6.29 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 12900 0 0 0 628 1 0 0 25 0 1 0 469364031 98246656 12835 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 23986 12835 731 445 0 17530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95944

[startup+12.701 s]
/proc/loadavg: 3.44 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19060360/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=124112 CPUtime=12.69 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 16008 0 0 0 1268 1 0 0 25 0 1 0 469364031 127090688 15942 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 31028 15942 731 445 0 24572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124112

[startup+25.5006 s]
/proc/loadavg: 3.52 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19021248/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=133716 CPUtime=25.49 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 17381 0 0 0 2548 1 0 0 25 0 1 0 469364031 136925184 17315 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 33429 17315 731 445 0 26973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133716

[startup+51.101 s]
/proc/loadavg: 3.69 3.88 3.85 5/194 28663
/proc/meminfo: memFree=18985072/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=154332 CPUtime=51.09 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 22090 0 0 0 5107 2 0 0 25 0 1 0 469364031 158035968 22012 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 38583 22012 733 445 0 32127 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154332

[startup+102.307 s]
/proc/loadavg: 3.87 3.90 3.86 5/194 28664
/proc/meminfo: memFree=18904808/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=198260 CPUtime=102.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 29730 0 0 0 10227 3 0 0 25 0 1 0 469364031 203018240 29652 33554432000 4194304 6016207 140735666939024 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 49565 29652 733 445 0 43109 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198260

[startup+162.301 s]
/proc/loadavg: 3.95 3.92 3.86 5/194 28666
/proc/meminfo: memFree=18831004/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=210040 CPUtime=162.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 32998 0 0 0 16226 4 0 0 25 0 1 0 469364031 215080960 32920 33554432000 4194304 6016207 140735666939024 18446744073709551615 4379661 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 52510 32920 733 445 0 46054 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 210040

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.87 5/194 28667
/proc/meminfo: memFree=18767852/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=210040 CPUtime=222.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 34006 0 0 0 22226 4 0 0 25 0 1 0 469364031 215080960 33928 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425860 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 52510 33928 733 445 0 46054 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 210040

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.88 5/194 28696
/proc/meminfo: memFree=18787580/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=210040 CPUtime=282.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 35613 0 0 0 28226 4 0 0 25 0 1 0 469364031 215080960 35524 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 52510 35524 733 445 0 46054 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 210040

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.88 5/194 28697
/proc/meminfo: memFree=18701352/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=210040 CPUtime=342.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 36620 0 0 0 34225 5 0 0 25 0 1 0 469364031 215080960 36531 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 52510 36531 733 445 0 46054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 210040

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.89 5/194 28699
/proc/meminfo: memFree=18629164/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=210040 CPUtime=402.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 37781 0 0 0 40225 5 0 0 25 0 1 0 469364031 215080960 37692 33554432000 4194304 6016207 140735666939024 18446744073709551615 4426490 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 52510 37692 733 445 0 46054 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210040

[startup+462.301 s]
/proc/loadavg: 4.04 3.97 3.90 5/194 28710
/proc/meminfo: memFree=18571584/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=222792 CPUtime=462.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 42784 0 0 0 46224 6 0 0 25 0 1 0 469364031 228139008 42667 33554432000 4194304 6016207 140735666939024 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 55698 42667 741 445 0 49242 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222792

[startup+522.301 s]
/proc/loadavg: 4.08 3.99 3.91 5/194 28711
/proc/meminfo: memFree=18554948/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=522.3 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 43123 0 0 0 52224 6 0 0 25 0 1 0 469364031 241422336 43000 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 43000 741 445 0 52485 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 235764

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.91 6/194 28713
/proc/meminfo: memFree=18516988/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=582.31 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 43148 0 0 0 58224 7 0 0 25 0 1 0 469364031 241422336 43021 33554432000 4194304 6016207 140735666939024 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 43021 741 445 0 52485 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 235764

[startup+642.3 s]
/proc/loadavg: 4.05 4.00 3.91 6/194 28717
/proc/meminfo: memFree=18478308/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=642.31 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 43432 0 0 0 64224 7 0 0 25 0 1 0 469364031 241422336 43294 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 43294 741 445 0 52485 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 235764

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.91 5/194 28719
/proc/meminfo: memFree=18463912/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=702.31 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 44307 0 0 0 70224 7 0 0 25 0 1 0 469364031 241422336 44162 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 44162 741 445 0 52485 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 235764

[startup+762.307 s]
/proc/loadavg: 4.08 4.02 3.92 5/194 28721
/proc/meminfo: memFree=18433260/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=762.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 44307 0 0 0 76225 7 0 0 25 0 1 0 469364031 241422336 44145 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 44145 741 445 0 52485 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 235764

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.92 5/194 28722
/proc/meminfo: memFree=18431012/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=822.31 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 44307 0 0 0 82224 7 0 0 25 0 1 0 469364031 241422336 44145 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425571 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 44145 741 445 0 52485 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 235764

[startup+882.3 s]
/proc/loadavg: 4.09 4.02 3.93 5/194 28724
/proc/meminfo: memFree=18413016/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=235764 CPUtime=882.31 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 45368 0 0 0 88224 7 0 0 25 0 1 0 469364031 241422336 45175 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 58941 45175 748 445 0 52485 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 235764

[startup+942.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/194 28725
/proc/meminfo: memFree=18376032/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=291636 CPUtime=942.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 45368 0 0 0 94225 7 0 0 25 0 1 0 469364031 298635264 45148 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 72909 45148 748 445 0 66453 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 291636

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.94 5/194 28727
/proc/meminfo: memFree=18358028/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=291636 CPUtime=1002.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 45368 0 0 0 100225 7 0 0 25 0 1 0 469364031 298635264 45148 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 72909 45148 748 445 0 66453 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 291636

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.94 5/194 28729
/proc/meminfo: memFree=18346964/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=291636 CPUtime=1062.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 45511 0 0 0 106225 7 0 0 25 0 1 0 469364031 298635264 45269 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 72909 45269 748 445 0 66453 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 291636

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.95 5/194 28730
/proc/meminfo: memFree=18342088/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=291636 CPUtime=1122.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 45611 0 0 0 112225 7 0 0 25 0 1 0 469364031 298635264 45369 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 72909 45369 748 445 0 66453 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 291636

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.95 5/194 28732
/proc/meminfo: memFree=18322840/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=291636 CPUtime=1182.32 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 47737 0 0 0 118224 8 0 0 25 0 1 0 469364031 298635264 47470 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 72909 47470 748 445 0 66453 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 291636

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/194 28733
/proc/meminfo: memFree=18312648/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=348968 CPUtime=1242.33 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 49392 0 0 0 124224 9 0 0 25 0 1 0 469364031 357343232 49099 33554432000 4194304 6016207 140735666939024 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 87242 49099 748 445 0 80786 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 348968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.95 5/195 28736
/proc/meminfo: memFree=18348708/32951124 swapFree=67111416/67111528
[pid=28461] ppid=28459 vsize=348968 CPUtime=1300.03 cores=0,2
/proc/28461/stat : 28461 (qutersat_releas) R 28459 28461 28411 0 -1 4202496 50688 0 0 0 129994 9 0 0 25 0 1 0 469364031 357343232 50277 33554432000 4194304 6016207 140735666939024 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28461/statm: 87242 50277 748 445 0 80786 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 348968

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.110983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 348968

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

runsolver used 2.19567 second user time and 4.90925 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 18:54:18
IDJOB=3265820
IDBENCH=85808
IDSOLVER=1607
FILE ID=node134/3265820-1303577658
RUNJOBID= node134-1303577658-28429
PBS_JOBID= 13150330
Free space on /tmp= 71096 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn003.shuffled-as.sat05-3843.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265820-1303577658/watcher-3265820-1303577658 -o /tmp/evaluation-result-3265820-1303577658/solver-3265820-1303577658 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265820-1303577658.cnf 1183452595

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=1183452595

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19244928 kB
Buffers:       2333456 kB
Cached:       10741044 kB
SwapCached:        108 kB
Active:        8866352 kB
Inactive:      4290436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19244928 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            6428 kB
Writeback:           0 kB
AnonPages:       82180 kB
Mapped:          16820 kB
Slab:           483296 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71092 MiB
End job on node134 at 2011-04-23 19:16:00