Trace number 4121067

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 374.096 184.328

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n86-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUMf8d4db1d4d0eb2092bc6592dcb088d56
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 benchmark6.57
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129
Total number of constraints344
Number of constraints which are clauses344
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
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 Expensive 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.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121067-1467309064.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.056s.
0.10/0.17	c declared #vars     129
0.10/0.17	c #constraints  344
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 344
0.10/0.17	c 344 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 344
0.10/0.17	c 344 constraints processed.
1.46/0.59	c cleaning 2501 clauses out of 5001 with flag 24137/5001
2.26/0.73	c cleaning 0 clauses out of 5000 with flag 0/5000
2.66/0.84	c cleaning 4250 clauses out of 8499 with flag 53349/11000
3.38/1.01	c cleaning 0 clauses out of 11000 with flag 0/11000
3.78/1.17	c cleaning 5625 clauses out of 11249 with flag 88709/18000
4.12/1.29	c cleaning 0 clauses out of 18000 with flag 0/18000
5.13/1.65	c cleaning 6811 clauses out of 13624 with flag 133599/26000
5.40/1.72	c cleaning 0 clauses out of 26000 with flag 0/26000
6.45/2.12	c cleaning 0 clauses out of 35001 with flag 0/35001
6.45/2.18	c cleaning 7905 clauses out of 15814 with flag 179103/35001
7.48/2.63	c cleaning 0 clauses out of 45001 with flag 0/45001
7.95/2.84	c cleaning 8950 clauses out of 17908 with flag 229372/45000
8.97/3.32	c cleaning 0 clauses out of 56001 with flag 0/56001
9.35/3.54	c cleaning 9974 clauses out of 19959 with flag 279866/56001
10.49/4.05	c cleaning 0 clauses out of 68001 with flag 0/68001
11.33/4.44	c cleaning 10987 clauses out of 21984 with flag 329858/68000
12.31/4.92	c cleaning 0 clauses out of 81000 with flag 0/81000
13.31/5.46	c cleaning 11994 clauses out of 23997 with flag 385077/81000
14.32/5.93	c cleaning 0 clauses out of 95000 with flag 0/95000
16.12/6.84	c cleaning 12996 clauses out of 26003 with flag 447106/95000
16.51/7.06	c cleaning 0 clauses out of 110000 with flag 0/110000
19.07/8.24	c cleaning 13999 clauses out of 28007 with flag 510064/110000
19.67/8.53	c cleaning 0 clauses out of 126001 with flag 0/126001
22.07/9.74	c cleaning 0 clauses out of 143001 with flag 0/143001
22.27/9.80	c cleaning 15000 clauses out of 30008 with flag 584940/126000
24.70/10.95	c cleaning 0 clauses out of 161001 with flag 0/161001
25.90/11.57	c cleaning 15999 clauses out of 32008 with flag 664621/143000
28.30/12.74	c cleaning 0 clauses out of 180000 with flag 0/180000
29.90/13.59	c cleaning 16999 clauses out of 34009 with flag 745603/161000
31.72/14.49	c cleaning 0 clauses out of 200000 with flag 0/200000
34.91/16.08	c cleaning 0 clauses out of 221000 with flag 0/221000
36.12/16.64	c cleaning 18000 clauses out of 36011 with flag 829829/180001
38.32/17.79	c cleaning 0 clauses out of 243000 with flag 0/243000
42.02/19.55	c cleaning 18995 clauses out of 38010 with flag 917532/200000
43.17/20.05	c cleaning 0 clauses out of 266001 with flag 0/266001
46.57/21.71	c cleaning 20000 clauses out of 40015 with flag 1005049/221000
50.37/23.64	c cleaning 0 clauses out of 290001 with flag 0/290001
52.97/24.94	c cleaning 20996 clauses out of 42016 with flag 1066403/243001
58.19/27.57	c cleaning 0 clauses out of 315001 with flag 0/315001
60.77/28.86	c cleaning 22002 clauses out of 44020 with flag 1138839/266001
63.17/30.06	c cleaning 0 clauses out of 341001 with flag 0/341001
67.19/32.06	c cleaning 23002 clauses out of 46017 with flag 1239990/290000
73.03/34.71	c cleaning 24001 clauses out of 48015 with flag 1344119/315000
73.43/34.94	c cleaning 0 clauses out of 368001 with flag 0/368001
78.65/37.52	c cleaning 24998 clauses out of 50014 with flag 1447996/341000
84.23/40.34	c cleaning 0 clauses out of 396000 with flag 0/396000
86.83/41.61	c cleaning 26001 clauses out of 52017 with flag 1551374/368001
95.03/45.73	c cleaning 27002 clauses out of 54015 with flag 1656792/396000
97.23/46.83	c cleaning 0 clauses out of 425001 with flag 0/425001
105.83/51.19	c cleaning 27999 clauses out of 56014 with flag 1753865/425001
113.45/54.96	c cleaning 0 clauses out of 455001 with flag 0/455001
117.45/56.95	c cleaning 29003 clauses out of 58014 with flag 1867811/455000
126.25/61.39	c cleaning 0 clauses out of 486001 with flag 0/486001
128.44/62.43	c cleaning 29998 clauses out of 60012 with flag 1983517/486001
139.25/67.87	c cleaning 0 clauses out of 518001 with flag 0/518001
141.85/69.10	c cleaning 31002 clauses out of 62013 with flag 2110522/518000
149.65/73.03	c cleaning 0 clauses out of 551000 with flag 0/551000
155.05/75.73	c cleaning 32001 clauses out of 64012 with flag 2229896/551001
161.02/78.36	c cleaning 0 clauses out of 585000 with flag 0/585000
171.01/83.30	c cleaning 33000 clauses out of 66011 with flag 2353252/585001
186.41/91.02	c cleaning 34002 clauses out of 68010 with flag 2479330/620000
194.22/94.99	c cleaning 0 clauses out of 620000 with flag 0/620000
206.01/100.86	c cleaning 34998 clauses out of 70008 with flag 2606842/656000
224.00/109.88	c cleaning 0 clauses out of 656000 with flag 0/656000
229.80/112.72	c cleaning 36001 clauses out of 72011 with flag 2740900/693001
254.41/125.05	c cleaning 0 clauses out of 693000 with flag 0/693000
256.40/126.05	c cleaning 36998 clauses out of 74010 with flag 2876387/731001
284.39/139.81	c cleaning 0 clauses out of 731000 with flag 0/731000
288.78/142.01	c cleaning 37999 clauses out of 76012 with flag 3008173/770001
315.77/155.52	c cleaning 38996 clauses out of 78012 with flag 3156745/810000
321.60/158.44	c cleaning 0 clauses out of 770001 with flag 0/770001
341.38/167.85	c cleaning 40002 clauses out of 80016 with flag 3305722/851000
366.22/180.28	c cleaning 41005 clauses out of 82015 with flag 3487007/893001
371.63/182.99	c cleaning 0 clauses out of 809999 with flag 0/810000
373.83/184.02	c And the winner is solver1
373.83/184.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
373.83/184.20	c starts		: 464
373.83/184.20	c conflicts		: 906185
373.83/184.20	c decisions		: 1169166
373.83/184.20	c propagations		: 9656901
373.83/184.20	c inspects		: 4101881149
373.83/184.20	c shortcuts		: 0
373.83/184.20	c learnt literals	: 0
373.83/184.20	c learnt binary clauses	: 0
373.83/184.20	c learnt ternary clauses	: 4
373.83/184.20	c learnt constraints	: 906185
373.83/184.20	c ignored constraints	: 0
373.83/184.20	c root simplifications	: 0
373.83/184.20	c removed literals (reason simplification)	: 2708665
373.83/184.20	c reason swapping (by a shorter reason)	: 0
373.83/184.20	c Calls to reduceDB	: 38
373.83/184.20	c Number of update (reduction) of LBD	: 143974
373.83/184.20	c Imported unit clauses	: 0
373.83/184.20	c number of reductions to clauses (during analyze)	: 0
373.83/184.20	c number of learned constraints concerned by reduction	: 0
373.83/184.20	c number of learning phase by resolution	: 0
373.83/184.20	c number of learning phase by cutting planes	: 0
373.83/184.20	c speed (assignments/second)	: 52475.17225639577
373.83/184.20	c non guided choices	522
373.83/184.22	c learnt constraints type 
373.83/184.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54194
373.83/184.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
373.83/184.23	c starts		: 171
373.83/184.23	c conflicts		: 812589
373.83/184.23	c decisions		: 1005551
373.83/184.23	c propagations		: 3556466
373.83/184.23	c inspects		: 1605142740
373.83/184.23	c shortcuts		: 0
373.83/184.23	c learnt literals	: 1
373.83/184.23	c learnt binary clauses	: 5
373.83/184.23	c learnt ternary clauses	: 7
373.83/184.23	c learnt constraints	: 812587
373.83/184.23	c ignored constraints	: 0
373.83/184.23	c root simplifications	: 0
373.83/184.23	c removed literals (reason simplification)	: 0
373.83/184.23	c reason swapping (by a shorter reason)	: 0
373.83/184.23	c Calls to reduceDB	: 36
373.83/184.23	c Number of update (reduction) of LBD	: 0
373.83/184.23	c Imported unit clauses	: 0
373.83/184.23	c number of reductions to clauses (during analyze)	: 0
373.83/184.23	c number of learned constraints concerned by reduction	: 0
373.83/184.23	c number of learning phase by resolution	: 0
373.83/184.23	c number of learning phase by cutting planes	: 0
373.83/184.23	c speed (assignments/second)	: 19323.053685623163
373.83/184.23	c non guided choices	278
373.97/184.31	c learnt constraints type 
373.97/184.31	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 812582
373.97/184.31	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
373.97/184.31	s UNSATISFIABLE
373.97/184.31	c Total wall clock time (in seconds): 184.204

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

