Trace number 4121331

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 997.502 495.237

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n86-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMdcdc2dbdb086f956272aa7893b286a77
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 benchmark8.68468
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4121331-1467309170.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.055s.
0.09/0.17	c declared #vars     129
0.09/0.17	c #constraints  344
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 344
0.09/0.18	c 344 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 344
0.09/0.18	c 344 constraints processed.
1.83/0.61	c cleaning 2500 clauses out of 5001 with flag 23201/5001
2.24/0.76	c cleaning 0 clauses out of 5000 with flag 0/5000
2.63/0.88	c cleaning 4247 clauses out of 8501 with flag 53335/11001
3.27/1.03	c cleaning 0 clauses out of 11000 with flag 0/11000
3.93/1.27	c cleaning 5622 clauses out of 11254 with flag 90498/18001
4.23/1.34	c cleaning 0 clauses out of 18000 with flag 0/18000
5.19/1.69	c cleaning 0 clauses out of 26000 with flag 0/26000
5.49/1.77	c cleaning 6814 clauses out of 13631 with flag 132506/26000
6.35/2.13	c cleaning 0 clauses out of 35001 with flag 0/35001
6.57/2.30	c cleaning 7909 clauses out of 15818 with flag 179172/35001
7.43/2.61	c cleaning 0 clauses out of 45000 with flag 0/45000
8.03/2.94	c cleaning 8949 clauses out of 17909 with flag 228232/45001
8.64/3.20	c cleaning 0 clauses out of 56000 with flag 0/56000
9.43/3.67	c cleaning 9973 clauses out of 19960 with flag 278615/56001
9.99/3.87	c cleaning 0 clauses out of 68001 with flag 0/68001
11.99/4.80	c cleaning 0 clauses out of 81001 with flag 0/81001
12.19/4.96	c cleaning 10989 clauses out of 21986 with flag 346013/68000
13.96/5.74	c cleaning 0 clauses out of 95000 with flag 0/95000
15.16/6.39	c cleaning 11988 clauses out of 23997 with flag 410599/81000
15.78/6.69	c cleaning 0 clauses out of 110000 with flag 0/110000
18.37/7.95	c cleaning 0 clauses out of 126001 with flag 0/126001
18.96/8.28	c cleaning 12996 clauses out of 26009 with flag 479807/95000
20.73/9.09	c cleaning 0 clauses out of 143001 with flag 0/143001
21.73/9.53	c cleaning 14001 clauses out of 28014 with flag 553143/110001
22.93/10.18	c cleaning 0 clauses out of 161001 with flag 0/161001
24.76/11.08	c cleaning 15000 clauses out of 30012 with flag 627946/126000
27.76/12.41	c cleaning 0 clauses out of 180000 with flag 0/180000
28.76/12.90	c cleaning 15999 clauses out of 32012 with flag 705163/143000
32.16/14.67	c cleaning 0 clauses out of 200001 with flag 0/200001
32.56/14.87	c cleaning 17002 clauses out of 34013 with flag 790528/161000
35.98/16.57	c cleaning 0 clauses out of 221000 with flag 0/221000
36.36/16.74	c cleaning 17999 clauses out of 36012 with flag 878493/180001
39.76/18.45	c cleaning 0 clauses out of 243000 with flag 0/243000
40.16/18.67	c cleaning 19002 clauses out of 38013 with flag 964983/200001
44.56/20.88	c cleaning 20001 clauses out of 40010 with flag 1056587/221000
45.56/21.36	c cleaning 0 clauses out of 266001 with flag 0/266001
49.89/23.38	c cleaning 21000 clauses out of 42009 with flag 1155380/243000
51.91/24.36	c cleaning 0 clauses out of 290000 with flag 0/290000
54.68/25.75	c cleaning 22000 clauses out of 44009 with flag 1259016/266000
58.08/27.44	c cleaning 0 clauses out of 315001 with flag 0/315001
60.08/28.46	c cleaning 23005 clauses out of 46009 with flag 1365208/290000
63.69/30.21	c cleaning 0 clauses out of 341001 with flag 0/341001
66.49/31.62	c cleaning 23997 clauses out of 48004 with flag 1475589/315000
70.46/33.42	c cleaning 0 clauses out of 368000 with flag 0/368000
74.30/35.33	c cleaning 25004 clauses out of 50007 with flag 1590316/341000
79.88/38.11	c cleaning 0 clauses out of 396000 with flag 0/396000
81.67/39.07	c cleaning 25999 clauses out of 52004 with flag 1708354/368001
88.87/42.67	c cleaning 0 clauses out of 425001 with flag 0/425001
89.07/42.79	c cleaning 26998 clauses out of 54005 with flag 1829917/396001
97.87/47.17	c cleaning 0 clauses out of 455000 with flag 0/455000
99.49/47.94	c cleaning 27999 clauses out of 56006 with flag 1956567/425000
109.09/52.74	c cleaning 29001 clauses out of 58008 with flag 2081062/455001
109.51/52.95	c cleaning 0 clauses out of 486001 with flag 0/486001
119.61/57.79	c cleaning 29998 clauses out of 60007 with flag 2217941/486001
123.03/59.44	c cleaning 0 clauses out of 518001 with flag 0/518001
133.62/64.71	c cleaning 0 clauses out of 551002 with flag 0/551002
135.82/65.86	c cleaning 31001 clauses out of 62009 with flag 2368419/518001
145.62/70.75	c cleaning 0 clauses out of 585000 with flag 0/585000
150.02/72.97	c cleaning 32001 clauses out of 64008 with flag 2510500/551001
169.45/82.69	c cleaning 33001 clauses out of 66007 with flag 2665296/585001
170.63/83.26	c cleaning 0 clauses out of 620001 with flag 0/620001
187.16/91.25	c cleaning 0 clauses out of 656001 with flag 0/656001
189.78/92.52	c cleaning 33997 clauses out of 68006 with flag 2816666/620001
202.98/99.14	c cleaning 0 clauses out of 693001 with flag 0/693001
204.77/100.01	c cleaning 35001 clauses out of 70008 with flag 2966198/656000
219.57/107.49	c cleaning 36001 clauses out of 72008 with flag 3131757/693001
223.17/109.28	c cleaning 0 clauses out of 731000 with flag 0/731000
233.17/114.29	c cleaning 36997 clauses out of 74006 with flag 3295294/731000
242.39/118.89	c cleaning 0 clauses out of 770001 with flag 0/770001
244.97/120.14	c cleaning 38004 clauses out of 76009 with flag 3462434/770000
261.29/128.12	c cleaning 38997 clauses out of 78006 with flag 3628840/810001
266.91/131.00	c cleaning 0 clauses out of 810001 with flag 0/810001
284.29/139.63	c cleaning 40003 clauses out of 80009 with flag 3812888/851001
291.49/143.27	c cleaning 0 clauses out of 851000 with flag 0/851000
303.90/149.40	c cleaning 40999 clauses out of 82005 with flag 3991864/893000
323.34/159.02	c cleaning 42001 clauses out of 84006 with flag 4182566/936000
325.94/160.34	c cleaning 0 clauses out of 893001 with flag 0/893001
350.29/172.10	c cleaning 42998 clauses out of 86006 with flag 4384482/980001
355.64/174.71	c cleaning 0 clauses out of 936000 with flag 0/936000
386.87/190.36	c cleaning 0 clauses out of 980001 with flag 0/980001
388.45/191.15	c cleaning 44004 clauses out of 88008 with flag 4603483/1025001
408.44/201.14	c cleaning 0 clauses out of 1025001 with flag 0/1025001
428.52/210.98	c cleaning 44999 clauses out of 90004 with flag 4826780/1071001
443.12/218.28	c cleaning 0 clauses out of 1071000 with flag 0/1071000
471.32/232.38	c cleaning 46000 clauses out of 92005 with flag 5053605/1118001
481.94/237.66	c cleaning 0 clauses out of 1118000 with flag 0/1118000
516.13/254.79	c cleaning 0 clauses out of 1166001 with flag 0/1166001
516.33/254.88	c cleaning 47001 clauses out of 94005 with flag 5288906/1166001
552.95/272.94	c cleaning 0 clauses out of 1215001 with flag 0/1215001
565.52/279.28	c cleaning 47997 clauses out of 96003 with flag 5531138/1215000
591.53/292.24	c cleaning 0 clauses out of 1265000 with flag 0/1265000
613.57/303.32	c cleaning 49001 clauses out of 98007 with flag 5771105/1265001
624.57/308.90	c cleaning 0 clauses out of 1316000 with flag 0/1316000
663.18/328.15	c cleaning 49998 clauses out of 100005 with flag 6019046/1316000
698.18/345.65	c cleaning 0 clauses out of 1368000 with flag 0/1368000
716.99/355.00	c cleaning 51004 clauses out of 102008 with flag 6272033/1368001
770.20/381.56	c cleaning 52001 clauses out of 104004 with flag 6530785/1421001
771.80/382.38	c cleaning 0 clauses out of 1421001 with flag 0/1421001
829.64/411.29	c cleaning 52998 clauses out of 106003 with flag 6792161/1475001
851.28/422.01	c cleaning 0 clauses out of 1475001 with flag 0/1475001
894.05/443.20	c cleaning 54001 clauses out of 108005 with flag 7057912/1530001
952.00/472.11	c cleaning 0 clauses out of 1530001 with flag 0/1530001
962.36/477.28	c cleaning 54997 clauses out of 110003 with flag 7327655/1586000
997.17/494.68	c And the winner is solver1
997.17/495.03	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
997.17/495.03	c starts		: 104
997.17/495.03	c conflicts		: 1624475
997.17/495.03	c decisions		: 2056288
997.17/495.03	c propagations		: 10607849
997.17/495.03	c inspects		: 10780666511
997.17/495.03	c shortcuts		: 0
997.17/495.03	c learnt literals	: 0
997.17/495.03	c learnt binary clauses	: 4
997.17/495.03	c learnt ternary clauses	: 76
997.17/495.03	c learnt constraints	: 1624475
997.17/495.03	c ignored constraints	: 0
997.17/495.03	c root simplifications	: 0
997.17/495.03	c removed literals (reason simplification)	: 7308494
997.17/495.03	c reason swapping (by a shorter reason)	: 0
997.17/495.03	c Calls to reduceDB	: 52
997.17/495.03	c Number of update (reduction) of LBD	: 161287
997.17/495.03	c Imported unit clauses	: 0
997.17/495.03	c number of reductions to clauses (during analyze)	: 0
997.17/495.03	c number of learned constraints concerned by reduction	: 0
997.17/495.03	c number of learning phase by resolution	: 0
997.17/495.03	c number of learning phase by cutting planes	: 0
997.17/495.03	c speed (assignments/second)	: 21436.407249036078
997.17/495.03	c non guided choices	508
997.17/495.06	c learnt constraints type 
997.17/495.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
997.17/495.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93477
997.17/495.06	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
997.17/495.06	c starts		: 208
997.17/495.06	c conflicts		: 1577596
997.17/495.06	c decisions		: 1838749
997.17/495.06	c propagations		: 7826083
997.17/495.06	c inspects		: 3991670936
997.17/495.06	c shortcuts		: 0
997.17/495.06	c learnt literals	: 1
997.17/495.06	c learnt binary clauses	: 6
997.17/495.06	c learnt ternary clauses	: 13
997.17/495.06	c learnt constraints	: 1577594
997.17/495.06	c ignored constraints	: 0
997.17/495.06	c root simplifications	: 0
997.17/495.06	c removed literals (reason simplification)	: 0
997.17/495.06	c reason swapping (by a shorter reason)	: 0
997.17/495.06	c Calls to reduceDB	: 51
997.17/495.06	c Number of update (reduction) of LBD	: 0
997.17/495.06	c Imported unit clauses	: 0
997.17/495.06	c number of reductions to clauses (during analyze)	: 0
997.17/495.06	c number of learned constraints concerned by reduction	: 0
997.17/495.06	c number of learning phase by resolution	: 0
997.17/495.06	c number of learning phase by cutting planes	: 0
997.17/495.06	c speed (assignments/second)	: 15814.134364157702
997.17/495.06	c non guided choices	465
997.39/495.22	c learnt constraints type 
997.39/495.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1577588
997.39/495.22	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 6
997.39/495.22	s UNSATISFIABLE
997.39/495.22	c Total wall clock time (in seconds): 495.106

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

