Trace number 4121699

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 995.571 494.369

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n82-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM5802a34eb55eda6bae2b38c0fd3f618c
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 benchmark3.40048
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints328
Number of constraints which are clauses328
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4121699-1467309639.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c declared #vars     123
0.10/0.17	c #constraints  328
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 328
0.10/0.18	c 328 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 328
0.10/0.18	c 328 constraints processed.
1.45/0.59	c cleaning 2494 clauses out of 5000 with flag 15718/5000
2.24/0.71	c cleaning 0 clauses out of 5000 with flag 0/5000
2.98/0.94	c cleaning 4250 clauses out of 8506 with flag 39987/11000
3.26/1.00	c cleaning 0 clauses out of 11000 with flag 0/11000
3.98/1.22	c cleaning 5622 clauses out of 11256 with flag 73562/18000
4.24/1.33	c cleaning 0 clauses out of 18000 with flag 0/18000
5.17/1.60	c cleaning 6814 clauses out of 13634 with flag 113939/26000
5.17/1.69	c cleaning 0 clauses out of 26000 with flag 0/26000
6.27/2.11	c cleaning 7906 clauses out of 15820 with flag 159898/35000
6.27/2.12	c cleaning 0 clauses out of 35001 with flag 0/35001
7.37/2.64	c cleaning 0 clauses out of 45001 with flag 0/45001
7.77/2.84	c cleaning 8953 clauses out of 17914 with flag 211436/45000
8.57/3.26	c cleaning 0 clauses out of 56001 with flag 0/56001
9.67/3.75	c cleaning 9973 clauses out of 19962 with flag 264401/56001
10.07/3.92	c cleaning 0 clauses out of 68001 with flag 0/68001
11.99/4.81	c cleaning 0 clauses out of 81000 with flag 0/81000
12.19/4.93	c cleaning 10985 clauses out of 21988 with flag 322991/68000
13.80/5.74	c cleaning 0 clauses out of 95001 with flag 0/95001
14.80/6.26	c cleaning 11993 clauses out of 24004 with flag 388819/81001
15.61/6.67	c cleaning 0 clauses out of 110000 with flag 0/110000
17.39/7.57	c cleaning 12999 clauses out of 26011 with flag 454523/95001
18.99/8.22	c cleaning 0 clauses out of 126000 with flag 0/126000
20.41/8.95	c cleaning 14000 clauses out of 28011 with flag 522883/110000
21.39/9.48	c cleaning 0 clauses out of 143000 with flag 0/143000
23.59/10.59	c cleaning 15002 clauses out of 30011 with flag 591809/126000
24.39/10.93	c cleaning 0 clauses out of 161000 with flag 0/161000
27.04/12.19	c cleaning 15998 clauses out of 32009 with flag 666459/143000
29.02/13.14	c cleaning 0 clauses out of 180000 with flag 0/180000
31.02/14.11	c cleaning 17000 clauses out of 34012 with flag 752216/161001
33.42/15.34	c cleaning 0 clauses out of 200000 with flag 0/200000
35.62/16.45	c cleaning 18001 clauses out of 36012 with flag 840832/180001
37.62/17.46	c cleaning 0 clauses out of 221000 with flag 0/221000
40.62/18.95	c cleaning 18998 clauses out of 38010 with flag 925936/200000
42.22/19.79	c cleaning 0 clauses out of 243000 with flag 0/243000
45.95/21.43	c cleaning 20002 clauses out of 40013 with flag 1021174/221001
48.55/22.78	c cleaning 0 clauses out of 266001 with flag 0/266001
51.58/24.29	c cleaning 20999 clauses out of 42011 with flag 1119760/243001
54.56/25.70	c cleaning 0 clauses out of 290001 with flag 0/290001
59.16/28.07	c cleaning 22001 clauses out of 44012 with flag 1210518/266001
59.96/28.42	c cleaning 0 clauses out of 315001 with flag 0/315001
66.75/31.88	c cleaning 22999 clauses out of 46010 with flag 1318816/290000
67.75/32.32	c cleaning 0 clauses out of 341001 with flag 0/341001
74.32/35.45	c cleaning 24000 clauses out of 48012 with flag 1430216/315001
75.52/36.05	c cleaning 0 clauses out of 368001 with flag 0/368001
82.74/39.65	c cleaning 24999 clauses out of 50011 with flag 1557120/341000
86.32/41.43	c cleaning 0 clauses out of 396000 with flag 0/396000
92.32/44.41	c cleaning 26005 clauses out of 52012 with flag 1676272/368000
97.32/46.91	c cleaning 0 clauses out of 425001 with flag 0/425001
103.13/49.81	c cleaning 27002 clauses out of 54007 with flag 1796856/396000
104.95/50.75	c cleaning 0 clauses out of 455001 with flag 0/455001
112.74/54.68	c cleaning 27998 clauses out of 56006 with flag 1927654/425001
112.95/54.71	c cleaning 0 clauses out of 486000 with flag 0/486000
123.43/59.71	c cleaning 28999 clauses out of 58008 with flag 2055813/455001
123.83/59.92	c cleaning 0 clauses out of 518001 with flag 0/518001
133.63/64.89	c cleaning 30000 clauses out of 60009 with flag 2190143/486001
134.83/65.45	c cleaning 0 clauses out of 551001 with flag 0/551001
143.63/69.85	c cleaning 0 clauses out of 585001 with flag 0/585001
146.43/71.21	c cleaning 31004 clauses out of 62009 with flag 2324810/518001
159.83/77.96	c cleaning 31997 clauses out of 64004 with flag 2464275/551000
162.24/79.17	c cleaning 0 clauses out of 620001 with flag 0/620001
173.04/84.51	c cleaning 33003 clauses out of 66008 with flag 2611046/585001
176.64/86.31	c cleaning 0 clauses out of 656000 with flag 0/656000
186.76/91.18	c cleaning 33997 clauses out of 68004 with flag 2764507/620000
192.56/94.03	c cleaning 0 clauses out of 693000 with flag 0/693000
201.36/98.40	c cleaning 35003 clauses out of 70007 with flag 2919191/656000
208.37/101.93	c cleaning 0 clauses out of 731001 with flag 0/731001
220.57/108.08	c cleaning 36002 clauses out of 72005 with flag 3075711/693001
221.57/108.53	c cleaning 0 clauses out of 770000 with flag 0/770000
238.37/116.93	c cleaning 0 clauses out of 810001 with flag 0/810001
238.77/117.14	c cleaning 36996 clauses out of 74003 with flag 3237185/731001
256.85/125.84	c cleaning 0 clauses out of 851001 with flag 0/851001
258.27/126.52	c cleaning 38002 clauses out of 76007 with flag 3390930/770001
276.07/135.45	c cleaning 39002 clauses out of 78005 with flag 3561169/810001
282.25/138.59	c cleaning 0 clauses out of 893000 with flag 0/893000
298.85/146.85	c cleaning 40000 clauses out of 80003 with flag 3737539/851001
305.25/150.03	c cleaning 0 clauses out of 936001 with flag 0/936001
320.26/157.58	c cleaning 41002 clauses out of 82003 with flag 3914785/893001
331.10/162.62	c cleaning 0 clauses out of 980000 with flag 0/980000
347.72/170.86	c cleaning 41994 clauses out of 84000 with flag 4103674/936000
357.27/175.55	c cleaning 0 clauses out of 1025001 with flag 0/1025001
376.11/184.93	c cleaning 42996 clauses out of 86006 with flag 4298900/980000
379.48/186.66	c cleaning 0 clauses out of 1071000 with flag 0/1071000
399.09/196.41	c cleaning 44002 clauses out of 88011 with flag 4500558/1025001
408.91/201.36	c cleaning 0 clauses out of 1118001 with flag 0/1118001
425.88/209.50	c cleaning 44999 clauses out of 90008 with flag 4701767/1071000
434.08/213.69	c cleaning 0 clauses out of 1166000 with flag 0/1166000
452.48/222.80	c cleaning 46000 clauses out of 92009 with flag 4916386/1118000
480.69/236.98	c cleaning 47001 clauses out of 94010 with flag 5109761/1166001
509.69/251.47	c cleaning 0 clauses out of 1215001 with flag 0/1215001
514.49/253.80	c cleaning 48000 clauses out of 96009 with flag 5328648/1215001
547.88/270.59	c cleaning 49004 clauses out of 98009 with flag 5551927/1265001
584.89/289.04	c cleaning 49998 clauses out of 100005 with flag 5768756/1316001
591.90/292.50	c cleaning 0 clauses out of 1265001 with flag 0/1265001
620.32/306.70	c cleaning 51000 clauses out of 102006 with flag 6005251/1368000
655.71/324.44	c cleaning 52004 clauses out of 104007 with flag 6247993/1421001
689.52/341.24	c cleaning 0 clauses out of 1316001 with flag 0/1316001
694.72/343.89	c cleaning 52996 clauses out of 106001 with flag 6486422/1475000
739.53/366.23	c cleaning 54003 clauses out of 108005 with flag 6742460/1530000
786.35/389.66	c cleaning 54998 clauses out of 110002 with flag 6994429/1586000
803.77/398.34	c cleaning 0 clauses out of 1367999 with flag 0/1368000
828.75/410.88	c cleaning 56001 clauses out of 112005 with flag 7238340/1643001
874.85/433.70	c cleaning 56999 clauses out of 114003 with flag 7505604/1701001
896.48/444.56	c cleaning 0 clauses out of 1421000 with flag 0/1421001
923.45/458.08	c cleaning 57997 clauses out of 116003 with flag 7775032/1760001
984.45/488.47	c cleaning 58998 clauses out of 118006 with flag 8038771/1820001
995.24/493.84	c And the winner is solver1
995.24/494.17	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
995.24/494.17	c starts		: 321
995.24/494.17	c conflicts		: 1837848
995.24/494.17	c decisions		: 2196205
995.24/494.17	c propagations		: 11943461
995.24/494.17	c inspects		: 10332712701
995.24/494.17	c shortcuts		: 0
995.24/494.17	c learnt literals	: 3
995.24/494.17	c learnt binary clauses	: 52
995.24/494.17	c learnt ternary clauses	: 423
995.24/494.17	c learnt constraints	: 1837845
995.24/494.17	c ignored constraints	: 0
995.24/494.17	c root simplifications	: 0
995.24/494.17	c removed literals (reason simplification)	: 8016362
995.24/494.17	c reason swapping (by a shorter reason)	: 0
995.24/494.17	c Calls to reduceDB	: 56
995.24/494.17	c Number of update (reduction) of LBD	: 278406
995.24/494.17	c Imported unit clauses	: 0
995.24/494.17	c number of reductions to clauses (during analyze)	: 0
995.24/494.17	c number of learned constraints concerned by reduction	: 0
995.24/494.17	c number of learning phase by resolution	: 0
995.24/494.17	c number of learning phase by cutting planes	: 0
995.24/494.17	c speed (assignments/second)	: 24177.584925980133
995.24/494.17	c non guided choices	795
995.24/494.20	c learnt constraints type 
995.24/494.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
995.24/494.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76803
995.24/494.20	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
995.24/494.20	c starts		: 206
995.24/494.20	c conflicts		: 1470018
995.24/494.20	c decisions		: 1611410
995.24/494.20	c propagations		: 7050232
995.24/494.20	c inspects		: 4025352987
995.24/494.20	c shortcuts		: 0
995.24/494.20	c learnt literals	: 1
995.24/494.20	c learnt binary clauses	: 3
995.24/494.20	c learnt ternary clauses	: 11
995.24/494.20	c learnt constraints	: 1470016
995.24/494.20	c ignored constraints	: 0
995.24/494.20	c root simplifications	: 0
995.24/494.20	c removed literals (reason simplification)	: 0
995.24/494.20	c reason swapping (by a shorter reason)	: 0
995.24/494.20	c Calls to reduceDB	: 49
995.24/494.20	c Number of update (reduction) of LBD	: 0
995.24/494.20	c Imported unit clauses	: 0
995.24/494.20	c number of reductions to clauses (during analyze)	: 0
995.24/494.20	c number of learned constraints concerned by reduction	: 0
995.24/494.20	c number of learning phase by resolution	: 0
995.24/494.20	c number of learning phase by cutting planes	: 0
995.24/494.20	c speed (assignments/second)	: 14271.262469231766
995.24/494.20	c non guided choices	321
995.42/494.35	c learnt constraints type 
995.42/494.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1470013
995.42/494.35	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
995.42/494.35	s UNSATISFIABLE
995.42/494.35	c Total wall clock time (in seconds): 494.236

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

