Trace number 3376849

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

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1560 #clause: 133795
0.00/0.04	c Find Units :          0
0.04/0.04	c Find Invs  :          0
0.04/0.05	c Find Ands  :       1560 AvgFaninNum: 25
0.04/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.05	c Find Ite   :          0
0.04/0.05	c UnDirect variable: 0
0.04/0.05	c UnDirect to Direct Gate: 0
0.04/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.05	c Break Cycle : 1500
0.04/0.05	c Total Root : 0 Undef Var: 1500
0.04/0.05	c After covering, Total Root: 60 Leaf: 1500
0.04/0.05	c Variable( cover/uncovered/unused ): 1560 0 0
0.04/0.05	c Unit Clauses: 0
0.04/0.05	c Binary Clauses( cover/uncovered ): 1500 132235
0.04/0.05	c Clauses( cover/uncovered ): 60 0
0.04/0.05	c Total Clauses( cover/uncovered ): 1560 132235 1.16596%
0.04/0.05	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 2 max size: 2
0.09/0.12	c Final circuit: i/l/o/s    1500       0  132235    133675
0.09/0.12	c CnfToAig: Time: 0.11 s
0.09/0.19	c TmMap: Set choices finish.
0.19/0.25	c TmMap: Set big and: 132295
0.19/0.25	c TmMap: Origin: 135176 ClauseNum: 401025 --> New: 133796 ClauseNum: 398265
0.19/0.25	c TmMap: Time: 0.06
0.19/0.27	c Try to Add: #clause: 264590 #xorclause: 0
0.19/0.29	c #var: 1560 #clauses: 61 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-3376849-1305468073/watcher-3376849-1305468073 -o /tmp/evaluation-result-3376849-1305468073/solver-3376849-1305468073 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376849-1305468073.cnf 928435506 

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: 6.26 8.71 9.60 5/437 4820
/proc/meminfo: memFree=26396968/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=34412 CPUtime=0.01 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 2461 0 0 0 1 0 0 0 25 0 1 0 658406093 35237888 2397 33554432000 4194304 6014671 140737036753600 18446744073709551615 268272688896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 8603 2397 377 445 0 2148 0

[startup+0.0468909 s]
/proc/loadavg: 6.26 8.71 9.60 5/437 4820
/proc/meminfo: memFree=26396968/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=43628 CPUtime=0.04 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 4523 0 0 0 4 0 0 0 25 0 1 0 658406093 44675072 4459 33554432000 4194304 6014671 140737036753600 18446744073709551615 4280531 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 10907 4459 381 445 0 4452 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43628

[startup+0.100938 s]
/proc/loadavg: 6.26 8.71 9.60 5/437 4820
/proc/meminfo: memFree=26396968/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=48248 CPUtime=0.09 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 5153 0 0 0 9 0 0 0 25 0 1 0 658406093 49405952 5089 33554432000 4194304 6014671 140737036753600 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 12062 5089 398 445 0 5607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48248

[startup+0.300844 s]
/proc/loadavg: 6.26 8.71 9.60 5/437 4820
/proc/meminfo: memFree=26396968/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=92200 CPUtime=0.28 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 16127 0 0 0 27 1 0 0 25 0 1 0 658406093 94412800 16063 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423355 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 23050 16063 700 445 0 16595 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92200

[startup+0.700773 s]
/proc/loadavg: 6.26 8.71 9.60 5/437 4820
/proc/meminfo: memFree=26396968/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=92200 CPUtime=0.68 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 16149 0 0 0 67 1 0 0 25 0 1 0 658406093 94412800 16085 33554432000 4194304 6014671 140737036753600 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 23050 16085 721 445 0 16595 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92200

