Trace number 3282079

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.06 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
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.00/0.01	c Parse Cnf success: #var: 8527 #clause: 25484
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :       8494 AvgFaninNum: 2
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 1 Undef Var: 33
0.00/0.03	c After covering, Total Root: 1 Leaf: 33
0.00/0.03	c Variable( cover/uncovered/unused ): 8527 0 0
0.00/0.03	c Unit Clauses: 2
0.00/0.03	c Binary Clauses( cover/uncovered ): 16988 0
0.00/0.03	c Clauses( cover/uncovered ): 8494 0
0.00/0.03	c Total Clauses( cover/uncovered ): 25484 0 100%
0.00/0.03	c Covered Ands: 8494 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: nan max size: 0
0.00/0.03	c Final circuit: i/l/o/s      32       0       1      8494
0.00/0.03	c CnfToAig: Time: 0.02 s
0.00/0.08	c TmMap: Set choices finish.
0.00/0.09	c TmMap: Set big and: 3254
0.00/0.09	c TmMap: Origin: 8527 ClauseNum: 25482 --> New: 5827 ClauseNum: 19960
0.00/0.09	c TmMap: Time: 0.01
0.09/0.15	c Simulation --> TransNum: 19414/19960 Try to Add: #clause: 6204 #xorclause: 2493
0.09/0.15	c #var: 5825 #clauses: 2938 Solving... 
18.99/19.05	c Abstract SAT
18.99/19.06	c Simulation --> TransNum: 19512/19960 Try to Add: #clause: 2 #xorclause: 0
18.99/19.06	c #var: 5825 #clauses: 5427 Solving... 
19.29/19.37	c Abstract SAT
19.29/19.38	c Simulation --> TransNum: 19530/19960 Try to Add: #clause: 18 #xorclause: 0
19.29/19.38	c #var: 5825 #clauses: 5524 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/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-3282079-1303748308/watcher-3282079-1303748308 -o /tmp/evaluation-result-3282079-1303748308/solver-3282079-1303748308 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282079-1303748308.cnf 1404726954 

running on 2 cores: 5,7

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.89 3.80 3.10 5/189 27367
/proc/meminfo: memFree=9140000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=32360 CPUtime=0 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 1680 0 0 0 0 0 0 0 17 0 1 0 565061446 33136640 1614 33554432000 4194304 6016207 140736206385152 18446744073709551615 47548225786024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 8090 1622 365 445 0 1634 0

[startup+0.103233 s]
/proc/loadavg: 3.89 3.80 3.10 5/189 27367
/proc/meminfo: memFree=9140000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=45804 CPUtime=0.09 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5434 0 0 0 9 0 0 0 18 0 1 0 565061446 46903296 5368 33554432000 4194304 6016207 140736206385152 18446744073709551615 4246349 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 11451 5368 681 445 0 4995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45804

[startup+0.201212 s]
/proc/loadavg: 3.89 3.80 3.10 5/189 27367
/proc/meminfo: memFree=9140000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=54008 CPUtime=0.19 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5607 0 0 0 19 0 0 0 18 0 1 0 565061446 55304192 5541 33554432000 4194304 6016207 140736206385152 18446744073709551615 4580526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 13502 5541 702 445 0 7046 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54008

[startup+0.301193 s]
/proc/loadavg: 3.89 3.80 3.10 5/189 27367
/proc/meminfo: memFree=9140000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=54008 CPUtime=0.29 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5631 0 0 0 29 0 0 0 18 0 1 0 565061446 55304192 5565 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 13502 5565 716 445 0 7046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54008

[startup+0.701121 s]
/proc/loadavg: 3.89 3.80 3.10 5/189 27367
/proc/meminfo: memFree=9140000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=54008 CPUtime=0.69 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5661 0 0 0 69 0 0 0 18 0 1 0 565061446 55304192 5595 33554432000 4194304 6016207 140736206385152 18446744073709551615 4379608 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 13502 5595 716 445 0 7046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54008

[startup+1.50096 s]
/proc/loadavg: 3.89 3.80 3.10 6/190 27368
/proc/meminfo: memFree=9119780/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=54008 CPUtime=1.49 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5730 0 0 0 149 0 0 0 19 0 1 0 565061446 55304192 5664 33554432000 4194304 6016207 140736206385152 18446744073709551615 4379640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 13502 5664 719 445 0 7046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54008

[startup+3.10066 s]
/proc/loadavg: 3.89 3.80 3.10 6/190 27368
/proc/meminfo: memFree=9118788/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=62676 CPUtime=3.09 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 5951 0 0 0 309 0 0 0 25 0 1 0 565061446 64180224 5885 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 15669 5885 719 445 0 9213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62676

[startup+6.30105 s]
/proc/loadavg: 3.90 3.80 3.10 6/190 27368
/proc/meminfo: memFree=9102688/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=71536 CPUtime=6.29 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 6331 0 0 0 629 0 0 0 25 0 1 0 565061446 73252864 6265 33554432000 4194304 6016207 140736206385152 18446744073709551615 4380855 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 17884 6265 719 445 0 11428 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71536

