Trace number 4122523

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 Res+CP PB16UNSAT 207.911 102.301

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n88-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM988cbdc1187e26877f8e6e6a3212d987
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.6349
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables132
Total number of constraints352
Number of constraints which are clauses352
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122523-1467310255.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.056s.
0.11/0.17	c declared #vars     132
0.11/0.17	c #constraints  352
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 352
0.11/0.17	c 352 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 352
0.11/0.17	c 352 constraints processed.
1.83/0.65	c cleaning 2494 clauses out of 5001 with flag 11968/5001
2.23/0.72	c cleaning 0 clauses out of 5002 with flag 0/5002
2.82/0.98	c cleaning 0 clauses out of 11000 with flag 0/11000
2.82/0.99	c cleaning 4251 clauses out of 8506 with flag 34506/11000
3.49/1.19	c cleaning 5624 clauses out of 11256 with flag 66519/18001
3.83/1.27	c cleaning 0 clauses out of 18000 with flag 0/18000
4.40/1.46	c cleaning 6813 clauses out of 13631 with flag 103626/26000
5.01/1.64	c cleaning 0 clauses out of 26001 with flag 0/26001
5.58/1.81	c cleaning 7909 clauses out of 15819 with flag 142821/35001
5.99/2.02	c cleaning 0 clauses out of 35001 with flag 0/35001
6.61/2.35	c cleaning 8953 clauses out of 17909 with flag 188814/45000
7.05/2.51	c cleaning 0 clauses out of 45001 with flag 0/45001
8.05/3.09	c cleaning 9976 clauses out of 19956 with flag 237568/56000
8.25/3.11	c cleaning 0 clauses out of 56001 with flag 0/56001
9.53/3.72	c cleaning 0 clauses out of 68001 with flag 0/68001
9.53/3.76	c cleaning 10984 clauses out of 21981 with flag 295032/68001
10.95/4.47	c cleaning 11994 clauses out of 23996 with flag 355042/81000
10.95/4.50	c cleaning 0 clauses out of 81001 with flag 0/81001
12.34/5.19	c cleaning 12994 clauses out of 26002 with flag 417369/95000
12.54/5.26	c cleaning 0 clauses out of 95000 with flag 0/95000
14.14/6.08	c cleaning 0 clauses out of 110000 with flag 0/110000
14.14/6.09	c cleaning 13999 clauses out of 28008 with flag 485582/110000
16.49/7.18	c cleaning 14998 clauses out of 30009 with flag 559577/126000
16.69/7.20	c cleaning 0 clauses out of 126000 with flag 0/126000
18.49/8.16	c cleaning 0 clauses out of 143000 with flag 0/143000
19.29/8.54	c cleaning 16000 clauses out of 32012 with flag 635392/143001
20.89/9.21	c cleaning 0 clauses out of 161000 with flag 0/161000
22.69/10.15	c cleaning 17002 clauses out of 34012 with flag 714281/161001
24.10/10.80	c cleaning 0 clauses out of 180000 with flag 0/180000
26.92/12.21	c cleaning 18001 clauses out of 36010 with flag 793275/180001
27.30/12.41	c cleaning 0 clauses out of 200000 with flag 0/200000
30.90/14.28	c cleaning 0 clauses out of 221000 with flag 0/221000
31.49/14.50	c cleaning 19001 clauses out of 38009 with flag 883341/200001
36.30/16.94	c cleaning 19999 clauses out of 40007 with flag 977269/221000
37.30/17.50	c cleaning 0 clauses out of 243000 with flag 0/243000
43.81/20.51	c cleaning 21004 clauses out of 42008 with flag 1074964/243000
45.62/21.41	c cleaning 0 clauses out of 266000 with flag 0/266000
49.81/23.57	c cleaning 21997 clauses out of 44005 with flag 1178410/266001
57.01/27.12	c cleaning 22999 clauses out of 46007 with flag 1287658/290000
64.63/30.92	c cleaning 24004 clauses out of 48009 with flag 1400027/315001
65.01/31.18	c cleaning 0 clauses out of 290001 with flag 0/290001
72.81/35.04	c cleaning 24996 clauses out of 50004 with flag 1511954/341000
80.81/39.01	c cleaning 25999 clauses out of 52008 with flag 1627926/368000
82.61/39.92	c cleaning 0 clauses out of 315001 with flag 0/315001
89.81/43.57	c cleaning 27005 clauses out of 54009 with flag 1747838/396000
91.82/44.59	c cleaning 0 clauses out of 341003 with flag 0/341003
98.84/47.95	c cleaning 27998 clauses out of 56005 with flag 1871118/425001
105.66/51.15	c cleaning 0 clauses out of 368001 with flag 0/368001
108.06/52.31	c cleaning 29002 clauses out of 58007 with flag 2000685/455001
117.88/57.25	c cleaning 30001 clauses out of 60006 with flag 2141966/486002
118.28/57.47	c cleaning 0 clauses out of 396001 with flag 0/396001
130.68/63.63	c cleaning 0 clauses out of 425001 with flag 0/425001
132.89/64.70	c cleaning 30999 clauses out of 62003 with flag 2297869/518000
140.29/68.41	c cleaning 0 clauses out of 455000 with flag 0/455000
148.29/72.49	c cleaning 32003 clauses out of 64005 with flag 2454754/551001
151.11/73.81	c cleaning 0 clauses out of 486001 with flag 0/486001
161.48/79.01	c cleaning 0 clauses out of 518000 with flag 0/518000
162.10/79.36	c cleaning 32999 clauses out of 66002 with flag 2614366/585001
172.29/84.46	c cleaning 0 clauses out of 551000 with flag 0/551000
175.89/86.23	c cleaning 33998 clauses out of 68002 with flag 2773742/620000
182.06/89.08	c cleaning 0 clauses out of 585000 with flag 0/585001
189.88/92.97	c cleaning 35001 clauses out of 70005 with flag 2939535/656001
194.89/95.41	c cleaning 0 clauses out of 619999 with flag 0/620000
206.09/101.06	c cleaning 36000 clauses out of 72004 with flag 3117384/693001
207.49/101.70	c cleaning 0 clauses out of 655999 with flag 0/656000
207.69/101.86	c And the winner is solver1
207.69/102.19	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
207.69/102.19	c starts		: 126
207.69/102.19	c conflicts		: 699066
207.69/102.19	c decisions		: 883019
207.69/102.19	c propagations		: 4817186
207.69/102.19	c inspects		: 2571149192
207.69/102.19	c shortcuts		: 0
207.69/102.19	c learnt literals	: 0
207.69/102.19	c learnt binary clauses	: 6
207.69/102.19	c learnt ternary clauses	: 89
207.69/102.19	c learnt constraints	: 699066
207.69/102.19	c ignored constraints	: 0
207.69/102.19	c root simplifications	: 0
207.69/102.19	c removed literals (reason simplification)	: 2416426
207.69/102.19	c reason swapping (by a shorter reason)	: 0
207.69/102.19	c Calls to reduceDB	: 33
207.69/102.19	c Number of update (reduction) of LBD	: 131866
207.69/102.19	c Imported unit clauses	: 0
207.69/102.19	c number of reductions to clauses (during analyze)	: 0
207.69/102.19	c number of learned constraints concerned by reduction	: 0
207.69/102.19	c number of learning phase by resolution	: 0
207.69/102.19	c number of learning phase by cutting planes	: 0
207.69/102.19	c speed (assignments/second)	: 47220.36955349703
207.69/102.19	c non guided choices	353
207.70/102.21	c learnt constraints type 
207.70/102.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
207.70/102.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42063
207.70/102.21	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
207.70/102.21	c starts		: 153
207.70/102.21	c conflicts		: 658200
207.70/102.21	c decisions		: 790375
207.70/102.21	c propagations		: 3622592
207.70/102.21	c inspects		: 860440740
207.70/102.21	c shortcuts		: 0
207.70/102.21	c learnt literals	: 1
207.70/102.21	c learnt binary clauses	: 2
207.70/102.21	c learnt ternary clauses	: 9
207.70/102.21	c learnt constraints	: 658198
207.70/102.21	c ignored constraints	: 0
207.70/102.21	c root simplifications	: 0
207.70/102.21	c removed literals (reason simplification)	: 0
207.70/102.21	c reason swapping (by a shorter reason)	: 0
207.70/102.21	c Calls to reduceDB	: 32
207.70/102.21	c Number of update (reduction) of LBD	: 0
207.70/102.21	c Imported unit clauses	: 0
207.70/102.21	c number of reductions to clauses (during analyze)	: 0
207.70/102.21	c number of learned constraints concerned by reduction	: 0
207.70/102.21	c number of learning phase by resolution	: 0
207.70/102.21	c number of learning phase by cutting planes	: 0
207.70/102.21	c speed (assignments/second)	: 35503.42529524183
207.70/102.21	c non guided choices	149
207.70/102.29	c learnt constraints type 
207.70/102.29	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 658196
207.70/102.29	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
207.70/102.29	s UNSATISFIABLE
207.70/102.29	c Total wall clock time (in seconds): 102.176