pid=30692
running on 8 cores: 4-7,12-15

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.21 4.05 2.90 4/284 30695
/proc/meminfo: memFree=25707824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 11869837 95129600 927 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 4096 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 23225 927 703 9 0 16769 0
[pid=30695/tid=30696] ppid=30692 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) D 30692 30695 26963 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 11869838 95129600 927 33554432000 1073741824 1073778376 140737016030224 140066544139816 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 12 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 4.21 4.05 2.90 4/284 30695
/proc/meminfo: memFree=25707824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 4455 0 1 0 8 1 0 0 20 0 23 0 11869837 10133950464 6086 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2474109 6086 2126 9 0 2464786 0
[pid=30695/tid=30696] ppid=30692 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) R 30692 30695 26963 0 -1 4202560 2427 0 1 0 6 0 0 0 20 0 23 0 11869838 10133950464 6086 33554432000 1073741824 1073778376 140737016030224 140066544144504 216812021005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.20028 s]
/proc/loadavg: 4.21 4.05 2.90 4/284 30695
/proc/meminfo: memFree=25707824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=0.25 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 4772 0 1 0 23 2 0 0 20 0 27 0 11869837 10406596608 7885 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 7885 2216 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2450 0 1 0 13 2 0 0 20 0 27 0 11869838 10406596608 7885 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10162692