pid=31359
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.00 4.11 3.40 4/285 31362
/proc/meminfo: memFree=26144776/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 1449 0 0 0 0 0 0 0 20 0 2 0 11916748 103964672 1053 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 25382 1053 806 9 0 16774 0
[pid=31362/tid=31363] ppid=31359 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 224 0 0 0 0 0 0 0 20 0 2 0 11916749 103964672 1053 33554432000 1073741824 1073778376 140733781894736 140184896353936 216808653283 0 0 0 16784584 18446744071580425449 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.00 4.11 3.40 4/285 31362
/proc/meminfo: memFree=26144776/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 4453 0 1 0 9 1 0 0 20 0 23 0 11916748 10133950464 6077 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2474109 6077 2126 9 0 2464786 0
[pid=31362/tid=31363] ppid=31359 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) R 31359 31362 26963 0 -1 4202560 2416 0 1 0 7 0 0 0 20 0 23 0 11916749 10133950464 6077 33554432000 1073741824 1073778376 140733781894736 140184896351136 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.200326 s]
/proc/loadavg: 4.00 4.11 3.40 4/285 31362
/proc/meminfo: memFree=26144776/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 4788 0 1 0 24 1 0 0 20 0 27 0 11916748 10406596608 7894 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 7894 2215 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2445 0 1 0 16 0 0 0 20 0 27 0 11916749 10406596608 7894 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10162692

