Trace number 4122539

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 738.314 364.787

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n96-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMe6e000df286901e72ff2174840676cac
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 benchmark10.6454
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints384
Number of constraints which are clauses384
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122539-1467310265.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.06s.
0.11/0.17	c declared #vars     144
0.11/0.17	c #constraints  384
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.11/0.17	c 384 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.11/0.17	c 384 constraints processed.
1.47/0.55	c cleaning 2495 clauses out of 5001 with flag 19647/5001
2.27/0.75	c cleaning 0 clauses out of 5002 with flag 0/5002
2.67/0.87	c cleaning 4244 clauses out of 8506 with flag 42228/11001
3.43/1.01	c cleaning 0 clauses out of 11001 with flag 0/11001
3.43/1.11	c cleaning 5626 clauses out of 11262 with flag 72923/18001
4.40/1.31	c cleaning 0 clauses out of 18000 with flag 0/18000
4.70/1.41	c cleaning 6815 clauses out of 13636 with flag 110021/26001
5.66/1.71	c cleaning 0 clauses out of 26001 with flag 0/26001
5.66/1.77	c cleaning 7906 clauses out of 15821 with flag 152313/35001
6.49/2.15	c cleaning 0 clauses out of 35000 with flag 0/35000
6.71/2.21	c cleaning 8954 clauses out of 17914 with flag 199889/45000
7.61/2.64	c cleaning 0 clauses out of 45000 with flag 0/45000
7.81/2.79	c cleaning 9975 clauses out of 19960 with flag 252466/56000
8.81/3.22	c cleaning 0 clauses out of 56001 with flag 0/56001
9.23/3.44	c cleaning 10991 clauses out of 21985 with flag 311506/68000
10.12/3.82	c cleaning 0 clauses out of 68001 with flag 0/68001
11.12/4.31	c cleaning 11994 clauses out of 23995 with flag 372578/81001
11.72/4.66	c cleaning 0 clauses out of 81000 with flag 0/81000
13.32/5.46	c cleaning 12997 clauses out of 26001 with flag 442573/95001
13.54/5.54	c cleaning 0 clauses out of 95000 with flag 0/95000
15.46/6.43	c cleaning 0 clauses out of 110001 with flag 0/110001
15.66/6.54	c cleaning 13999 clauses out of 28003 with flag 509713/110000
18.08/7.72	c cleaning 0 clauses out of 126001 with flag 0/126001
18.46/7.98	c cleaning 14998 clauses out of 30004 with flag 585247/126000
20.28/8.90	c cleaning 0 clauses out of 143001 with flag 0/143001
22.52/9.88	c cleaning 16000 clauses out of 32007 with flag 671879/143001
23.12/10.17	c cleaning 0 clauses out of 161000 with flag 0/161000
26.12/11.66	c cleaning 16998 clauses out of 34007 with flag 757985/161001
26.92/12.08	c cleaning 0 clauses out of 180001 with flag 0/180001
30.72/14.00	c cleaning 0 clauses out of 200000 with flag 0/200000
31.54/14.32	c cleaning 18000 clauses out of 36008 with flag 847760/180000
34.92/16.01	c cleaning 0 clauses out of 221000 with flag 0/221000
38.69/17.78	c cleaning 19000 clauses out of 38008 with flag 939707/200000
39.87/18.31	c cleaning 0 clauses out of 243001 with flag 0/243001
45.29/21.06	c cleaning 0 clauses out of 266001 with flag 0/266001
47.06/22.00	c cleaning 20002 clauses out of 40008 with flag 1039327/221000
50.46/23.64	c cleaning 0 clauses out of 290001 with flag 0/290001
52.86/24.84	c cleaning 21002 clauses out of 42007 with flag 1145002/243001
55.66/26.21	c cleaning 0 clauses out of 315000 with flag 0/315000
59.09/27.76	c cleaning 21996 clauses out of 44004 with flag 1250316/266000
60.91/28.67	c cleaning 0 clauses out of 341000 with flag 0/341000
64.89/30.60	c cleaning 0 clauses out of 368001 with flag 0/368001
65.51/30.95	c cleaning 23000 clauses out of 46009 with flag 1366306/290001
70.69/33.57	c cleaning 0 clauses out of 396000 with flag 0/396000
71.29/33.83	c cleaning 24000 clauses out of 48008 with flag 1480976/315000
76.69/36.52	c cleaning 0 clauses out of 425000 with flag 0/425000
77.69/37.01	c cleaning 25001 clauses out of 50008 with flag 1603572/341000
82.49/39.44	c cleaning 0 clauses out of 455001 with flag 0/455001
87.69/42.07	c cleaning 26003 clauses out of 52007 with flag 1738064/368000
88.49/42.45	c cleaning 0 clauses out of 486000 with flag 0/486000
95.51/45.69	c cleaning 0 clauses out of 518001 with flag 0/518001
98.31/47.09	c cleaning 26996 clauses out of 54004 with flag 1868089/396000
102.51/49.10	c cleaning 0 clauses out of 551000 with flag 0/551000
108.72/52.21	c cleaning 28000 clauses out of 56009 with flag 2002626/425001
110.72/53.29	c cleaning 0 clauses out of 585000 with flag 0/585000
118.33/57.06	c cleaning 28998 clauses out of 58008 with flag 2137463/455000
122.73/59.25	c cleaning 0 clauses out of 620001 with flag 0/620001
128.93/62.36	c cleaning 30001 clauses out of 60011 with flag 2280176/486001
131.33/63.58	c cleaning 0 clauses out of 656001 with flag 0/656001
140.12/67.57	c cleaning 0 clauses out of 693000 with flag 0/693000
140.92/67.99	c cleaning 31001 clauses out of 62010 with flag 2415140/518001
149.13/72.08	c cleaning 0 clauses out of 731000 with flag 0/731000
152.13/73.57	c cleaning 31999 clauses out of 64009 with flag 2559632/551001
157.53/76.25	c cleaning 0 clauses out of 770000 with flag 0/770000
166.13/80.59	c cleaning 33002 clauses out of 66010 with flag 2712908/585001
166.73/80.89	c cleaning 0 clauses out of 810000 with flag 0/810000
176.75/85.82	c cleaning 0 clauses out of 851000 with flag 0/851000
180.33/87.65	c cleaning 34002 clauses out of 68007 with flag 2868103/620000
192.72/93.42	c cleaning 0 clauses out of 893001 with flag 0/893001
197.12/95.61	c cleaning 34997 clauses out of 70005 with flag 3031888/656000
203.12/98.62	c cleaning 0 clauses out of 936001 with flag 0/936001
214.52/104.34	c cleaning 0 clauses out of 980000 with flag 0/980000
215.32/104.73	c cleaning 36000 clauses out of 72008 with flag 3216515/693000
224.33/109.28	c cleaning 0 clauses out of 1025002 with flag 0/1025002
233.53/113.80	c cleaning 0 clauses out of 1071001 with flag 0/1071001
235.33/114.80	c cleaning 37001 clauses out of 74008 with flag 3395335/731000
246.62/120.05	c cleaning 0 clauses out of 1118000 with flag 0/1118000
256.60/125.00	c cleaning 38001 clauses out of 76008 with flag 3581121/770001
257.20/125.38	c cleaning 0 clauses out of 1166002 with flag 0/1166002
272.82/133.15	c cleaning 0 clauses out of 1215001 with flag 0/1215001
280.80/137.17	c cleaning 38998 clauses out of 78006 with flag 3778556/810000
284.20/138.87	c cleaning 0 clauses out of 1265000 with flag 0/1265000
297.42/145.13	c cleaning 0 clauses out of 1316000 with flag 0/1316000
308.64/150.72	c cleaning 40004 clauses out of 80008 with flag 3969636/851000
323.42/158.17	c cleaning 0 clauses out of 1368001 with flag 0/1368001
340.62/166.71	c cleaning 0 clauses out of 1421001 with flag 0/1421001
341.64/167.29	c cleaning 40998 clauses out of 82005 with flag 4166337/893001
360.43/176.68	c cleaning 0 clauses out of 1475001 with flag 0/1475001
379.78/186.33	c cleaning 41997 clauses out of 84006 with flag 4372412/936000
381.79/187.34	c cleaning 0 clauses out of 1530001 with flag 0/1530001
403.98/198.49	c cleaning 0 clauses out of 1586000 with flag 0/1586000
413.78/203.39	c cleaning 43001 clauses out of 86010 with flag 4578772/980001
427.81/210.38	c cleaning 0 clauses out of 1643001 with flag 0/1643001
442.78/217.52	c cleaning 44003 clauses out of 88008 with flag 4793283/1025000
446.58/219.43	c cleaning 0 clauses out of 1701001 with flag 0/1701001
472.59/232.44	c cleaning 45001 clauses out of 90006 with flag 5010617/1071001
481.19/236.72	c cleaning 0 clauses out of 1760000 with flag 0/1760000
507.99/250.17	c cleaning 0 clauses out of 1820000 with flag 0/1820000
508.19/250.25	c cleaning 46002 clauses out of 92005 with flag 5230754/1118001
523.95/257.80	c cleaning 0 clauses out of 1881001 with flag 0/1881001
544.26/267.90	c cleaning 46994 clauses out of 94001 with flag 5452871/1166000
545.06/268.39	c cleaning 0 clauses out of 1943000 with flag 0/1943000
570.48/281.09	c cleaning 48000 clauses out of 96007 with flag 5673368/1215000
604.08/297.85	c cleaning 48997 clauses out of 98007 with flag 5903586/1265000
606.90/299.26	c cleaning 0 clauses out of 2006000 with flag 0/2006000
643.62/317.30	c cleaning 50003 clauses out of 100011 with flag 6144354/1316001
679.99/335.34	c cleaning 51001 clauses out of 102007 with flag 6394637/1368001
681.39/336.07	c cleaning 0 clauses out of 2070001 with flag 0/2070001
721.02/355.88	c cleaning 52001 clauses out of 104004 with flag 6646143/1421000
737.95/364.22	c And the winner is solver0
737.95/364.54	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
737.95/364.54	c starts		: 550
737.95/364.54	c conflicts		: 1448467
737.95/364.54	c decisions		: 1876685
737.95/364.54	c propagations		: 7766736
737.95/364.54	c inspects		: 8212061407
737.95/364.54	c shortcuts		: 0
737.95/364.54	c learnt literals	: 17
737.95/364.54	c learnt binary clauses	: 137
737.95/364.54	c learnt ternary clauses	: 656
737.95/364.54	c learnt constraints	: 1448449
737.95/364.54	c ignored constraints	: 0
737.95/364.54	c root simplifications	: 0
737.95/364.54	c removed literals (reason simplification)	: 4940625
737.95/364.54	c reason swapping (by a shorter reason)	: 0
737.95/364.54	c Calls to reduceDB	: 49
737.95/364.54	c Number of update (reduction) of LBD	: 183003
737.95/364.54	c Imported unit clauses	: 0
737.95/364.54	c number of reductions to clauses (during analyze)	: 0
737.95/364.54	c number of learned constraints concerned by reduction	: 0
737.95/364.54	c number of learning phase by resolution	: 0
737.95/364.54	c number of learning phase by cutting planes	: 0
737.95/364.54	c speed (assignments/second)	: 21315.63693847978
737.95/364.54	c non guided choices	508
737.95/364.57	c learnt constraints type 
737.95/364.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
737.95/364.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79318
737.95/364.57	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
737.95/364.57	c starts		: 227
737.95/364.57	c conflicts		: 2134044
737.95/364.57	c decisions		: 2575626
737.95/364.57	c propagations		: 11631430
737.95/364.57	c inspects		: 2710340943
737.95/364.57	c shortcuts		: 0
737.95/364.57	c learnt literals	: 0
737.95/364.57	c learnt binary clauses	: 0
737.95/364.57	c learnt ternary clauses	: 4
737.95/364.57	c learnt constraints	: 2134044
737.95/364.57	c ignored constraints	: 0
737.95/364.57	c root simplifications	: 0
737.95/364.57	c removed literals (reason simplification)	: 0
737.95/364.57	c reason swapping (by a shorter reason)	: 0
737.95/364.57	c Calls to reduceDB	: 60
737.95/364.57	c Number of update (reduction) of LBD	: 0
737.95/364.57	c Imported unit clauses	: 0
737.95/364.57	c number of reductions to clauses (during analyze)	: 0
737.95/364.57	c number of learned constraints concerned by reduction	: 0
737.95/364.57	c number of learning phase by resolution	: 0
737.95/364.57	c number of learning phase by cutting planes	: 0
737.95/364.57	c speed (assignments/second)	: 31919.66454169491
737.95/364.57	c non guided choices	396
738.15/364.77	c learnt constraints type 
738.15/364.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2134044
738.15/364.77	s UNSATISFIABLE
738.15/364.77	c Total wall clock time (in seconds): 364.663

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

