Trace number 4090617

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
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 7.32189 6.52677

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
MD5SUMbda3418eb2779577fc492619368d84b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark10.7754
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090617-1466065052.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     195
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 26 literals
0.56/0.34	c SATISFIABLE
0.56/0.34	c OPTIMIZING...
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.56/0.34	o 370
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.56/0.35	o 236
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.69/0.41	o 235
0.82/0.55	c cleaning 3137 clauses out of 6284 with flag 8769/6284
0.82/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
0.82/0.59	o 224
1.06/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
1.06/0.66	o 222
1.06/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.06/0.68	o 217
1.33/0.75	c cleaning 4588 clauses out of 9175 with flag 6573/12312
1.57/0.94	c cleaning 5290 clauses out of 10586 with flag 26462/18312
1.78/1.18	c cleaning 6146 clauses out of 12295 with flag 50199/25312
2.10/1.46	c cleaning 7071 clauses out of 14151 with flag 77403/33314
2.10/1.47	c Got one! Elapsed wall clock time (in seconds):1.363
2.10/1.47	o 202
2.30/1.64	c cleaning 6208 clauses out of 12420 with flag 17707/38654
2.39/1.76	c Got one! Elapsed wall clock time (in seconds):1.655
2.39/1.76	o 200
2.49/1.84	c cleaning 6058 clauses out of 12116 with flag 7483/44558
2.69/2.04	c cleaning 6028 clauses out of 12056 with flag 31086/50557
2.96/2.22	c Got one! Elapsed wall clock time (in seconds):2.114
2.96/2.22	o 195
3.16/2.42	c cleaning 8263 clauses out of 16540 with flag 19044/61070
3.37/2.65	c cleaning 7138 clauses out of 14277 with flag 41972/67070
3.47/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
3.47/2.75	o 184
3.57/2.83	c cleaning 6097 clauses out of 12199 with flag 7566/72131
3.77/3.04	c cleaning 6049 clauses out of 12103 with flag 30012/78133
3.87/3.11	c Got one! Elapsed wall clock time (in seconds):3.0
3.87/3.11	o 178
3.87/3.14	c Got one! Elapsed wall clock time (in seconds):3.035
3.87/3.14	o 164
3.97/3.22	c cleaning 5629 clauses out of 11270 with flag 7523/83350
4.08/3.34	c Got one! Elapsed wall clock time (in seconds):3.232
4.08/3.34	o 163
4.18/3.42	c cleaning 5760 clauses out of 11529 with flag 8642/89238
4.37/3.62	c cleaning 5877 clauses out of 11770 with flag 32904/95240
4.47/3.77	c Got one! Elapsed wall clock time (in seconds):3.668
4.47/3.77	o 148
4.57/3.82	c cleaning 5811 clauses out of 11626 with flag 3973/100974
4.67/3.90	c Got one! Elapsed wall clock time (in seconds):3.799
4.67/3.90	o 141
4.77/4.02	c cleaning 5795 clauses out of 11598 with flag 11515/106757
4.77/4.03	c Got one! Elapsed wall clock time (in seconds):3.92
4.77/4.03	o 140
4.77/4.05	c Got one! Elapsed wall clock time (in seconds):3.945
4.77/4.05	o 136
4.77/4.06	c Got one! Elapsed wall clock time (in seconds):3.957
4.77/4.06	o 134
4.87/4.14	c Got one! Elapsed wall clock time (in seconds):4.037
4.87/4.14	o 123
4.97/4.26	c cleaning 6444 clauses out of 12891 with flag 12141/113846
4.97/4.28	c Got one! Elapsed wall clock time (in seconds):4.17
4.97/4.28	o 121
5.17/4.47	c cleaning 5939 clauses out of 11890 with flag 19974/119289
5.27/4.54	c Got one! Elapsed wall clock time (in seconds):4.436
5.27/4.54	o 118
5.37/4.64	c Got one! Elapsed wall clock time (in seconds):4.53
5.37/4.64	o 110
5.37/4.68	c cleaning 5962 clauses out of 11932 with flag 4390/125270
5.67/4.90	c cleaning 5982 clauses out of 11969 with flag 29625/131269
5.87/5.18	c cleaning 6489 clauses out of 12986 with flag 59708/138268
6.17/5.44	c Got one! Elapsed wall clock time (in seconds):5.33
6.17/5.44	o 102
6.37/5.67	c cleaning 9282 clauses out of 18576 with flag 21417/150350
6.37/5.67	c Got one! Elapsed wall clock time (in seconds):5.562
6.37/5.67	o 81
6.47/5.77	c Got one! Elapsed wall clock time (in seconds):5.668
6.47/5.77	o 79
6.67/5.91	c cleaning 7571 clauses out of 15148 with flag 12834/156204
6.77/6.01	c Got one! Elapsed wall clock time (in seconds):5.906
6.77/6.01	o 49
6.87/6.14	c cleaning 6729 clauses out of 13472 with flag 13632/162103
7.07/6.37	c cleaning 6357 clauses out of 12738 with flag 39514/168103
7.27/6.52	c starts		: 204
7.27/6.52	c conflicts		: 171816
7.27/6.52	c decisions		: 276718
7.27/6.52	c propagations		: 3429953
7.27/6.52	c inspects		: 80681412
7.27/6.52	c shortcuts		: 0
7.27/6.52	c learnt literals	: 35
7.27/6.52	c learnt binary clauses	: 3
7.27/6.52	c learnt ternary clauses	: 81
7.27/6.52	c learnt constraints	: 171780
7.27/6.52	c ignored constraints	: 0
7.27/6.52	c root simplifications	: 0
7.27/6.52	c removed literals (reason simplification)	: 0
7.27/6.52	c reason swapping (by a shorter reason)	: 0
7.27/6.52	c Calls to reduceDB	: 26
7.27/6.52	c Number of update (reduction) of LBD	: 40343
7.27/6.52	c Imported unit clauses	: 0
7.27/6.52	c number of reductions to clauses (during analyze)	: 0
7.27/6.52	c number of learned constraints concerned by reduction	: 0
7.27/6.52	c number of learning phase by resolution	: 0
7.27/6.52	c number of learning phase by cutting planes	: 0
7.27/6.52	c speed (assignments/second)	: 540150.0787401575
7.27/6.52	c non guided choices	611
7.27/6.52	c learnt constraints type 
7.27/6.52	s OPTIMUM FOUND
7.27/6.52	c Found 26 solution(s)
7.27/6.52	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
7.27/6.52	c objective function=49
7.27/6.52	c Total wall clock time (in seconds): 6.411