[startup+12.7008 s]
/proc/loadavg: 3.91 3.81 3.10 6/190 27368
/proc/meminfo: memFree=9098296/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=71536 CPUtime=12.69 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 6653 0 0 0 1268 1 0 0 25 0 1 0 565061446 73252864 6587 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 17884 6587 722 445 0 11428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71536

[startup+25.5004 s]
/proc/loadavg: 3.93 3.82 3.12 5/190 27369
/proc/meminfo: memFree=9080556/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=80608 CPUtime=25.49 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 8922 0 0 0 2548 1 0 0 25 0 1 0 565061446 82542592 8856 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 20152 8856 736 445 0 13696 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80608

[startup+51.1005 s]
/proc/loadavg: 3.95 3.83 3.14 5/190 27369
/proc/meminfo: memFree=8647864/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=100244 CPUtime=51.09 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 12543 0 0 0 5107 2 0 0 25 0 1 0 565061446 102649856 12477 33554432000 4194304 6016207 140736206385152 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 25061 12477 736 445 0 18605 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100244

[startup+102.301 s]
/proc/loadavg: 3.98 3.85 3.18 5/190 27398
/proc/meminfo: memFree=8766916/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=110372 CPUtime=102.3 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 15176 0 0 0 10227 3 0 0 25 0 1 0 565061446 113020928 15110 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 27593 15110 736 445 0 21137 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110372

[startup+162.3 s]
/proc/loadavg: 3.99 3.88 3.23 5/190 27399
/proc/meminfo: memFree=8681896/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=120760 CPUtime=162.29 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 19089 0 0 0 16225 4 0 0 25 0 1 0 565061446 123658240 19023 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 30190 19023 736 445 0 23734 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 120760

[startup+222.307 s]
/proc/loadavg: 3.99 3.90 3.28 5/190 27401
/proc/meminfo: memFree=8640284/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=131716 CPUtime=222.31 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 20189 0 0 0 22226 5 0 0 25 0 1 0 565061446 134877184 20123 33554432000 4194304 6016207 140736206385152 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 32929 20123 736 445 0 26473 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 131716

[startup+282.3 s]
/proc/loadavg: 3.99 3.91 3.32 5/190 27402
/proc/meminfo: memFree=8222188/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=131716 CPUtime=282.3 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 20476 0 0 0 28225 5 0 0 25 0 1 0 565061446 134877184 20410 33554432000 4194304 6016207 140736206385152 18446744073709551615 4379661 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 32929 20410 736 445 0 26473 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131716

[startup+342.301 s]
/proc/loadavg: 3.99 3.92 3.36 6/190 27404
/proc/meminfo: memFree=8005776/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=178084 CPUtime=342.3 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 20882 0 0 0 34225 5 0 0 25 0 1 0 565061446 182358016 20800 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 44521 20800 740 445 0 38065 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178084

[startup+402.3 s]
/proc/loadavg: 3.99 3.94 3.40 5/190 27406
/proc/meminfo: memFree=7924000/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=178084 CPUtime=402.3 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 21167 0 0 0 40225 5 0 0 25 0 1 0 565061446 182358016 21085 33554432000 4194304 6016207 140736206385152 18446744073709551615 4380487 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 44521 21085 740 445 0 38065 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178084

[startup+462.301 s]
/proc/loadavg: 3.99 3.94 3.43 6/190 27407
/proc/meminfo: memFree=7848992/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=178084 CPUtime=462.31 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 21648 0 0 0 46225 6 0 0 25 0 1 0 565061446 182358016 21562 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 44521 21562 736 445 0 38065 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 178084

[startup+522.301 s]
/proc/loadavg: 4.06 3.98 3.47 5/190 27409
/proc/meminfo: memFree=7166080/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=522.31 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 27062 0 0 0 52225 6 0 0 25 0 1 0 565061446 232525824 26976 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 26976 736 445 0 50313 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 227076

[startup+582.3 s]
/proc/loadavg: 4.02 3.98 3.50 5/187 27414
/proc/meminfo: memFree=12656132/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=582.31 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 27098 0 0 0 58225 6 0 0 25 0 1 0 565061446 232525824 27012 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 27012 736 445 0 50313 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 227076

[startup+642.301 s]
/proc/loadavg: 3.48 3.84 3.48 4/184 27429
/proc/meminfo: memFree=12954924/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=642.32 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 27745 0 0 0 64225 7 0 0 25 0 1 0 565061446 232525824 27659 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 27659 736 445 0 50313 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 227076

[startup+702.3 s]
/proc/loadavg: 3.17 3.68 3.45 4/184 27431
/proc/meminfo: memFree=12951592/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=702.32 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 27746 0 0 0 70225 7 0 0 25 0 1 0 565061446 232525824 27660 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 27660 736 445 0 50313 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 227076