[startup+0.300351 s]
/proc/loadavg: 4.21 4.05 2.90 4/284 30695
/proc/meminfo: memFree=25707824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=0.63 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 7707 0 1 0 61 2 0 0 20 0 27 0 11869837 10406596608 9738 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 9738 2246 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2450 0 1 0 13 2 0 0 20 0 27 0 11869838 10406596608 9738 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10162692

[startup+0.700234 s]
/proc/loadavg: 4.21 4.05 2.90 4/284 30695
/proc/meminfo: memFree=25707824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=2.24 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 22475 0 1 0 219 5 0 0 20 0 27 0 11869837 10406596608 31771 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 31771 2261 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2450 0 1 0 13 2 0 0 20 0 27 0 11869838 10406596608 31771 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10162692

[startup+1.5017 s]
/proc/loadavg: 4.35 4.08 2.91 6/311 30722
/proc/meminfo: memFree=25514264/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=4.89 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 25224 0 1 0 480 9 0 0 20 0 27 0 11869837 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 52368 2275 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2450 0 1 0 13 2 0 0 20 0 27 0 11869838 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30698] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30698/stat : 30698 (java) S 30692 30695 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066388129960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30699] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30699/stat : 30699 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066387077416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30700] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30700/stat : 30700 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066386024872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30701] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30701/stat : 30701 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066384972328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30702] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30702/stat : 30702 (java) S 30692 30695 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066383919784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30703] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30703/stat : 30703 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066382867240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30704] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30704/stat : 30704 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066381814696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30705] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30705/stat : 30705 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066380762152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30706] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30706/stat : 30706 (java) S 30692 30695 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066379708584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30707] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30707/stat : 30707 (java) S 30692 30695 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066378656040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30708] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30708/stat : 30708 (java) S 30692 30695 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066377603496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30709] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30709/stat : 30709 (java) S 30692 30695 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066376550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30710] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30710/stat : 30710 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066375498408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30711] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30711/stat : 30711 (java) S 30692 30695 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066357824232 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30712] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30712/stat : 30712 (java) S 30692 30695 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066356770552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30713] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30713/stat : 30713 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066355717896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30714] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30714/stat : 30714 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066354665616 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30715] ppid=30692 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/30695/task/30715/stat : 30715 (java) S 30692 30695 26963 0 -1 4202560 10767 0 0 0 81 1 0 0 20 0 27 0 11869843 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066353612984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30716] ppid=30692 vsize=10162692 CPUtime=1.16 cores=4-7,12-15
/proc/30695/task/30716/stat : 30716 (java) R 30692 30695 26963 0 -1 4202560 10489 0 0 0 115 1 0 0 20 0 27 0 11869843 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066352546312 140066547050580 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30717] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30717/stat : 30717 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066351508088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30718] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30718/stat : 30718 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066350455752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30719] ppid=30692 vsize=10162692 CPUtime=1.28 cores=4-7,12-15
/proc/30695/task/30719/stat : 30719 (java) R 30692 30695 26963 0 -1 4202560 25 0 0 0 128 0 0 0 20 0 27 0 11869855 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066349300840 140066417088103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30720] ppid=30692 vsize=10162692 CPUtime=1.28 cores=4-7,12-15
/proc/30695/task/30720/stat : 30720 (java) R 30692 30695 26963 0 -1 4202560 88 0 0 0 126 2 0 0 20 0 27 0 11869855 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066348248952 140066416555432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30721] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30721/stat : 30721 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140066347198120 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30722] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30722/stat : 30722 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 52368 33554432000 1073741824 1073778376 140737016030224 140064789095208 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 10162692

