Trace number 3291969

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.17 1300.13

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c Set FPU double precision.
3.29/3.35	c Parse Cnf success: #var: 371419 #clause: 7170909
3.29/3.35	c Find Units :          1
3.99/4.01	c Find Invs  :          0
5.39/5.47	c Find Ands  :     320167 AvgFaninNum: 21.1473
5.39/5.49	c Find Xors  :          0 AvgFaninNum: nan
5.49/5.52	c Find Ite   :      20076
5.59/5.65	c UnDirect variable: 0
5.59/5.65	c UnDirect to Direct Gate: 0
5.59/5.65	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.69/5.78	c Break Cycle : 10
5.69/5.78	c Total Root : 1 Undef Var: 31196
8.99/9.05	c After covering, Total Root: 1 Leaf: 31196
8.99/9.05	c Variable( cover/uncovered/unused ): 371419 0 0
8.99/9.05	c Unit Clauses: 1
8.99/9.05	c Binary Clauses( cover/uncovered ): 6770415 36
8.99/9.05	c Clauses( cover/uncovered ): 400451 6
8.99/9.05	c Total Clauses( cover/uncovered ): 7170867 42 99.9994%
8.99/9.05	c Covered Ands: 320147 Invs: 0 Xors: 0 Ites: 20076
9.10/9.10	c Uncover Clauses avg size: 2.71429 max size: 16
9.10/9.11	c Final circuit: i/l/o/s   31196       0      43   2869799
9.10/9.11	c CnfToAig: Time: 9.11 s
17.39/17.44	c TmMap: Set choices finish.
18.49/18.59	c TmMap: Set big and: 385405
18.49/18.59	c TmMap: Origin: 2900996 ClauseNum: 8609397 --> New: 582633 ClauseNum: 3792079
18.49/18.59	c TmMap: Time: 2.04
32.09/32.11	c Simulation --> TransNum: 2829638/3792079 Try to Add: #clause: 841245 #xorclause: 1
33.00/33.08	c #var: 550102 #clauses: 582604 Solving... 
50.00/50.07	c Abstract SAT
52.20/52.22	c Simulation --> TransNum: 3254099/3792079 Try to Add: #clause: 309 #xorclause: 0
52.20/52.23	c #var: 550232 #clauses: 529684 Solving... 
52.70/52.71	c Abstract SAT
54.80/54.85	c Simulation --> TransNum: 3254397/3792079 Try to Add: #clause: 54 #xorclause: 0
54.80/54.86	c #var: 550236 #clauses: 529735 Solving... 
55.30/55.39	c Abstract SAT
55.40/55.40	c Simulation --> TransNum: 3792079/3792079 Try to Add: #clause: 378993 #xorclause: 0
55.60/55.64	c #var: 582315 #clauses: 834503 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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: 977)

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

running on 2 cores: 1,3

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: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=41072 CPUtime=0 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 3292 0 0 0 0 0 0 0 23 0 1 0 956787947 42057728 3228 33554432000 4194304 6016207 140734355511872 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 10268 3243 371 445 0 3812 0

[startup+0.0103069 s]
/proc/loadavg: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=41072 CPUtime=0 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 4032 0 0 0 0 0 0 0 23 0 1 0 956787947 42057728 3967 33554432000 4194304 6016207 140734355511872 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 10268 3967 378 445 0 3812 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 41072

[startup+0.100295 s]
/proc/loadavg: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=65648 CPUtime=0.09 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 9548 0 0 0 9 0 0 0 23 0 1 0 956787947 67223552 9483 33554432000 4194304 6016207 140734355511872 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 16412 9512 378 445 0 9956 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65648

[startup+1.713 s]
/proc/loadavg: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=240112 CPUtime=1.71 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 53391 0 0 0 163 8 0 0 25 0 1 0 956787947 245874688 53326 33554432000 4194304 6016207 140734355511872 18446744073709551615 260020395776 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 60028 53327 378 445 0 53572 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 240112