Verifier Data

OK	49

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090617-1466065052/watcher-4090617-1466065052 -o /tmp/evaluation-result-4090617-1466065052/solver-4090617-1466065052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090617-1466065052.wbo 

pid=9836
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 1.91 4/194 9839
/proc/meminfo: memFree=31987928/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8549978 98570240 977 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 24065 977 743 9 0 16771 0
[pid=9839/tid=9840] ppid=9836 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8549979 98570240 977 33554432000 1073741824 1073778376 140733661257712 140540175167016 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.01 1.91 4/194 9839
/proc/meminfo: memFree=31987928/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 4445 0 1 0 9 1 0 0 20 0 18 0 8549978 9787879424 6077 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2389619 6077 2140 9 0 2380296 0
[pid=9839/tid=9840] ppid=9836 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2375 0 1 0 6 2 0 0 20 0 18 0 8549979 9787879424 6077 33554432000 1073741824 1073778376 140733661257712 140540175170464 140540165234655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.06 2.01 1.91 4/194 9839
/proc/meminfo: memFree=31987928/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 5731 0 1 0 24 2 0 0 20 0 19 0 8549978 9856040960 7922 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 7925 2224 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2406 0 1 0 16 2 0 0 20 0 19 0 8549979 9856040960 7927 33554432000 1073741824 1073778376 140733661257712 140540175172224 140540003822928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300255 s]
/proc/loadavg: 2.06 2.01 1.91 4/194 9839
/proc/meminfo: memFree=31987928/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 7277 0 1 0 54 2 0 0 20 0 19 0 8549978 9856040960 8730 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 8730 2244 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 19 0 8549979 9856040960 8730 33554432000 1073741824 1073778376 140733661257712 140540175172224 140540004191612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700209 s]
/proc/loadavg: 2.06 2.01 1.91 4/194 9839
/proc/meminfo: memFree=31987928/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 16769 0 1 0 130 3 0 0 20 0 19 0 8549978 9856040960 14920 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 14920 2258 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2407 0 1 0 66 2 0 0 20 0 19 0 8549979 9856040960 14920 33554432000 1073741824 1073778376 140733661257712 140540175172224 140540004190530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9858
/proc/meminfo: memFree=31927596/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 16782 0 1 0 217 3 0 0 20 0 19 0 8549978 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 16465 2260 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2411 0 1 0 146 2 0 0 20 0 19 0 8549979 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540175170088 140540004212803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9842] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9842/stat : 9842 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540136663208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9843] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9843/stat : 9843 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540135610664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9844] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9844/stat : 9844 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540134558120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9839/tid=9845] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9845/stat : 9845 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540133505576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9846] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9846/stat : 9846 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540132453032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9847] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9847/stat : 9847 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540131400488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9848] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9848/stat : 9848 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540130347944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9849] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9849/stat : 9849 (java) S 9836 9839 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140540129295400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9850] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9850/stat : 9850 (java) S 9836 9839 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539998476392 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9851] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9851/stat : 9851 (java) S 9836 9839 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539997422712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9852] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9852/stat : 9852 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539996370056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9853] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9853/stat : 9853 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549983 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539995318800 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9854] ppid=9836 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9839/task/9854/stat : 9854 (java) S 9836 9839 9094 0 -1 4202560 7837 0 0 0 33 2 0 0 20 0 19 0 8549984 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539994266168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9855] ppid=9836 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9839/task/9855/stat : 9855 (java) S 9836 9839 9094 0 -1 4202560 5261 0 0 0 34 0 0 0 20 0 19 0 8549984 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539993213624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9856] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9856/stat : 9856 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539992161272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9857] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9857/stat : 9857 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539991108936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9858] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9858/stat : 9858 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549995 9856040960 16465 33554432000 1073741824 1073778376 140733661257712 140539990053672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9858
/proc/meminfo: memFree=31909616/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 17928 0 1 0 383 4 0 0 20 0 19 0 8549978 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 18713 2260 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 8549979 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540175170088 140540004190586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9842] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9842/stat : 9842 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540136663208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9843] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9843/stat : 9843 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540135610664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9844] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9844/stat : 9844 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540134558120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9839/tid=9845] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9845/stat : 9845 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540133505576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9846] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9846/stat : 9846 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540132453032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9847] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9847/stat : 9847 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540131400488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9848] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9848/stat : 9848 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540130347944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9849] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9849/stat : 9849 (java) S 9836 9839 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140540129295400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9850] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9850/stat : 9850 (java) S 9836 9839 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539998476392 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9851] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9851/stat : 9851 (java) S 9836 9839 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539997422712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9852] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9852/stat : 9852 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539996370056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9853] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9853/stat : 9853 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549983 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539995318800 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9854] ppid=9836 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9839/task/9854/stat : 9854 (java) S 9836 9839 9094 0 -1 4202560 7837 0 0 0 33 2 0 0 20 0 19 0 8549984 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539994266168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9855] ppid=9836 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9839/task/9855/stat : 9855 (java) S 9836 9839 9094 0 -1 4202560 6401 0 0 0 41 0 0 0 20 0 19 0 8549984 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539993213624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9856] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9856/stat : 9856 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539992161272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9857] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9857/stat : 9857 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539991108936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9858] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9858/stat : 9858 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549995 9856040960 18713 33554432000 1073741824 1073778376 140733661257712 140539990053672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9858
/proc/meminfo: memFree=31877420/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 17939 0 1 0 703 4 0 0 20 0 19 0 8549978 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 21933 2261 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 8549979 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540175163696 140540004270661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9842] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9842/stat : 9842 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540136663208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9843] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9843/stat : 9843 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540135610664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9844] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9844/stat : 9844 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540134558120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9839/tid=9845] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9845/stat : 9845 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540133505576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9846] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9846/stat : 9846 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540132453032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9847] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9847/stat : 9847 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540131400488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9848] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9848/stat : 9848 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540130347944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9849] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9849/stat : 9849 (java) S 9836 9839 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540129295400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9850] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9850/stat : 9850 (java) S 9836 9839 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539998476392 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9851] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9851/stat : 9851 (java) S 9836 9839 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539997422712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9852] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9852/stat : 9852 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539996370056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9853] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9853/stat : 9853 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549983 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539995318800 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9854] ppid=9836 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9839/task/9854/stat : 9854 (java) S 9836 9839 9094 0 -1 4202560 7837 0 0 0 33 2 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539994266168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9855] ppid=9836 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9839/task/9855/stat : 9855 (java) S 9836 9839 9094 0 -1 4202560 6401 0 0 0 41 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539993213624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9856] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9856/stat : 9856 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539992161272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9857] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9857/stat : 9857 (java) S 9836 9839 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539991108936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9858] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9858/stat : 9858 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549995 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539990053672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9839 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40091 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9858
/proc/meminfo: memFree=31877420/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 17939 0 1 0 713 4 0 0 20 0 19 0 8549978 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 21933 2261 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=6.36 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2427 0 1 0 634 2 0 0 20 0 19 0 8549979 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540175163696 140540004271030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9842] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9842/stat : 9842 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540136663208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9843] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9843/stat : 9843 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540135610664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9844] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9844/stat : 9844 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540134558120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9839/tid=9845] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9845/stat : 9845 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540133505576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9846] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9846/stat : 9846 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540132453032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9847] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9847/stat : 9847 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540131400488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9848] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9848/stat : 9848 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540130347944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9849] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9849/stat : 9849 (java) S 9836 9839 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140540129295400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9850] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9850/stat : 9850 (java) S 9836 9839 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539998476392 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9851] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9851/stat : 9851 (java) S 9836 9839 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539997422712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9852] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9852/stat : 9852 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539996370056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9853] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9853/stat : 9853 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549983 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539995318800 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9854] ppid=9836 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9839/task/9854/stat : 9854 (java) S 9836 9839 9094 0 -1 4202560 7837 0 0 0 33 2 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539994266168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9855] ppid=9836 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9839/task/9855/stat : 9855 (java) S 9836 9839 9094 0 -1 4202560 6401 0 0 0 41 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539993213624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9856] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9856/stat : 9856 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539992161272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9857] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9857/stat : 9857 (java) S 9836 9839 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539991108936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9858] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9858/stat : 9858 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549995 9856040960 21933 33554432000 1073741824 1073778376 140733661257712 140539990053672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040

