Trace number 3282217

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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.06/0.10	c Parse Cnf success: #var: 47129 #clause: 141002
0.06/0.10	c Find Units :          2
0.08/0.10	c Find Invs  :          0
0.08/0.12	c Find Ands  :      47000 AvgFaninNum: 2
0.08/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.14	c Find Ite   :          0
0.08/0.16	c UnDirect variable: 0
0.08/0.16	c UnDirect to Direct Gate: 0
0.08/0.16	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.17	c Break Cycle : 0
0.08/0.17	c Total Root : 1 Undef Var: 129
0.19/0.20	c After covering, Total Root: 1 Leaf: 129
0.19/0.20	c Variable( cover/uncovered/unused ): 47129 0 0
0.19/0.20	c Unit Clauses: 2
0.19/0.20	c Binary Clauses( cover/uncovered ): 94000 0
0.19/0.20	c Clauses( cover/uncovered ): 47000 0
0.19/0.20	c Total Clauses( cover/uncovered ): 141002 0 100%
0.19/0.20	c Covered Ands: 47000 Invs: 0 Xors: 0 Ites: 0
0.19/0.20	c Uncover Clauses avg size: nan max size: 0
0.19/0.20	c Final circuit: i/l/o/s     128       0       1     47000
0.19/0.20	c CnfToAig: Time: 0.2 s
0.38/0.48	c TmMap: Set choices finish.
0.49/0.52	c TmMap: Set big and: 21740
0.49/0.52	c TmMap: Origin: 47129 ClauseNum: 141000 --> New: 34094 ClauseNum: 118334
0.49/0.52	c TmMap: Time: 0.06
0.79/0.89	c Simulation --> TransNum: 116818/118334 Try to Add: #clause: 43966 #xorclause: 11849
0.89/0.93	c #var: 33776 #clauses: 22476 Solving... 
10.79/10.82	c Abstract SAT
10.79/10.87	c Simulation --> TransNum: 118014/118334 Try to Add: #clause: 192 #xorclause: 127
10.79/10.87	c #var: 34092 #clauses: 40459 Solving... 
331.98/332.02	c Abstract SAT
331.98/332.08	c Simulation --> TransNum: 118192/118334 Try to Add: #clause: 48 #xorclause: 0
331.98/332.08	c #var: 34092 #clauses: 40261 Solving... 
377.98/378.07	c Abstract SAT
377.98/378.07	c Simulation --> TransNum: 118334/118334 Try to Add: #clause: 142 #xorclause: 0
377.98/378.07	c #var: 34092 #clauses: 40394 Solving... 
1299.96/1300.00	c Time Out !!
1299.96/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-3282217-1303748481/watcher-3282217-1303748481 -o /tmp/evaluation-result-3282217-1303748481/solver-3282217-1303748481 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282217-1303748481.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: 4.00 3.98 3.31 4/189 26396
/proc/meminfo: memFree=5885472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=26264 CPUtime=0 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4194304 262 0 0 0 0 0 0 0 25 0 1 0 565078743 26894336 212 33554432000 4194304 6016207 140737418617168 18446744073709551615 216730255463 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26396/statm: 6566 218 176 445 0 97 0

[startup+0.0838079 s]
/proc/loadavg: 4.00 3.98 3.31 4/189 26396
/proc/meminfo: memFree=5885472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=47296 CPUtime=0.06 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 5494 0 0 0 6 0 0 0 25 0 1 0 565078743 48431104 5429 33554432000 4194304 6016207 140737418617168 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 11824 5429 379 445 0 5368 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47296

[startup+0.100774 s]
/proc/loadavg: 4.00 3.98 3.31 4/189 26396
/proc/meminfo: memFree=5885472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=53440 CPUtime=0.08 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 6954 0 0 0 8 0 0 0 25 0 1 0 565078743 54722560 6889 33554432000 4194304 6016207 140737418617168 18446744073709551615 4281944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 13360 6889 384 445 0 6904 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53440

[startup+0.300783 s]
/proc/loadavg: 4.00 3.98 3.31 4/189 26396
/proc/meminfo: memFree=5885472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=55616 CPUtime=0.29 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 7922 0 0 0 28 1 0 0 25 0 1 0 565078743 56950784 7857 33554432000 4194304 6016207 140737418617168 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 13904 7858 670 445 0 7448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55616

[startup+0.7007 s]
/proc/loadavg: 4.00 3.98 3.31 4/189 26396
/proc/meminfo: memFree=5885472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=84628 CPUtime=0.69 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 14989 0 0 0 67 2 0 0 25 0 1 0 565078743 86659072 14924 33554432000 4194304 6016207 140737418617168 18446744073709551615 4245618 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 21157 14924 681 445 0 14701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84628

[startup+1.50057 s]
/proc/loadavg: 4.00 3.98 3.31 5/190 26397
/proc/meminfo: memFree=5824704/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=96928 CPUtime=1.48 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 15928 0 0 0 146 2 0 0 25 0 1 0 565078743 99254272 15863 33554432000 4194304 6016207 140737418617168 18446744073709551615 4387598 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 24232 15863 719 445 0 17776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 96928