[startup+3.10114 s]
/proc/loadavg: 4.35 4.08 2.91 5/311 30722
/proc/meminfo: memFree=25501824/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=8.43 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 25596 0 1 0 830 13 0 0 20 0 27 0 11869837 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 56466 2275 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2450 0 1 0 13 2 0 0 20 0 27 0 11869838 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30698] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30698/stat : 30698 (java) S 30692 30695 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066388129960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30699] ppid=30692 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/30695/task/30699/stat : 30699 (java) S 30692 30695 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066387077416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30700] ppid=30692 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/30695/task/30700/stat : 30700 (java) S 30692 30695 26963 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066386024872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30701] ppid=30692 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/30695/task/30701/stat : 30701 (java) S 30692 30695 26963 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066384972328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30702] ppid=30692 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/30695/task/30702/stat : 30702 (java) S 30692 30695 26963 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066383919784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30703] ppid=30692 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/30695/task/30703/stat : 30703 (java) S 30692 30695 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066382867240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30704] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30704/stat : 30704 (java) S 30692 30695 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066381814696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30705] ppid=30692 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/30695/task/30705/stat : 30705 (java) S 30692 30695 26963 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066380762152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30706] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30706/stat : 30706 (java) S 30692 30695 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066379708584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30707] ppid=30692 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/30695/task/30707/stat : 30707 (java) S 30692 30695 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066378656040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30708] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30708/stat : 30708 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066377603496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30709] ppid=30692 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/30695/task/30709/stat : 30709 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066376550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30710] ppid=30692 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/30695/task/30710/stat : 30710 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11869839 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066375498408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30711] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30711/stat : 30711 (java) S 30692 30695 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066357824232 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30712] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30712/stat : 30712 (java) S 30692 30695 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066356770552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30713] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30713/stat : 30713 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066355717896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30714] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30714/stat : 30714 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066354665616 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30715] ppid=30692 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/30695/task/30715/stat : 30715 (java) S 30692 30695 26963 0 -1 4202560 10767 0 0 0 81 1 0 0 20 0 27 0 11869843 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066353612984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30716] ppid=30692 vsize=10162692 CPUtime=1.38 cores=4-7,12-15
/proc/30695/task/30716/stat : 30716 (java) S 30692 30695 26963 0 -1 4202560 10813 0 0 0 137 1 0 0 20 0 27 0 11869843 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066352560440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30717] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30717/stat : 30717 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066351508088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30718] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30718/stat : 30718 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066350455752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30719] ppid=30692 vsize=10162692 CPUtime=2.84 cores=4-7,12-15
/proc/30695/task/30719/stat : 30719 (java) R 30692 30695 26963 0 -1 4202560 26 0 0 0 284 0 0 0 20 0 27 0 11869855 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066349302912 140066417088291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30720] ppid=30692 vsize=10162692 CPUtime=2.85 cores=4-7,12-15
/proc/30695/task/30720/stat : 30720 (java) R 30692 30695 26963 0 -1 4202560 90 0 0 0 283 2 0 0 20 0 27 0 11869855 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066348249144 140066417159927 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30721] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30721/stat : 30721 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140066347198120 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30722] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30722/stat : 30722 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 56466 33554432000 1073741824 1073778376 140737016030224 140064789095208 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 10162692

