Trace number 3281573

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.18 1300.14

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Set FPU double precision.
2.30/2.39	c Parse Cnf success: #var: 154309 #clause: 3230738
2.30/2.39	c Find Units :          1
2.49/2.58	c Find Invs  :          0
3.39/3.40	c Find Ands  :     131483 AvgFaninNum: 15.4013
3.39/3.45	c Find Xors  :          0 AvgFaninNum: nan
3.48/3.53	c Find Ite   :       6338
4.08/4.18	c UnDirect variable: 0
4.08/4.18	c UnDirect to Direct Gate: 0
4.08/4.18	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.18/4.22	c Break Cycle : 73
4.18/4.22	c Total Root : 1 Undef Var: 16563
5.08/5.14	c After covering, Total Root: 1 Leaf: 12419
5.08/5.14	c Variable( cover/uncovered/unused ): 150165 4144 0
5.08/5.14	c Unit Clauses: 1
5.08/5.14	c Binary Clauses( cover/uncovered ): 2024994 0
5.08/5.14	c Clauses( cover/uncovered ): 156544 1049199
5.08/5.14	c Total Clauses( cover/uncovered ): 2181539 1049199 67.5245%
5.08/5.14	c Covered Ands: 131480 Invs: 0 Xors: 0 Ites: 6266
6.09/6.17	c Uncover Clauses avg size: 3 max size: 3
6.09/6.19	c Final circuit: i/l/o/s   16563       0 1049200   2855151
6.09/6.19	c CnfToAig: Time: 6.18 s
9.58/9.62	c TmMap: Set choices finish.
10.49/10.57	c TmMap: Set big and: 1181731
10.49/10.57	c TmMap: Origin: 2871715 ClauseNum: 8565453 --> New: 1244349 ClauseNum: 5265523
10.49/10.57	c TmMap: Time: 1.36
23.99/24.06	c Simulation --> TransNum: 4876351/5265523 Try to Add: #clause: 2324683 #xorclause: 2
24.49/24.57	c #var: 174963 #clauses: 1198819 Solving... 
36.69/36.72	c Abstract SAT
38.89/38.90	c Simulation --> TransNum: 4992337/5265523 Try to Add: #clause: 334 #xorclause: 0
38.89/38.91	c #var: 175129 #clauses: 1197296 Solving... 
39.09/39.16	c Abstract SAT
41.29/41.34	c Simulation --> TransNum: 4994804/5265523 Try to Add: #clause: 957 #xorclause: 0
41.29/41.35	c #var: 175829 #clauses: 1198148 Solving... 
41.79/41.84	c Abstract SAT
41.79/41.85	c Simulation --> TransNum: 5265523/5265523 Try to Add: #clause: 164013 #xorclause: 0
41.89/41.95	c #var: 195148 #clauses: 1325505 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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3281573-1303748144/watcher-3281573-1303748144 -o /tmp/evaluation-result-3281573-1303748144/solver-3281573-1303748144 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3281573-1303748144.cnf 1348359459 

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: 3.58 3.85 2.98 4/187 3732
/proc/meminfo: memFree=12389600/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=31844 CPUtime=0 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 1221 0 0 0 0 0 0 0 21 0 1 0 565045286 32608256 1156 33554432000 4194304 6016207 140735960956912 18446744073709551615 231895184443 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3732/statm: 7961 1170 303 445 0 1505 0

[startup+0.105367 s]
/proc/loadavg: 3.58 3.85 2.98 4/187 3732
/proc/meminfo: memFree=12389600/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=54416 CPUtime=0.09 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 7004 0 0 0 9 0 0 0 21 0 1 0 565045286 55721984 6939 33554432000 4194304 6016207 140735960956912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 13604 6939 379 445 0 7148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54416

[startup+0.200353 s]
/proc/loadavg: 3.58 3.85 2.98 4/187 3732
/proc/meminfo: memFree=12389600/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=70928 CPUtime=0.19 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 10595 0 0 0 18 1 0 0 22 0 1 0 565045286 72630272 10530 33554432000 4194304 6016207 140735960956912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 17732 10530 379 445 0 11276 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 70928