Verifier Data

ERROR: no interpretation found !

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-4122523-1467310255/watcher-4122523-1467310255 -o /tmp/evaluation-result-4122523-1467310255/solver-4122523-1467310255 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4122523-1467310255.opb 

pid=2212
running on 8 cores: 0-3,8-11

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: 3.99 4.06 3.73 4/285 2215
/proc/meminfo: memFree=27310800/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 1446 0 0 0 0 0 0 0 20 0 2 0 11978276 103964672 1052 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 25382 1053 806 9 0 16774 0
[pid=2215/tid=2216] ppid=2212 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) D 2212 2215 26963 0 -1 4202560 274 0 1 0 0 0 0 0 20 0 2 0 11978277 103997440 1102 33554432000 1073741824 1073778376 140734552184352 140229984382424 216799472935 0 4 0 16784584 18446744072100756772 0 0 -1 0 0 0 0 0 0

[startup+0.100099 s]
/proc/loadavg: 3.99 4.06 3.73 4/285 2215
/proc/meminfo: memFree=27310800/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 23 0 11978276 10133950464 6118 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2474109 6118 2141 9 0 2464786 0
[pid=2215/tid=2216] ppid=2212 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) R 2212 2215 26963 0 -1 4202560 2414 0 1 0 7 0 0 0 20 0 23 0 11978277 10133950464 6119 33554432000 1073741824 1073778376 140734552184352 140229984385952 216812021005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200337 s]
/proc/loadavg: 3.99 4.06 3.73 4/285 2215
/proc/meminfo: memFree=27310800/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 4771 0 1 0 25 1 0 0 20 0 27 0 11978276 10406596608 7879 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 7879 2217 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2443 0 1 0 15 0 0 0 20 0 27 0 11978277 10406596608 7879 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10162692