[startup+6.30115 s]
/proc/loadavg: 4.33 4.08 2.92 5/311 30722
/proc/meminfo: memFree=25365412/32872528 swapFree=8828/8828

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

[pid=30695/tid=30699] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30699/stat : 30699 (java) S 30692 30695 26963 0 -1 4202560 383 0 0 0 38 13 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066387077416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30700] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30700/stat : 30700 (java) S 30692 30695 26963 0 -1 4202560 225 0 0 0 44 13 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066386024872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30701] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30701/stat : 30701 (java) S 30692 30695 26963 0 -1 4202560 299 0 0 0 47 10 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066384972328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30702] ppid=30692 vsize=10162692 CPUtime=0.4 cores=4-7,12-15
/proc/30695/task/30702/stat : 30702 (java) S 30692 30695 26963 0 -1 4202560 337 0 0 0 30 10 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066383919784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30703] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30703/stat : 30703 (java) S 30692 30695 26963 0 -1 4202560 352 0 0 0 40 11 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066382867240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30704] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30704/stat : 30704 (java) S 30692 30695 26963 0 -1 4202560 167 0 0 0 38 9 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066381814696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30705] ppid=30692 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/30695/task/30705/stat : 30705 (java) S 30692 30695 26963 0 -1 4202560 462 0 0 0 48 16 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066380762152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30706] ppid=30692 vsize=10162692 CPUtime=0.73 cores=4-7,12-15
/proc/30695/task/30706/stat : 30706 (java) S 30692 30695 26963 0 -1 4202560 446 0 0 0 56 17 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066379708584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30707] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30707/stat : 30707 (java) S 30692 30695 26963 0 -1 4202560 241 0 0 0 36 15 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066378656040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30708] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30708/stat : 30708 (java) S 30692 30695 26963 0 -1 4202560 252 0 0 0 37 10 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066377603496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30709] ppid=30692 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/30695/task/30709/stat : 30709 (java) S 30692 30695 26963 0 -1 4202560 215 0 0 0 48 13 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066376550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30710] ppid=30692 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/30695/task/30710/stat : 30710 (java) S 30692 30695 26963 0 -1 4202560 233 0 0 0 40 13 0 0 20 0 27 0 11869839 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066375498408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30711] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30711/stat : 30711 (java) S 30692 30695 26963 0 -1 4202560 893 0 0 0 56 1 0 0 20 0 27 0 11869840 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066357824232 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30712] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30712/stat : 30712 (java) S 30692 30695 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066356770552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30713] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30713/stat : 30713 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11869840 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066355717896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30714] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30714/stat : 30714 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066354665616 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30715] ppid=30692 vsize=10162692 CPUtime=1.58 cores=4-7,12-15
/proc/30695/task/30715/stat : 30715 (java) S 30692 30695 26963 0 -1 4202560 18925 0 0 0 155 3 0 0 20 0 27 0 11869843 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066353612984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30716] ppid=30692 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/30695/task/30716/stat : 30716 (java) S 30692 30695 26963 0 -1 4202560 11363 0 0 0 166 1 0 0 20 0 27 0 11869843 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066352560440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30717] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30717/stat : 30717 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11869843 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066351508088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30718] ppid=30692 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/30695/task/30718/stat : 30718 (java) S 30692 30695 26963 0 -1 4202560 29 0 0 0 10 14 0 0 20 0 27 0 11869843 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066350455752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30719] ppid=30692 vsize=10162692 CPUtime=491.38 cores=4-7,12-15
/proc/30695/task/30719/stat : 30719 (java) R 30692 30695 26963 0 -1 4202560 63 0 0 0 49131 7 0 0 20 0 27 0 11869855 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066349302632 140066417088291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30720] ppid=30692 vsize=10162692 CPUtime=491.41 cores=4-7,12-15
/proc/30695/task/30720/stat : 30720 (java) R 30692 30695 26963 0 -1 4202560 1150 0 0 0 49109 32 0 0 20 0 27 0 11869855 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066348249976 140066417088291 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30721] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30721/stat : 30721 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140066347198120 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30722] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30722/stat : 30722 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11869855 10406596608 446356 33554432000 1073741824 1073778376 140737016030224 140064789095208 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 996.77
Current children cumulated vsize (KiB) 10162692

