Trace number 3282125

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.08 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.14	c Parse Cnf success: #var: 75103 #clause: 225116
0.09/0.14	c Find Units :          2
0.09/0.15	c Find Invs  :          0
0.09/0.19	c Find Ands  :      75038 AvgFaninNum: 2
0.09/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.21	c Find Ite   :          0
0.19/0.25	c UnDirect variable: 0
0.19/0.25	c UnDirect to Direct Gate: 0
0.19/0.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.26	c Break Cycle : 0
0.19/0.26	c Total Root : 1 Undef Var: 65
0.29/0.32	c After covering, Total Root: 1 Leaf: 65
0.29/0.32	c Variable( cover/uncovered/unused ): 75103 0 0
0.29/0.32	c Unit Clauses: 2
0.29/0.32	c Binary Clauses( cover/uncovered ): 150076 0
0.29/0.32	c Clauses( cover/uncovered ): 75038 0
0.29/0.32	c Total Clauses( cover/uncovered ): 225116 0 100%
0.29/0.32	c Covered Ands: 75038 Invs: 0 Xors: 0 Ites: 0
0.29/0.32	c Uncover Clauses avg size: nan max size: 0
0.29/0.32	c Final circuit: i/l/o/s      64       0       1     75038
0.29/0.32	c CnfToAig: Time: 0.32 s
0.69/0.76	c TmMap: Set choices finish.
0.79/0.80	c TmMap: Set big and: 18078
0.79/0.80	c TmMap: Origin: 75103 ClauseNum: 225114 --> New: 36288 ClauseNum: 154652
0.79/0.80	c TmMap: Time: 0.09
1.19/1.29	c Simulation --> TransNum: 108400/154652 Try to Add: #clause: 48553 #xorclause: 10045
1.29/1.34	c #var: 36286 #clauses: 56163 Solving... 
4.40/4.49	c Abstract SAT
4.49/4.56	c Simulation --> TransNum: 140432/154652 Try to Add: #clause: 4540 #xorclause: 0
4.49/4.56	c #var: 36286 #clauses: 48646 Solving... 
7.60/7.61	c Abstract SAT
7.60/7.69	c Simulation --> TransNum: 140433/154652 Try to Add: #clause: 1 #xorclause: 0
7.60/7.69	c #var: 36286 #clauses: 48629 Solving... 
7.79/7.83	c Abstract SAT
7.79/7.83	c Simulation --> TransNum: 154652/154652 Try to Add: #clause: 14219 #xorclause: 0
7.79/7.83	c #var: 36286 #clauses: 61382 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-3282125-1303748330/watcher-3282125-1303748330 -o /tmp/evaluation-result-3282125-1303748330/solver-3282125-1303748330 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282125-1303748330.cnf 1404726954 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.98 3.94 3.17 5/189 19000
/proc/meminfo: memFree=15499452/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=34128 CPUtime=0 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 2173 0 0 0 0 0 0 0 25 0 1 0 486433511 34947072 2108 33554432000 4194304 6016207 140735344365728 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 8532 2111 379 445 0 2076 0

[startup+0.0360281 s]
/proc/loadavg: 3.98 3.94 3.17 5/189 19000
/proc/meminfo: memFree=15499452/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=40272 CPUtime=0.02 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 3806 0 0 0 2 0 0 0 25 0 1 0 486433511 41238528 3741 33554432000 4194304 6016207 140735344365728 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 10068 3742 379 445 0 3612 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40272

[startup+0.101031 s]
/proc/loadavg: 3.98 3.94 3.17 5/189 19000
/proc/meminfo: memFree=15499452/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=53584 CPUtime=0.09 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 7080 0 0 0 8 1 0 0 25 0 1 0 486433511 54870016 7015 33554432000 4194304 6016207 140735344365728 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 13396 7015 379 445 0 6940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53584