[startup+0.300331 s]
/proc/loadavg: 3.58 3.85 2.98 4/187 3732
/proc/meminfo: memFree=12389600/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=87312 CPUtime=0.28 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 15018 0 0 0 27 1 0 0 22 0 1 0 565045286 89407488 14953 33554432000 4194304 6016207 140735960956912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 21828 14953 379 445 0 15372 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87312

[startup+0.700258 s]
/proc/loadavg: 3.58 3.85 2.98 4/187 3732
/proc/meminfo: memFree=12389600/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=136720 CPUtime=0.68 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 27148 0 0 0 65 3 0 0 23 0 1 0 565045286 140001280 27083 33554432000 4194304 6016207 140735960956912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 34180 27083 379 445 0 27724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 136720

[startup+1.50111 s]
/proc/loadavg: 3.58 3.85 2.98 4/186 3750
/proc/meminfo: memFree=12229136/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=263952 CPUtime=1.49 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 56703 0 0 0 141 8 0 0 25 0 1 0 565045286 270286848 56638 33554432000 4194304 6016207 140735960956912 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 65988 56638 379 445 0 59532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263952

[startup+3.1008 s]
/proc/loadavg: 3.58 3.85 2.98 4/185 3750
/proc/meminfo: memFree=12025432/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=401296 CPUtime=3.09 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 92171 0 0 0 297 12 0 0 25 0 1 0 565045286 410927104 92106 33554432000 4194304 6016207 140735960956912 18446744073709551615 4287895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 100324 92106 386 445 0 93868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 401296

[startup+6.30119 s]
/proc/loadavg: 3.53 3.83 2.98 5/190 3760
/proc/meminfo: memFree=11851616/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=677736 CPUtime=6.29 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 134743 0 0 0 612 17 0 0 25 0 1 0 565045286 694001664 134613 33554432000 4194304 6016207 140735960956912 18446744073709551615 4261036 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 169434 134643 670 445 0 162978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 677736

[startup+12.701 s]
/proc/loadavg: 3.49 3.82 2.98 4/185 3775
/proc/meminfo: memFree=11281100/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=1169528 CPUtime=12.69 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 277400 0 0 0 1238 31 0 0 25 0 1 0 565045286 1197596672 277178 33554432000 4194304 6016207 140735960956912 18446744073709551615 4247332 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 292382 277178 681 445 0 285926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1169528

[startup+25.5005 s]
/proc/loadavg: 3.46 3.80 2.99 5/190 3787
/proc/meminfo: memFree=11000332/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=1169528 CPUtime=25.49 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 277538 0 0 0 2518 31 0 0 25 0 1 0 565045286 1197596672 277263 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 292382 277263 701 445 0 285926 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1169528

[startup+51.1007 s]
/proc/loadavg: 3.64 3.81 3.01 5/190 3788
/proc/meminfo: memFree=10985884/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=1169528 CPUtime=51.09 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 321231 0 0 0 5073 36 0 0 25 0 1 0 565045286 1197596672 253041 33554432000 4194304 6016207 140735960956912 18446744073709551615 4387548 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 292382 253041 720 445 0 285926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1169528

[startup+102.301 s]
/proc/loadavg: 3.85 3.84 3.07 5/190 3789
/proc/meminfo: memFree=10463184/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=1633552 CPUtime=102.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 413889 0 0 0 10182 48 0 0 25 0 1 0 565045286 1672757248 345207 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 408388 345207 723 445 0 401932 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1633552

[startup+162.301 s]
/proc/loadavg: 3.94 3.86 3.12 5/190 3847
/proc/meminfo: memFree=10276832/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=2680284 CPUtime=162.29 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 617879 0 0 0 16155 74 0 0 25 0 1 0 565045286 2744610816 549083 33554432000 4194304 6016207 140735960956912 18446744073709551615 4387336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 670071 549083 734 445 0 663615 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2680284

[startup+222.307 s]
/proc/loadavg: 3.98 3.89 3.17 5/190 3849
/proc/meminfo: memFree=9703244/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=2916152 CPUtime=222.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 681476 0 0 0 22148 82 0 0 25 0 1 0 565045286 2986139648 612573 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 729038 612573 734 445 0 722582 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2916152