pid=2358
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.14 4.09 3.74 4/284 2361
/proc/meminfo: memFree=27296980/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 1616 0 1 0 0 0 0 0 20 0 2 0 11979264 8674709504 1731 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2117849 1743 930 9 0 2108958 0
[pid=2361/tid=2362] ppid=2358 vsize=8482100 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) R 2358 2361 26963 0 -1 4202560 653 0 1 0 0 0 0 0 20 0 2 0 11979264 8685670400 1991 33554432000 1073741824 1073778376 140736008707088 140353129630000 216808305323 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 4.14 4.09 3.74 4/284 2361
/proc/meminfo: memFree=27296980/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 4545 0 1 0 10 1 0 0 20 0 23 0 11979264 10133950464 6167 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2474109 6167 2156 9 0 2464786 0
[pid=2361/tid=2362] ppid=2358 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) R 2358 2361 26963 0 -1 4202560 2420 0 1 0 6 2 0 0 20 0 23 0 11979264 10133950464 6167 33554432000 1073741824 1073778376 140736008707088 140353129626528 216812021005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200291 s]
/proc/loadavg: 4.14 4.09 3.74 4/284 2361
/proc/meminfo: memFree=27296980/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 4809 0 1 0 27 1 0 0 20 0 27 0 11979264 10406596608 7927 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 7927 2223 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2451 0 1 0 14 2 0 0 20 0 27 0 11979264 10406596608 7927 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10162692