pid=30108
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: 4.09 3.97 2.74 4/284 30111
/proc/meminfo: memFree=25373172/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 1474 0 1 0 0 0 0 0 20 0 2 0 11859216 103997440 1078 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 25390 1084 835 9 0 16774 0
[pid=30111/tid=30112] ppid=30108 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) D 30108 30111 26963 0 -1 4202560 274 0 1 0 0 0 0 0 20 0 2 0 11859216 103997440 1102 33554432000 1073741824 1073778376 140734987273136 140583720766936 216799472935 0 4 0 16784584 18446744072100756772 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.09 3.97 2.74 4/284 30111
/proc/meminfo: memFree=25373172/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 23 0 11859216 10133950464 6119 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2474109 6119 2141 9 0 2464786 0
[pid=30111/tid=30112] ppid=30108 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) R 30108 30111 26963 0 -1 4202560 2426 0 1 0 7 0 0 0 20 0 23 0 11859216 10133950464 6119 33554432000 1073741824 1073778376 140734987273136 140583720770464 216812021005 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) 9896436

[startup+0.20033 s]
/proc/loadavg: 4.09 3.97 2.74 4/284 30111
/proc/meminfo: memFree=25373172/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 4788 0 1 0 26 1 0 0 20 0 27 0 11859216 10406596608 7908 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 7908 2216 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2450 0 1 0 15 0 0 0 20 0 27 0 11859216 10406596608 7908 33554432000 1073741824 1073778376 140734987273136 140583720772472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10162692

