Trace number 3283643

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) 1299.95 1300.08

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Set FPU double precision.
0.69/0.74	c Parse Cnf success: #var: 259234 #clause: 1387934
0.69/0.74	c Find Units :      13149
0.79/0.82	c Find Invs  :       1718
1.99/2.06	c Find Ands  :     120597 AvgFaninNum: 3.5682
1.99/2.06	c Find Xors  :          0 AvgFaninNum: nan
1.99/2.06	c Find Ite   :          0
1.99/2.06	c UnDirect variable: 0
1.99/2.06	c UnDirect to Direct Gate: 181
1.99/2.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.99/2.06	c Break Cycle : 52523
1.99/2.06	c Total Root : 8084 Undef Var: 214042
1.99/2.06	c After covering, Total Root: 22909 Leaf: 96052
1.99/2.06	c Variable( cover/uncovered/unused ): 141244 117990 0
1.99/2.06	c Unit Clauses: 13149
1.99/2.06	c Binary Clauses( cover/uncovered ): 126744 785947
1.99/2.06	c Clauses( cover/uncovered ): 45011 333593
1.99/2.06	c Total Clauses( cover/uncovered ): 184904 1119540 14.1749%
1.99/2.06	c Covered Ands: 45011 Invs: 181 Xors: 0 Ites: 0
2.09/2.16	c Uncover Clauses avg size: 2.44064 max size: 10
2.09/2.18	c Final circuit: i/l/o/s  209664       0 1026768   1562343
2.09/2.18	c CnfToAig: Time: 2.16 s
3.49/3.53	c TmMap: Set choices finish.
4.19/4.26	c TmMap: Set big and: 1065413
4.19/4.26	c TmMap: Origin: 1772008 ClauseNum: 4687029 --> New: 1275477 ClauseNum: 3691348
4.19/4.26	c TmMap: Time: 0.95
4.49/4.51	c Try to Add: #clause: 2132538 #xorclause: 0
4.79/4.89	c #var: 252338 #clauses: 360757 Solving... 
1299.86/1300.00	c Time Out !!
1299.86/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-3283643-1303759510/watcher-3283643-1303759510 -o /tmp/evaluation-result-3283643-1303759510/solver-3283643-1303759510 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283643-1303759510.cnf 864918930 

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: 0.14 0.38 1.44 5/193 15673
/proc/meminfo: memFree=18407196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=38440 CPUtime=0 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 2568 0 0 0 0 0 0 0 21 0 1 0 487549284 39362560 2503 33554432000 4194304 6016207 140733853991728 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 9610 2519 372 445 0 3154 0

[startup+0.0395711 s]
/proc/loadavg: 0.14 0.38 1.44 5/193 15673
/proc/meminfo: memFree=18407196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=46632 CPUtime=0.03 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 5275 0 0 0 3 0 0 0 21 0 1 0 487549284 47751168 5210 33554432000 4194304 6016207 140733853991728 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 11658 5210 379 445 0 5202 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 46632

[startup+0.100589 s]
/proc/loadavg: 0.14 0.38 1.44 5/193 15673
/proc/meminfo: memFree=18407196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=63016 CPUtime=0.09 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 9129 0 0 0 8 1 0 0 21 0 1 0 487549284 64528384 9064 33554432000 4194304 6016207 140733853991728 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 15754 9064 379 445 0 9298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63016

[startup+0.300546 s]
/proc/loadavg: 0.14 0.38 1.44 5/193 15673
/proc/meminfo: memFree=18407196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=87720 CPUtime=0.29 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 15033 0 0 0 27 2 0 0 22 0 1 0 487549284 89825280 14968 33554432000 4194304 6016207 140733853991728 18446744073709551615 4796955 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 21930 14969 379 445 0 15474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87720

[startup+0.700416 s]
/proc/loadavg: 0.14 0.38 1.44 5/193 15673
/proc/meminfo: memFree=18407196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=148008 CPUtime=0.69 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 29199 0 0 0 65 4 0 0 24 0 1 0 487549284 151560192 29134 33554432000 4194304 6016207 140733853991728 18446744073709551615 4307650 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15673/statm: 37002 29134 379 445 0 30546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148008

[startup+1.50031 s]
/proc/loadavg: 0.45 0.44 1.45 5/194 15674
/proc/meminfo: memFree=17991416/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=171728 CPUtime=1.49 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 34286 0 0 0 144 5 0 0 25 0 1 0 487549284 175849472 34221 33554432000 4194304 6016207 140733853991728 18446744073709551615 4268521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 42932 34221 400 445 0 36476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171728

[startup+3.10098 s]
/proc/loadavg: 0.45 0.44 1.45 6/194 15674
/proc/meminfo: memFree=17725064/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=454080 CPUtime=3.09 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 106835 0 0 0 296 13 0 0 25 0 1 0 487549284 464977920 106770 33554432000 4194304 6016207 140733853991728 18446744073709551615 4262113 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15673/statm: 113520 106770 670 445 0 107064 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 454080