[startup+1.80098 s]
/proc/loadavg: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=248304 CPUtime=1.79 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 55747 0 0 0 171 8 0 0 25 0 1 0 956787947 254263296 55682 33554432000 4194304 6016207 140734355511872 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 62076 55683 378 445 0 55620 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 248304

[startup+1.90096 s]
/proc/loadavg: 1.96 1.99 1.99 5/189 25935
/proc/meminfo: memFree=31752372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=313968 CPUtime=1.89 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 64440 0 0 0 180 9 0 0 25 0 1 0 956787947 321503232 64375 33554432000 4194304 6016207 140734355511872 18446744073709551615 4311999 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 78492 64375 378 445 0 72036 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 313968

[startup+3.10075 s]
/proc/loadavg: 2.12 2.03 2.01 5/190 25936
/proc/meminfo: memFree=31356608/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=446064 CPUtime=3.09 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 101485 0 0 0 295 14 0 0 25 0 1 0 956787947 456769536 101420 33554432000 4194304 6016207 140734355511872 18446744073709551615 4804275 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 111516 101420 378 445 0 105060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 446064

[startup+6.30015 s]
/proc/loadavg: 2.12 2.03 2.01 5/190 25936
/proc/meminfo: memFree=31285928/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=479728 CPUtime=6.29 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 111042 0 0 0 613 16 0 0 25 0 1 0 956787947 491241472 110977 33554432000 4194304 6016207 140734355511872 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 119932 110977 400 445 0 113476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 479728

[startup+12.701 s]
/proc/loadavg: 2.41 2.09 2.03 5/190 25936
/proc/meminfo: memFree=30850620/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=933032 CPUtime=12.69 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 224921 0 0 0 1241 28 0 0 25 0 1 0 956787947 955424768 224717 33554432000 4194304 6016207 140734355511872 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 233258 224718 670 445 0 226802 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 933032

[startup+25.5006 s]
/proc/loadavg: 2.66 2.15 2.05 5/190 25974
/proc/meminfo: memFree=29844072/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=1655008 CPUtime=25.49 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 401680 0 0 0 2503 46 0 0 25 0 1 0 956787947 1694728192 401200 33554432000 4194304 6016207 140734355511872 18446744073709551615 4244694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 413752 401200 681 445 0 407296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1655008

[startup+51.1009 s]
/proc/loadavg: 3.11 2.30 2.10 5/190 25975
/proc/meminfo: memFree=29211680/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=1655008 CPUtime=51.1 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 402506 0 0 0 5063 47 0 0 25 0 1 0 956787947 1694728192 401744 33554432000 4194304 6016207 140734355511872 18446744073709551615 4244694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 413752 401744 717 445 0 407296 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1655008

[startup+102.301 s]
/proc/loadavg: 3.61 2.56 2.19 5/190 26014
/proc/meminfo: memFree=26694032/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=1655008 CPUtime=102.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 402507 0 0 0 10183 47 0 0 25 0 1 0 956787947 1694728192 401745 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 413752 401745 717 445 0 407296 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1655008

[startup+162.301 s]
/proc/loadavg: 3.86 2.82 2.30 5/190 26016
/proc/meminfo: memFree=26076440/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=1794752 CPUtime=162.29 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 543464 0 0 0 16165 64 0 0 25 0 1 0 956787947 1837826048 422265 33554432000 4194304 6016207 140734355511872 18446744073709551615 4565945 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 448688 422265 731 445 0 442232 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1794752

[startup+222.301 s]
/proc/loadavg: 3.94 3.03 2.41 5/190 26017
/proc/meminfo: memFree=25652272/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=2139860 CPUtime=222.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 604352 0 0 0 22158 72 0 0 25 0 1 0 956787947 2191216640 480509 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 534965 480509 735 445 0 528509 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2139860

[startup+282.3 s]
/proc/loadavg: 4.03 3.22 2.51 5/190 26019
/proc/meminfo: memFree=25503380/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=2377404 CPUtime=282.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 671293 0 0 0 28150 80 0 0 25 0 1 0 956787947 2434461696 547414 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 594351 547414 735 445 0 587895 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2377404