[startup+0.300283 s]
/proc/loadavg: 4.00 4.11 3.40 4/285 31362
/proc/meminfo: memFree=26144776/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=0.64 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 7374 0 1 0 63 1 0 0 20 0 27 0 11916748 10406596608 9456 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 9456 2244 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2445 0 1 0 16 0 0 0 20 0 27 0 11916749 10406596608 9456 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10162692

[startup+0.700286 s]
/proc/loadavg: 4.00 4.11 3.40 4/285 31362
/proc/meminfo: memFree=26144776/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=2.24 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 24386 0 1 0 219 5 0 0 20 0 27 0 11916748 10406596608 36524 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 36524 2260 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2445 0 1 0 16 0 0 0 20 0 27 0 11916749 10406596608 36524 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10162692

[startup+1.50161 s]
/proc/loadavg: 4.00 4.11 3.40 6/312 31389
/proc/meminfo: memFree=25955820/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=4.87 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 28701 0 1 0 476 11 0 0 20 0 27 0 11916748 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 49331 2275 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2445 0 1 0 16 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31365] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31365/stat : 31365 (java) S 31359 31362 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184857844520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31366] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31366/stat : 31366 (java) S 31359 31362 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184856791720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31367] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31367/stat : 31367 (java) S 31359 31362 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184855739432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31368] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31368/stat : 31368 (java) S 31359 31362 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184854686632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31369] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31369/stat : 31369 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184853633320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31370] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31370/stat : 31370 (java) S 31359 31362 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184852580520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31371] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31371/stat : 31371 (java) S 31359 31362 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184851528232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31372] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31372/stat : 31372 (java) S 31359 31362 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184850475432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31373] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31373/stat : 31373 (java) S 31359 31362 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184849423144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31374] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31374/stat : 31374 (java) S 31359 31362 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184848370344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31375] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31375/stat : 31375 (java) S 31359 31362 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184729414696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31376] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31376/stat : 31376 (java) S 31359 31362 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184728361896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31377] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31377/stat : 31377 (java) S 31359 31362 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140184727308584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31378] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31378/stat : 31378 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183837063272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31379] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31379/stat : 31379 (java) S 31359 31362 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183836009848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31380] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31380/stat : 31380 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183834956936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31381] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31381/stat : 31381 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183833905936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31382] ppid=31359 vsize=10162692 CPUtime=1.01 cores=0-3,8-11
/proc/31362/task/31382/stat : 31382 (java) S 31359 31362 26963 0 -1 4202560 14890 0 0 0 97 4 0 0 20 0 27 0 11916754 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183832853048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31383] ppid=31359 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/31362/task/31383/stat : 31383 (java) R 31359 31362 26963 0 -1 4202560 9915 0 0 0 98 1 0 0 20 0 27 0 11916754 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183831776944 140184899258452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31384] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31384/stat : 31384 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183830748152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31385] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31385/stat : 31385 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183829695048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31386] ppid=31359 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/31362/task/31386/stat : 31386 (java) R 31359 31362 26963 0 -1 4202560 26 0 0 0 129 0 0 0 20 0 27 0 11916766 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183828640232 140184729878544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31387] ppid=31359 vsize=10162692 CPUtime=1.3 cores=0-3,8-11
/proc/31362/task/31387/stat : 31387 (java) R 31359 31362 26963 0 -1 4202560 86 0 0 0 128 2 0 0 20 0 27 0 11916766 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183827586416 140184730025385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31388] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31388/stat : 31388 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11916766 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183826535464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31389] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31389/stat : 31389 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11916766 10406596608 49331 33554432000 1073741824 1073778376 140733781894736 140183825483176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 10162692