[startup+494.802 s]
/proc/loadavg: 4.91 4.32 3.48 5/312 31411
/proc/meminfo: memFree=25013504/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=994.97 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 39944 0 1 0 99274 223 0 0 20 0 24 0 11869837 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 446341 2285 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2458 0 1 0 16 2 0 0 20 0 24 0 11869838 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066544145272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30698] ppid=30692 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/30695/task/30698/stat : 30698 (java) S 30692 30695 26963 0 -1 4202560 184 0 0 0 44 9 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066388129960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30699] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30699/stat : 30699 (java) S 30692 30695 26963 0 -1 4202560 383 0 0 0 38 13 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066387077416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30700] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30700/stat : 30700 (java) S 30692 30695 26963 0 -1 4202560 225 0 0 0 44 13 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066386024872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30701] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30701/stat : 30701 (java) S 30692 30695 26963 0 -1 4202560 299 0 0 0 47 10 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066384972328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30702] ppid=30692 vsize=10162692 CPUtime=0.4 cores=4-7,12-15
/proc/30695/task/30702/stat : 30702 (java) S 30692 30695 26963 0 -1 4202560 337 0 0 0 30 10 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066383919784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30703] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30703/stat : 30703 (java) S 30692 30695 26963 0 -1 4202560 352 0 0 0 40 11 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066382867240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30704] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30704/stat : 30704 (java) S 30692 30695 26963 0 -1 4202560 167 0 0 0 38 9 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066381814696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30705] ppid=30692 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/30695/task/30705/stat : 30705 (java) S 30692 30695 26963 0 -1 4202560 462 0 0 0 48 16 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066380762152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30706] ppid=30692 vsize=10162692 CPUtime=0.73 cores=4-7,12-15
/proc/30695/task/30706/stat : 30706 (java) S 30692 30695 26963 0 -1 4202560 446 0 0 0 56 17 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066379708584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30707] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30707/stat : 30707 (java) S 30692 30695 26963 0 -1 4202560 241 0 0 0 36 15 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066378656040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30708] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30708/stat : 30708 (java) S 30692 30695 26963 0 -1 4202560 252 0 0 0 37 10 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066377603496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30709] ppid=30692 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/30695/task/30709/stat : 30709 (java) S 30692 30695 26963 0 -1 4202560 215 0 0 0 48 13 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066376550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30710] ppid=30692 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/30695/task/30710/stat : 30710 (java) S 30692 30695 26963 0 -1 4202560 233 0 0 0 40 13 0 0 20 0 24 0 11869839 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066375498408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30711] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30711/stat : 30711 (java) S 30692 30695 26963 0 -1 4202560 893 0 0 0 56 1 0 0 20 0 24 0 11869840 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066357824232 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30712] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30712/stat : 30712 (java) S 30692 30695 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11869840 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066356770552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30713] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30713/stat : 30713 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11869840 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066355717896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30714] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30714/stat : 30714 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11869843 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066354665616 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30715] ppid=30692 vsize=10162692 CPUtime=1.58 cores=4-7,12-15
/proc/30695/task/30715/stat : 30715 (java) S 30692 30695 26963 0 -1 4202560 18925 0 0 0 155 3 0 0 20 0 24 0 11869843 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066353612984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30716] ppid=30692 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/30695/task/30716/stat : 30716 (java) S 30692 30695 26963 0 -1 4202560 11363 0 0 0 166 1 0 0 20 0 24 0 11869843 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066352560440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30717] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30717/stat : 30717 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11869843 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066351508088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30718] ppid=30692 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/30695/task/30718/stat : 30718 (java) S 30692 30695 26963 0 -1 4202560 29 0 0 0 10 14 0 0 20 0 24 0 11869843 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140066350455752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30722] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30722/stat : 30722 (java) S 30692 30695 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11869855 10406596608 446341 33554432000 1073741824 1073778376 140737016030224 140064789095208 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 994.97
Current children cumulated vsize (KiB) 10162692

