Trace number 4121459

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 712.627 354.731

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM0ba1f0027789a46f6a7d9cc077367f4c
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 benchmark11.8262
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints360
Number of constraints which are clauses360
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4121459-1467309401.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.19	c ... done. Wall clock time 0.057s.
0.07/0.19	c declared #vars     135
0.07/0.19	c #constraints  360
0.07/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.07/0.19	c 360 constraints processed.
0.07/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.07/0.19	c 360 constraints processed.
1.77/0.61	c cleaning 2496 clauses out of 5001 with flag 23254/5001
2.17/0.78	c cleaning 0 clauses out of 5001 with flag 0/5001
2.57/0.84	c cleaning 4246 clauses out of 8504 with flag 53293/11000
3.18/1.04	c cleaning 0 clauses out of 11000 with flag 0/11000
3.18/1.09	c cleaning 5626 clauses out of 11258 with flag 90159/18000
4.11/1.31	c cleaning 0 clauses out of 18001 with flag 0/18001
4.63/1.54	c cleaning 6815 clauses out of 13632 with flag 128511/26000
4.91/1.68	c cleaning 0 clauses out of 26001 with flag 0/26001
5.97/2.07	c cleaning 7905 clauses out of 15817 with flag 175482/35000
5.97/2.07	c cleaning 0 clauses out of 35000 with flag 0/35000
6.99/2.52	c cleaning 0 clauses out of 45001 with flag 0/45001
6.99/2.57	c cleaning 8954 clauses out of 17912 with flag 220962/45000
8.19/3.17	c cleaning 0 clauses out of 56000 with flag 0/56000
8.60/3.31	c cleaning 9979 clauses out of 19959 with flag 276778/56001
9.62/3.81	c cleaning 0 clauses out of 68000 with flag 0/68000
10.22/4.12	c cleaning 10989 clauses out of 21979 with flag 333164/68000
11.22/4.63	c cleaning 0 clauses out of 81000 with flag 0/81000
12.07/5.04	c cleaning 11996 clauses out of 23991 with flag 394541/81001
12.86/5.50	c cleaning 0 clauses out of 95000 with flag 0/95000
14.46/6.21	c cleaning 12995 clauses out of 25994 with flag 457399/95000
14.87/6.47	c cleaning 0 clauses out of 110000 with flag 0/110000
17.28/7.61	c cleaning 13995 clauses out of 27999 with flag 522959/110000
18.07/8.00	c cleaning 0 clauses out of 126001 with flag 0/126001
20.13/9.03	c cleaning 15002 clauses out of 30005 with flag 597332/126001
20.73/9.37	c cleaning 0 clauses out of 143000 with flag 0/143000
22.93/10.47	c cleaning 0 clauses out of 161000 with flag 0/161000
23.53/10.77	c cleaning 15998 clauses out of 32002 with flag 679371/143000
26.41/12.15	c cleaning 0 clauses out of 180001 with flag 0/180001
28.00/12.90	c cleaning 16999 clauses out of 34004 with flag 760643/161000
29.40/13.69	c cleaning 0 clauses out of 200001 with flag 0/200001
32.61/15.29	c cleaning 18002 clauses out of 36006 with flag 844838/180001
32.81/15.32	c cleaning 0 clauses out of 221001 with flag 0/221001
36.01/16.95	c cleaning 0 clauses out of 243001 with flag 0/243001
37.81/17.86	c cleaning 18999 clauses out of 38004 with flag 947297/200001
41.01/19.49	c cleaning 0 clauses out of 266000 with flag 0/266000
43.31/20.50	c cleaning 20000 clauses out of 40004 with flag 1054608/221000
46.32/22.02	c cleaning 0 clauses out of 290001 with flag 0/290001
49.51/23.66	c cleaning 20997 clauses out of 42004 with flag 1170943/243000
50.72/24.24	c cleaning 0 clauses out of 315001 with flag 0/315001
56.10/26.96	c cleaning 0 clauses out of 341000 with flag 0/341000
57.90/27.80	c cleaning 22000 clauses out of 44007 with flag 1289440/266000
62.04/29.89	c cleaning 0 clauses out of 368000 with flag 0/368000
65.42/31.51	c cleaning 23000 clauses out of 46008 with flag 1408616/290001
70.02/33.84	c cleaning 0 clauses out of 396001 with flag 0/396001
72.42/35.10	c cleaning 24000 clauses out of 48007 with flag 1532203/315000
77.82/37.72	c cleaning 0 clauses out of 425001 with flag 0/425001
79.82/38.70	c cleaning 25004 clauses out of 50007 with flag 1658064/341000
86.63/42.19	c cleaning 0 clauses out of 455000 with flag 0/455000
88.03/42.83	c cleaning 25998 clauses out of 52004 with flag 1783403/368001
95.82/46.72	c cleaning 0 clauses out of 486001 with flag 0/486001
98.02/47.83	c cleaning 27002 clauses out of 54006 with flag 1921371/396001
104.57/51.07	c cleaning 0 clauses out of 518000 with flag 0/518000
107.16/52.38	c cleaning 27995 clauses out of 56004 with flag 2062173/425001
112.36/54.91	c cleaning 0 clauses out of 551000 with flag 0/551000
117.36/57.44	c cleaning 29000 clauses out of 58008 with flag 2199465/455000
118.76/58.15	c cleaning 0 clauses out of 585001 with flag 0/585001
128.96/63.25	c cleaning 30005 clauses out of 60009 with flag 2354114/486001
134.16/65.80	c cleaning 0 clauses out of 620001 with flag 0/620001
141.56/69.54	c cleaning 30998 clauses out of 62004 with flag 2515848/518001
145.52/71.48	c cleaning 0 clauses out of 656001 with flag 0/656001
154.31/75.83	c cleaning 32000 clauses out of 64005 with flag 2677694/551000
155.11/76.21	c cleaning 0 clauses out of 693000 with flag 0/693000
163.52/80.46	c cleaning 0 clauses out of 731000 with flag 0/731000
170.12/83.71	c cleaning 32996 clauses out of 66005 with flag 2840796/585000
172.90/85.14	c cleaning 0 clauses out of 770001 with flag 0/770001
182.37/89.83	c cleaning 0 clauses out of 810001 with flag 0/810001
188.37/92.87	c cleaning 33999 clauses out of 68009 with flag 3010833/620000
191.36/94.31	c cleaning 0 clauses out of 851000 with flag 0/851000
206.56/101.90	c cleaning 35005 clauses out of 70010 with flag 3176330/656000
209.36/103.37	c cleaning 0 clauses out of 893001 with flag 0/893001
223.76/110.52	c cleaning 36000 clauses out of 72005 with flag 3349779/693000
229.51/113.34	c cleaning 0 clauses out of 936001 with flag 0/936001
242.50/119.83	c cleaning 37003 clauses out of 74006 with flag 3520687/731001
243.10/120.11	c cleaning 0 clauses out of 980001 with flag 0/980001
256.50/126.86	c cleaning 0 clauses out of 1025001 with flag 0/1025001
261.92/129.43	c cleaning 37997 clauses out of 76003 with flag 3705542/770001
276.67/136.66	c cleaning 0 clauses out of 1071000 with flag 0/1071000
282.68/139.61	c cleaning 39003 clauses out of 78006 with flag 3894126/810001
301.47/149.06	c cleaning 0 clauses out of 1118001 with flag 0/1118001
303.47/150.01	c cleaning 39996 clauses out of 80002 with flag 4083205/851000
321.27/158.91	c cleaning 0 clauses out of 1166001 with flag 0/1166001
325.67/161.15	c cleaning 41000 clauses out of 82006 with flag 4277334/893000
343.01/169.71	c cleaning 0 clauses out of 1215001 with flag 0/1215001
351.00/173.78	c cleaning 41995 clauses out of 84006 with flag 4482928/936000
363.00/179.79	c cleaning 0 clauses out of 1265000 with flag 0/1265000
384.76/190.83	c cleaning 43003 clauses out of 86011 with flag 4705451/980000
387.16/192.06	c cleaning 0 clauses out of 1316000 with flag 0/1316000
410.96/203.95	c cleaning 43997 clauses out of 88008 with flag 4915241/1025000
433.56/215.20	c cleaning 0 clauses out of 1368000 with flag 0/1368000
439.35/218.19	c cleaning 45006 clauses out of 90012 with flag 5122408/1071001
472.64/234.76	c cleaning 0 clauses out of 1421001 with flag 0/1421001
474.26/235.53	c cleaning 46001 clauses out of 92006 with flag 5341455/1118001
497.84/247.31	c cleaning 0 clauses out of 1475001 with flag 0/1475001
509.64/253.22	c cleaning 46997 clauses out of 94004 with flag 5577414/1166000
532.32/264.48	c cleaning 0 clauses out of 1530001 with flag 0/1530001
544.51/270.54	c cleaning 48004 clauses out of 96007 with flag 5813587/1215000
555.93/276.22	c cleaning 0 clauses out of 1586000 with flag 0/1586000
576.02/286.21	c cleaning 48994 clauses out of 98004 with flag 6050808/1265002
580.03/288.25	c cleaning 0 clauses out of 1643000 with flag 0/1643000
606.02/301.27	c cleaning 0 clauses out of 1701000 with flag 0/1701000
608.83/302.66	c cleaning 50001 clauses out of 100008 with flag 6298443/1316000
628.05/312.54	c cleaning 0 clauses out of 1760001 with flag 0/1760001
651.17/324.00	c cleaning 51002 clauses out of 102008 with flag 6550228/1368001
683.62/340.20	c cleaning 0 clauses out of 1820001 with flag 0/1820001
693.22/345.05	c cleaning 51998 clauses out of 104004 with flag 6803997/1421000
712.37/354.51	c And the winner is solver0
712.37/354.52	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
712.37/354.52	c starts		: 220
712.37/354.52	c conflicts		: 1450413
712.37/354.52	c decisions		: 1825918
712.37/354.52	c propagations		: 7840092
712.37/354.52	c inspects		: 7808138960
712.37/354.52	c shortcuts		: 0
712.37/354.52	c learnt literals	: 16
712.37/354.52	c learnt binary clauses	: 118
712.37/354.52	c learnt ternary clauses	: 597
712.37/354.52	c learnt constraints	: 1450396
712.37/354.52	c ignored constraints	: 0
712.37/354.52	c root simplifications	: 0
712.37/354.52	c removed literals (reason simplification)	: 6219427
712.37/354.52	c reason swapping (by a shorter reason)	: 0
712.37/354.52	c Calls to reduceDB	: 49
712.37/354.52	c Number of update (reduction) of LBD	: 238621
712.37/354.52	c Imported unit clauses	: 0
712.37/354.52	c number of reductions to clauses (during analyze)	: 0
712.37/354.52	c number of learned constraints concerned by reduction	: 0
712.37/354.52	c number of learning phase by resolution	: 0
712.37/354.52	c number of learning phase by cutting planes	: 0
712.37/354.52	c speed (assignments/second)	: 22126.963251044952
712.37/354.52	c non guided choices	388
712.37/354.55	c learnt constraints type 
712.37/354.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 118
712.37/354.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81286
712.37/354.55	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
712.37/354.55	c starts		: 210
712.37/354.55	c conflicts		: 1868552
712.37/354.55	c decisions		: 2170650
712.37/354.55	c propagations		: 8044689
712.37/354.55	c inspects		: 2647594508
712.37/354.55	c shortcuts		: 0
712.37/354.55	c learnt literals	: 0
712.37/354.55	c learnt binary clauses	: 0
712.37/354.55	c learnt ternary clauses	: 8
712.37/354.55	c learnt constraints	: 1868552
712.37/354.55	c ignored constraints	: 0
712.37/354.55	c root simplifications	: 0
712.37/354.55	c removed literals (reason simplification)	: 0
712.37/354.55	c reason swapping (by a shorter reason)	: 0
712.37/354.55	c Calls to reduceDB	: 56
712.37/354.55	c Number of update (reduction) of LBD	: 0
712.37/354.55	c Imported unit clauses	: 0
712.37/354.55	c number of reductions to clauses (during analyze)	: 0
712.37/354.55	c number of learned constraints concerned by reduction	: 0
712.37/354.55	c number of learning phase by resolution	: 0
712.37/354.55	c number of learning phase by cutting planes	: 0
712.37/354.55	c speed (assignments/second)	: 22702.535896509686
712.37/354.55	c non guided choices	575
712.47/354.72	c learnt constraints type 
712.47/354.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1868552
712.47/354.72	s UNSATISFIABLE
712.47/354.72	c Total wall clock time (in seconds): 354.587

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-4121459-1467309401/watcher-4121459-1467309401 -o /tmp/evaluation-result-4121459-1467309401/solver-4121459-1467309401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4121459-1467309401.opb 