[startup+0.300965 s]
/proc/loadavg: 3.98 3.94 3.17 5/189 19000
/proc/meminfo: memFree=15499452/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=62928 CPUtime=0.29 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 9447 0 0 0 28 1 0 0 25 0 1 0 486433511 64438272 9382 33554432000 4194304 6016207 140735344365728 18446744073709551615 4315424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 15732 9382 400 445 0 9276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62928

[startup+0.700921 s]
/proc/loadavg: 3.98 3.94 3.17 5/189 19000
/proc/meminfo: memFree=15499452/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=91984 CPUtime=0.69 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 17131 0 0 0 68 1 0 0 25 0 1 0 486433511 94191616 17066 33554432000 4194304 6016207 140735344365728 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 22996 17066 670 445 0 16540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91984

[startup+1.50078 s]
/proc/loadavg: 3.98 3.94 3.17 5/190 19001
/proc/meminfo: memFree=15423432/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=111680 CPUtime=1.49 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 20072 0 0 0 147 2 0 0 18 0 1 0 486433511 114360320 20007 33554432000 4194304 6016207 140735344365728 18446744073709551615 4426948 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 27920 20007 698 445 0 21464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111680

[startup+3.10048 s]
/proc/loadavg: 3.98 3.94 3.17 5/190 19001
/proc/meminfo: memFree=15419836/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=169024 CPUtime=3.09 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 32365 0 0 0 305 4 0 0 21 0 1 0 486433511 173080576 32300 33554432000 4194304 6016207 140735344365728 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 42256 32300 702 445 0 35800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169024

[startup+6.30085 s]
/proc/loadavg: 3.98 3.94 3.18 5/190 19002
/proc/meminfo: memFree=15337556/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=205284 CPUtime=6.29 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 40574 0 0 0 623 6 0 0 25 0 1 0 486433511 210210816 40479 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 51321 40479 723 445 0 44865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 205284

[startup+12.7007 s]
/proc/loadavg: 3.98 3.94 3.18 5/190 19002
/proc/meminfo: memFree=15317356/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=239988 CPUtime=12.69 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 44196 0 0 0 1263 6 0 0 25 0 1 0 486433511 245747712 44101 33554432000 4194304 6016207 140735344365728 18446744073709551615 4427003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 59997 44101 723 445 0 53541 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 239988

[startup+25.5003 s]
/proc/loadavg: 3.98 3.94 3.19 5/190 19002
/proc/meminfo: memFree=15259676/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=265844 CPUtime=25.5 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 52850 0 0 0 2541 9 0 0 25 0 1 0 486433511 272224256 52735 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425146 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 66461 52735 736 445 0 60005 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 265844

[startup+51.1006 s]
/proc/loadavg: 3.99 3.94 3.21 5/190 19003
/proc/meminfo: memFree=15185020/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=341704 CPUtime=51.1 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 64879 0 0 0 5099 11 0 0 25 0 1 0 486433511 349904896 64700 33554432000 4194304 6016207 140735344365728 18446744073709551615 4538721 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 85426 64700 736 445 0 78970 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 341704

[startup+102.307 s]
/proc/loadavg: 4.07 3.97 3.26 5/190 19004
/proc/meminfo: memFree=15092124/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=441108 CPUtime=102.3 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 75595 0 0 0 10216 14 0 0 25 0 1 0 486433511 451694592 75314 33554432000 4194304 6016207 140735344365728 18446744073709551615 4668624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 110277 75314 736 445 0 103821 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 441108

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.30 5/190 19006
/proc/meminfo: memFree=15043112/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=493656 CPUtime=162.29 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 84886 0 0 0 16213 16 0 0 25 0 1 0 486433511 505503744 84467 33554432000 4194304 6016207 140735344365728 18446744073709551615 4622208 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 123414 84467 736 445 0 116958 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 493656

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.34 5/190 19007
/proc/meminfo: memFree=15012208/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=493656 CPUtime=222.29 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 89482 0 0 0 22212 17 0 0 25 0 1 0 486433511 505503744 89063 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 123414 89063 736 445 0 116958 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 493656

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.38 5/190 19009
/proc/meminfo: memFree=14986024/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=493656 CPUtime=282.3 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 90139 0 0 0 28213 17 0 0 25 0 1 0 486433511 505503744 89527 33554432000 4194304 6016207 140735344365728 18446744073709551615 4378250 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 123414 89527 736 445 0 116958 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 493656