[startup+0.300275 s]
/proc/loadavg: 3.99 4.06 3.73 4/285 2215
/proc/meminfo: memFree=27310800/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10163064 CPUtime=0.67 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 7392 0 1 0 65 2 0 0 20 0 27 0 11978276 10406977536 9692 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540766 9692 2246 9 0 2531443 0
[pid=2215/tid=2216] ppid=2212 vsize=10163064 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2443 0 1 0 15 0 0 0 20 0 27 0 11978277 10406977536 9693 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10163064

[startup+0.700282 s]
/proc/loadavg: 3.99 4.06 3.73 4/285 2215
/proc/meminfo: memFree=27310800/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=2.23 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 20083 0 1 0 218 5 0 0 20 0 27 0 11978276 10406596608 31988 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 31988 2259 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2443 0 1 0 15 0 0 0 20 0 27 0 11978277 10406596608 31988 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10162692

[startup+1.50108 s]
/proc/loadavg: 3.99 4.06 3.73 6/312 2242
/proc/meminfo: memFree=27128568/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=4.71 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 24310 0 1 0 463 8 0 0 20 0 27 0 11978276 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 49596 2275 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2443 0 1 0 15 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2218] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2218/stat : 2218 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229945878696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2219] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2219/stat : 2219 (java) S 2212 2215 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229826570536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2220] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2220/stat : 2220 (java) S 2212 2215 26963 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229825517992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2221] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2221/stat : 2221 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229824465448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2222] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2222/stat : 2222 (java) S 2212 2215 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229823412904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2223] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2223/stat : 2223 (java) S 2212 2215 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229822360360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2224] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2224/stat : 2224 (java) S 2212 2215 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229821307816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2225] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2225/stat : 2225 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229820255272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2226] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2226/stat : 2226 (java) S 2212 2215 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229819201704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2227] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2227/stat : 2227 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229818149160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2228] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2228/stat : 2228 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229817096616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2229] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2229/stat : 2229 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229816044072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2230] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2230/stat : 2230 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229814991528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2231] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2231/stat : 2231 (java) S 2212 2215 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11978278 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229327399656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2232] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2232/stat : 2232 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229326345976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2233] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2233/stat : 2233 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229325293320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2234] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2234/stat : 2234 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229324241040 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2235] ppid=2212 vsize=10162692 CPUtime=1.05 cores=0-3,8-11
/proc/2215/task/2235/stat : 2235 (java) R 2212 2215 26963 0 -1 4202560 12925 0 0 0 102 3 0 0 20 0 27 0 11978281 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229323188408 140229990347912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2236] ppid=2212 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/2215/task/2236/stat : 2236 (java) S 2212 2215 26963 0 -1 4202560 7441 0 0 0 73 1 0 0 20 0 27 0 11978281 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229322135864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2237] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2237/stat : 2237 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229321083512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2238] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2238/stat : 2238 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229320031176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2239] ppid=2212 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/2215/task/2239/stat : 2239 (java) R 2212 2215 26963 0 -1 4202560 23 0 0 0 127 0 0 0 20 0 27 0 11978294 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229318974568 140229827073924 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2240] ppid=2212 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/2215/task/2240/stat : 2240 (java) R 2212 2215 26963 0 -1 4202560 88 0 0 0 126 1 0 0 20 0 27 0 11978294 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229317922504 140229827144405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2241] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2241/stat : 2241 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229316871848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2242] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2242/stat : 2242 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 49596 33554432000 1073741824 1073778376 140734552184352 140229315818280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 10162692