pid=1051
running on 4 cores: 1,3,5,7

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.43 3.93 2.90 5/197 1054
/proc/meminfo: memFree=28659148/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/1054/stat : 1054 (runsolver) D 1051 1054 31393 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 20968673 24911872 159 33554432000 4194304 4338465 140737311129136 140737311126328 248790019511 0 0 4096 24578 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1054/statm: 6082 159 113 36 0 2655 0

[startup+0.100118 s]
/proc/loadavg: 4.43 3.93 2.90 5/197 1054
/proc/meminfo: memFree=28659148/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 3970 0 1 0 6 1 0 0 20 0 18 0 20968673 9787879424 5094 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2389619 5101 2030 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200255 s]
/proc/loadavg: 4.43 3.93 2.90 5/197 1054
/proc/meminfo: memFree=28659148/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 4709 0 1 0 20 1 0 0 20 0 22 0 20968673 10060525568 7821 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 7821 2205 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.300213 s]
/proc/loadavg: 4.43 3.93 2.90 5/197 1054
/proc/meminfo: memFree=28659148/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 7784 0 1 0 56 2 0 0 20 0 22 0 20968673 10060525568 9650 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 9650 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700187 s]
/proc/loadavg: 4.43 3.93 2.90 5/197 1054
/proc/meminfo: memFree=28659148/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 22798 0 1 0 212 5 0 0 20 0 22 0 20968673 10060525568 30130 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 30130 2260 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.31 3.92 2.90 7/219 1076
/proc/meminfo: memFree=28467172/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 25262 0 1 0 454 9 0 0 20 0 22 0 20968673 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 52688 2275 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 22 0 20968675 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681515209592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968677 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 12190 0 0 0 100 2 0 0 20 0 22 0 20968680 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9226 0 0 0 79 2 0 0 20 0 22 0 20968680 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1073] ppid=1051 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/1054/task/1073/stat : 1073 (java) R 1051 1054 31393 0 -1 4202560 24 0 0 0 127 0 0 0 20 0 22 0 20968692 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139680322411112 139681346424739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1074] ppid=1051 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/1054/task/1074/stat : 1074 (java) R 1051 1054 31393 0 -1 4202560 89 0 0 0 125 2 0 0 20 0 22 0 20968692 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139680321358576 139681346546279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1075] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1075/stat : 1075 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139680320308392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1076] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1076/stat : 1076 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 52688 33554432000 1073741824 1073778376 140735357644752 139680319255592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.31 3.92 2.90 5/219 1076
/proc/meminfo: memFree=28452216/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=8.19 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 25366 0 1 0 808 11 0 0 20 0 22 0 20968673 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 59411 2275 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 22 0 20968675 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681515209592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 20968677 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 12191 0 0 0 132 2 0 0 20 0 22 0 20968680 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9226 0 0 0 79 2 0 0 20 0 22 0 20968680 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1073] ppid=1051 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/1054/task/1073/stat : 1073 (java) R 1051 1054 31393 0 -1 4202560 24 0 0 0 284 0 0 0 20 0 22 0 20968692 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139680322404112 139681346424744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1074] ppid=1051 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/1054/task/1074/stat : 1074 (java) R 1051 1054 31393 0 -1 4202560 96 0 0 0 282 2 0 0 20 0 22 0 20968692 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139680321351296 139681346424739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1075] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1075/stat : 1075 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139680320308392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1076] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1076/stat : 1076 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 59411 33554432000 1073741824 1073778376 140735357644752 139680319255592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.29 3.92 2.91 5/219 1076
/proc/meminfo: memFree=28309600/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=14.66 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 25813 0 1 0 1450 16 0 0 20 0 22 0 20968673 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 89157 2275 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 22 0 20968675 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681515209592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 86 0 0 0 2 2 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 61 0 0 0 1 2 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 20968676 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 20968677 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 89157 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=1.35 cores=1,3,5,7

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