[startup+0.300278 s]
/proc/loadavg: 4.09 3.97 2.74 4/284 30111
/proc/meminfo: memFree=25373172/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=0.67 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 7876 0 1 0 65 2 0 0 20 0 27 0 11859216 10406596608 9733 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 9733 2246 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2450 0 1 0 15 0 0 0 20 0 27 0 11859216 10406596608 9733 33554432000 1073741824 1073778376 140734987273136 140583720772472 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) 10162692

[startup+0.700281 s]
/proc/loadavg: 4.09 3.97 2.74 4/284 30111
/proc/meminfo: memFree=25373172/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=2.26 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 23273 0 1 0 221 5 0 0 20 0 27 0 11859216 10406596608 32670 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 32670 2261 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2450 0 1 0 15 0 0 0 20 0 27 0 11859216 10406596608 32670 33554432000 1073741824 1073778376 140734987273136 140583720772472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10162692

[startup+1.5112 s]
/proc/loadavg: 4.09 3.97 2.74 6/311 30138
/proc/meminfo: memFree=25190436/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=4.92 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 27078 0 1 0 483 9 0 0 20 0 27 0 11859216 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 49831 2275 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2450 0 1 0 15 0 0 0 20 0 27 0 11859216 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583720772472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30114] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30114/stat : 30114 (java) R 30108 30111 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583682263336 216808590471 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30115] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30115/stat : 30115 (java) R 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583681210792 216808590471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30116] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30116/stat : 30116 (java) R 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583680158120 216808590471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30117] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30117/stat : 30117 (java) R 30108 30111 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583679105576 216808590471 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30118] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30118/stat : 30118 (java) R 30108 30111 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583678053032 216808590471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30119] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30119/stat : 30119 (java) R 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583677000488 216808590471 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30120] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30120/stat : 30120 (java) R 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583675948072 216808590471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30121] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30121/stat : 30121 (java) S 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583557393448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30122] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30122/stat : 30122 (java) S 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583556339880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30123] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30123/stat : 30123 (java) R 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583555287336 216812008508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30124] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30124/stat : 30124 (java) S 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583554234792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30125] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30125/stat : 30125 (java) R 30108 30111 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583553182248 216808590471 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30126] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30126/stat : 30126 (java) R 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140583552129704 216808590471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30111/tid=30127] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30127/stat : 30127 (java) S 30108 30111 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11859218 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582661883528 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30128] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30128/stat : 30128 (java) S 30108 30111 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582660830968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30129] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30129/stat : 30129 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582659778312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30130] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30130/stat : 30130 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582658726032 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30131] ppid=30108 vsize=10162692 CPUtime=0.78 cores=0-3,8-11
/proc/30111/task/30131/stat : 30131 (java) S 30108 30111 26963 0 -1 4202560 11988 0 0 0 76 2 0 0 20 0 27 0 11859221 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582657673400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30132] ppid=30108 vsize=10162692 CPUtime=1.18 cores=0-3,8-11
/proc/30111/task/30132/stat : 30132 (java) S 30108 30111 26963 0 -1 4202560 11129 0 0 0 116 2 0 0 20 0 27 0 11859221 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582656620856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30133] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30133/stat : 30133 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582655568504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30134] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30134/stat : 30134 (java) R 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582654516168 216812009385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30135] ppid=30108 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/30111/task/30135/stat : 30135 (java) S 30108 30111 26963 0 -1 4202560 27 0 0 0 129 0 0 0 20 0 27 0 11859233 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582653459560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30136] ppid=30108 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/30111/task/30136/stat : 30136 (java) S 30108 30111 26963 0 -1 4202560 85 0 0 0 128 1 0 0 20 0 27 0 11859233 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582652407848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30111/tid=30137] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30137/stat : 30137 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582651356840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30138] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30138/stat : 30138 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 49831 33554432000 1073741824 1073778376 140734987273136 140582650303272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 10162692