[startup+0.300249 s]
/proc/loadavg: 4.14 4.09 3.74 4/284 2361
/proc/meminfo: memFree=27296980/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 8296 0 1 0 66 2 0 0 20 0 27 0 11979264 10406596608 9798 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 9798 2245 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2451 0 1 0 14 2 0 0 20 0 27 0 11979264 10406596608 9798 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10162692

[startup+0.700249 s]
/proc/loadavg: 4.14 4.09 3.74 4/284 2361
/proc/meminfo: memFree=27296980/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=2.27 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 21672 0 1 0 223 4 0 0 20 0 27 0 11979264 10406596608 31623 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 31623 2260 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2451 0 1 0 14 2 0 0 20 0 27 0 11979264 10406596608 31623 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10162692

[startup+1.50169 s]
/proc/loadavg: 4.14 4.09 3.74 7/311 2388
/proc/meminfo: memFree=27107524/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=5.06 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 27823 0 1 0 495 11 0 0 20 0 27 0 11979264 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 50871 2275 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2451 0 1 0 14 2 0 0 20 0 27 0 11979264 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2364] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140353091120040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2365] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140353090067496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2366] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352971336360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2367] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352970283816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2368] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 26963 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352969230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2369] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352968178216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2370] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352967125160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2371] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352966072616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2372] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352965020584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2373] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352963968040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2374] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352962914984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2375] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352961862440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2376] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352960809384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2377] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11979266 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352070564328 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2378] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2378/stat : 2378 (java) S 2358 2361 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11979267 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352069510136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2379] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2379/stat : 2379 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11979267 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352068457480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2380] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2380/stat : 2380 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352067406736 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2381] ppid=2358 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/2361/task/2381/stat : 2381 (java) S 2358 2361 26963 0 -1 4202560 11745 0 0 0 85 2 0 0 20 0 27 0 11979269 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352066354104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2382] ppid=2358 vsize=10162692 CPUtime=1.23 cores=4-7,12-15
/proc/2361/task/2382/stat : 2382 (java) R 2358 2361 26963 0 -1 4202560 12104 0 0 0 122 1 0 0 20 0 27 0 11979269 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352065277352 140353136084178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2383] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2383/stat : 2383 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352064248696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2384] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2384/stat : 2384 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352063195848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2385] ppid=2358 vsize=10162692 CPUtime=1.28 cores=4-7,12-15
/proc/2361/task/2385/stat : 2385 (java) R 2358 2361 26963 0 -1 4202560 24 0 0 0 128 0 0 0 20 0 27 0 11979281 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352062139352 140352971785583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2386] ppid=2358 vsize=10162692 CPUtime=1.29 cores=4-7,12-15
/proc/2361/task/2386/stat : 2386 (java) R 2358 2361 26963 0 -1 4202560 89 0 0 0 127 2 0 0 20 0 27 0 11979281 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352061086800 140352971905321 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2387] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2387/stat : 2387 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979282 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352060036008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2388] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2388/stat : 2388 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979282 10406596608 50871 33554432000 1073741824 1073778376 140736008707088 140352058983976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 10162692