[startup+495.201 s]
/proc/loadavg: 4.91 4.32 3.48 3/309 31411
/proc/meminfo: memFree=25013504/32872528 swapFree=8828/8828
[pid=30695] ppid=30692 vsize=10162692 CPUtime=995.19 cores=4-7,12-15
/proc/30695/stat : 30695 (java) S 30692 30695 26963 0 -1 4202496 39959 0 1 0 99296 223 0 0 20 0 24 0 11869837 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140737016021360 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/30695/statm: 2540673 446352 2295 9 0 2531350 0
[pid=30695/tid=30696] ppid=30692 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/30695/task/30696/stat : 30696 (java) S 30692 30695 26963 0 -1 4202560 2458 0 1 0 16 2 0 0 20 0 24 0 11869838 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066544145112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30698] ppid=30692 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/30695/task/30698/stat : 30698 (java) S 30692 30695 26963 0 -1 4202560 184 0 0 0 44 9 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066388129960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30699] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30699/stat : 30699 (java) S 30692 30695 26963 0 -1 4202560 383 0 0 0 38 13 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066387077416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30700] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30700/stat : 30700 (java) S 30692 30695 26963 0 -1 4202560 225 0 0 0 44 13 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066386024872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30701] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30701/stat : 30701 (java) S 30692 30695 26963 0 -1 4202560 299 0 0 0 47 10 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066384972328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30702] ppid=30692 vsize=10162692 CPUtime=0.4 cores=4-7,12-15
/proc/30695/task/30702/stat : 30702 (java) S 30692 30695 26963 0 -1 4202560 337 0 0 0 30 10 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066383919784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30703] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30703/stat : 30703 (java) S 30692 30695 26963 0 -1 4202560 352 0 0 0 40 11 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066382867240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30704] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30704/stat : 30704 (java) S 30692 30695 26963 0 -1 4202560 167 0 0 0 38 9 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066381814696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30705] ppid=30692 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/30695/task/30705/stat : 30705 (java) S 30692 30695 26963 0 -1 4202560 462 0 0 0 48 16 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066380762152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30706] ppid=30692 vsize=10162692 CPUtime=0.73 cores=4-7,12-15
/proc/30695/task/30706/stat : 30706 (java) S 30692 30695 26963 0 -1 4202560 446 0 0 0 56 17 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066379708584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=30695/tid=30707] ppid=30692 vsize=10162692 CPUtime=0.51 cores=4-7,12-15
/proc/30695/task/30707/stat : 30707 (java) S 30692 30695 26963 0 -1 4202560 241 0 0 0 36 15 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066378656040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30708] ppid=30692 vsize=10162692 CPUtime=0.47 cores=4-7,12-15
/proc/30695/task/30708/stat : 30708 (java) S 30692 30695 26963 0 -1 4202560 252 0 0 0 37 10 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066377603496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=30695/tid=30709] ppid=30692 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/30695/task/30709/stat : 30709 (java) S 30692 30695 26963 0 -1 4202560 215 0 0 0 48 13 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066376550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30695/tid=30710] ppid=30692 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/30695/task/30710/stat : 30710 (java) S 30692 30695 26963 0 -1 4202560 233 0 0 0 40 13 0 0 20 0 24 0 11869839 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066375498408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30695/tid=30711] ppid=30692 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/30695/task/30711/stat : 30711 (java) S 30692 30695 26963 0 -1 4202560 893 0 0 0 56 1 0 0 20 0 24 0 11869840 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066357824232 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30712] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30712/stat : 30712 (java) S 30692 30695 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11869840 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066356770552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30713] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30713/stat : 30713 (java) S 30692 30695 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11869840 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066355717896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30714] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30714/stat : 30714 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11869843 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066354665616 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=30695/tid=30715] ppid=30692 vsize=10162692 CPUtime=1.59 cores=4-7,12-15
/proc/30695/task/30715/stat : 30715 (java) S 30692 30695 26963 0 -1 4202560 18930 0 0 0 156 3 0 0 20 0 24 0 11869843 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066353612984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30695/tid=30716] ppid=30692 vsize=10162692 CPUtime=1.72 cores=4-7,12-15
/proc/30695/task/30716/stat : 30716 (java) S 30692 30695 26963 0 -1 4202560 11370 0 0 0 171 1 0 0 20 0 24 0 11869843 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066352560440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30695/tid=30717] ppid=30692 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/30695/task/30717/stat : 30717 (java) S 30692 30695 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11869843 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066351508088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=30695/tid=30718] ppid=30692 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/30695/task/30718/stat : 30718 (java) S 30692 30695 26963 0 -1 4202560 29 0 0 0 10 14 0 0 20 0 24 0 11869843 10406596608 446352 33554432000 1073741824 1073778376 140737016030224 140066350455752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 995.19
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): 2.20007
#  lost CPU user time (s): 2.35004
#  lost CPU system time (s): -0.15