/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 18256 0 0 0 214 3 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9237 0 0 0 104 2 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1073] ppid=1051 vsize=9824732 CPUtime=349.89 cores=1,3,5,7
/proc/1054/task/1073/stat : 1073 (java) R 1051 1054 31393 0 -1 4202560 51 0 0 0 34983 6 0 0 20 0 22 0 20968692 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680322411096 139681346319148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1074] ppid=1051 vsize=9824732 CPUtime=349.9 cores=1,3,5,7
/proc/1054/task/1074/stat : 1074 (java) R 1051 1054 31393 0 -1 4202560 1557 0 0 0 34962 28 0 0 20 0 22 0 20968692 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680321358176 139681346424739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1075] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1075/stat : 1075 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680320308392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1076] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1076/stat : 1076 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680319255592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 710.57
Current children cumulated vsize (KiB) 9824732

[startup+354.401 s]
/proc/loadavg: 4.21 4.20 3.34 6/218 1176
/proc/meminfo: memFree=26338140/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=712.17 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 36488 0 1 0 71129 88 0 0 20 0 22 0 20968673 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 453054 2284 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 22 0 20968675 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681515209592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 41 6 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 382 0 0 0 48 6 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 418 0 0 0 40 6 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 53 6 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 205 0 0 0 33 5 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 393 0 0 0 59 10 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 327 0 0 0 48 7 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 376 0 0 0 43 4 0 0 20 0 22 0 20968676 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 1010 0 0 0 126 2 0 0 20 0 22 0 20968677 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20968678 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 18256 0 0 0 214 3 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9237 0 0 0 104 2 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 22 0 20968680 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1073] ppid=1051 vsize=9824732 CPUtime=350.69 cores=1,3,5,7
/proc/1054/task/1073/stat : 1073 (java) R 1051 1054 31393 0 -1 4202560 51 0 0 0 35063 6 0 0 20 0 22 0 20968692 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680322411176 139681346319242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1074] ppid=1051 vsize=9824732 CPUtime=350.69 cores=1,3,5,7
/proc/1054/task/1074/stat : 1074 (java) R 1051 1054 31393 0 -1 4202560 1557 0 0 0 35041 28 0 0 20 0 22 0 20968692 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680321358176 139681346424953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1075] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1075/stat : 1075 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680320308392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1076] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1076/stat : 1076 (java) S 1051 1054 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20968693 10060525568 453054 33554432000 1073741824 1073778376 140735357644752 139680319255592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 712.17
Current children cumulated vsize (KiB) 9824732