[startup+3.10115 s]
/proc/loadavg: 4.21 4.11 3.75 5/311 2388
/proc/meminfo: memFree=27038692/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=8.61 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 28782 0 1 0 846 15 0 0 20 0 27 0 11979264 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 84816 2275 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2451 0 1 0 14 2 0 0 20 0 27 0 11979264 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2364] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 26963 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140353091120040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2365] ppid=2358 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 26963 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140353090067496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2366] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352971336360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2367] ppid=2358 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 26963 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352970283816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2368] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352969230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2369] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352968178216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2370] ppid=2358 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352967125160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2371] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352966072616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2372] ppid=2358 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 26963 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352965020584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2373] ppid=2358 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 26963 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352963968040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2374] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352962914984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2375] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352961862440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2376] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979265 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352960809384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2377] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 26963 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 11979266 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352070564328 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2378] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2378/stat : 2378 (java) S 2358 2361 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11979267 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352069510136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2379] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2379/stat : 2379 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11979267 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352068457480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2380] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2380/stat : 2380 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352067406736 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2381] ppid=2358 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/2361/task/2381/stat : 2381 (java) S 2358 2361 26963 0 -1 4202560 11745 0 0 0 85 2 0 0 20 0 27 0 11979269 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352066354104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2382] ppid=2358 vsize=10162692 CPUtime=1.47 cores=4-7,12-15
/proc/2361/task/2382/stat : 2382 (java) S 2358 2361 26963 0 -1 4202560 12846 0 0 0 145 2 0 0 20 0 27 0 11979269 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352065301048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2383] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2383/stat : 2383 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352064248696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2384] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2384/stat : 2384 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11979269 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352063195848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2385] ppid=2358 vsize=10162692 CPUtime=2.85 cores=4-7,12-15
/proc/2361/task/2385/stat : 2385 (java) R 2358 2361 26963 0 -1 4202560 26 0 0 0 285 0 0 0 20 0 27 0 11979281 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352062132224 140352971572743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2361/tid=2386] ppid=2358 vsize=10162692 CPUtime=2.85 cores=4-7,12-15
/proc/2361/task/2386/stat : 2386 (java) R 2358 2361 26963 0 -1 4202560 149 0 0 0 282 3 0 0 20 0 27 0 11979281 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352061079168 140352971995718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2387] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2387/stat : 2387 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979282 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352060036008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2388] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2388/stat : 2388 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11979282 10406596608 84816 33554432000 1073741824 1073778376 140736008707088 140352058983976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 10162692