[startup+6.30045 s]
/proc/loadavg: 0.73 0.50 1.46 5/194 15674
/proc/meminfo: memFree=16883220/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=707880 CPUtime=6.28 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 166787 0 0 0 609 19 0 0 25 0 1 0 487549284 724869120 162626 33554432000 4194304 6016207 140733853991728 18446744073709551615 4446335 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 176970 162628 700 445 0 170514 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 707880

[startup+12.7002 s]
/proc/loadavg: 1.00 0.56 1.48 5/194 15674
/proc/meminfo: memFree=16733800/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=707880 CPUtime=12.67 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 167533 0 0 0 1248 19 0 0 25 0 1 0 487549284 724869120 163371 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15673/statm: 176970 163371 700 445 0 170514 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 707880

[startup+25.501 s]
/proc/loadavg: 1.46 0.67 1.50 5/194 15674
/proc/meminfo: memFree=16482328/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=811816 CPUtime=25.46 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 192041 0 0 0 2524 22 0 0 25 0 1 0 487549284 831299584 187810 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 202954 187810 724 445 0 196498 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 811816

[startup+51.1002 s]
/proc/loadavg: 2.46 0.99 1.58 5/194 15729
/proc/meminfo: memFree=16222504/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=879468 CPUtime=51.01 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 205513 0 0 0 5077 24 0 0 25 0 1 0 487549284 900575232 201282 33554432000 4194304 6016207 140733853991728 18446744073709551615 4667700 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15673/statm: 219867 201282 731 445 0 213411 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 879468

[startup+102.307 s]
/proc/loadavg: 3.33 1.45 1.71 5/194 15757
/proc/meminfo: memFree=15111620/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1404400 CPUtime=102.12 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 297922 0 0 0 10178 34 0 0 25 0 1 0 487549284 1438105600 293691 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 351100 293691 731 445 0 344644 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 1404400

[startup+162.301 s]
/proc/loadavg: 3.79 1.93 1.85 5/194 15759
/proc/meminfo: memFree=14482284/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1626536 CPUtime=162.12 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 349103 0 0 0 16170 42 0 0 25 0 1 0 487549284 1665572864 344757 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 406634 344757 731 445 0 400178 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 1626536

[startup+222.301 s]
/proc/loadavg: 3.92 2.30 1.98 5/194 15761
/proc/meminfo: memFree=14072820/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1792372 CPUtime=222.13 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 371124 0 0 0 22168 45 0 0 25 0 1 0 487549284 1835388928 366533 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 448093 366533 731 445 0 441637 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 1792372

[startup+282.301 s]
/proc/loadavg: 4.05 2.62 2.11 6/194 15762
/proc/meminfo: memFree=13829268/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1825168 CPUtime=282.13 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 391208 0 0 0 28165 48 0 0 25 0 1 0 487549284 1868972032 386617 33554432000 4194304 6016207 140733853991728 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 456292 386617 731 445 0 449836 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 1825168

[startup+342.3 s]
/proc/loadavg: 4.02 2.87 2.23 6/194 15764
/proc/meminfo: memFree=13639780/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1892636 CPUtime=342.13 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 414694 0 0 0 34161 52 0 0 25 0 1 0 487549284 1938059264 410103 33554432000 4194304 6016207 140733853991728 18446744073709551615 4538604 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 473159 410103 731 445 0 466703 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 1892636

[startup+402.3 s]
/proc/loadavg: 4.00 3.07 2.34 5/194 15792
/proc/meminfo: memFree=14209784/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1909160 CPUtime=402.13 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 418841 0 0 0 40160 53 0 0 25 0 1 0 487549284 1954979840 414250 33554432000 4194304 6016207 140733853991728 18446744073709551615 4373565 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 477290 414250 731 445 0 470834 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1909160

[startup+462.3 s]
/proc/loadavg: 4.03 3.25 2.44 5/194 15794
/proc/meminfo: memFree=13346416/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1996908 CPUtime=462.13 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 422951 0 0 0 46159 54 0 0 25 0 1 0 487549284 2044833792 417886 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 499227 417886 731 445 0 492771 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1996908

[startup+522.3 s]
/proc/loadavg: 4.01 3.39 2.54 5/194 15796
/proc/meminfo: memFree=9854724/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1997036 CPUtime=522.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 429458 0 0 0 52158 56 0 0 25 0 1 0 487549284 2044964864 424367 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 499259 424367 731 445 0 492803 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1997036

[startup+582.3 s]
/proc/loadavg: 3.94 3.48 2.62 5/194 15825
/proc/meminfo: memFree=13377704/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=1997036 CPUtime=582.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 429673 0 0 0 58158 56 0 0 25 0 1 0 487549284 2044964864 424582 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 499259 424582 731 445 0 492803 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1997036

[startup+642.301 s]
/proc/loadavg: 3.98 3.57 2.70 5/194 15827
/proc/meminfo: memFree=11276728/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2070620 CPUtime=642.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 432644 0 0 0 64157 57 0 0 25 0 1 0 487549284 2120314880 427553 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 517655 427553 731 445 0 511199 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 2070620