[startup+342.301 s]
/proc/loadavg: 3.78 3.92 3.40 4/184 19028
/proc/meminfo: memFree=15347676/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=493656 CPUtime=342.3 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 90538 0 0 0 34212 18 0 0 25 0 1 0 486433511 505503744 89926 33554432000 4194304 6016207 140735344365728 18446744073709551615 4380318 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 123414 89926 736 445 0 116958 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 493656

[startup+402.3 s]
/proc/loadavg: 3.28 3.75 3.37 4/184 19030
/proc/meminfo: memFree=15270388/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=493656 CPUtime=402.3 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 92363 0 0 0 40212 18 0 0 25 0 1 0 486433511 505503744 91751 33554432000 4194304 6016207 140735344365728 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 123414 91751 736 445 0 116958 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 493656

[startup+462.3 s]
/proc/loadavg: 3.10 3.61 3.34 4/184 19032
/proc/meminfo: memFree=15226472/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=556072 CPUtime=462.3 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 100693 0 0 0 46208 22 0 0 25 0 1 0 486433511 569417728 100076 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 139018 100076 736 445 0 132562 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 556072

[startup+522.3 s]
/proc/loadavg: 3.04 3.50 3.32 4/184 19033
/proc/meminfo: memFree=15235868/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=618816 CPUtime=522.31 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 105658 0 0 0 52206 25 0 0 25 0 1 0 486433511 633667584 100957 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 154704 100957 736 445 0 148248 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 618816

[startup+582.301 s]
/proc/loadavg: 3.01 3.40 3.30 4/184 19035
/proc/meminfo: memFree=15157596/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=618816 CPUtime=582.31 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 113518 0 0 0 58204 27 0 0 25 0 1 0 486433511 633667584 108817 33554432000 4194304 6016207 140735344365728 18446744073709551615 4426096 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 154704 108817 736 445 0 148248 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 618816

[startup+642.301 s]
/proc/loadavg: 3.00 3.33 3.27 4/184 19036
/proc/meminfo: memFree=15095816/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=642.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 122912 0 0 0 64202 30 0 0 25 0 1 0 486433511 700547072 118211 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425034 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 118211 736 445 0 164576 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 684128

[startup+702.301 s]
/proc/loadavg: 3.04 3.28 3.26 4/184 19038
/proc/meminfo: memFree=15014060/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=702.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 132388 0 0 0 70199 33 0 0 25 0 1 0 486433511 700547072 127687 33554432000 4194304 6016207 140735344365728 18446744073709551615 4424266 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 127687 736 445 0 164576 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 684128

[startup+762.307 s]
/proc/loadavg: 3.01 3.23 3.24 4/184 19040
/proc/meminfo: memFree=14968528/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=762.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 135196 0 0 0 76199 33 0 0 25 0 1 0 486433511 700547072 130495 33554432000 4194304 6016207 140735344365728 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 130495 736 445 0 164576 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 684128

[startup+822.301 s]
/proc/loadavg: 3.00 3.18 3.23 4/184 19041
/proc/meminfo: memFree=14907352/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=822.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 138257 0 0 0 82198 34 0 0 25 0 1 0 486433511 700547072 133556 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 133556 736 445 0 164576 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 684128

[startup+882.301 s]
/proc/loadavg: 3.10 3.18 3.22 4/184 19043
/proc/meminfo: memFree=14861688/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=882.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 142467 0 0 0 88196 36 0 0 25 0 1 0 486433511 700547072 137766 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 137766 736 445 0 164576 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 684128