[startup+282.301 s]
/proc/loadavg: 3.99 3.90 3.22 5/190 3850
/proc/meminfo: memFree=9340296/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3248056 CPUtime=282.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 759830 0 0 0 28138 92 0 0 25 0 1 0 565045286 3326009344 673334 33554432000 4194304 6016207 140735960956912 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 812014 673334 734 445 0 805558 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3248056

[startup+342.3 s]
/proc/loadavg: 3.99 3.92 3.27 5/190 3852
/proc/meminfo: memFree=9059468/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3445012 CPUtime=342.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 804532 0 0 0 34134 96 0 0 25 0 1 0 565045286 3527692288 717827 33554432000 4194304 6016207 140735960956912 18446744073709551615 4634860 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 861253 717827 734 445 0 854797 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3445012

[startup+402.301 s]
/proc/loadavg: 3.99 3.93 3.31 5/190 3853
/proc/meminfo: memFree=8947960/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3445012 CPUtime=402.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 804532 0 0 0 40134 96 0 0 25 0 1 0 565045286 3527692288 717827 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 861253 717827 734 445 0 854797 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3445012

[startup+462.301 s]
/proc/loadavg: 3.99 3.94 3.35 5/190 3855
/proc/meminfo: memFree=8729084/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3566440 CPUtime=462.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 832770 0 0 0 46132 98 0 0 25 0 1 0 565045286 3652034560 746065 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 891610 746065 734 445 0 885154 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3566440

[startup+522.301 s]
/proc/loadavg: 3.04 3.70 3.30 3/178 3890
/proc/meminfo: memFree=9514528/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3753176 CPUtime=522.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 842224 0 0 0 52131 99 0 0 25 0 1 0 565045286 3843252224 755518 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 938294 755518 734 445 0 931838 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3753176

[startup+582.301 s]
/proc/loadavg: 2.43 3.40 3.22 3/178 3892
/proc/meminfo: memFree=9437480/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3753176 CPUtime=582.3 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 848351 0 0 0 58130 100 0 0 25 0 1 0 565045286 3843252224 761645 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424255 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 938294 761645 734 445 0 931838 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3753176

[startup+642.3 s]
/proc/loadavg: 2.16 3.15 3.15 3/178 3894
/proc/meminfo: memFree=9396904/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3753176 CPUtime=642.31 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 850747 0 0 0 64129 102 0 0 25 0 1 0 565045286 3843252224 764041 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425671 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 938294 764041 734 445 0 931838 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3753176

[startup+702.301 s]
/proc/loadavg: 2.06 2.93 3.07 3/178 3895
/proc/meminfo: memFree=9341316/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3940024 CPUtime=702.31 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 851903 0 0 0 70129 102 0 0 25 0 1 0 565045286 4034584576 765197 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 985006 765197 734 445 0 978550 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3940024

[startup+762.301 s]
/proc/loadavg: 2.02 2.75 2.99 3/178 3897
/proc/meminfo: memFree=9330492/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=3940024 CPUtime=762.32 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 851936 0 0 0 76130 102 0 0 25 0 1 0 565045286 4034584576 765230 33554432000 4194304 6016207 140735960956912 18446744073709551615 4670500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 985006 765230 734 445 0 978550 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 3940024

[startup+822.3 s]
/proc/loadavg: 2.00 2.62 2.94 3/178 3898
/proc/meminfo: memFree=9247512/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4127900 CPUtime=822.31 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 870091 0 0 0 82128 103 0 0 25 0 1 0 565045286 4226969600 783369 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424155 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1031975 783369 734 445 0 1025519 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 4127900

[startup+882.307 s]
/proc/loadavg: 2.00 2.50 2.87 3/178 3900
/proc/meminfo: memFree=9219576/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4127900 CPUtime=882.32 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 870163 0 0 0 88129 103 0 0 25 0 1 0 565045286 4226969600 783441 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1031975 783441 734 445 0 1025519 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 4127900