[startup+3.10111 s]
/proc/loadavg: 4.09 3.97 2.75 6/311 30138
/proc/meminfo: memFree=25151588/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=8.55 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 27927 0 1 0 841 14 0 0 20 0 27 0 11859216 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 83760 2275 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2450 0 1 0 15 0 0 0 20 0 27 0 11859216 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583720772472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30114] ppid=30108 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30111/task/30114/stat : 30114 (java) S 30108 30111 26963 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583682263208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30115] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30115/stat : 30115 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583681210664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30116] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30116/stat : 30116 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583680158120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30117] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30117/stat : 30117 (java) S 30108 30111 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583679105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30118] ppid=30108 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30111/task/30118/stat : 30118 (java) S 30108 30111 26963 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583678053032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30119] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30119/stat : 30119 (java) S 30108 30111 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583677000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30120] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30120/stat : 30120 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583675947944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30121] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30121/stat : 30121 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583557393448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30122] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30122/stat : 30122 (java) S 30108 30111 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583556339880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30123] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30123/stat : 30123 (java) S 30108 30111 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583555287336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30124] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30124/stat : 30124 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583554234792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30125] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30125/stat : 30125 (java) S 30108 30111 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583553182248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30126] ppid=30108 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30111/task/30126/stat : 30126 (java) S 30108 30111 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11859217 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140583552129704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30127] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30127/stat : 30127 (java) S 30108 30111 26963 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 11859218 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582661884648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30128] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30128/stat : 30128 (java) S 30108 30111 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582660830968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30129] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30129/stat : 30129 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582659778312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30130] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30130/stat : 30130 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582658726032 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30131] ppid=30108 vsize=10162692 CPUtime=0.78 cores=0-3,8-11
/proc/30111/task/30131/stat : 30131 (java) S 30108 30111 26963 0 -1 4202560 11988 0 0 0 76 2 0 0 20 0 27 0 11859221 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582657673400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30132] ppid=30108 vsize=10162692 CPUtime=1.55 cores=0-3,8-11
/proc/30111/task/30132/stat : 30132 (java) S 30108 30111 26963 0 -1 4202560 11758 0 0 0 153 2 0 0 20 0 27 0 11859221 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582656620856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30133] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30133/stat : 30133 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582655568504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30134] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30134/stat : 30134 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582654516168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30135] ppid=30108 vsize=10162692 CPUtime=2.86 cores=0-3,8-11
/proc/30111/task/30135/stat : 30135 (java) R 30108 30111 26963 0 -1 4202560 29 0 0 0 286 0 0 0 20 0 27 0 11859233 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582653461600 140583557891884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30136] ppid=30108 vsize=10162692 CPUtime=2.86 cores=0-3,8-11
/proc/30111/task/30136/stat : 30136 (java) R 30108 30111 26963 0 -1 4202560 146 0 0 0 283 3 0 0 20 0 27 0 11859233 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582652407704 140583557943965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30111/tid=30137] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30137/stat : 30137 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582651356840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30138] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30138/stat : 30138 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 83760 33554432000 1073741824 1073778376 140734987273136 140582650303272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 10162692