[startup+6.30118 s]
/proc/loadavg: 4.21 4.11 3.75 5/311 2388
/proc/meminfo: memFree=26612076/32872528 swapFree=8828/8828

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

/proc/meminfo: memFree=24999744/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=736.23 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 36628 0 1 0 73364 259 0 0 20 0 24 0 11979264 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 733921 2285 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2462 0 1 0 15 2 0 0 20 0 24 0 11979264 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140353129628536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2364] ppid=2358 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 26963 0 -1 4202560 320 0 0 0 60 14 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140353091120040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2365] ppid=2358 vsize=10162692 CPUtime=0.78 cores=4-7,12-15
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 26963 0 -1 4202560 404 0 0 0 64 14 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140353090067496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2366] ppid=2358 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 26963 0 -1 4202560 327 0 0 0 53 12 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352971336360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2367] ppid=2358 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 26963 0 -1 4202560 479 0 0 0 64 17 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352970283816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2368] ppid=2358 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 26963 0 -1 4202560 438 0 0 0 50 11 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352969230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2369] ppid=2358 vsize=10162692 CPUtime=0.75 cores=4-7,12-15
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 26963 0 -1 4202560 296 0 0 0 58 17 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352968178216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2370] ppid=2358 vsize=10162692 CPUtime=0.83 cores=4-7,12-15
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 26963 0 -1 4202560 358 0 0 0 66 17 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352967125160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2371] ppid=2358 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 26963 0 -1 4202560 303 0 0 0 57 15 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352966072616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2372] ppid=2358 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 26963 0 -1 4202560 366 0 0 0 67 20 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352965020584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2373] ppid=2358 vsize=10162692 CPUtime=0.76 cores=4-7,12-15
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 26963 0 -1 4202560 357 0 0 0 60 16 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352963968040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2374] ppid=2358 vsize=10162692 CPUtime=0.54 cores=4-7,12-15
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 26963 0 -1 4202560 251 0 0 0 45 9 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352962914984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2375] ppid=2358 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 26963 0 -1 4202560 374 0 0 0 70 20 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352961862440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2376] ppid=2358 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 26963 0 -1 4202560 228 0 0 0 49 13 0 0 20 0 24 0 11979265 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352960809384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2377] ppid=2358 vsize=10162692 CPUtime=0.66 cores=4-7,12-15
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 26963 0 -1 4202560 1463 0 0 0 66 0 0 0 20 0 24 0 11979266 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352070564328 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2378] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2378/stat : 2378 (java) S 2358 2361 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352069510136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2379] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2379/stat : 2379 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352068457480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2380] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2380/stat : 2380 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352067406736 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2381] ppid=2358 vsize=10162692 CPUtime=1.53 cores=4-7,12-15
/proc/2361/task/2381/stat : 2381 (java) S 2358 2361 26963 0 -1 4202560 12393 0 0 0 151 2 0 0 20 0 24 0 11979269 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352066354104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2382] ppid=2358 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/2361/task/2382/stat : 2382 (java) S 2358 2361 26963 0 -1 4202560 12865 0 0 0 152 2 0 0 20 0 24 0 11979269 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352065301048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2383] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2383/stat : 2383 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352064248696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2384] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2384/stat : 2384 (java) S 2358 2361 26963 0 -1 4202560 21 0 0 0 7 10 0 0 20 0 24 0 11979269 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352063195848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2388] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2388/stat : 2388 (java) S 2358 2361 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11979282 10406596608 733921 33554432000 1073741824 1073778376 140736008707088 140352058983976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 736.23
Current children cumulated vsize (KiB) 10162692