[startup+3.10116 s]
/proc/loadavg: 4.15 4.10 3.74 5/312 2242
/proc/meminfo: memFree=27049024/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=8.25 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 26235 0 1 0 812 13 0 0 20 0 27 0 11978276 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 83521 2275 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2443 0 1 0 15 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2218] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2218/stat : 2218 (java) S 2212 2215 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229945878696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2219] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2219/stat : 2219 (java) S 2212 2215 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229826570536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2220] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2220/stat : 2220 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229825517992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2221] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2221/stat : 2221 (java) S 2212 2215 26963 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229824465448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2222] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2222/stat : 2222 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229823412904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2223] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2223/stat : 2223 (java) S 2212 2215 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229822360360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2224] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2224/stat : 2224 (java) S 2212 2215 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229821307816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2225] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2225/stat : 2225 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229820255272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2226] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2226/stat : 2226 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229819201704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2227] ppid=2212 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/2215/task/2227/stat : 2227 (java) S 2212 2215 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229818149160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2228] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2228/stat : 2228 (java) S 2212 2215 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229817096616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2229] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2229/stat : 2229 (java) S 2212 2215 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229816044072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2230] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2230/stat : 2230 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978277 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229814991528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2231] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2231/stat : 2231 (java) S 2212 2215 26963 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 11978278 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229327399656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2232] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2232/stat : 2232 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229326345976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2233] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2233/stat : 2233 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229325293320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2234] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2234/stat : 2234 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229324241040 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2235] ppid=2212 vsize=10162692 CPUtime=1.32 cores=0-3,8-11
/proc/2215/task/2235/stat : 2235 (java) S 2212 2215 26963 0 -1 4202560 14631 0 0 0 129 3 0 0 20 0 27 0 11978281 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229323188408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2236] ppid=2212 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/2215/task/2236/stat : 2236 (java) S 2212 2215 26963 0 -1 4202560 7441 0 0 0 73 1 0 0 20 0 27 0 11978281 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229322135864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2215/tid=2237] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2237/stat : 2237 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229321083512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2238] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2238/stat : 2238 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229320031176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2239] ppid=2212 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/2215/task/2239/stat : 2239 (java) R 2212 2215 26963 0 -1 4202560 24 0 0 0 285 0 0 0 20 0 27 0 11978294 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229318974448 140229827073928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2240] ppid=2212 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/2215/task/2240/stat : 2240 (java) R 2212 2215 26963 0 -1 4202560 149 0 0 0 282 3 0 0 20 0 27 0 11978294 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229317915008 140229827791762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2241] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2241/stat : 2241 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229316871848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2242] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2242/stat : 2242 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 83521 33554432000 1073741824 1073778376 140734552184352 140229315818280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 10162692

