Trace number 3376848

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.01	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
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: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 2 max size: 2
0.00/0.05	c Final circuit: i/l/o/s     900       0   60464     61319
0.00/0.05	c CnfToAig: Time: 0.04 s
0.09/0.09	c TmMap: Set choices finish.
0.09/0.12	c TmMap: Set big and: 60509
0.09/0.12	c TmMap: Origin: 62220 ClauseNum: 183957 --> New: 61410 ClauseNum: 182337
0.09/0.12	c TmMap: Time: 0.03
0.09/0.13	c Try to Add: #clause: 121018 #xorclause: 0
0.09/0.14	c #var: 945 #clauses: 46 Solving... 
1299.99/1300.01	c Time Out !!
1299.99/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-3376848-1305468006/watcher-3376848-1305468006 -o /tmp/evaluation-result-3376848-1305468006/solver-3376848-1305468006 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376848-1305468006.cnf 1686016231 

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: 4.06 4.55 5.84 4/444 22590
/proc/meminfo: memFree=16571816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=35436 CPUtime=0.01 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 2577 0 0 0 1 0 0 0 25 0 1 0 737031309 36286464 2513 33554432000 4194304 6014671 140735461526592 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 8859 2513 378 445 0 2404 0

[startup+0.095441 s]
/proc/loadavg: 4.06 4.55 5.84 4/444 22590
/proc/meminfo: memFree=16571816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=53924 CPUtime=0.09 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 7428 0 0 0 8 1 0 0 25 0 1 0 737031309 55218176 7364 33554432000 4194304 6014671 140735461526592 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 13481 7364 669 445 0 7026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53924

[startup+0.100401 s]
/proc/loadavg: 4.06 4.55 5.84 4/444 22590
/proc/meminfo: memFree=16571816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=53924 CPUtime=0.09 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 7429 0 0 0 8 1 0 0 25 0 1 0 737031309 55218176 7365 33554432000 4194304 6014671 140735461526592 18446744073709551615 4223937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 13481 7365 670 445 0 7026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53924

[startup+0.300391 s]
/proc/loadavg: 4.06 4.55 5.84 4/444 22590
/proc/meminfo: memFree=16571816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=58020 CPUtime=0.29 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 8706 0 0 0 28 1 0 0 25 0 1 0 737031309 59412480 8642 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 14505 8642 720 445 0 8050 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58020

[startup+0.700327 s]
/proc/loadavg: 4.06 4.55 5.84 4/444 22590
/proc/meminfo: memFree=16571816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=67000 CPUtime=0.69 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 9047 0 0 0 68 1 0 0 25 0 1 0 737031309 68608000 8983 33554432000 4194304 6014671 140735461526592 18446744073709551615 224284622484 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 16750 8983 721 445 0 10295 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67000

[startup+1.50119 s]
/proc/loadavg: 4.06 4.55 5.84 5/445 22591
/proc/meminfo: memFree=16535852/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=85372 CPUtime=1.49 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 9951 0 0 0 148 1 0 0 25 0 1 0 737031309 87420928 9887 33554432000 4194304 6014671 140735461526592 18446744073709551615 4380366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 21343 9888 721 445 0 14888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85372

[startup+3.10092 s]
/proc/loadavg: 4.06 4.55 5.84 5/445 22591
/proc/meminfo: memFree=16530892/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=85500 CPUtime=3.09 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 10031 0 0 0 308 1 0 0 25 0 1 0 737031309 87552000 9967 33554432000 4194304 6014671 140735461526592 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 21375 9967 725 445 0 14920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85500

[startup+6.3004 s]
/proc/loadavg: 4.05 4.54 5.83 5/445 22591
/proc/meminfo: memFree=16522432/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=85500 CPUtime=6.29 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 10849 0 0 0 628 1 0 0 25 0 1 0 737031309 87552000 10785 33554432000 4194304 6014671 140735461526592 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 21375 10785 725 445 0 14920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85500

[startup+12.7003 s]
/proc/loadavg: 4.05 4.53 5.82 5/445 22591
/proc/meminfo: memFree=16489816/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=104696 CPUtime=12.69 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 13189 0 0 0 1267 2 0 0 25 0 1 0 737031309 107208704 13125 33554432000 4194304 6014671 140735461526592 18446744073709551615 4536658 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 26174 13125 725 445 0 19719 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104696