[startup+6.30113 s]
/proc/loadavg: 4.09 3.97 2.75 5/311 30138
/proc/meminfo: memFree=25028948/32872528 swapFree=8828/8828

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

[pid=30111/tid=30115] ppid=30108 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/30111/task/30115/stat : 30115 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 22 13 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583681210664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30116] ppid=30108 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/30111/task/30116/stat : 30116 (java) S 30108 30111 26963 0 -1 4202560 107 0 0 0 16 7 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583680158120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30117] ppid=30108 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30111/task/30117/stat : 30117 (java) S 30108 30111 26963 0 -1 4202560 95 0 0 0 17 7 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583679105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30118] ppid=30108 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/30111/task/30118/stat : 30118 (java) S 30108 30111 26963 0 -1 4202560 112 0 0 0 17 8 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583678053032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30119] ppid=30108 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30111/task/30119/stat : 30119 (java) S 30108 30111 26963 0 -1 4202560 135 0 0 0 20 10 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583677000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30120] ppid=30108 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/30111/task/30120/stat : 30120 (java) S 30108 30111 26963 0 -1 4202560 126 0 0 0 20 9 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583675947944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30121] ppid=30108 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/30111/task/30121/stat : 30121 (java) S 30108 30111 26963 0 -1 4202560 142 0 0 0 23 11 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583557393448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30122] ppid=30108 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/30111/task/30122/stat : 30122 (java) S 30108 30111 26963 0 -1 4202560 197 0 0 0 25 11 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583556339880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30123] ppid=30108 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/30111/task/30123/stat : 30123 (java) S 30108 30111 26963 0 -1 4202560 170 0 0 0 31 17 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583555287336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30124] ppid=30108 vsize=10162692 CPUtime=0.39 cores=0-3,8-11
/proc/30111/task/30124/stat : 30124 (java) S 30108 30111 26963 0 -1 4202560 190 0 0 0 26 13 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583554234792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30125] ppid=30108 vsize=10162692 CPUtime=0.37 cores=0-3,8-11
/proc/30111/task/30125/stat : 30125 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 25 12 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583553182248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30126] ppid=30108 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30111/task/30126/stat : 30126 (java) S 30108 30111 26963 0 -1 4202560 169 0 0 0 18 9 0 0 20 0 27 0 11859217 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140583552129704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30127] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30127/stat : 30127 (java) S 30108 30111 26963 0 -1 4202560 986 0 0 0 0 0 0 0 20 0 27 0 11859218 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582661884648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30128] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30128/stat : 30128 (java) S 30108 30111 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582660830968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30129] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30129/stat : 30129 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11859219 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582659778312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30130] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30130/stat : 30130 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582658726032 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30131] ppid=30108 vsize=10162692 CPUtime=1.17 cores=0-3,8-11
/proc/30111/task/30131/stat : 30131 (java) S 30108 30111 26963 0 -1 4202560 14650 0 0 0 114 3 0 0 20 0 27 0 11859221 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582657673400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30132] ppid=30108 vsize=10162692 CPUtime=1.66 cores=0-3,8-11
/proc/30111/task/30132/stat : 30132 (java) S 30108 30111 26963 0 -1 4202560 11762 0 0 0 164 2 0 0 20 0 27 0 11859221 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582656620856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30133] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30133/stat : 30133 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11859221 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582655568504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30134] ppid=30108 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30111/task/30134/stat : 30134 (java) S 30108 30111 26963 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 27 0 11859221 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582654516168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30135] ppid=30108 vsize=10162692 CPUtime=182.74 cores=0-3,8-11
/proc/30111/task/30135/stat : 30135 (java) R 30108 30111 26963 0 -1 4202560 42 0 0 0 18269 5 0 0 20 0 27 0 11859233 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582653452528 140583557978553 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30136] ppid=30108 vsize=10162692 CPUtime=182.72 cores=0-3,8-11
/proc/30111/task/30136/stat : 30136 (java) R 30108 30111 26963 0 -1 4202560 1422 0 0 0 18241 31 0 0 20 0 27 0 11859233 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582652408936 140583557978492 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30137] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30137/stat : 30137 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582651356840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30138] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30138/stat : 30138 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11859233 10406596608 584811 33554432000 1073741824 1073778376 140734987273136 140582650303272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 373.83
Current children cumulated vsize (KiB) 10162692