[startup+3.10161 s]
/proc/loadavg: 4.24 4.15 3.41 5/312 31389
/proc/meminfo: memFree=25950416/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=8.37 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 28871 0 1 0 819 18 0 0 20 0 27 0 11916748 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 65811 2275 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2445 0 1 0 16 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31365] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31365/stat : 31365 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184857844520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31366] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31366/stat : 31366 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184856791720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31367] ppid=31359 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/31362/task/31367/stat : 31367 (java) S 31359 31362 26963 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184855739432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31368] ppid=31359 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/31362/task/31368/stat : 31368 (java) S 31359 31362 26963 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184854686632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31369] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31369/stat : 31369 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184853633320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31370] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31370/stat : 31370 (java) S 31359 31362 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184852580520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31371] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31371/stat : 31371 (java) S 31359 31362 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184851528232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31372] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31372/stat : 31372 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184850475432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31373] ppid=31359 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/31362/task/31373/stat : 31373 (java) S 31359 31362 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184849423144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31374] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31374/stat : 31374 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184848370344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31375] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31375/stat : 31375 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184729414696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31376] ppid=31359 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/31362/task/31376/stat : 31376 (java) S 31359 31362 26963 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184728361896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31377] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31377/stat : 31377 (java) S 31359 31362 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11916749 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140184727308584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31378] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31378/stat : 31378 (java) S 31359 31362 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183837063272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31379] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31379/stat : 31379 (java) S 31359 31362 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183836009848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31380] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31380/stat : 31380 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11916751 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183834956936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31381] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31381/stat : 31381 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183833905936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31382] ppid=31359 vsize=10162692 CPUtime=1.02 cores=0-3,8-11
/proc/31362/task/31382/stat : 31382 (java) S 31359 31362 26963 0 -1 4202560 14890 0 0 0 98 4 0 0 20 0 27 0 11916754 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183832853048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31383] ppid=31359 vsize=10162692 CPUtime=1.15 cores=0-3,8-11
/proc/31362/task/31383/stat : 31383 (java) S 31359 31362 26963 0 -1 4202560 9946 0 0 0 114 1 0 0 20 0 27 0 11916754 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183831800760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31384] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31384/stat : 31384 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183830748152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31385] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31385/stat : 31385 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11916754 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183829695048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31386] ppid=31359 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/31362/task/31386/stat : 31386 (java) R 31359 31362 26963 0 -1 4202560 27 0 0 0 285 0 0 0 20 0 27 0 11916766 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183828638184 140184729865503 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31387] ppid=31359 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/31362/task/31387/stat : 31387 (java) R 31359 31362 26963 0 -1 4202560 112 0 0 0 283 2 0 0 20 0 27 0 11916766 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183827578864 140184729933075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31388] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31388/stat : 31388 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11916766 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183826535464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31389] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31389/stat : 31389 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11916766 10406596608 65811 33554432000 1073741824 1073778376 140733781894736 140183825483176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 10162692