[startup+3.10028 s]
/proc/loadavg: 4.00 3.98 3.31 5/190 26397
/proc/meminfo: memFree=5823092/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=106576 CPUtime=3.08 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 16720 0 0 0 306 2 0 0 25 0 1 0 565078743 109133824 16655 33554432000 4194304 6016207 140737418617168 18446744073709551615 4379640 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 26644 16655 719 445 0 20188 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 106576

[startup+6.30072 s]
/proc/loadavg: 4.00 3.98 3.31 5/190 26397
/proc/meminfo: memFree=5814908/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=126628 CPUtime=6.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 18649 0 0 0 625 3 0 0 25 0 1 0 565078743 129667072 18584 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424174 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 31657 18584 723 445 0 25201 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 126628

[startup+12.7006 s]
/proc/loadavg: 4.00 3.98 3.32 5/190 26397
/proc/meminfo: memFree=5794984/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=137600 CPUtime=12.69 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 22783 0 0 0 1265 4 0 0 25 0 1 0 565078743 140902400 22700 33554432000 4194304 6016207 140737418617168 18446744073709551615 4426964 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 34400 22700 736 445 0 27944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137600

[startup+25.5004 s]
/proc/loadavg: 4.00 3.98 3.32 5/190 26398
/proc/meminfo: memFree=5760748/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=149296 CPUtime=25.49 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 26578 0 0 0 2544 5 0 0 25 0 1 0 565078743 152879104 26495 33554432000 4194304 6016207 140737418617168 18446744073709551615 4380944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 37324 26495 736 445 0 30868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149296

[startup+51.1009 s]
/proc/loadavg: 4.00 3.98 3.34 5/190 26399
/proc/meminfo: memFree=5625128/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=173872 CPUtime=51.08 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 31380 0 0 0 5102 6 0 0 25 0 1 0 565078743 178044928 31293 33554432000 4194304 6016207 140737418617168 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 43468 31293 738 445 0 37012 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 173872

[startup+102.307 s]
/proc/loadavg: 4.04 4.00 3.38 5/190 26400
/proc/meminfo: memFree=4881472/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=174000 CPUtime=102.29 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 36133 0 0 0 10221 8 0 0 25 0 1 0 565078743 178176000 35988 33554432000 4194304 6016207 140737418617168 18446744073709551615 4381035 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 43500 35988 737 445 0 37044 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 174000

[startup+162.3 s]
/proc/loadavg: 4.08 4.01 3.42 5/190 26401
/proc/meminfo: memFree=4604308/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=296572 CPUtime=162.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 44535 0 0 0 16218 10 0 0 25 0 1 0 565078743 303689728 44329 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424428 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 74143 44329 737 445 0 67687 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 296572

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.46 5/190 26403
/proc/meminfo: memFree=4564848/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=473640 CPUtime=222.29 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 60400 0 0 0 22214 15 0 0 25 0 1 0 565078743 485007360 54760 33554432000 4194304 6016207 140737418617168 18446744073709551615 4425444 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 118410 54760 737 445 0 111954 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 473640

[startup+282.3 s]
/proc/loadavg: 4.04 4.02 3.49 5/190 26405
/proc/meminfo: memFree=3933176/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=473768 CPUtime=282.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 72809 0 0 0 28210 18 0 0 25 0 1 0 565078743 485138432 67169 33554432000 4194304 6016207 140737418617168 18446744073709551615 4378481 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 118442 67169 737 445 0 111986 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 473768

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.52 5/190 26406
/proc/meminfo: memFree=3493812/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=473768 CPUtime=342.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 79128 0 0 0 34209 19 0 0 25 0 1 0 565078743 485138432 73488 33554432000 4194304 6016207 140737418617168 18446744073709551615 4536260 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 118442 73488 737 445 0 111986 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 473768

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.55 5/190 26408
/proc/meminfo: memFree=3442700/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=473768 CPUtime=402.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 79143 0 0 0 40209 19 0 0 25 0 1 0 565078743 485138432 73503 33554432000 4194304 6016207 140737418617168 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 118442 73503 737 445 0 111986 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 473768

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 26409
/proc/meminfo: memFree=3292024/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=549388 CPUtime=462.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 87536 0 0 0 46205 23 0 0 25 0 1 0 565078743 562573312 81896 33554432000 4194304 6016207 140737418617168 18446744073709551615 4378517 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 137347 81896 737 445 0 130891 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 549388

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.60 5/190 26411
/proc/meminfo: memFree=2372296/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=549388 CPUtime=522.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 89611 0 0 0 52204 23 0 0 25 0 1 0 565078743 562573312 83971 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 137347 83971 737 445 0 130891 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 549388

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.63 5/190 26413
/proc/meminfo: memFree=2330852/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=626624 CPUtime=582.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 93362 0 0 0 58203 25 0 0 25 0 1 0 565078743 641662976 87722 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 156656 87722 737 445 0 150200 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 626624

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.65 5/190 26414
/proc/meminfo: memFree=2291760/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=626752 CPUtime=642.28 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 95873 0 0 0 64202 26 0 0 25 0 1 0 565078743 641794048 90233 33554432000 4194304 6016207 140737418617168 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 156688 90233 737 445 0 150232 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 626752

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 26416
/proc/meminfo: memFree=2234824/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=626752 CPUtime=702.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 95877 0 0 0 70201 26 0 0 25 0 1 0 565078743 641794048 90237 33554432000 4194304 6016207 140737418617168 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 156688 90237 737 445 0 150232 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 626752