[startup+342.3 s]
/proc/loadavg: 4.01 3.36 2.60 5/190 26021
/proc/meminfo: memFree=24879412/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=2562176 CPUtime=342.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 706289 0 0 0 34145 85 0 0 25 0 1 0 956787947 2623668224 582410 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 640544 582410 735 445 0 634088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2562176

[startup+402.3 s]
/proc/loadavg: 4.04 3.49 2.69 5/190 26022
/proc/meminfo: memFree=24520840/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=2760820 CPUtime=402.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 746212 0 0 0 40140 90 0 0 25 0 1 0 956787947 2827079680 622333 33554432000 4194304 6016207 140734355511872 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 690205 622333 735 445 0 683749 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2760820

[startup+462.3 s]
/proc/loadavg: 4.01 3.58 2.78 5/190 26024
/proc/meminfo: memFree=23814584/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3118672 CPUtime=462.31 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 812055 0 0 0 46131 100 0 0 25 0 1 0 956787947 3193520128 688176 33554432000 4194304 6016207 140734355511872 18446744073709551615 4523146 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 779668 688176 735 445 0 773212 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3118672

[startup+522.3 s]
/proc/loadavg: 4.00 3.65 2.84 5/190 26025
/proc/meminfo: memFree=23268892/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3167396 CPUtime=522.3 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 822548 0 0 0 52129 101 0 0 25 0 1 0 956787947 3243413504 698608 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 791849 698608 735 445 0 785393 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3167396

[startup+582.307 s]
/proc/loadavg: 4.04 3.73 2.92 5/190 26027
/proc/meminfo: memFree=22996612/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3445640 CPUtime=582.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 874255 0 0 0 58123 109 0 0 25 0 1 0 956787947 3528335360 750315 33554432000 4194304 6016207 140734355511872 18446744073709551615 4424914 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 861410 750315 735 445 0 854954 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 3445640

[startup+642.3 s]
/proc/loadavg: 4.01 3.77 2.98 5/190 26029
/proc/meminfo: memFree=22636200/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3524120 CPUtime=642.31 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 886562 0 0 0 64120 111 0 0 25 0 1 0 956787947 3608698880 762622 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 881030 762622 735 445 0 874574 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3524120

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.04 5/190 26030
/proc/meminfo: memFree=22575288/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3524120 CPUtime=702.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 889505 0 0 0 70119 113 0 0 25 0 1 0 956787947 3608698880 765565 33554432000 4194304 6016207 140734355511872 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 881030 765565 735 445 0 874574 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 3524120

[startup+762.3 s]
/proc/loadavg: 3.40 3.68 3.04 4/184 26058
/proc/meminfo: memFree=24920756/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3736728 CPUtime=762.31 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 933700 0 0 0 76114 117 0 0 25 0 1 0 956787947 3826409472 809760 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 934182 809760 735 445 0 927726 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3736728

[startup+822.3 s]
/proc/loadavg: 3.22 3.58 3.05 4/184 26060
/proc/meminfo: memFree=24827124/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3819248 CPUtime=822.31 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 950779 0 0 0 82111 120 0 0 25 0 1 0 956787947 3910909952 822284 33554432000 4194304 6016207 140734355511872 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 954812 822284 735 445 0 948356 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3819248

[startup+882.3 s]
/proc/loadavg: 3.08 3.47 3.04 4/184 26062
/proc/meminfo: memFree=24805176/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3819248 CPUtime=882.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 952162 0 0 0 88111 121 0 0 25 0 1 0 956787947 3910909952 823667 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 954812 823667 735 445 0 948356 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3819248

[startup+942.3 s]
/proc/loadavg: 3.08 3.40 3.04 5/184 26064
/proc/meminfo: memFree=24783348/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=3819248 CPUtime=942.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 954920 0 0 0 94110 122 0 0 25 0 1 0 956787947 3910909952 826425 33554432000 4194304 6016207 140734355511872 18446744073709551615 4385143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 954812 826425 735 445 0 948356 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3819248