[startup+6.30118 s]
/proc/loadavg: 4.24 4.15 3.41 5/312 31389
/proc/meminfo: memFree=25803064/32872528 swapFree=8828/8828

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

/proc/meminfo: memFree=25579348/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=992.97 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 40359 0 1 0 99050 247 0 0 20 0 24 0 11916748 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 534218 2285 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2457 0 1 0 17 1 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184896353144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31365] ppid=31359 vsize=10162692 CPUtime=0.42 cores=0-3,8-11
/proc/31362/task/31365/stat : 31365 (java) S 31359 31362 26963 0 -1 4202560 204 0 0 0 30 12 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184857844520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31366] ppid=31359 vsize=10162692 CPUtime=0.45 cores=0-3,8-11
/proc/31362/task/31366/stat : 31366 (java) S 31359 31362 26963 0 -1 4202560 270 0 0 0 34 11 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184856791720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31367] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31367/stat : 31367 (java) S 31359 31362 26963 0 -1 4202560 303 0 0 0 42 17 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184855739432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31368] ppid=31359 vsize=10162692 CPUtime=0.54 cores=0-3,8-11
/proc/31362/task/31368/stat : 31368 (java) S 31359 31362 26963 0 -1 4202560 440 0 0 0 41 13 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184854686632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31369] ppid=31359 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/31362/task/31369/stat : 31369 (java) S 31359 31362 26963 0 -1 4202560 272 0 0 0 41 12 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184853633320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31370] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31370/stat : 31370 (java) S 31359 31362 26963 0 -1 4202560 462 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184852580520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31371] ppid=31359 vsize=10162692 CPUtime=0.55 cores=0-3,8-11
/proc/31362/task/31371/stat : 31371 (java) S 31359 31362 26963 0 -1 4202560 290 0 0 0 41 14 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184851528232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31372] ppid=31359 vsize=10162692 CPUtime=0.66 cores=0-3,8-11
/proc/31362/task/31372/stat : 31372 (java) S 31359 31362 26963 0 -1 4202560 263 0 0 0 49 17 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184850475432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31373] ppid=31359 vsize=10162692 CPUtime=0.67 cores=0-3,8-11
/proc/31362/task/31373/stat : 31373 (java) S 31359 31362 26963 0 -1 4202560 415 0 0 0 49 18 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184849423144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31374] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31374/stat : 31374 (java) S 31359 31362 26963 0 -1 4202560 277 0 0 0 42 15 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184848370344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31375] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31375/stat : 31375 (java) S 31359 31362 26963 0 -1 4202560 284 0 0 0 41 18 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184729414696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31376] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31376/stat : 31376 (java) S 31359 31362 26963 0 -1 4202560 305 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184728361896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31377] ppid=31359 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/31362/task/31377/stat : 31377 (java) S 31359 31362 26963 0 -1 4202560 285 0 0 0 33 14 0 0 20 0 24 0 11916749 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140184727308584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31378] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31378/stat : 31378 (java) S 31359 31362 26963 0 -1 4202560 1400 0 0 0 55 2 0 0 20 0 24 0 11916751 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183837063272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31379] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31379/stat : 31379 (java) S 31359 31362 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183836009848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31380] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31380/stat : 31380 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183834956936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31381] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31381/stat : 31381 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183833905936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31382] ppid=31359 vsize=10162692 CPUtime=1.66 cores=0-3,8-11
/proc/31362/task/31382/stat : 31382 (java) S 31359 31362 26963 0 -1 4202560 19753 0 0 0 162 4 0 0 20 0 24 0 11916754 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183832853048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31383] ppid=31359 vsize=10162692 CPUtime=1.45 cores=0-3,8-11
/proc/31362/task/31383/stat : 31383 (java) S 31359 31362 26963 0 -1 4202560 9953 0 0 0 143 2 0 0 20 0 24 0 11916754 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183831800760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31384] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31384/stat : 31384 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183830748152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31385] ppid=31359 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/31362/task/31385/stat : 31385 (java) S 31359 31362 26963 0 -1 4202560 29 0 0 0 9 10 0 0 20 0 24 0 11916754 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183829695048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31389] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31389/stat : 31389 (java) S 31359 31362 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11916766 10406596608 534218 33554432000 1073741824 1073778376 140733781894736 140183825483176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 992.97
Current children cumulated vsize (KiB) 10162692