[startup+364.601 s]
/proc/loadavg: 2.16 3.20 3.50 3/278 3009
/proc/meminfo: memFree=24999744/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=736.33 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 36641 0 1 0 73374 259 0 0 20 0 24 0 11979264 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 733729 2295 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2462 0 1 0 15 2 0 0 20 0 24 0 11979264 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353129628376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2364] ppid=2358 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 26963 0 -1 4202560 320 0 0 0 60 14 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353091120040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2365] ppid=2358 vsize=10162692 CPUtime=0.78 cores=4-7,12-15
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 26963 0 -1 4202560 404 0 0 0 64 14 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353090067496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2366] ppid=2358 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 26963 0 -1 4202560 327 0 0 0 53 12 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352971336360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2367] ppid=2358 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 26963 0 -1 4202560 479 0 0 0 64 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352970283816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2368] ppid=2358 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 26963 0 -1 4202560 438 0 0 0 50 11 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352969230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2369] ppid=2358 vsize=10162692 CPUtime=0.75 cores=4-7,12-15
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 26963 0 -1 4202560 296 0 0 0 58 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352968178216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2370] ppid=2358 vsize=10162692 CPUtime=0.83 cores=4-7,12-15
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 26963 0 -1 4202560 358 0 0 0 66 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352967125160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2371] ppid=2358 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 26963 0 -1 4202560 303 0 0 0 57 15 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352966072616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2372] ppid=2358 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 26963 0 -1 4202560 366 0 0 0 67 20 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352965020584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2373] ppid=2358 vsize=10162692 CPUtime=0.76 cores=4-7,12-15
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 26963 0 -1 4202560 357 0 0 0 60 16 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352963968040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2374] ppid=2358 vsize=10162692 CPUtime=0.54 cores=4-7,12-15
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 26963 0 -1 4202560 251 0 0 0 45 9 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352962914984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2375] ppid=2358 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 26963 0 -1 4202560 374 0 0 0 70 20 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352961862440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2376] ppid=2358 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 26963 0 -1 4202560 228 0 0 0 49 13 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352960809384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2377] ppid=2358 vsize=10162692 CPUtime=0.66 cores=4-7,12-15
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 26963 0 -1 4202560 1463 0 0 0 66 0 0 0 20 0 24 0 11979266 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352070564328 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2378] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2378/stat : 2378 (java) S 2358 2361 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352069510136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2379] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2379/stat : 2379 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352068457480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2380] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2380/stat : 2380 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352067406736 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2381] ppid=2358 vsize=10162692 CPUtime=1.56 cores=4-7,12-15
/proc/2361/task/2381/stat : 2381 (java) S 2358 2361 26963 0 -1 4202560 12400 0 0 0 154 2 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352066354104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2382] ppid=2358 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/2361/task/2382/stat : 2382 (java) S 2358 2361 26963 0 -1 4202560 12868 0 0 0 152 2 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352065301048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2383] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2383/stat : 2383 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352064248696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2384] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2384/stat : 2384 (java) S 2358 2361 26963 0 -1 4202560 21 0 0 0 7 10 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352063195848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 736.33
Current children cumulated vsize (KiB) 10162692