Real time (s): 495.237
CPU time (s): 997.502
CPU user time (s): 995.25
CPU system time (s): 2.25163
CPU usage (%): 201.419
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 992.9
system time used= 2.40163
maximum resident set size= 1932048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39967
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12664
involuntary context switches= 5192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34734 second user time and 5.56215 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:52:50
IDJOB=4121331
IDBENCH=110409
IDSOLVER=2543
FILE ID=node132/4121331-1467309170
RUNJOBID= node132-1467308448-26980
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-r2.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-4121331-1467309170/watcher-4121331-1467309170 -o /tmp/evaluation-result-4121331-1467309170/solver-4121331-1467309170 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26980 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121331-1467309170.opb

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

MD5SUM BENCH= dcdc2dbdb086f956272aa7893b286a77
RANDOM SEED=1115382589

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:        25707808 kB
Buffers:          162700 kB
Cached:          3979336 kB
SwapCached:            0 kB
Active:          2453356 kB
Inactive:        3920636 kB
Active(anon):    2234544 kB
Inactive(anon):        0 kB
Active(file):     218812 kB
Inactive(file):  3920636 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1060 kB
Writeback:             0 kB
AnonPages:       2396796 kB
Mapped:            22220 kB
Shmem:               216 kB
Slab:             635668 kB
SReclaimable:      75996 kB
SUnreclaim:       559672 kB
KernelStack:        2608 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2649076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2320384 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:01:06