[startup+762.301 s]
/proc/loadavg: 3.10 3.57 3.43 5/184 27432
/proc/meminfo: memFree=12945856/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=762.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 27821 0 0 0 76226 7 0 0 25 0 1 0 565061446 232525824 27731 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 27731 736 445 0 50313 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 227076

[startup+822.3 s]
/proc/loadavg: 3.04 3.46 3.40 4/184 27434
/proc/meminfo: memFree=12921808/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=822.32 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 30230 0 0 0 82225 7 0 0 25 0 1 0 565061446 232525824 30115 33554432000 4194304 6016207 140736206385152 18446744073709551615 4427217 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 30115 736 445 0 50313 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 227076

[startup+882.307 s]
/proc/loadavg: 3.01 3.38 3.37 4/184 27436
/proc/meminfo: memFree=12907880/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=227076 CPUtime=882.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 33595 0 0 0 88224 9 0 0 25 0 1 0 565061446 232525824 33452 33554432000 4194304 6016207 140736206385152 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 56769 33452 736 445 0 50313 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 227076

[startup+942.301 s]
/proc/loadavg: 3.00 3.31 3.34 5/184 27437
/proc/meminfo: memFree=12905628/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=942.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 34027 0 0 0 94224 9 0 0 25 0 1 0 565061446 285532160 33842 33554432000 4194304 6016207 140736206385152 18446744073709551615 4381029 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 33842 736 445 0 63254 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 278840

[startup+1002.3 s]
/proc/loadavg: 3.00 3.25 3.32 4/184 27439
/proc/meminfo: memFree=12888492/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1002.32 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 37212 0 0 0 100223 9 0 0 25 0 1 0 565061446 285532160 37027 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 37027 736 445 0 63254 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 278840

[startup+1062.3 s]
/proc/loadavg: 3.00 3.20 3.30 5/184 27440
/proc/meminfo: memFree=12886988/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1062.32 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 37569 0 0 0 106223 9 0 0 25 0 1 0 565061446 285532160 37384 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 37384 736 445 0 63254 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 278840

[startup+1122.3 s]
/proc/loadavg: 3.00 3.16 3.27 4/184 27442
/proc/meminfo: memFree=12875536/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1122.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 39471 0 0 0 112223 10 0 0 25 0 1 0 565061446 285532160 39286 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425159 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 39286 736 445 0 63254 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 278840

[startup+1182.3 s]
/proc/loadavg: 2.51 3.00 3.21 3/178 27461
/proc/meminfo: memFree=13307016/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1182.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 42552 0 0 0 118222 11 0 0 25 0 1 0 565061446 285532160 34182 33554432000 4194304 6016207 140736206385152 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 34182 736 445 0 63254 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 278840

[startup+1242.3 s]
/proc/loadavg: 2.25 2.83 3.14 3/178 27466
/proc/meminfo: memFree=13298244/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1242.33 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 43838 0 0 0 124222 11 0 0 25 0 1 0 565061446 285532160 35468 33554432000 4194304 6016207 140736206385152 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 35468 736 445 0 63254 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 278840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.09 2.68 3.06 3/178 27468
/proc/meminfo: memFree=13291504/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1300.05 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 44752 0 0 0 129993 12 0 0 25 0 1 0 565061446 285532160 36382 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 36382 736 445 0 63254 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 278840

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

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

[startup+1300 s]
/proc/loadavg: 2.09 2.68 3.06 3/178 27468
/proc/meminfo: memFree=13291504/32950928 swapFree=67111524/67111528
[pid=27367] ppid=27365 vsize=278840 CPUtime=1300.05 cores=5,7
/proc/27367/stat : 27367 (qutersat_releas) R 27365 27367 27092 0 -1 4202496 44752 0 0 0 129993 12 0 0 25 0 1 0 565061446 285532160 36382 33554432000 4194304 6016207 140736206385152 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27367/statm: 69710 36382 736 445 0 63254 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 278840

Child status: 1
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.93
CPU system time (s): 0.12998
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 278840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44757
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= 15
involuntary context switches= 1433

runsolver used 1.91571 second user time and 5.18321 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 18:18:28
IDJOB=3282079
IDBENCH=70775
IDSOLVER=1607
FILE ID=node115/3282079-1303748308
RUNJOBID= node115-1303746813-27113
PBS_JOBID= 13154047
Free space on /tmp= 72340 MiB

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

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1404726954

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9140148 kB
Buffers:       2286988 kB
Cached:       16727872 kB
SwapCached:          4 kB
Active:       11768048 kB
Inactive:     11480044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9140148 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          284476 kB
Writeback:           0 kB
AnonPages:     4232484 kB
Mapped:          20224 kB
Slab:           489220 kB
PageTables:      14620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5059368 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= 72672 MiB
End job on node115 at 2011-04-25 18:40:10