[startup+762.307 s]
/proc/loadavg: 3.56 3.89 3.64 4/184 26434
/proc/meminfo: memFree=8500532/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=705836 CPUtime=762.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 97217 0 0 0 76201 26 0 0 25 0 1 0 565078743 722776064 91577 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 176459 91577 737 445 0 170003 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 705836

[startup+822.301 s]
/proc/loadavg: 3.20 3.72 3.60 4/184 26436
/proc/meminfo: memFree=8393000/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=705836 CPUtime=822.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 97218 0 0 0 82201 26 0 0 25 0 1 0 565078743 722776064 91578 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 176459 91578 737 445 0 170003 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 705836

[startup+882.301 s]
/proc/loadavg: 3.07 3.59 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=705964 CPUtime=882.26 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 98013 0 0 0 88200 26 0 0 25 0 1 0 565078743 722907136 92347 33554432000 4194304 6016207 140737418617168 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 176491 92347 737 445 0 170035 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 705964

[startup+942.301 s]
/proc/loadavg: 2.39 3.30 3.46 3/178 26456
/proc/meminfo: memFree=12259076/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=705964 CPUtime=942.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 102214 0 0 0 94200 27 0 0 25 0 1 0 565078743 722907136 96548 33554432000 4194304 6016207 140737418617168 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 176491 96548 737 445 0 170035 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 705964

[startup+1002.3 s]
/proc/loadavg: 2.14 3.06 3.37 3/178 26458
/proc/meminfo: memFree=12192832/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1002.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 118450 0 0 0 100197 30 0 0 25 0 1 0 565078743 888451072 112784 33554432000 4194304 6016207 140737418617168 18446744073709551615 4373485 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 112784 737 445 0 210451 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 867628

[startup+1062.3 s]
/proc/loadavg: 2.05 2.86 3.28 3/178 26462
/proc/meminfo: memFree=12155468/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1062.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 124768 0 0 0 106195 32 0 0 25 0 1 0 565078743 888451072 119102 33554432000 4194304 6016207 140737418617168 18446744073709551615 4379536 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 119102 737 445 0 210451 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 867628

[startup+1122.3 s]
/proc/loadavg: 1.45 2.55 3.14 2/172 26482
/proc/meminfo: memFree=13063676/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1122.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 132967 0 0 0 112194 33 0 0 25 0 1 0 565078743 888451072 127301 33554432000 4194304 6016207 140737418617168 18446744073709551615 4378514 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 127301 737 445 0 210451 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 867628

[startup+1182.3 s]
/proc/loadavg: 1.16 2.26 3.01 2/172 26484
/proc/meminfo: memFree=13063400/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1182.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 132980 0 0 0 118194 33 0 0 25 0 1 0 565078743 888451072 127292 33554432000 4194304 6016207 140737418617168 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 127292 737 445 0 210451 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 867628

[startup+1242.3 s]
/proc/loadavg: 1.06 2.03 2.88 2/172 26485
/proc/meminfo: memFree=13063240/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1242.27 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 132992 0 0 0 124194 33 0 0 25 0 1 0 565078743 888451072 127281 33554432000 4194304 6016207 140737418617168 18446744073709551615 4373410 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 127281 737 445 0 210451 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 867628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.86 2.77 2/172 26487
/proc/meminfo: memFree=13051924/32951124 swapFree=67102140/67111528
[pid=26396] ppid=26394 vsize=867628 CPUtime=1299.96 cores=0,2
/proc/26396/stat : 26396 (qutersat_releas) R 26394 26396 26036 0 -1 4202496 135850 0 0 0 129963 33 0 0 25 0 1 0 565078743 888451072 130139 33554432000 4194304 6016207 140737418617168 18446744073709551615 4373376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26396/statm: 216907 130139 737 445 0 210451 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 867628

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.01
CPU user time (s): 1299.64
CPU system time (s): 0.365944
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 867628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.64
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 4040

runsolver used 2.12668 second user time and 4.6123 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-25 18:21:21
IDJOB=3282217
IDBENCH=70791
IDSOLVER=1607
FILE ID=node119/3282217-1303748481
RUNJOBID= node119-1303746813-26054
PBS_JOBID= 13154043
Free space on /tmp= 71456 MiB

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

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1404726954

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5885620 kB
Buffers:       2217952 kB
Cached:       16971240 kB
SwapCached:       5504 kB
Active:       15473244 kB
Inactive:     10996492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5885620 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:     7277684 kB
Mapped:          20028 kB
Slab:           516612 kB
PageTables:      20300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8191792 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= 71896 MiB
End job on node119 at 2011-04-25 18:43:03