[startup+354.601 s]
/proc/loadavg: 4.21 4.20 3.34 6/218 1176
/proc/meminfo: memFree=26338140/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=710.84 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 36504 0 1 0 70985 99 0 0 20 0 19 0 20968673 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 453051 2295 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 19 0 20968675 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681515209432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 41 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 382 0 0 0 48 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 418 0 0 0 40 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 53 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 205 0 0 0 33 5 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 393 0 0 0 59 10 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 327 0 0 0 48 7 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 376 0 0 0 43 4 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 1010 0 0 0 126 2 0 0 20 0 19 0 20968677 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20968678 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20968678 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 18263 0 0 0 217 3 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9240 0 0 0 104 2 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 710.84
Current children cumulated vsize (KiB) 9824732

[startup+354.701 s]
/proc/loadavg: 4.21 4.20 3.34 6/218 1176
/proc/meminfo: memFree=26338140/32872528 swapFree=1394584/1580588
[pid=1054] ppid=1051 vsize=9824732 CPUtime=710.94 cores=1,3,5,7
/proc/1054/stat : 1054 (java) S 1051 1054 31393 0 -1 4202496 36504 0 1 0 70995 99 0 0 20 0 19 0 20968673 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 140735357635888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1054/statm: 2456183 453051 2295 9 0 2446860 0
[pid=1054/tid=1056] ppid=1051 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1054/task/1056/stat : 1056 (java) S 1051 1054 31393 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 19 0 20968675 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681515209432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1057] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1057/stat : 1057 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 41 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681476700456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1058] ppid=1051 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1054/task/1058/stat : 1058 (java) S 1051 1054 31393 0 -1 4202560 382 0 0 0 48 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681475647656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1059] ppid=1051 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/1054/task/1059/stat : 1059 (java) S 1051 1054 31393 0 -1 4202560 418 0 0 0 40 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681474595368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1060] ppid=1051 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/1054/task/1060/stat : 1060 (java) S 1051 1054 31393 0 -1 4202560 284 0 0 0 53 6 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681473542568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1061] ppid=1051 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1054/task/1061/stat : 1061 (java) S 1051 1054 31393 0 -1 4202560 205 0 0 0 33 5 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681472490280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1062] ppid=1051 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/1054/task/1062/stat : 1062 (java) S 1051 1054 31393 0 -1 4202560 393 0 0 0 59 10 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681471437480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1063] ppid=1051 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/1054/task/1063/stat : 1063 (java) S 1051 1054 31393 0 -1 4202560 327 0 0 0 48 7 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681470385192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1064] ppid=1051 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/1054/task/1064/stat : 1064 (java) S 1051 1054 31393 0 -1 4202560 376 0 0 0 43 4 0 0 20 0 19 0 20968676 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681469332392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1065] ppid=1051 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/1054/task/1065/stat : 1065 (java) S 1051 1054 31393 0 -1 4202560 1010 0 0 0 126 2 0 0 20 0 19 0 20968677 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681338456296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1066] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1066/stat : 1066 (java) S 1051 1054 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20968678 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681337402360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1067] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1067/stat : 1067 (java) S 1051 1054 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20968678 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681336349960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1068] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1068/stat : 1068 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681335298448 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1054/tid=1069] ppid=1051 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/1054/task/1069/stat : 1069 (java) S 1051 1054 31393 0 -1 4202560 18263 0 0 0 217 3 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681334246072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1054/tid=1070] ppid=1051 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/1054/task/1070/stat : 1070 (java) S 1051 1054 31393 0 -1 4202560 9240 0 0 0 104 2 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681333193272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1054/tid=1071] ppid=1051 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1054/task/1071/stat : 1071 (java) S 1051 1054 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681332141176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1054/tid=1072] ppid=1051 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1054/task/1072/stat : 1072 (java) S 1051 1054 31393 0 -1 4202560 21 0 0 0 4 9 0 0 20 0 19 0 20968680 10060525568 453051 33554432000 1073741824 1073778376 140735357644752 139681331088584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 710.94
Current children cumulated vsize (KiB) 9824732

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.53003
#  lost CPU user time (s): 1.64001
#  lost CPU system time (s): -0.11