[startup+6.30117 s]
/proc/loadavg: 4.15 4.10 3.74 5/312 2242
/proc/meminfo: memFree=26895608/32872528 swapFree=8828/8828

################
# More data... #
################

[pid=2215/tid=2219] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2219/stat : 2219 (java) S 2212 2215 26963 0 -1 4202560 160 0 0 0 8 7 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229826570536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2220] ppid=2212 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/2215/task/2220/stat : 2220 (java) S 2212 2215 26963 0 -1 4202560 154 0 0 0 11 8 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229825517992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2221] ppid=2212 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/2215/task/2221/stat : 2221 (java) S 2212 2215 26963 0 -1 4202560 123 0 0 0 10 7 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229824465448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2222] ppid=2212 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/2215/task/2222/stat : 2222 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 14 11 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229823412904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2223] ppid=2212 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/2215/task/2223/stat : 2223 (java) S 2212 2215 26963 0 -1 4202560 83 0 0 0 7 6 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229822360360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2224] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2224/stat : 2224 (java) S 2212 2215 26963 0 -1 4202560 71 0 0 0 8 7 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229821307816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2225] ppid=2212 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/2215/task/2225/stat : 2225 (java) S 2212 2215 26963 0 -1 4202560 161 0 0 0 16 10 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229820255272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2226] ppid=2212 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/2215/task/2226/stat : 2226 (java) S 2212 2215 26963 0 -1 4202560 158 0 0 0 16 11 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229819201704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2227] ppid=2212 vsize=10162692 CPUtime=0.14 cores=0-3,8-11
/proc/2215/task/2227/stat : 2227 (java) S 2212 2215 26963 0 -1 4202560 200 0 0 0 8 6 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229818149160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2228] ppid=2212 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/2215/task/2228/stat : 2228 (java) S 2212 2215 26963 0 -1 4202560 145 0 0 0 10 8 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229817096616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2229] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2229/stat : 2229 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 9 6 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229816044072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2230] ppid=2212 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/2215/task/2230/stat : 2230 (java) S 2212 2215 26963 0 -1 4202560 192 0 0 0 9 7 0 0 20 0 27 0 11978277 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229814991528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2231] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2231/stat : 2231 (java) S 2212 2215 26963 0 -1 4202560 977 0 0 0 0 0 0 0 20 0 27 0 11978278 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229327399656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2232] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2232/stat : 2232 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229326345976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2233] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2233/stat : 2233 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11978279 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229325293320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2234] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2234/stat : 2234 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229324241040 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2235] ppid=2212 vsize=10162692 CPUtime=1.4 cores=0-3,8-11
/proc/2215/task/2235/stat : 2235 (java) S 2212 2215 26963 0 -1 4202560 14633 0 0 0 137 3 0 0 20 0 27 0 11978281 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229323188408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2236] ppid=2212 vsize=10162692 CPUtime=1.02 cores=0-3,8-11
/proc/2215/task/2236/stat : 2236 (java) S 2212 2215 26963 0 -1 4202560 8548 0 0 0 101 1 0 0 20 0 27 0 11978281 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229322135864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2237] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2237/stat : 2237 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11978281 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229321083512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2238] ppid=2212 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/2215/task/2238/stat : 2238 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 27 0 11978281 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229320031176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2239] ppid=2212 vsize=10162692 CPUtime=100.75 cores=0-3,8-11
/proc/2215/task/2239/stat : 2239 (java) R 2212 2215 26963 0 -1 4202560 57 0 0 0 10074 1 0 0 20 0 27 0 11978294 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229318967568 140229827164681 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2240] ppid=2212 vsize=10162692 CPUtime=100.77 cores=0-3,8-11
/proc/2215/task/2240/stat : 2240 (java) R 2212 2215 26963 0 -1 4202560 1166 0 0 0 10046 31 0 0 20 0 27 0 11978294 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229317915024 140229827382662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2241] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2241/stat : 2241 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229316871848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2242] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2242/stat : 2242 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11978294 10406596608 549634 33554432000 1073741824 1073778376 140734552184352 140229315818280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 207.29
Current children cumulated vsize (KiB) 10162692