[startup+1.50063 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26050836/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=111964 CPUtime=1.49 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 17213 0 0 0 147 2 0 0 25 0 1 0 658406093 114651136 17149 33554432000 4194304 6014671 140737036753600 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 27991 17149 721 445 0 21536 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111964

[startup+3.10034 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26038188/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=121980 CPUtime=3.09 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 18192 0 0 0 307 2 0 0 25 0 1 0 658406093 124907520 18128 33554432000 4194304 6014671 140737036753600 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 30495 18128 725 445 0 24040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121980

[startup+6.30077 s]
/proc/loadavg: 6.24 8.67 9.58 7/448 4841
/proc/meminfo: memFree=26028936/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=121980 CPUtime=6.28 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 18772 0 0 0 626 2 0 0 25 0 1 0 658406093 124907520 18708 33554432000 4194304 6014671 140737036753600 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 30495 18708 725 445 0 24040 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121980

[startup+12.7006 s]
/proc/loadavg: 6.22 8.62 9.56 7/448 4841
/proc/meminfo: memFree=26012372/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=122108 CPUtime=12.68 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 19795 0 0 0 1266 2 0 0 25 0 1 0 658406093 125038592 19731 33554432000 4194304 6014671 140737036753600 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 30527 19731 725 445 0 24072 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 122108

[startup+25.5004 s]
/proc/loadavg: 6.17 8.50 9.50 7/448 4841
/proc/meminfo: memFree=25968820/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=142864 CPUtime=25.49 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 23132 0 0 0 2546 3 0 0 25 0 1 0 658406093 146292736 23068 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423305 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 35716 23068 725 445 0 29261 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142864

[startup+51.1008 s]
/proc/loadavg: 6.11 8.29 9.40 7/448 4842
/proc/meminfo: memFree=25888084/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=176272 CPUtime=51.09 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 29273 0 0 0 5105 4 0 0 25 0 1 0 658406093 180502528 29195 33554432000 4194304 6014671 140737036753600 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 44068 29195 725 445 0 37613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176272

[startup+102.317 s]
/proc/loadavg: 6.10 7.95 9.23 7/448 4843
/proc/meminfo: memFree=25716444/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=224184 CPUtime=102.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 44208 0 0 0 10225 6 0 0 25 0 1 0 658406093 229564416 44095 33554432000 4194304 6014671 140737036753600 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 56046 44095 749 445 0 49591 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 224184

[startup+162.301 s]
/proc/loadavg: 6.14 7.64 9.04 7/448 4845
/proc/meminfo: memFree=25521976/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=341208 CPUtime=162.29 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 49353 0 0 0 16222 7 0 0 25 0 1 0 658406093 349396992 49218 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 85302 49218 748 445 0 78847 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 341208

[startup+222.3 s]
/proc/loadavg: 6.20 7.38 8.86 7/448 4850
/proc/meminfo: memFree=25443588/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=448304 CPUtime=222.29 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 55569 0 0 0 22221 8 0 0 25 0 1 0 658406093 459063296 55278 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 112076 55278 762 445 0 105621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 448304

[startup+282.301 s]
/proc/loadavg: 6.11 7.14 8.68 7/448 4851
/proc/meminfo: memFree=25379088/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=448304 CPUtime=282.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 56687 0 0 0 28222 8 0 0 25 0 1 0 658406093 459063296 56083 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 112076 56083 747 445 0 105621 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 448304

[startup+342.301 s]
/proc/loadavg: 6.14 6.96 8.52 7/448 4853
/proc/meminfo: memFree=25330560/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=448304 CPUtime=342.29 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 59475 0 0 0 34221 8 0 0 25 0 1 0 658406093 459063296 58864 33554432000 4194304 6014671 140737036753600 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 112076 58864 740 445 0 105621 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 448304

[startup+402.3 s]
/proc/loadavg: 6.11 6.80 8.37 7/448 4854
/proc/meminfo: memFree=25270512/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=508680 CPUtime=402.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 68280 0 0 0 40220 10 0 0 25 0 1 0 658406093 520888320 67669 33554432000 4194304 6014671 140737036753600 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 127170 67669 740 445 0 120715 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 508680

[startup+462.301 s]
/proc/loadavg: 6.10 6.67 8.22 7/448 4856
/proc/meminfo: memFree=25261660/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=462.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 68756 0 0 0 46220 10 0 0 25 0 1 0 658406093 583938048 68145 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 68145 740 445 0 136108 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 570252

[startup+522.301 s]
/proc/loadavg: 6.23 6.59 8.10 7/448 4858
/proc/meminfo: memFree=25231124/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=522.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 69219 0 0 0 52220 10 0 0 25 0 1 0 658406093 583938048 68608 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 68608 740 445 0 136108 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 570252

[startup+582.3 s]
/proc/loadavg: 6.13 6.49 7.97 7/448 4859
/proc/meminfo: memFree=25174412/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=582.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 69362 0 0 0 58220 10 0 0 25 0 1 0 658406093 583938048 68751 33554432000 4194304 6014671 140737036753600 18446744073709551615 4380505 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 68751 740 445 0 136108 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 570252

[startup+642.301 s]
/proc/loadavg: 6.11 6.42 7.85 7/448 4861
/proc/meminfo: memFree=25077280/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=642.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 69850 0 0 0 64221 10 0 0 25 0 1 0 658406093 583938048 69239 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 69239 740 445 0 136108 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 570252

[startup+702.301 s]
/proc/loadavg: 6.20 6.39 7.74 7/448 4862
/proc/meminfo: memFree=25041768/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=702.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 70256 0 0 0 70220 10 0 0 25 0 1 0 658406093 583938048 69644 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 69644 740 445 0 136108 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 570252

[startup+762.316 s]
/proc/loadavg: 6.22 6.36 7.65 7/448 4864
/proc/meminfo: memFree=24986924/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=762.32 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 70420 0 0 0 76221 11 0 0 25 0 1 0 658406093 583938048 69808 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 69808 740 445 0 136108 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 570252

[startup+822.301 s]
/proc/loadavg: 6.17 6.32 7.55 7/448 4866
/proc/meminfo: memFree=24967400/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=822.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 74529 0 0 0 82219 12 0 0 25 0 1 0 658406093 583938048 73897 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 73897 726 445 0 136108 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 570252

[startup+882.301 s]
/proc/loadavg: 6.11 6.27 7.46 7/448 4867
/proc/meminfo: memFree=24899908/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=882.3 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 89542 0 0 0 88215 15 0 0 25 0 1 0 658406093 583938048 88880 33554432000 4194304 6014671 140737036753600 18446744073709551615 4376469 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 88880 726 445 0 136108 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 570252

[startup+942.3 s]
/proc/loadavg: 6.07 6.24 7.37 7/448 4869
/proc/meminfo: memFree=24890936/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=942.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 90854 0 0 0 94215 16 0 0 25 0 1 0 658406093 583938048 90150 33554432000 4194304 6014671 140737036753600 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 90150 726 445 0 136108 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 570252

[startup+1002.3 s]
/proc/loadavg: 6.06 6.20 7.29 7/448 4870
/proc/meminfo: memFree=24853084/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1002.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 91587 0 0 0 100214 17 0 0 25 0 1 0 658406093 583938048 90836 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 90836 726 445 0 136108 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 570252

[startup+1062.3 s]
/proc/loadavg: 6.14 6.20 7.21 7/448 4872
/proc/meminfo: memFree=24799088/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1062.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 93079 0 0 0 106214 17 0 0 25 0 1 0 658406093 583938048 92208 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 92208 726 445 0 136108 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 570252

[startup+1122.3 s]
/proc/loadavg: 6.23 6.22 7.16 7/448 4874
/proc/meminfo: memFree=24754148/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1122.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 94411 0 0 0 112214 17 0 0 25 0 1 0 658406093 583938048 93540 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 93540 726 445 0 136108 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 570252

[startup+1182.3 s]
/proc/loadavg: 6.19 6.20 7.09 7/448 4875
/proc/meminfo: memFree=24744196/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1182.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 94866 0 0 0 118214 17 0 0 25 0 1 0 658406093 583938048 93904 33554432000 4194304 6014671 140737036753600 18446744073709551615 4440944 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 93904 726 445 0 136108 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 570252

[startup+1242.3 s]
/proc/loadavg: 6.24 6.21 7.04 7/448 4877
/proc/meminfo: memFree=24653140/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1242.31 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 95298 0 0 0 124214 17 0 0 25 0 1 0 658406093 583938048 94152 33554432000 4194304 6014671 140737036753600 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 94152 726 445 0 136108 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 570252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.26 6.22 6.98 6/447 4879
/proc/meminfo: memFree=24971668/32950928 swapFree=60199052/67111528
[pid=4820] ppid=4818 vsize=570252 CPUtime=1300.03 cores=4,6
/proc/4820/stat : 4820 (qutersat_releas) R 4818 4820 4780 0 -1 4202496 99255 0 0 0 129985 18 0 0 25 0 1 0 658406093 583938048 98108 33554432000 4194304 6014671 140737036753600 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4820/statm: 142563 98108 725 445 0 136108 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 570252

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.86
CPU system time (s): 0.199969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 570252

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

runsolver used 5.61115 second user time and 12.957 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 16:01:13
IDJOB=3376849
IDBENCH=71593
IDSOLVER=1856
FILE ID=node122/3376849-1305468073
RUNJOBID= node122-1305468073-4799
PBS_JOBID= 13325321
Free space on /tmp= 73408 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376849-1305468073/watcher-3376849-1305468073 -o /tmp/evaluation-result-3376849-1305468073/solver-3376849-1305468073 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376849-1305468073.cnf 928435506

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=928435506

node122.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	: 5332.75
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26397116 kB
Buffers:        320988 kB
Cached:        3911404 kB
SwapCached:      50096 kB
Active:        2185728 kB
Inactive:      4118980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26397116 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:            5988 kB
Writeback:           0 kB
AnonPages:     2033436 kB
Mapped:          25108 kB
Slab:           132424 kB
PageTables:      48120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118115540 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= 73396 MiB
End job on node122 at 2011-05-15 16:22:55