[startup+494.201 s]
/proc/loadavg: 4.16 4.12 3.70 3/308 930
/proc/meminfo: memFree=25579348/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=993.01 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 40372 0 1 0 99054 247 0 0 20 0 24 0 11916748 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 534229 2295 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2457 0 1 0 17 1 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184896352984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31365] ppid=31359 vsize=10162692 CPUtime=0.42 cores=0-3,8-11
/proc/31362/task/31365/stat : 31365 (java) S 31359 31362 26963 0 -1 4202560 204 0 0 0 30 12 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184857844520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31366] ppid=31359 vsize=10162692 CPUtime=0.45 cores=0-3,8-11
/proc/31362/task/31366/stat : 31366 (java) S 31359 31362 26963 0 -1 4202560 270 0 0 0 34 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184856791720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31367] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31367/stat : 31367 (java) S 31359 31362 26963 0 -1 4202560 303 0 0 0 42 17 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184855739432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31368] ppid=31359 vsize=10162692 CPUtime=0.54 cores=0-3,8-11
/proc/31362/task/31368/stat : 31368 (java) S 31359 31362 26963 0 -1 4202560 440 0 0 0 41 13 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184854686632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31369] ppid=31359 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/31362/task/31369/stat : 31369 (java) S 31359 31362 26963 0 -1 4202560 272 0 0 0 41 12 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184853633320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31370] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31370/stat : 31370 (java) S 31359 31362 26963 0 -1 4202560 462 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184852580520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31371] ppid=31359 vsize=10162692 CPUtime=0.55 cores=0-3,8-11
/proc/31362/task/31371/stat : 31371 (java) S 31359 31362 26963 0 -1 4202560 290 0 0 0 41 14 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184851528232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31372] ppid=31359 vsize=10162692 CPUtime=0.66 cores=0-3,8-11
/proc/31362/task/31372/stat : 31372 (java) S 31359 31362 26963 0 -1 4202560 263 0 0 0 49 17 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184850475432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31373] ppid=31359 vsize=10162692 CPUtime=0.67 cores=0-3,8-11
/proc/31362/task/31373/stat : 31373 (java) S 31359 31362 26963 0 -1 4202560 415 0 0 0 49 18 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184849423144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31374] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31374/stat : 31374 (java) S 31359 31362 26963 0 -1 4202560 277 0 0 0 42 15 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184848370344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31375] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31375/stat : 31375 (java) S 31359 31362 26963 0 -1 4202560 284 0 0 0 41 18 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184729414696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31376] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31376/stat : 31376 (java) S 31359 31362 26963 0 -1 4202560 305 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184728361896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31377] ppid=31359 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/31362/task/31377/stat : 31377 (java) S 31359 31362 26963 0 -1 4202560 285 0 0 0 33 14 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184727308584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31378] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31378/stat : 31378 (java) S 31359 31362 26963 0 -1 4202560 1400 0 0 0 55 2 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183837063272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31379] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31379/stat : 31379 (java) S 31359 31362 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183836009848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31380] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31380/stat : 31380 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183834956936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31381] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31381/stat : 31381 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183833905936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31382] ppid=31359 vsize=10162692 CPUtime=1.68 cores=0-3,8-11
/proc/31362/task/31382/stat : 31382 (java) R 31359 31362 26963 0 -1 4202560 19760 0 0 0 164 4 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183832853048 216812020149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31383] ppid=31359 vsize=10162692 CPUtime=1.45 cores=0-3,8-11
/proc/31362/task/31383/stat : 31383 (java) S 31359 31362 26963 0 -1 4202560 9956 0 0 0 143 2 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183831800760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31384] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31384/stat : 31384 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183830748152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31385] ppid=31359 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/31362/task/31385/stat : 31385 (java) S 31359 31362 26963 0 -1 4202560 29 0 0 0 9 10 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183829695048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 993.01
Current children cumulated vsize (KiB) 10162692