[startup+364.701 s]
/proc/loadavg: 2.16 3.20 3.50 3/278 3009
/proc/meminfo: memFree=24999744/32872528 swapFree=8828/8828
[pid=2361] ppid=2358 vsize=10162692 CPUtime=736.43 cores=4-7,12-15
/proc/2361/stat : 2361 (java) S 2358 2361 26963 0 -1 4202496 36641 0 1 0 73384 259 0 0 20 0 24 0 11979264 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140736008698224 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/2361/statm: 2540673 733729 2295 9 0 2531350 0
[pid=2361/tid=2362] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2362/stat : 2362 (java) S 2358 2361 26963 0 -1 4202560 2462 0 1 0 15 2 0 0 20 0 24 0 11979264 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353129628376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2361/tid=2364] ppid=2358 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 26963 0 -1 4202560 320 0 0 0 60 14 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353091120040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2365] ppid=2358 vsize=10162692 CPUtime=0.78 cores=4-7,12-15
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 26963 0 -1 4202560 404 0 0 0 64 14 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140353090067496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2366] ppid=2358 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 26963 0 -1 4202560 327 0 0 0 53 12 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352971336360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2367] ppid=2358 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 26963 0 -1 4202560 479 0 0 0 64 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352970283816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2368] ppid=2358 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 26963 0 -1 4202560 438 0 0 0 50 11 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352969230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=2361/tid=2369] ppid=2358 vsize=10162692 CPUtime=0.75 cores=4-7,12-15
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 26963 0 -1 4202560 296 0 0 0 58 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352968178216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2370] ppid=2358 vsize=10162692 CPUtime=0.83 cores=4-7,12-15
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 26963 0 -1 4202560 358 0 0 0 66 17 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352967125160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2371] ppid=2358 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 26963 0 -1 4202560 303 0 0 0 57 15 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352966072616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2372] ppid=2358 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 26963 0 -1 4202560 366 0 0 0 67 20 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352965020584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2373] ppid=2358 vsize=10162692 CPUtime=0.76 cores=4-7,12-15
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 26963 0 -1 4202560 357 0 0 0 60 16 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352963968040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2374] ppid=2358 vsize=10162692 CPUtime=0.54 cores=4-7,12-15
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 26963 0 -1 4202560 251 0 0 0 45 9 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352962914984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2375] ppid=2358 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 26963 0 -1 4202560 374 0 0 0 70 20 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352961862440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2376] ppid=2358 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 26963 0 -1 4202560 228 0 0 0 49 13 0 0 20 0 24 0 11979265 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352960809384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=2361/tid=2377] ppid=2358 vsize=10162692 CPUtime=0.66 cores=4-7,12-15
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 26963 0 -1 4202560 1463 0 0 0 66 0 0 0 20 0 24 0 11979266 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352070564328 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2378] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2378/stat : 2378 (java) S 2358 2361 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352069510136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2379] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2379/stat : 2379 (java) S 2358 2361 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11979267 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352068457480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2380] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2380/stat : 2380 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352067406736 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=2361/tid=2381] ppid=2358 vsize=10162692 CPUtime=1.56 cores=4-7,12-15
/proc/2361/task/2381/stat : 2381 (java) S 2358 2361 26963 0 -1 4202560 12400 0 0 0 154 2 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352066354104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2361/tid=2382] ppid=2358 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/2361/task/2382/stat : 2382 (java) S 2358 2361 26963 0 -1 4202560 12868 0 0 0 152 2 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352065301048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2361/tid=2383] ppid=2358 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/2361/task/2383/stat : 2383 (java) S 2358 2361 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352064248696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=2361/tid=2384] ppid=2358 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/2361/task/2384/stat : 2384 (java) S 2358 2361 26963 0 -1 4202560 21 0 0 0 7 10 0 0 20 0 24 0 11979269 10406596608 733729 33554432000 1073741824 1073778376 140736008707088 140352063195848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 736.43
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): 1.71997
#  lost CPU user time (s): 1.82001
#  lost CPU system time (s): -0.0999999