Real time (s): 354.731
CPU time (s): 712.627
CPU user time (s): 711.543
CPU system time (s): 1.08382
CPU usage (%): 200.892
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 709.903
system time used= 1.19382
maximum resident set size= 1914664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9273
involuntary context switches= 9494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49762 second user time and 3.2735 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 19:56:41
IDJOB=4121459
IDBENCH=110495
IDSOLVER=2543
FILE ID=node139/4121459-1467309401
RUNJOBID= node139-1467308838-31410
PBS_JOBID= 20005284
Free space on /tmp= 71708 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-n90-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121459-1467309401/watcher-4121459-1467309401 -o /tmp/evaluation-result-4121459-1467309401/solver-4121459-1467309401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121459-1467309401.opb

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

MD5SUM BENCH= 0ba1f0027789a46f6a7d9cc077367f4c
RANDOM SEED=1146105974

node139.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.092
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.18
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.092
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
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.092
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.56
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.092
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.48
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.092
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28659792 kB
Buffers:          177376 kB
Cached:           337352 kB
SwapCached:         3804 kB
Active:          1597176 kB
Inactive:         282008 kB
Active(anon):    1363180 kB
Inactive(anon):     3900 kB
Active(file):     233996 kB
Inactive(file):   278108 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       2957180 kB
Mapped:            15880 kB
Shmem:                 0 kB
Slab:             603560 kB
SReclaimable:      47316 kB
SUnreclaim:       556244 kB
KernelStack:        1600 kB
PageTables:        10072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3689548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1509376 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= 71708 MiB
End job on node139 at 2016-06-30 20:02:36