[startup+494.301 s]
/proc/loadavg: 4.16 4.12 3.70 3/308 930
/proc/meminfo: memFree=25579348/32872528 swapFree=8828/8828
[pid=31362] ppid=31359 vsize=10162692 CPUtime=993.15 cores=0-3,8-11
/proc/31362/stat : 31362 (java) S 31359 31362 26963 0 -1 4202496 40372 0 1 0 99068 247 0 0 20 0 24 0 11916748 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140733781885872 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2540673 534229 2295 9 0 2531350 0
[pid=31362/tid=31363] ppid=31359 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/31362/task/31363/stat : 31363 (java) S 31359 31362 26963 0 -1 4202560 2457 0 1 0 17 1 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184896352984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31365] ppid=31359 vsize=10162692 CPUtime=0.42 cores=0-3,8-11
/proc/31362/task/31365/stat : 31365 (java) S 31359 31362 26963 0 -1 4202560 204 0 0 0 30 12 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184857844520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31366] ppid=31359 vsize=10162692 CPUtime=0.45 cores=0-3,8-11
/proc/31362/task/31366/stat : 31366 (java) S 31359 31362 26963 0 -1 4202560 270 0 0 0 34 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184856791720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31367] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31367/stat : 31367 (java) S 31359 31362 26963 0 -1 4202560 303 0 0 0 42 17 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184855739432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31368] ppid=31359 vsize=10162692 CPUtime=0.54 cores=0-3,8-11
/proc/31362/task/31368/stat : 31368 (java) S 31359 31362 26963 0 -1 4202560 440 0 0 0 41 13 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184854686632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31369] ppid=31359 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/31362/task/31369/stat : 31369 (java) S 31359 31362 26963 0 -1 4202560 272 0 0 0 41 12 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184853633320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31370] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31370/stat : 31370 (java) S 31359 31362 26963 0 -1 4202560 462 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184852580520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31362/tid=31371] ppid=31359 vsize=10162692 CPUtime=0.55 cores=0-3,8-11
/proc/31362/task/31371/stat : 31371 (java) S 31359 31362 26963 0 -1 4202560 290 0 0 0 41 14 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184851528232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31372] ppid=31359 vsize=10162692 CPUtime=0.66 cores=0-3,8-11
/proc/31362/task/31372/stat : 31372 (java) S 31359 31362 26963 0 -1 4202560 263 0 0 0 49 17 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184850475432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31373] ppid=31359 vsize=10162692 CPUtime=0.67 cores=0-3,8-11
/proc/31362/task/31373/stat : 31373 (java) S 31359 31362 26963 0 -1 4202560 415 0 0 0 49 18 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184849423144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31374] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31374/stat : 31374 (java) S 31359 31362 26963 0 -1 4202560 277 0 0 0 42 15 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184848370344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=31362/tid=31375] ppid=31359 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/31362/task/31375/stat : 31375 (java) S 31359 31362 26963 0 -1 4202560 284 0 0 0 41 18 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184729414696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31376] ppid=31359 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/31362/task/31376/stat : 31376 (java) S 31359 31362 26963 0 -1 4202560 305 0 0 0 32 11 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184728361896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31377] ppid=31359 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/31362/task/31377/stat : 31377 (java) S 31359 31362 26963 0 -1 4202560 285 0 0 0 33 14 0 0 20 0 24 0 11916749 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140184727308584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=31362/tid=31378] ppid=31359 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/31362/task/31378/stat : 31378 (java) S 31359 31362 26963 0 -1 4202560 1400 0 0 0 55 2 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183837063272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31362/tid=31379] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31379/stat : 31379 (java) S 31359 31362 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183836009848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31380] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31380/stat : 31380 (java) S 31359 31362 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11916751 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183834956936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31381] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31381/stat : 31381 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183833905936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=31362/tid=31382] ppid=31359 vsize=10162692 CPUtime=1.71 cores=0-3,8-11
/proc/31362/task/31382/stat : 31382 (java) S 31359 31362 26963 0 -1 4202560 19760 0 0 0 167 4 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183832853048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31362/tid=31383] ppid=31359 vsize=10162692 CPUtime=1.45 cores=0-3,8-11
/proc/31362/task/31383/stat : 31383 (java) S 31359 31362 26963 0 -1 4202560 9956 0 0 0 143 2 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183831800760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31362/tid=31384] ppid=31359 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/31362/task/31384/stat : 31384 (java) S 31359 31362 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183830748152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=31362/tid=31385] ppid=31359 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/31362/task/31385/stat : 31385 (java) S 31359 31362 26963 0 -1 4202560 29 0 0 0 9 10 0 0 20 0 24 0 11916754 10406596608 534229 33554432000 1073741824 1073778376 140733781894736 140183829695048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 993.15
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.27002
#  lost CPU user time (s): 2.41998
#  lost CPU system time (s): -0.15