[startup+6.50072 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9858
/proc/meminfo: memFree=31877420/32872528 swapFree=7268/7268
[pid=9839] ppid=9836 vsize=9625040 CPUtime=7.27 cores=0,2,4,6
/proc/9839/stat : 9839 (java) S 9836 9839 9094 0 -1 4202496 17942 0 1 0 723 4 0 0 20 0 19 0 8549978 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140733661248848 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9839/statm: 2406260 22446 2262 9 0 2396937 0
[pid=9839/tid=9840] ppid=9836 vsize=9625040 CPUtime=6.46 cores=0,2,4,6
/proc/9839/task/9840/stat : 9840 (java) R 9836 9839 9094 0 -1 4202560 2429 0 1 0 644 2 0 0 20 0 19 0 8549979 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540175162344 140540004271025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9842] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9842/stat : 9842 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540136663208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9843] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9843/stat : 9843 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540135610664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9844] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9844/stat : 9844 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540134558120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9839/tid=9845] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9845/stat : 9845 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540133505576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9846] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9846/stat : 9846 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540132453032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9847] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9847/stat : 9847 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540131400488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9839/tid=9848] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9848/stat : 9848 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540130347944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9849] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9849/stat : 9849 (java) S 9836 9839 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549980 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140540129295400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9850] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9850/stat : 9850 (java) S 9836 9839 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539998476392 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9851] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9851/stat : 9851 (java) S 9836 9839 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539997422712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9852] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9852/stat : 9852 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549981 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539996370056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9853] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9853/stat : 9853 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549983 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539995318800 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9854] ppid=9836 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9839/task/9854/stat : 9854 (java) S 9836 9839 9094 0 -1 4202560 7837 0 0 0 33 2 0 0 20 0 19 0 8549984 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539994266168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9855] ppid=9836 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9839/task/9855/stat : 9855 (java) S 9836 9839 9094 0 -1 4202560 6401 0 0 0 41 0 0 0 20 0 19 0 8549984 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539993213624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9856] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9856/stat : 9856 (java) S 9836 9839 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539992161272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9839/tid=9857] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9857/stat : 9857 (java) S 9836 9839 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549984 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539991108936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9839/tid=9858] ppid=9836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9839/task/9858/stat : 9858 (java) S 9836 9839 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549995 9856040960 22446 33554432000 1073741824 1073778376 140733661257712 140539990053672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 6.52677
CPU time (s): 7.32189
CPU user time (s): 7.2509
CPU system time (s): 0.070989
CPU usage (%): 112.182
Max. virtual memory (cumulated for all children) (KiB): 9625652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2509
system time used= 0.070989
maximum resident set size= 89904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 398
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047992 second user time and 0.053991 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:32
IDJOB=4090617
IDBENCH=78813
IDSOLVER=2551
FILE ID=node151/4090617-1466065052
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090617-1466065052/watcher-4090617-1466065052 -o /tmp/evaluation-result-4090617-1466065052/solver-4090617-1466065052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090617-1466065052.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bda3418eb2779577fc492619368d84b3
RANDOM SEED=1838979117

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31987936 kB
Buffers:            4740 kB
Cached:            38820 kB
SwapCached:        61608 kB
Active:            99360 kB
Inactive:          81244 kB
Active(anon):      78636 kB
Inactive(anon):    61024 kB
Active(file):      20724 kB
Inactive(file):    20220 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1896 kB
Writeback:             0 kB
AnonPages:         82040 kB
Mapped:            15176 kB
Shmem:                 0 kB
Slab:             565664 kB
SReclaimable:       8772 kB
SUnreclaim:       556892 kB
KernelStack:        1584 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-16 10:17:38