[startup+102.002 s]
/proc/loadavg: 4.11 4.11 3.77 5/311 2389
/proc/meminfo: memFree=22982616/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=207.31 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 30868 0 1 0 20588 143 0 0 20 0 24 0 11978276 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 549620 2277 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2444 0 1 0 15 1 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229984387960 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2218] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2218/stat : 2218 (java) S 2212 2215 26963 0 -1 4202560 114 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229945878696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2219] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2219/stat : 2219 (java) S 2212 2215 26963 0 -1 4202560 160 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229826570536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2220] ppid=2212 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/2215/task/2220/stat : 2220 (java) S 2212 2215 26963 0 -1 4202560 154 0 0 0 11 8 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229825517992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2221] ppid=2212 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/2215/task/2221/stat : 2221 (java) S 2212 2215 26963 0 -1 4202560 123 0 0 0 10 7 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229824465448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2222] ppid=2212 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/2215/task/2222/stat : 2222 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 14 11 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229823412904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2223] ppid=2212 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/2215/task/2223/stat : 2223 (java) S 2212 2215 26963 0 -1 4202560 83 0 0 0 7 6 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229822360360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2224] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2224/stat : 2224 (java) S 2212 2215 26963 0 -1 4202560 71 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229821307816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2225] ppid=2212 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/2215/task/2225/stat : 2225 (java) S 2212 2215 26963 0 -1 4202560 161 0 0 0 16 10 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229820255272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2226] ppid=2212 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/2215/task/2226/stat : 2226 (java) S 2212 2215 26963 0 -1 4202560 158 0 0 0 16 11 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229819201704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2227] ppid=2212 vsize=10162692 CPUtime=0.14 cores=0-3,8-11
/proc/2215/task/2227/stat : 2227 (java) S 2212 2215 26963 0 -1 4202560 200 0 0 0 8 6 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229818149160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2228] ppid=2212 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/2215/task/2228/stat : 2228 (java) S 2212 2215 26963 0 -1 4202560 145 0 0 0 10 8 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229817096616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2229] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2229/stat : 2229 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 9 6 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229816044072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2230] ppid=2212 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/2215/task/2230/stat : 2230 (java) S 2212 2215 26963 0 -1 4202560 192 0 0 0 9 7 0 0 20 0 24 0 11978277 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229814991528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2231] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2231/stat : 2231 (java) S 2212 2215 26963 0 -1 4202560 977 0 0 0 0 0 0 0 20 0 24 0 11978278 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229327399656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2232] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2232/stat : 2232 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11978279 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229326345976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2233] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2233/stat : 2233 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11978279 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229325293320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2234] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2234/stat : 2234 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11978281 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229324241040 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2235] ppid=2212 vsize=10162692 CPUtime=1.4 cores=0-3,8-11
/proc/2215/task/2235/stat : 2235 (java) S 2212 2215 26963 0 -1 4202560 14633 0 0 0 137 3 0 0 20 0 24 0 11978281 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229323188408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2236] ppid=2212 vsize=10162692 CPUtime=1.02 cores=0-3,8-11
/proc/2215/task/2236/stat : 2236 (java) S 2212 2215 26963 0 -1 4202560 8548 0 0 0 101 1 0 0 20 0 24 0 11978281 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229322135864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2237] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2237/stat : 2237 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11978281 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229321083512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2238] ppid=2212 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/2215/task/2238/stat : 2238 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 24 0 11978281 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229320031176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2215/tid=2241] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2241/stat : 2241 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11978294 10406596608 549620 33554432000 1073741824 1073778376 140734552184352 140229316871848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 207.31
Current children cumulated vsize (KiB) 10162692