Real time (s): 494.369
CPU time (s): 995.571
CPU user time (s): 993.071
CPU system time (s): 2.4996
CPU usage (%): 201.382
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 990.651
system time used= 2.6496
maximum resident set size= 2196128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40380
page faults= 1
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12643
involuntary context switches= 4328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.17636 second user time and 5.76712 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 20:00:40
IDJOB=4121699
IDBENCH=110636
IDSOLVER=2543
FILE ID=node132/4121699-1467309639
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-n82-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-4121699-1467309639/watcher-4121699-1467309639 -o /tmp/evaluation-result-4121699-1467309639/solver-4121699-1467309639 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121699-1467309639.opb

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

MD5SUM BENCH= 5802a34eb55eda6bae2b38c0fd3f618c
RANDOM SEED=680535745

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:        26145180 kB
Buffers:          163336 kB
Cached:          3979732 kB
SwapCached:            0 kB
Active:          2019896 kB
Inactive:        3921196 kB
Active(anon):    1800592 kB
Inactive(anon):        0 kB
Active(file):     219304 kB
Inactive(file):  3921196 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       1949916 kB
Mapped:            22252 kB
Shmem:               216 kB
Slab:             636424 kB
SReclaimable:      76152 kB
SUnreclaim:       560272 kB
KernelStack:        2616 kB
PageTables:         8260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2064416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 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:08:54