[startup+184.202 s]
/proc/loadavg: 4.23 4.10 3.01 5/311 30723
/proc/meminfo: memFree=23801576/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=372.99 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 34478 0 1 0 37115 184 0 0 20 0 24 0 11859216 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 584798 2277 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2458 0 1 0 16 0 0 0 20 0 24 0 11859216 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583720772472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30114] ppid=30108 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/30111/task/30114/stat : 30114 (java) S 30108 30111 26963 0 -1 4202560 114 0 0 0 17 9 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583682263208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30115] ppid=30108 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/30111/task/30115/stat : 30115 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 22 13 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583681210664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30116] ppid=30108 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/30111/task/30116/stat : 30116 (java) S 30108 30111 26963 0 -1 4202560 107 0 0 0 16 7 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583680158120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30117] ppid=30108 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30111/task/30117/stat : 30117 (java) S 30108 30111 26963 0 -1 4202560 95 0 0 0 17 7 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583679105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30118] ppid=30108 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/30111/task/30118/stat : 30118 (java) S 30108 30111 26963 0 -1 4202560 112 0 0 0 17 8 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583678053032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30119] ppid=30108 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30111/task/30119/stat : 30119 (java) S 30108 30111 26963 0 -1 4202560 135 0 0 0 20 10 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583677000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30120] ppid=30108 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/30111/task/30120/stat : 30120 (java) S 30108 30111 26963 0 -1 4202560 126 0 0 0 20 9 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583675947944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30121] ppid=30108 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/30111/task/30121/stat : 30121 (java) S 30108 30111 26963 0 -1 4202560 142 0 0 0 23 11 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583557393448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30122] ppid=30108 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/30111/task/30122/stat : 30122 (java) S 30108 30111 26963 0 -1 4202560 197 0 0 0 25 11 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583556339880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30123] ppid=30108 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/30111/task/30123/stat : 30123 (java) S 30108 30111 26963 0 -1 4202560 170 0 0 0 31 17 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583555287336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30124] ppid=30108 vsize=10162692 CPUtime=0.39 cores=0-3,8-11
/proc/30111/task/30124/stat : 30124 (java) S 30108 30111 26963 0 -1 4202560 190 0 0 0 26 13 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583554234792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30125] ppid=30108 vsize=10162692 CPUtime=0.37 cores=0-3,8-11
/proc/30111/task/30125/stat : 30125 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 25 12 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583553182248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30126] ppid=30108 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30111/task/30126/stat : 30126 (java) S 30108 30111 26963 0 -1 4202560 169 0 0 0 18 9 0 0 20 0 24 0 11859217 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140583552129704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30127] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30127/stat : 30127 (java) S 30108 30111 26963 0 -1 4202560 986 0 0 0 0 0 0 0 20 0 24 0 11859218 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582661884648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30128] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30128/stat : 30128 (java) S 30108 30111 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11859219 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582660830968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30129] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30129/stat : 30129 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11859219 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582659778312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30130] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30130/stat : 30130 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11859221 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582658726032 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30131] ppid=30108 vsize=10162692 CPUtime=1.17 cores=0-3,8-11
/proc/30111/task/30131/stat : 30131 (java) S 30108 30111 26963 0 -1 4202560 14650 0 0 0 114 3 0 0 20 0 24 0 11859221 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582657673400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30132] ppid=30108 vsize=10162692 CPUtime=1.66 cores=0-3,8-11
/proc/30111/task/30132/stat : 30132 (java) S 30108 30111 26963 0 -1 4202560 11762 0 0 0 164 2 0 0 20 0 24 0 11859221 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582656620856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30133] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30133/stat : 30133 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11859221 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582655568504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30134] ppid=30108 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30111/task/30134/stat : 30134 (java) S 30108 30111 26963 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 24 0 11859221 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582654516168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30137] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30137/stat : 30137 (java) S 30108 30111 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11859233 10406596608 584798 33554432000 1073741824 1073778376 140734987273136 140582651356840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 372.99
Current children cumulated vsize (KiB) 10162692