[startup+702.301 s]
/proc/loadavg: 4.05 3.66 2.79 6/194 15855
/proc/meminfo: memFree=12403232/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145864 CPUtime=702.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 435619 0 0 0 70155 59 0 0 25 0 1 0 487549284 2197364736 430528 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425254 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536466 430528 731 445 0 530010 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 2145864

[startup+762.307 s]
/proc/loadavg: 4.02 3.72 2.86 5/194 15857
/proc/meminfo: memFree=12100792/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=762.15 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 440054 0 0 0 76155 60 0 0 25 0 1 0 487549284 2197495808 434963 33554432000 4194304 6016207 140733853991728 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 434963 731 445 0 530042 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 2145992

[startup+822.301 s]
/proc/loadavg: 4.00 3.77 2.93 5/194 15859
/proc/meminfo: memFree=11274736/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=822.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 440054 0 0 0 82154 60 0 0 25 0 1 0 487549284 2197495808 434963 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 434963 731 445 0 530042 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 2145992

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 2.99 5/194 15860
/proc/meminfo: memFree=10663380/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=882.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 440060 0 0 0 88154 60 0 0 25 0 1 0 487549284 2197495808 434969 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 434969 731 445 0 530042 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 2145992

[startup+942.301 s]
/proc/loadavg: 4.00 3.84 3.05 5/194 15862
/proc/meminfo: memFree=10425540/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=942.14 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 442254 0 0 0 94154 60 0 0 25 0 1 0 487549284 2197495808 437163 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 437163 731 445 0 530042 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 2145992

[startup+1002.3 s]
/proc/loadavg: 4.03 3.88 3.12 5/194 15863
/proc/meminfo: memFree=10020664/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1002.15 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 447557 0 0 0 100153 62 0 0 25 0 1 0 487549284 2197495808 442466 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 442466 731 445 0 530042 0
Current children cumulated CPU time (s) 1002.15
Current children cumulated vsize (KiB) 2145992

[startup+1062.3 s]
/proc/loadavg: 4.05 3.91 3.17 5/194 15865
/proc/meminfo: memFree=9847916/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1062.15 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 447722 0 0 0 106153 62 0 0 25 0 1 0 487549284 2197495808 442630 33554432000 4194304 6016207 140733853991728 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 442630 731 445 0 530042 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 2145992

[startup+1122.3 s]
/proc/loadavg: 4.02 3.93 3.22 6/194 15867
/proc/meminfo: memFree=9515196/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1122.15 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 449825 0 0 0 112153 62 0 0 25 0 1 0 487549284 2197495808 444707 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 444707 731 445 0 530042 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 2145992

[startup+1182.3 s]
/proc/loadavg: 4.11 3.97 3.28 6/194 15868
/proc/meminfo: memFree=9389328/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1182.15 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 450174 0 0 0 118153 62 0 0 25 0 1 0 487549284 2197495808 445029 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 445029 731 445 0 530042 0
Current children cumulated CPU time (s) 1182.15
Current children cumulated vsize (KiB) 2145992

[startup+1242.3 s]
/proc/loadavg: 4.04 3.97 3.32 5/194 15924
/proc/meminfo: memFree=15324332/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1242.16 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 450203 0 0 0 124154 62 0 0 25 0 1 0 487549284 2197495808 445030 33554432000 4194304 6016207 140733853991728 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 445030 731 445 0 530042 0
Current children cumulated CPU time (s) 1242.16
Current children cumulated vsize (KiB) 2145992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.36 5/194 15925
/proc/meminfo: memFree=11077928/32951124 swapFree=67111416/67111528
[pid=15673] ppid=15671 vsize=2145992 CPUtime=1299.86 cores=4,6
/proc/15673/stat : 15673 (qutersat_releas) R 15671 15673 15612 0 -1 4202496 450206 0 0 0 129924 62 0 0 25 0 1 0 487549284 2197495808 444833 33554432000 4194304 6016207 140733853991728 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15673/statm: 536498 444833 731 445 0 530042 0
Current children cumulated CPU time (s) 1299.86
Current children cumulated vsize (KiB) 2145992

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.08
CPU time (s): 1299.95
CPU user time (s): 1299.25
CPU system time (s): 0.699893
CPU usage (%): 99.9896
Max. virtual memory (cumulated for all children) (KiB): 2145992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.699893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3925

runsolver used 2.28065 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:25:11
IDJOB=3283643
IDBENCH=71055
IDSOLVER=1607
FILE ID=node134/3283643-1303759510
RUNJOBID= node134-1303759504-15632
PBS_JOBID= 13157124
Free space on /tmp= 70984 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283643-1303759510/watcher-3283643-1303759510 -o /tmp/evaluation-result-3283643-1303759510/solver-3283643-1303759510 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283643-1303759510.cnf 864918930

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=864918930

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18407600 kB
Buffers:       2349044 kB
Cached:       11229280 kB
SwapCached:        108 kB
Active:        9468068 kB
Inactive:      4519492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18407600 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           85320 kB
Writeback:           0 kB
AnonPages:      408272 kB
Mapped:          17652 kB
Slab:           491348 kB
PageTables:       6424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   621820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71012 MiB
End job on node134 at 2011-04-25 21:46:53