[startup+102.201 s]
/proc/loadavg: 4.11 4.11 3.77 5/311 2389
/proc/meminfo: memFree=22982616/32872528 swapFree=8828/8828
[pid=2215] ppid=2212 vsize=10162692 CPUtime=207.32 cores=0-3,8-11
/proc/2215/stat : 2215 (java) S 2212 2215 26963 0 -1 4202496 30872 0 1 0 20589 143 0 0 20 0 24 0 11978276 10406596608 549621 33554432000 1073741824 1073778376 140734552184352 140734552175488 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2215/statm: 2540673 549621 2277 9 0 2531350 0
[pid=2215/tid=2216] ppid=2212 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/2215/task/2216/stat : 2216 (java) S 2212 2215 26963 0 -1 4202560 2444 0 1 0 15 1 0 0 20 0 24 0 11978277 10406596608 549623 33554432000 1073741824 1073778376 140734552184352 140229984387800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2218] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2218/stat : 2218 (java) S 2212 2215 26963 0 -1 4202560 114 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229945878696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2219] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2219/stat : 2219 (java) S 2212 2215 26963 0 -1 4202560 160 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229826570536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2220] ppid=2212 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/2215/task/2220/stat : 2220 (java) S 2212 2215 26963 0 -1 4202560 154 0 0 0 11 8 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229825517992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2221] ppid=2212 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/2215/task/2221/stat : 2221 (java) S 2212 2215 26963 0 -1 4202560 123 0 0 0 10 7 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229824465448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2222] ppid=2212 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/2215/task/2222/stat : 2222 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 14 11 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229823412904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2223] ppid=2212 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/2215/task/2223/stat : 2223 (java) S 2212 2215 26963 0 -1 4202560 83 0 0 0 7 6 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229822360360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2224] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2224/stat : 2224 (java) S 2212 2215 26963 0 -1 4202560 71 0 0 0 8 7 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229821307816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2225] ppid=2212 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/2215/task/2225/stat : 2225 (java) S 2212 2215 26963 0 -1 4202560 161 0 0 0 16 10 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229820255272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2226] ppid=2212 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/2215/task/2226/stat : 2226 (java) S 2212 2215 26963 0 -1 4202560 158 0 0 0 16 11 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229819201704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2227] ppid=2212 vsize=10162692 CPUtime=0.14 cores=0-3,8-11
/proc/2215/task/2227/stat : 2227 (java) S 2212 2215 26963 0 -1 4202560 200 0 0 0 8 6 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229818149160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2228] ppid=2212 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/2215/task/2228/stat : 2228 (java) S 2212 2215 26963 0 -1 4202560 145 0 0 0 10 8 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229817096616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=2215/tid=2229] ppid=2212 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/2215/task/2229/stat : 2229 (java) S 2212 2215 26963 0 -1 4202560 104 0 0 0 9 6 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229816044072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2230] ppid=2212 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/2215/task/2230/stat : 2230 (java) S 2212 2215 26963 0 -1 4202560 192 0 0 0 9 7 0 0 20 0 24 0 11978277 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229814991528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2231] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2231/stat : 2231 (java) S 2212 2215 26963 0 -1 4202560 977 0 0 0 0 0 0 0 20 0 24 0 11978278 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229327399656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2215/tid=2232] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2232/stat : 2232 (java) S 2212 2215 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11978279 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229326345976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2233] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2233/stat : 2233 (java) S 2212 2215 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11978279 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229325293320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2234] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2234/stat : 2234 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11978281 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229324241040 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=2215/tid=2235] ppid=2212 vsize=10162692 CPUtime=1.41 cores=0-3,8-11
/proc/2215/task/2235/stat : 2235 (java) R 2212 2215 26963 0 -1 4202560 14637 0 0 0 138 3 0 0 20 0 24 0 11978281 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229323175384 140229987105869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2215/tid=2236] ppid=2212 vsize=10162692 CPUtime=1.02 cores=0-3,8-11
/proc/2215/task/2236/stat : 2236 (java) S 2212 2215 26963 0 -1 4202560 8548 0 0 0 101 1 0 0 20 0 24 0 11978281 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229322135864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=2215/tid=2237] ppid=2212 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/2215/task/2237/stat : 2237 (java) S 2212 2215 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11978281 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229321083512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=2215/tid=2238] ppid=2212 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/2215/task/2238/stat : 2238 (java) S 2212 2215 26963 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 24 0 11978281 10406596608 549624 33554432000 1073741824 1073778376 140734552184352 140229320031176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.32
Current children cumulated vsize (KiB) 10162692

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.37999
#  lost CPU user time (s): 0.409988
#  lost CPU system time (s): -0.03