[startup+942.3 s]
/proc/loadavg: 2.00 2.41 2.82 3/178 3902
/proc/meminfo: memFree=9169696/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4127900 CPUtime=942.32 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 880701 0 0 0 94127 105 0 0 25 0 1 0 565045286 4226969600 793979 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1031975 793979 734 445 0 1025519 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4127900

[startup+1002.3 s]
/proc/loadavg: 2.00 2.33 2.76 3/178 3903
/proc/meminfo: memFree=9165820/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4317044 CPUtime=1002.32 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 881529 0 0 0 100127 105 0 0 25 0 1 0 565045286 4420653056 794807 33554432000 4194304 6016207 140735960956912 18446744073709551615 4368949 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1079261 794807 734 445 0 1072805 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4317044

[startup+1062.3 s]
/proc/loadavg: 2.00 2.27 2.71 3/178 3905
/proc/meminfo: memFree=9159464/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4317044 CPUtime=1062.33 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 881533 0 0 0 106128 105 0 0 25 0 1 0 565045286 4420653056 794811 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1079261 794811 734 445 0 1072805 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 4317044

[startup+1122.3 s]
/proc/loadavg: 2.00 2.22 2.66 3/178 3907
/proc/meminfo: memFree=9140336/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4508036 CPUtime=1122.32 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 882408 0 0 0 112127 105 0 0 25 0 1 0 565045286 4616228864 795676 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424828 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1127009 795676 734 445 0 1120553 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4508036

[startup+1182.3 s]
/proc/loadavg: 2.00 2.18 2.62 3/178 3908
/proc/meminfo: memFree=9136952/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4508036 CPUtime=1182.33 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 882790 0 0 0 118127 106 0 0 25 0 1 0 565045286 4616228864 795371 33554432000 4194304 6016207 140735960956912 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1127009 795371 734 445 0 1120553 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 4508036

[startup+1242.3 s]
/proc/loadavg: 2.00 2.14 2.58 3/178 3910
/proc/meminfo: memFree=9135680/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4508036 CPUtime=1242.34 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 882790 0 0 0 124128 106 0 0 25 0 1 0 565045286 4616228864 795371 33554432000 4194304 6016207 140735960956912 18446744073709551615 4426272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1127009 795371 734 445 0 1120553 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4508036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.11 2.54 3/178 3911
/proc/meminfo: memFree=9104404/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=4508036 CPUtime=1300.04 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4202496 883016 0 0 0 129898 106 0 0 25 0 1 0 565045286 4616228864 795597 33554432000 4194304 6016207 140735960956912 18446744073709551615 4424188 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3732/statm: 1127009 795597 734 445 0 1120553 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 4508036

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.00 2.11 2.54 3/178 3911
/proc/meminfo: memFree=9104404/32950928 swapFree=67111528/67111528
[pid=3732] ppid=3730 vsize=0 CPUtime=1300.14 cores=4,6
/proc/3732/stat : 3732 (qutersat_releas) R 3730 3732 3507 0 -1 4194308 883021 0 0 0 129898 116 0 0 25 0 1 0 565045286 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/3732/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.14
CPU time (s): 1300.18
CPU user time (s): 1298.99
CPU system time (s): 1.18882
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4508036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.99
system time used= 1.18882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 883021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1918

runsolver used 2.37864 second user time and 4.49232 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 18:15:46
IDJOB=3281573
IDBENCH=69571
IDSOLVER=1607
FILE ID=node114/3281573-1303748144
RUNJOBID= node114-1303746813-3532
PBS_JOBID= 13154048
Free space on /tmp= 71580 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281573-1303748144/watcher-3281573-1303748144 -o /tmp/evaluation-result-3281573-1303748144/solver-3281573-1303748144 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3281573-1303748144.cnf 1348359459

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1348359459

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12389748 kB
Buffers:       2307880 kB
Cached:       16470420 kB
SwapCached:          0 kB
Active:       10535896 kB
Inactive:      9432364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12389748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           82672 kB
Writeback:           0 kB
AnonPages:     1189380 kB
Mapped:          18564 kB
Slab:           526680 kB
PageTables:       7564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1726228 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= 71584 MiB
End job on node114 at 2011-04-25 18:37:28