[startup+184.301 s]
/proc/loadavg: 4.23 4.10 3.01 5/311 30723
/proc/meminfo: memFree=23801576/32872528 swapFree=8828/8828
[pid=30111] ppid=30108 vsize=10162692 CPUtime=373.13 cores=0-3,8-11
/proc/30111/stat : 30111 (java) S 30108 30111 26963 0 -1 4202496 34491 0 1 0 37129 184 0 0 20 0 24 0 11859216 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140734987264272 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30111/statm: 2540673 584809 2287 9 0 2531350 0
[pid=30111/tid=30112] ppid=30108 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/30111/task/30112/stat : 30112 (java) S 30108 30111 26963 0 -1 4202560 2458 0 1 0 16 0 0 0 20 0 24 0 11859216 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583720772312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30114] ppid=30108 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/30111/task/30114/stat : 30114 (java) S 30108 30111 26963 0 -1 4202560 114 0 0 0 17 9 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583682263208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30115] ppid=30108 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/30111/task/30115/stat : 30115 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 22 13 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583681210664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30116] ppid=30108 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/30111/task/30116/stat : 30116 (java) S 30108 30111 26963 0 -1 4202560 107 0 0 0 16 7 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583680158120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30117] ppid=30108 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30111/task/30117/stat : 30117 (java) S 30108 30111 26963 0 -1 4202560 95 0 0 0 17 7 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583679105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30111/tid=30118] ppid=30108 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/30111/task/30118/stat : 30118 (java) S 30108 30111 26963 0 -1 4202560 112 0 0 0 17 8 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583678053032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30119] ppid=30108 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30111/task/30119/stat : 30119 (java) S 30108 30111 26963 0 -1 4202560 135 0 0 0 20 10 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583677000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30120] ppid=30108 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/30111/task/30120/stat : 30120 (java) S 30108 30111 26963 0 -1 4202560 126 0 0 0 20 9 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583675947944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30121] ppid=30108 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/30111/task/30121/stat : 30121 (java) S 30108 30111 26963 0 -1 4202560 142 0 0 0 23 11 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583557393448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30111/tid=30122] ppid=30108 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/30111/task/30122/stat : 30122 (java) S 30108 30111 26963 0 -1 4202560 197 0 0 0 25 11 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583556339880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30123] ppid=30108 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/30111/task/30123/stat : 30123 (java) S 30108 30111 26963 0 -1 4202560 170 0 0 0 31 17 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583555287336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30124] ppid=30108 vsize=10162692 CPUtime=0.39 cores=0-3,8-11
/proc/30111/task/30124/stat : 30124 (java) S 30108 30111 26963 0 -1 4202560 190 0 0 0 26 13 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583554234792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30111/tid=30125] ppid=30108 vsize=10162692 CPUtime=0.37 cores=0-3,8-11
/proc/30111/task/30125/stat : 30125 (java) S 30108 30111 26963 0 -1 4202560 162 0 0 0 25 12 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583553182248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30126] ppid=30108 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30111/task/30126/stat : 30126 (java) S 30108 30111 26963 0 -1 4202560 169 0 0 0 18 9 0 0 20 0 24 0 11859217 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140583552129704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30127] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30127/stat : 30127 (java) S 30108 30111 26963 0 -1 4202560 986 0 0 0 0 0 0 0 20 0 24 0 11859218 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582661884648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30111/tid=30128] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30128/stat : 30128 (java) S 30108 30111 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11859219 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582660830968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30129] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30129/stat : 30129 (java) S 30108 30111 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11859219 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582659778312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30130] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30130/stat : 30130 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11859221 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582658726032 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30111/tid=30131] ppid=30108 vsize=10162692 CPUtime=1.21 cores=0-3,8-11
/proc/30111/task/30131/stat : 30131 (java) S 30108 30111 26963 0 -1 4202560 14660 0 0 0 118 3 0 0 20 0 24 0 11859221 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582657673400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30111/tid=30132] ppid=30108 vsize=10162692 CPUtime=1.67 cores=0-3,8-11
/proc/30111/task/30132/stat : 30132 (java) S 30108 30111 26963 0 -1 4202560 11762 0 0 0 165 2 0 0 20 0 24 0 11859221 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582656620856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30111/tid=30133] ppid=30108 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30111/task/30133/stat : 30133 (java) S 30108 30111 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11859221 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582655568504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30111/tid=30134] ppid=30108 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30111/task/30134/stat : 30134 (java) S 30108 30111 26963 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 24 0 11859221 10406596608 584809 33554432000 1073741824 1073778376 140734987273136 140582654516168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 373.13
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.839996
#  lost CPU user time (s): 0.880005
#  lost CPU system time (s): -0.0400001