Real time (s): 102.301
CPU time (s): 207.911
CPU user time (s): 206.33
CPU system time (s): 1.58175
CPU usage (%): 203.234
Max. virtual memory (cumulated for all children) (KiB): 10163064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.92
system time used= 1.61175
maximum resident set size= 2241340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30892
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3188
involuntary context switches= 3149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.876866 second user time and 1.20782 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 20:10:55
IDJOB=4122523
IDBENCH=111159
IDSOLVER=2543
FILE ID=node132/4122523-1467310255
RUNJOBID= node132-1467308448-26979
PBS_JOBID= 20005257
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n88-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122523-1467310255/watcher-4122523-1467310255 -o /tmp/evaluation-result-4122523-1467310255/solver-4122523-1467310255 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122523-1467310255.opb

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

MD5SUM BENCH= 988cbdc1187e26877f8e6e6a3212d987
RANDOM SEED=1836234785

node132.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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.02
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27311576 kB
Buffers:          165176 kB
Cached:          3980940 kB
SwapCached:            0 kB
Active:           854944 kB
Inactive:        3922720 kB
Active(anon):     634440 kB
Inactive(anon):        0 kB
Active(file):     220504 kB
Inactive(file):  3922720 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               992 kB
Writeback:             0 kB
AnonPages:        641148 kB
Mapped:            22132 kB
Shmem:               216 kB
Slab:             637536 kB
SReclaimable:      76668 kB
SUnreclaim:       560868 kB
KernelStack:        2352 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1074116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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= 71536 MiB
End job on node132 at 2016-06-30 20:12:37