Real time (s): 364.787
CPU time (s): 738.314
CPU user time (s): 735.632
CPU system time (s): 2.68158
CPU usage (%): 202.396
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 733.812
system time used= 2.78158
maximum resident set size= 2992968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36648
page faults= 1
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9713
involuntary context switches= 7404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71659 second user time and 4.53831 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 20:11:05
IDJOB=4122539
IDBENCH=111161
IDSOLVER=2543
FILE ID=node132/4122539-1467310265
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-n96-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-4122539-1467310265/watcher-4122539-1467310265 -o /tmp/evaluation-result-4122539-1467310265/solver-4122539-1467310265 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26980 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122539-1467310265.opb

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

MD5SUM BENCH= e6e000df286901e72ff2174840676cac
RANDOM SEED=155244857

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:        27297392 kB
Buffers:          165224 kB
Cached:          3980856 kB
SwapCached:            0 kB
Active:           865116 kB
Inactive:        3922740 kB
Active(anon):     644208 kB
Inactive(anon):        0 kB
Active(file):     220908 kB
Inactive(file):  3922740 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:        628460 kB
Mapped:            22136 kB
Shmem:               216 kB
Slab:             637436 kB
SReclaimable:      76692 kB
SUnreclaim:       560744 kB
KernelStack:        2368 kB
PageTables:         5312 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1636032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71540 MiB
End job on node132 at 2016-06-30 20:17:10