Real time (s): 184.328
CPU time (s): 374.096
CPU user time (s): 372.107
CPU system time (s): 1.98969
CPU usage (%): 202.951
Max. virtual memory (cumulated for all children) (KiB): 10163172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.227
system time used= 2.02969
maximum resident set size= 2339252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5135
involuntary context switches= 4634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.92471 second user time and 1.83272 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:51:04
IDJOB=4121067
IDBENCH=110281
IDSOLVER=2543
FILE ID=node132/4121067-1467309064
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-n86-d3-i1-f.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-4121067-1467309064/watcher-4121067-1467309064 -o /tmp/evaluation-result-4121067-1467309064/solver-4121067-1467309064 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121067-1467309064.opb

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

MD5SUM BENCH= f8d4db1d4d0eb2092bc6592dcb088d56
RANDOM SEED=703826322

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:        25373196 kB
Buffers:          162360 kB
Cached:          3979120 kB
SwapCached:            0 kB
Active:          2777288 kB
Inactive:        3920336 kB
Active(anon):    2558752 kB
Inactive(anon):        0 kB
Active(file):     218536 kB
Inactive(file):  3920336 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               960 kB
Writeback:             0 kB
AnonPages:       2583788 kB
Mapped:            22224 kB
Shmem:               216 kB
Slab:             636164 kB
SReclaimable:      75900 kB
SUnreclaim:       560264 kB
KernelStack:        2592 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3083368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2504704 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 19:54:09