[startup+1002.3 s]
/proc/loadavg: 3.03 3.32 3.04 4/184 26065
/proc/meminfo: memFree=24419148/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4002544 CPUtime=1002.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 991832 0 0 0 100105 127 0 0 25 0 1 0 956787947 4098605056 863337 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1000636 863337 735 445 0 994180 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4002544

[startup+1062.3 s]
/proc/loadavg: 3.01 3.26 3.03 4/184 26067
/proc/meminfo: memFree=24302340/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4091912 CPUtime=1062.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 1010361 0 0 0 106104 128 0 0 25 0 1 0 956787947 4190117888 881866 33554432000 4194304 6016207 140734355511872 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1022978 881866 735 445 0 1016522 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4091912

[startup+1122.3 s]
/proc/loadavg: 3.00 3.21 3.02 4/184 26068
/proc/meminfo: memFree=24009372/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4118700 CPUtime=1122.33 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 1014624 0 0 0 112104 129 0 0 25 0 1 0 956787947 4217548800 886129 33554432000 4194304 6016207 140734355511872 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1029675 886129 735 445 0 1023219 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4118700

[startup+1182.3 s]
/proc/loadavg: 3.00 3.17 3.02 4/184 26070
/proc/meminfo: memFree=23997792/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4118700 CPUtime=1182.32 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 1015904 0 0 0 118103 129 0 0 25 0 1 0 956787947 4217548800 887409 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1029675 887409 735 445 0 1023219 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4118700

[startup+1242.31 s]
/proc/loadavg: 3.00 3.13 3.01 4/184 26072
/proc/meminfo: memFree=23919000/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4118700 CPUtime=1242.34 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 1016397 0 0 0 124104 130 0 0 25 0 1 0 956787947 4217548800 887902 33554432000 4194304 6016207 140734355511872 18446744073709551615 4385042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1029675 887902 735 445 0 1023219 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4118700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.09 3.00 3/178 26098
/proc/meminfo: memFree=24054688/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=4118700 CPUtime=1300.04 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4202496 1016401 0 0 0 129874 130 0 0 25 0 1 0 956787947 4217548800 887906 33554432000 4194304 6016207 140734355511872 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25935/statm: 1029675 887906 735 445 0 1023219 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 4118700

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

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

[startup+1300.11 s]
/proc/loadavg: 2.92 3.09 3.00 3/178 26098
/proc/meminfo: memFree=24054688/32951124 swapFree=67056304/67111528
[pid=25935] ppid=25933 vsize=0 CPUtime=1300.14 cores=1,3
/proc/25935/stat : 25935 (qutersat_releas) R 25933 25935 25858 0 -1 4194308 1016406 0 0 0 129874 140 0 0 25 0 1 0 956787947 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/25935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.13
CPU time (s): 1300.17
CPU user time (s): 1298.75
CPU system time (s): 1.42778
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4118700

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

runsolver used 2.11368 second user time and 4.97824 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-10 02:26:14
IDJOB=3291969
IDBENCH=85005
IDSOLVER=1607
FILE ID=node110/3291969-1307665569
RUNJOBID= node110-1307665569-25878
PBS_JOBID= 13549443
Free space on /tmp= 74012 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291969-1307665569/watcher-3291969-1307665569 -o /tmp/evaluation-result-3291969-1307665569/solver-3291969-1307665569 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291969-1307665569.cnf 894953337

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=894953337

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31753040 kB
Buffers:        244008 kB
Cached:         597120 kB
SwapCached:       8464 kB
Active:         602964 kB
Inactive:       358180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31753040 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          165604 kB
Writeback:           0 kB
AnonPages:      118184 kB
Mapped:          18292 kB
Slab:           171184 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   442840 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= 73808 MiB
End job on node110 at 2011-06-10 02:47:56