[startup+25.5012 s]
/proc/loadavg: 4.04 4.51 5.79 5/445 22591
/proc/meminfo: memFree=16460560/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=134796 CPUtime=25.49 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 16844 0 0 0 2547 2 0 0 25 0 1 0 737031309 138031104 16780 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 33699 16780 725 445 0 27244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134796

[startup+51.1009 s]
/proc/loadavg: 4.02 4.47 5.75 5/445 22593
/proc/meminfo: memFree=16450712/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=134796 CPUtime=51.09 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 20833 0 0 0 5105 4 0 0 25 0 1 0 737031309 138031104 20769 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 33699 20769 725 445 0 27244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134796

[startup+102.316 s]
/proc/loadavg: 4.01 4.39 5.65 5/445 22602
/proc/meminfo: memFree=16396724/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=134796 CPUtime=102.3 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 25874 0 0 0 10225 5 0 0 25 0 1 0 737031309 138031104 25790 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 33699 25790 738 445 0 27244 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134796

[startup+162.3 s]
/proc/loadavg: 4.14 4.36 5.56 5/445 22631
/proc/meminfo: memFree=16484156/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=170824 CPUtime=162.29 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 32715 0 0 0 16222 7 0 0 25 0 1 0 737031309 174923776 32630 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 42706 32630 737 445 0 36251 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170824

[startup+222.3 s]
/proc/loadavg: 4.28 4.36 5.48 5/445 22660
/proc/meminfo: memFree=13339040/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=196232 CPUtime=222.29 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 37222 0 0 0 22221 8 0 0 25 0 1 0 737031309 200941568 37128 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 49058 37128 728 445 0 42603 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 196232

[startup+282.3 s]
/proc/loadavg: 4.10 4.29 5.39 5/442 22665
/proc/meminfo: memFree=16352112/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=196232 CPUtime=282.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 37741 0 0 0 28220 8 0 0 25 0 1 0 737031309 200941568 37641 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 49058 37641 728 445 0 42603 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 196232

[startup+342.3 s]
/proc/loadavg: 4.14 4.28 5.31 5/445 22691
/proc/meminfo: memFree=14208300/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=251708 CPUtime=342.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 40829 0 0 0 34219 9 0 0 25 0 1 0 737031309 257748992 40690 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 62927 40691 728 445 0 56472 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 251708

[startup+402.3 s]
/proc/loadavg: 4.05 4.22 5.23 5/445 22745
/proc/meminfo: memFree=16468960/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=251708 CPUtime=402.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 42251 0 0 0 40218 10 0 0 25 0 1 0 737031309 257748992 42102 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 62927 42102 728 445 0 56472 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 251708

[startup+462.3 s]
/proc/loadavg: 4.02 4.18 5.15 5/445 22747
/proc/meminfo: memFree=16384044/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=462.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 43521 0 0 0 46218 10 0 0 25 0 1 0 737031309 376680448 43286 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 43286 728 445 0 85508 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 367852

[startup+522.3 s]
/proc/loadavg: 4.14 4.18 5.08 5/445 22749
/proc/meminfo: memFree=16348164/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=522.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 44240 0 0 0 52217 11 0 0 25 0 1 0 737031309 376680448 43870 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 43870 728 445 0 85508 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 367852

[startup+582.3 s]
/proc/loadavg: 4.16 4.17 5.02 5/445 22751
/proc/meminfo: memFree=16285132/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=582.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 47492 0 0 0 58217 11 0 0 25 0 1 0 737031309 376680448 46991 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 46991 728 445 0 85508 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 367852

[startup+642.3 s]
/proc/loadavg: 4.23 4.19 4.97 5/445 22753
/proc/meminfo: memFree=16220240/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=642.3 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 50869 0 0 0 64217 13 0 0 25 0 1 0 737031309 376680448 50368 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 50368 728 445 0 85508 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 367852

[startup+702.3 s]
/proc/loadavg: 4.13 4.16 4.91 5/445 22753
/proc/meminfo: memFree=16188216/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=702.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 51080 0 0 0 70215 13 0 0 25 0 1 0 737031309 376680448 50386 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 50386 728 445 0 85508 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 367852