[startup+942.3 s]
/proc/loadavg: 3.04 3.14 3.20 4/184 19044
/proc/meminfo: memFree=14858932/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=942.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 142659 0 0 0 94196 36 0 0 25 0 1 0 486433511 700547072 137958 33554432000 4194304 6016207 140735344365728 18446744073709551615 4379419 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 137958 736 445 0 164576 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 684128

[startup+1002.3 s]
/proc/loadavg: 3.01 3.11 3.18 4/184 19046
/proc/meminfo: memFree=14855048/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=684128 CPUtime=1002.32 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 142895 0 0 0 100196 36 0 0 25 0 1 0 486433511 700547072 138194 33554432000 4194304 6016207 140735344365728 18446744073709551615 4424171 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 171032 138194 736 445 0 164576 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 684128

[startup+1062.3 s]
/proc/loadavg: 3.00 3.09 3.17 4/184 19048
/proc/meminfo: memFree=14789548/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=754592 CPUtime=1062.33 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 159113 0 0 0 106192 41 0 0 25 0 1 0 486433511 772702208 154399 33554432000 4194304 6016207 140735344365728 18446744073709551615 4380440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 188648 154399 736 445 0 182192 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 754592

[startup+1122.3 s]
/proc/loadavg: 2.72 3.01 3.14 3/178 19067
/proc/meminfo: memFree=15453104/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=825128 CPUtime=1122.33 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 166428 0 0 0 112190 43 0 0 25 0 1 0 486433511 844931072 161714 33554432000 4194304 6016207 140735344365728 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 206282 161714 736 445 0 199826 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 825128

[startup+1182.3 s]
/proc/loadavg: 2.26 2.82 3.06 2/176 19070
/proc/meminfo: memFree=16042360/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=825128 CPUtime=1182.33 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 167466 0 0 0 118189 44 0 0 25 0 1 0 486433511 844931072 162752 33554432000 4194304 6016207 140735344365728 18446744073709551615 4379469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 206282 162752 736 445 0 199826 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 825128

[startup+1242.3 s]
/proc/loadavg: 1.46 2.49 2.93 2/172 19088
/proc/meminfo: memFree=16059604/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=825128 CPUtime=1242.33 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 168329 0 0 0 124189 44 0 0 25 0 1 0 486433511 844931072 163615 33554432000 4194304 6016207 140735344365728 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 206282 163615 736 445 0 199826 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 825128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.17 2.21 2.81 2/172 19090
/proc/meminfo: memFree=16059688/32951124 swapFree=67111528/67111528
[pid=19000] ppid=18998 vsize=825128 CPUtime=1300.04 cores=0,2
/proc/19000/stat : 19000 (qutersat_releas) R 18998 19000 18696 0 -1 4202496 168329 0 0 0 129960 44 0 0 25 0 1 0 486433511 844931072 163615 33554432000 4194304 6016207 140735344365728 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/19000/statm: 206282 163615 736 445 0 199826 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 825128

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.6
CPU system time (s): 0.480926
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 825128

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

runsolver used 2.21566 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-25 18:18:51
IDJOB=3282125
IDBENCH=70781
IDSOLVER=1607
FILE ID=node105/3282125-1303748330
RUNJOBID= node105-1303746813-18714
PBS_JOBID= 13154057
Free space on /tmp= 71848 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282125-1303748330/watcher-3282125-1303748330 -o /tmp/evaluation-result-3282125-1303748330/solver-3282125-1303748330 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282125-1303748330.cnf 1404726954

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1404726954

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:     32951124 kB
MemFree:      15499732 kB
Buffers:       2277280 kB
Cached:       13385380 kB
SwapCached:          0 kB
Active:        9546944 kB
Inactive:      7334668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15499732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6452 kB
Writeback:           0 kB
AnonPages:     1218388 kB
Mapped:          20208 kB
Slab:           503312 kB
PageTables:       7708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1561596 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= 71900 MiB
End job on node105 at 2011-04-25 18:40:33