[startup+762.317 s]
/proc/loadavg: 4.11 4.15 4.86 5/445 22755
/proc/meminfo: memFree=16152744/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=762.3 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 51172 0 0 0 76216 14 0 0 25 0 1 0 737031309 376680448 50478 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 50478 728 445 0 85508 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 367852

[startup+822.3 s]
/proc/loadavg: 4.10 4.13 4.81 5/445 22757
/proc/meminfo: memFree=16113288/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=367852 CPUtime=822.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 51384 0 0 0 82214 14 0 0 25 0 1 0 737031309 376680448 50685 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 91963 50685 731 445 0 85508 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 367852

[startup+882.3 s]
/proc/loadavg: 4.03 4.11 4.76 5/445 22759
/proc/meminfo: memFree=16006248/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=882.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 60583 0 0 0 88212 16 0 0 25 0 1 0 737031309 443269120 59664 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 59664 731 445 0 101765 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 432880

[startup+942.3 s]
/proc/loadavg: 4.01 4.08 4.70 5/445 22761
/proc/meminfo: memFree=15924500/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=942.27 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 70119 0 0 0 94209 18 0 0 25 0 1 0 737031309 443269120 69200 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 69200 743 445 0 101765 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 432880

[startup+1002.3 s]
/proc/loadavg: 4.00 4.07 4.66 5/445 22761
/proc/meminfo: memFree=15908224/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1002.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 74526 0 0 0 100208 20 0 0 25 0 1 0 737031309 443269120 73607 33554432000 4194304 6014671 140735461526592 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 73607 743 445 0 101765 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 432880

[startup+1062.3 s]
/proc/loadavg: 4.00 4.05 4.61 5/445 22791
/proc/meminfo: memFree=16047200/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1062.27 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 74666 0 0 0 106207 20 0 0 25 0 1 0 737031309 443269120 69693 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 69693 743 445 0 101765 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 432880

[startup+1122.3 s]
/proc/loadavg: 4.15 4.09 4.59 5/445 22793
/proc/meminfo: memFree=16009244/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1122.27 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 76664 0 0 0 112207 20 0 0 25 0 1 0 737031309 443269120 71688 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 71688 740 445 0 101765 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 432880

[startup+1182.3 s]
/proc/loadavg: 4.23 4.11 4.56 5/445 22795
/proc/meminfo: memFree=15970388/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1182.28 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 78337 0 0 0 118207 21 0 0 25 0 1 0 737031309 443269120 73361 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 73361 740 445 0 101765 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 432880

[startup+1242.3 s]
/proc/loadavg: 4.23 4.12 4.54 5/445 22825
/proc/meminfo: memFree=16224244/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1242.27 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 78687 0 0 0 124206 21 0 0 25 0 1 0 737031309 443269120 73711 33554432000 4194304 6014671 140735461526592 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 73711 740 445 0 101765 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 432880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.11 4.51 5/445 22825
/proc/meminfo: memFree=16125512/32951124 swapFree=45193372/67111528
[pid=22590] ppid=22588 vsize=432880 CPUtime=1299.99 cores=0,2
/proc/22590/stat : 22590 (qutersat_releas) R 22588 22590 22441 0 -1 4202496 79065 0 0 0 129978 21 0 0 25 0 1 0 737031309 443269120 74089 33554432000 4194304 6014671 140735461526592 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22590/statm: 108220 74089 740 445 0 101765 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 432880

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.01
CPU user time (s): 1299.78
CPU system time (s): 0.226965
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 432880

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

runsolver used 5.98309 second user time and 12.8071 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 16:00:06
IDJOB=3376848
IDBENCH=71540
IDSOLVER=1856
FILE ID=node118/3376848-1305468006
RUNJOBID= node118-1305467720-22459
PBS_JOBID= 13325305
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1686016231

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16572096 kB
Buffers:        307496 kB
Cached:        4723832 kB
SwapCached:      22076 kB
Active:       13360912 kB
Inactive:      2692312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16572096 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:    11012808 kB
Mapped:          27492 kB
Slab:           158252 kB
PageTables:     100380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126676760 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= 73252 MiB
End job on node118 at 2011-05-15 16:21:48