Trace number 4122219

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 892.688 445.351

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM0948eabb83f79b7ab091f649c9e5a057
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.46471
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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 	8
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122219-1467309903.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.051s.
0.11/0.16	c declared #vars     120
0.11/0.16	c #constraints  320
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.11/0.16	c 320 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.11/0.16	c 320 constraints processed.
1.84/0.64	c cleaning 2496 clauses out of 5002 with flag 20779/5002
2.24/0.73	c cleaning 0 clauses out of 5001 with flag 0/5001
2.92/0.91	c cleaning 4249 clauses out of 8505 with flag 45492/11001
2.92/0.98	c cleaning 0 clauses out of 11000 with flag 0/11000
3.55/1.18	c cleaning 5624 clauses out of 11256 with flag 76270/18001
3.88/1.29	c cleaning 0 clauses out of 18000 with flag 0/18000
4.90/1.62	c cleaning 6813 clauses out of 13632 with flag 112695/26001
5.20/1.71	c cleaning 0 clauses out of 26000 with flag 0/26000
6.25/2.13	c cleaning 0 clauses out of 35000 with flag 0/35000
6.46/2.26	c cleaning 7900 clauses out of 15818 with flag 151967/35000
7.07/2.59	c cleaning 0 clauses out of 45000 with flag 0/45000
8.26/3.17	c cleaning 0 clauses out of 56001 with flag 0/56001
8.47/3.22	c cleaning 8954 clauses out of 17919 with flag 198526/45001
9.70/3.82	c cleaning 0 clauses out of 68000 with flag 0/68000
10.91/4.40	c cleaning 9981 clauses out of 19966 with flag 250772/56002
11.29/4.68	c cleaning 0 clauses out of 81001 with flag 0/81001
12.95/5.46	c cleaning 0 clauses out of 95000 with flag 0/95000
13.55/5.74	c cleaning 10985 clauses out of 21983 with flag 309660/68000
14.55/6.24	c cleaning 0 clauses out of 110002 with flag 0/110002
15.95/6.91	c cleaning 11996 clauses out of 23999 with flag 372107/81001
16.95/7.44	c cleaning 0 clauses out of 126000 with flag 0/126000
18.80/8.38	c cleaning 0 clauses out of 143001 with flag 0/143001
19.00/8.46	c cleaning 12998 clauses out of 26003 with flag 435559/95001
20.80/9.31	c cleaning 0 clauses out of 161000 with flag 0/161000
22.60/10.29	c cleaning 13998 clauses out of 28004 with flag 503784/110000
23.88/10.89	c cleaning 0 clauses out of 180001 with flag 0/180001
26.69/12.26	c cleaning 0 clauses out of 200000 with flag 0/200000
27.08/12.46	c cleaning 14997 clauses out of 30006 with flag 578355/126000
29.28/13.51	c cleaning 0 clauses out of 221001 with flag 0/221001
31.69/14.70	c cleaning 16004 clauses out of 32011 with flag 658784/143002
32.08/14.90	c cleaning 0 clauses out of 243000 with flag 0/243000
35.49/16.65	c cleaning 16998 clauses out of 34006 with flag 741012/161001
36.57/17.17	c cleaning 0 clauses out of 266001 with flag 0/266001
39.57/18.61	c cleaning 18002 clauses out of 36008 with flag 825604/180001
41.37/19.59	c cleaning 0 clauses out of 290001 with flag 0/290001
43.58/20.68	c cleaning 18999 clauses out of 38005 with flag 916298/200000
45.78/21.76	c cleaning 0 clauses out of 315000 with flag 0/315000
49.98/23.88	c cleaning 19998 clauses out of 40006 with flag 1015052/221000
50.79/24.29	c cleaning 0 clauses out of 341000 with flag 0/341000
57.31/27.49	c cleaning 20999 clauses out of 42009 with flag 1132367/243001
57.72/27.67	c cleaning 0 clauses out of 368001 with flag 0/368001
65.30/31.40	c cleaning 21999 clauses out of 44010 with flag 1248655/266001
65.70/31.67	c cleaning 0 clauses out of 396000 with flag 0/396000
71.10/34.37	c cleaning 23002 clauses out of 46011 with flag 1370639/290001
73.11/35.35	c cleaning 0 clauses out of 425000 with flag 0/425000
77.51/37.53	c cleaning 23999 clauses out of 48008 with flag 1493967/315000
79.90/38.72	c cleaning 0 clauses out of 455000 with flag 0/455000
85.69/41.60	c cleaning 25002 clauses out of 50009 with flag 1629777/341000
87.29/42.40	c cleaning 0 clauses out of 486000 with flag 0/486000
92.58/45.07	c cleaning 25998 clauses out of 52007 with flag 1749919/368000
93.78/45.60	c cleaning 0 clauses out of 518002 with flag 0/518002
99.61/48.54	c cleaning 27003 clauses out of 54011 with flag 1885449/396002
100.20/48.89	c cleaning 0 clauses out of 551001 with flag 0/551001
106.21/51.83	c cleaning 0 clauses out of 585000 with flag 0/585000
106.79/52.19	c cleaning 27997 clauses out of 56006 with flag 2024356/425000
114.81/56.19	c cleaning 29001 clauses out of 58009 with flag 2166811/455000
117.80/57.66	c cleaning 0 clauses out of 620001 with flag 0/620001
122.60/60.06	c cleaning 29999 clauses out of 60010 with flag 2301259/486002
126.75/62.04	c cleaning 0 clauses out of 656000 with flag 0/656000
132.95/65.17	c cleaning 31000 clauses out of 62009 with flag 2441581/518000
135.35/66.36	c cleaning 0 clauses out of 693001 with flag 0/693001
144.55/70.91	c cleaning 0 clauses out of 731001 with flag 0/731001
144.55/70.98	c cleaning 31998 clauses out of 64009 with flag 2591005/551000
153.35/75.34	c cleaning 0 clauses out of 770001 with flag 0/770001
154.95/76.11	c cleaning 33004 clauses out of 66012 with flag 2751291/585001
164.08/80.64	c cleaning 0 clauses out of 810001 with flag 0/810001
167.08/82.19	c cleaning 33998 clauses out of 68007 with flag 2910566/620000
174.08/85.67	c cleaning 0 clauses out of 851000 with flag 0/851000
181.68/89.45	c cleaning 35000 clauses out of 70010 with flag 3072361/656001
189.90/93.57	c cleaning 0 clauses out of 893000 with flag 0/893000
196.08/96.69	c cleaning 36003 clauses out of 72010 with flag 3229980/693001
202.84/99.96	c cleaning 0 clauses out of 936000 with flag 0/936000
211.84/104.45	c cleaning 37001 clauses out of 74006 with flag 3393869/731000
215.44/106.25	c cleaning 0 clauses out of 980000 with flag 0/980000
228.04/112.58	c cleaning 37999 clauses out of 76006 with flag 3547394/770001
230.04/113.58	c cleaning 0 clauses out of 1025000 with flag 0/1025000
245.83/121.37	c cleaning 0 clauses out of 1071000 with flag 0/1071000
246.99/121.81	c cleaning 38998 clauses out of 78006 with flag 3713877/810000
261.75/129.19	c cleaning 0 clauses out of 1118001 with flag 0/1118001
269.36/132.98	c cleaning 39999 clauses out of 80009 with flag 3904800/851001
275.56/136.08	c cleaning 0 clauses out of 1166000 with flag 0/1166000
292.33/144.34	c cleaning 41001 clauses out of 82010 with flag 4106300/893001
296.41/146.33	c cleaning 0 clauses out of 1215001 with flag 0/1215001
314.80/155.51	c cleaning 41994 clauses out of 84008 with flag 4309059/936000
321.80/159.06	c cleaning 0 clauses out of 1265001 with flag 0/1265001
339.20/167.97	c cleaning 43003 clauses out of 86014 with flag 4512836/980000
341.80/169.27	c cleaning 0 clauses out of 1316001 with flag 0/1316001
364.21/180.47	c cleaning 44004 clauses out of 88012 with flag 4710807/1025001
374.60/185.65	c cleaning 0 clauses out of 1368000 with flag 0/1368000
390.81/193.75	c cleaning 45004 clauses out of 90007 with flag 4913123/1071000
399.41/198.09	c cleaning 0 clauses out of 1421000 with flag 0/1421000
421.28/208.94	c cleaning 46000 clauses out of 92003 with flag 5122896/1118000
422.08/209.36	c cleaning 0 clauses out of 1475000 with flag 0/1475000
449.70/223.16	c cleaning 0 clauses out of 1530002 with flag 0/1530002
452.70/224.70	c cleaning 46998 clauses out of 94003 with flag 5336146/1166000
471.23/233.88	c cleaning 0 clauses out of 1586001 with flag 0/1586001
485.44/241.00	c cleaning 47995 clauses out of 96006 with flag 5560657/1215001
496.24/246.33	c cleaning 0 clauses out of 1643000 with flag 0/1643000
523.78/260.06	c cleaning 0 clauses out of 1701001 with flag 0/1701001
530.18/263.20	c cleaning 49005 clauses out of 98010 with flag 5794993/1265000
554.72/275.42	c cleaning 0 clauses out of 1760000 with flag 0/1760000
576.32/286.23	c cleaning 49998 clauses out of 100005 with flag 6036676/1316000
582.73/289.45	c cleaning 0 clauses out of 1820000 with flag 0/1820000
620.70/308.71	c cleaning 0 clauses out of 1881000 with flag 0/1881000
625.10/310.97	c cleaning 51004 clauses out of 102008 with flag 6288562/1368001
656.49/326.64	c cleaning 0 clauses out of 1943000 with flag 0/1943000
666.17/331.46	c cleaning 51999 clauses out of 104004 with flag 6512038/1421001
706.97/351.82	c cleaning 0 clauses out of 2006001 with flag 0/2006001
721.99/359.31	c cleaning 52994 clauses out of 106004 with flag 6769077/1475000
749.73/373.15	c cleaning 0 clauses out of 2070000 with flag 0/2070000
771.73/384.15	c cleaning 54000 clauses out of 108011 with flag 7032570/1530001
812.70/404.44	c cleaning 0 clauses out of 2135000 with flag 0/2135000
820.32/408.23	c cleaning 54999 clauses out of 110010 with flag 7298915/1586001
843.70/419.92	c cleaning 0 clauses out of 2201000 with flag 0/2201000
872.65/434.71	c cleaning 56005 clauses out of 112009 with flag 7563433/1643000
890.89/443.80	c And the winner is solver0
892.16/445.05	c cleaning 0 clauses out of 2268000 with flag 0/2268000
892.25/445.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
892.25/445.10	c starts		: 79
892.25/445.10	c conflicts		: 1673098
892.25/445.10	c decisions		: 2094059
892.25/445.10	c propagations		: 10769522
892.25/445.10	c inspects		: 9663535700
892.25/445.10	c shortcuts		: 0
892.25/445.10	c learnt literals	: 19
892.25/445.10	c learnt binary clauses	: 140
892.25/445.10	c learnt ternary clauses	: 718
892.25/445.10	c learnt constraints	: 1673078
892.25/445.10	c ignored constraints	: 0
892.25/445.10	c root simplifications	: 0
892.25/445.10	c removed literals (reason simplification)	: 6887300
892.25/445.10	c reason swapping (by a shorter reason)	: 0
892.25/445.10	c Calls to reduceDB	: 53
892.25/445.10	c Number of update (reduction) of LBD	: 265925
892.25/445.10	c Imported unit clauses	: 0
892.25/445.10	c number of reductions to clauses (during analyze)	: 0
892.25/445.10	c number of learned constraints concerned by reduction	: 0
892.25/445.10	c number of learning phase by resolution	: 0
892.25/445.10	c number of learning phase by cutting planes	: 0
892.25/445.10	c speed (assignments/second)	: 24204.871755684013
892.25/445.10	c non guided choices	408
892.25/445.13	c learnt constraints type 
892.25/445.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 140
892.25/445.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85944
892.25/445.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
892.25/445.13	c starts		: 228
892.25/445.13	c conflicts		: 2268000
892.25/445.13	c decisions		: 2645231
892.25/445.13	c propagations		: 11817047
892.25/445.13	c inspects		: 3280150816
892.25/445.13	c shortcuts		: 0
892.25/445.13	c learnt literals	: 0
892.25/445.13	c learnt binary clauses	: 0
892.25/445.13	c learnt ternary clauses	: 6
892.25/445.13	c learnt constraints	: 2268000
892.25/445.13	c ignored constraints	: 0
892.25/445.13	c root simplifications	: 0
892.25/445.13	c removed literals (reason simplification)	: 0
892.25/445.13	c reason swapping (by a shorter reason)	: 0
892.25/445.13	c Calls to reduceDB	: 63
892.25/445.13	c Number of update (reduction) of LBD	: 0
892.25/445.13	c Imported unit clauses	: 0
892.25/445.13	c number of reductions to clauses (during analyze)	: 0
892.25/445.13	c number of learned constraints concerned by reduction	: 0
892.25/445.13	c number of learning phase by resolution	: 0
892.25/445.13	c number of learning phase by cutting planes	: 0
892.25/445.13	c speed (assignments/second)	: 26557.36993862411
892.25/445.13	c non guided choices	473
892.48/445.34	c learnt constraints type 
892.48/445.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2268000
892.48/445.34	s UNSATISFIABLE
892.48/445.34	c Total wall clock time (in seconds): 445.23

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-4122219-1467309903/watcher-4122219-1467309903 -o /tmp/evaluation-result-4122219-1467309903/solver-4122219-1467309903 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14917 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4122219-1467309903.opb 

pid=22833
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 4.34 3.81 4/197 22836
/proc/meminfo: memFree=28202240/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10014573 98570240 977 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 24065 977 743 9 0 16771 0
[pid=22836/tid=22837] ppid=22833 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) R 22833 22836 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10014573 98570240 977 33554432000 1073741824 1073778376 140735409826496 140644395937320 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100093 s]
/proc/loadavg: 4.43 4.34 3.81 4/197 22836
/proc/meminfo: memFree=28202240/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 10014573 9787879424 6114 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2389619 6114 2156 9 0 2380296 0
[pid=22836/tid=22837] ppid=22833 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) R 22833 22836 14900 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 10014573 9787879424 6114 33554432000 1073741824 1073778376 140735409826496 140644395939080 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 4.43 4.34 3.81 4/197 22836
/proc/meminfo: memFree=28202240/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 5638 0 1 0 28 1 0 0 20 0 22 0 10014573 10060525568 8507 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 8507 2217 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 8508 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300281 s]
/proc/loadavg: 4.43 4.34 3.81 4/197 22836
/proc/meminfo: memFree=28202240/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 7613 0 1 0 68 2 0 0 20 0 22 0 10014573 10060525568 9823 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 9823 2246 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 9823 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700246 s]
/proc/loadavg: 4.43 4.34 3.81 4/197 22836
/proc/meminfo: memFree=28202240/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 19852 0 1 0 219 5 0 0 20 0 22 0 10014573 10060525568 32184 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 32184 2260 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 32184 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.43 4.34 3.81 6/219 22858
/proc/meminfo: memFree=28015828/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 24027 0 1 0 463 7 0 0 20 0 22 0 10014573 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 50897 2275 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 9670 0 0 0 112 2 0 0 20 0 22 0 10014578 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 10437 0 0 0 69 2 0 0 20 0 22 0 10014578 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22855] ppid=22833 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/22836/task/22855/stat : 22855 (java) R 22833 22836 14900 0 -1 4202560 32 0 0 0 130 0 0 0 20 0 22 0 10014589 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644211170016 140644224407870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22856] ppid=22833 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/22836/task/22856/stat : 22856 (java) R 22833 22836 14900 0 -1 4202560 89 0 0 0 128 2 0 0 20 0 22 0 10014589 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644210117656 140644224407907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22857] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22857/stat : 22857 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10014590 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140644209066920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22858] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22858/stat : 22858 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10014590 10060525568 50897 33554432000 1073741824 1073778376 140735409826496 140642931958568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.43 4.34 3.81 5/219 22858
/proc/meminfo: memFree=28002412/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 26574 0 1 0 817 9 0 0 20 0 22 0 10014573 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 63718 2275 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 10014574 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10014575 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 12175 0 0 0 145 2 0 0 20 0 22 0 10014578 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 10437 0 0 0 69 2 0 0 20 0 22 0 10014578 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10014578 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22855] ppid=22833 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/22836/task/22855/stat : 22855 (java) R 22833 22836 14900 0 -1 4202560 33 0 0 0 287 0 0 0 20 0 22 0 10014589 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644211170016 140644224407776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22856] ppid=22833 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/22836/task/22856/stat : 22856 (java) R 22833 22836 14900 0 -1 4202560 108 0 0 0 285 3 0 0 20 0 22 0 10014589 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644210119176 140644224336139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22857] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22857/stat : 22857 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10014590 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140644209066920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22858] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22858/stat : 22858 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10014590 10060525568 63718 33554432000 1073741824 1073778376 140735409826496 140642931958568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.39 4.33 3.81 5/219 22858
/proc/meminfo: memFree=27862996/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 27224 0 1 0 1460 15 0 0 20 0 22 0 10014573 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 101187 2275 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 10014573 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 114 0 0 0 3 0 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 103 0 0 0 1 1 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 137 0 0 0 3 2 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 10014574 10060525568 101187 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 529 0 0 0 69 12 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 439 0 0 0 51 9 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 321 0 0 0 67 8 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 585 0 0 0 70 12 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 341 0 0 0 63 8 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 507 0 0 0 63 9 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 1594 0 0 0 219 3 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 12182 0 0 0 174 2 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 15538 0 0 0 117 3 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 26 0 0 0 6 10 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22856] ppid=22833 vsize=9824732 CPUtime=439.89 cores=1,3,5,7
/proc/22836/task/22856/stat : 22856 (java) R 22833 22836 14900 0 -1 4202560 1177 0 0 0 43956 33 0 0 20 0 20 0 10014589 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644210117216 140644225203193 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22857] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22857/stat : 22857 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 10014590 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644209066920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 891.16
Current children cumulated vsize (KiB) 9824732

[startup+444.801 s]
/proc/loadavg: 4.21 4.33 4.01 4/217 22870
/proc/meminfo: memFree=25765848/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=891.96 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 37986 0 1 0 89066 130 0 0 20 0 20 0 10014573 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 582905 2285 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2421 0 1 0 14 2 0 0 20 0 20 0 10014573 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644395942776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 607 0 0 0 70 10 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 389 0 0 0 59 10 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 529 0 0 0 69 12 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 439 0 0 0 51 9 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 321 0 0 0 67 8 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 585 0 0 0 70 12 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 341 0 0 0 63 8 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 507 0 0 0 63 9 0 0 20 0 20 0 10014574 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 1594 0 0 0 219 3 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 10014575 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 12182 0 0 0 174 2 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 15538 0 0 0 117 3 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 26 0 0 0 6 10 0 0 20 0 20 0 10014578 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22856] ppid=22833 vsize=9824732 CPUtime=440.69 cores=1,3,5,7
/proc/22836/task/22856/stat : 22856 (java) R 22833 22836 14900 0 -1 4202560 1177 0 0 0 44036 33 0 0 20 0 20 0 10014589 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644210117216 140644225200273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22857] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22857/stat : 22857 (java) S 22833 22836 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 10014590 10060525568 582905 33554432000 1073741824 1073778376 140735409826496 140644209066920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 891.96
Current children cumulated vsize (KiB) 9824732

[startup+445.201 s]
/proc/loadavg: 4.21 4.33 4.01 4/217 22870
/proc/meminfo: memFree=25765848/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=892.38 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 38000 0 1 0 89101 137 0 0 20 0 19 0 10014573 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 582911 2295 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2421 0 1 0 14 3 0 0 20 0 19 0 10014573 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644395942616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 607 0 0 0 70 10 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 389 0 0 0 59 10 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 529 0 0 0 69 12 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 439 0 0 0 51 9 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 321 0 0 0 67 8 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 585 0 0 0 70 12 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 341 0 0 0 63 8 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 507 0 0 0 63 9 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 1594 0 0 0 219 3 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 12190 0 0 0 177 2 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 15541 0 0 0 118 3 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 26 0 0 0 6 10 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 892.38
Current children cumulated vsize (KiB) 9824732

[startup+445.301 s]
/proc/loadavg: 4.21 4.33 4.01 4/217 22870
/proc/meminfo: memFree=25765848/32872528 swapFree=1526624/1696276
[pid=22836] ppid=22833 vsize=9824732 CPUtime=892.48 cores=1,3,5,7
/proc/22836/stat : 22836 (java) S 22833 22836 14900 0 -1 4202496 38000 0 1 0 89111 137 0 0 20 0 19 0 10014573 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140735409817632 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22836/statm: 2456183 582911 2295 9 0 2446860 0
[pid=22836/tid=22837] ppid=22833 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22836/task/22837/stat : 22837 (java) S 22833 22836 14900 0 -1 4202560 2421 0 1 0 14 3 0 0 20 0 19 0 10014573 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644395942616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22839] ppid=22833 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/22836/task/22839/stat : 22839 (java) S 22833 22836 14900 0 -1 4202560 607 0 0 0 70 10 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644357433896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22840] ppid=22833 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/22836/task/22840/stat : 22840 (java) S 22833 22836 14900 0 -1 4202560 389 0 0 0 59 10 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644356381096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22841] ppid=22833 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/22836/task/22841/stat : 22841 (java) S 22833 22836 14900 0 -1 4202560 529 0 0 0 69 12 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644355328296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22842] ppid=22833 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/22836/task/22842/stat : 22842 (java) S 22833 22836 14900 0 -1 4202560 439 0 0 0 51 9 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644354275496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22843] ppid=22833 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/22836/task/22843/stat : 22843 (java) S 22833 22836 14900 0 -1 4202560 321 0 0 0 67 8 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644353223720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22844] ppid=22833 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22836/task/22844/stat : 22844 (java) S 22833 22836 14900 0 -1 4202560 585 0 0 0 70 12 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644352170920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22845] ppid=22833 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/22836/task/22845/stat : 22845 (java) S 22833 22836 14900 0 -1 4202560 341 0 0 0 63 8 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644351118120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22846] ppid=22833 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/22836/task/22846/stat : 22846 (java) S 22833 22836 14900 0 -1 4202560 507 0 0 0 63 9 0 0 20 0 19 0 10014574 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644350065320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22836/tid=22847] ppid=22833 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22836/task/22847/stat : 22847 (java) S 22833 22836 14900 0 -1 4202560 1594 0 0 0 219 3 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644219595240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22848] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22848/stat : 22848 (java) S 22833 22836 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644218541304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22849] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22849/stat : 22849 (java) S 22833 22836 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10014575 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644217488392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22850] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22850/stat : 22850 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644216436880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22836/tid=22851] ppid=22833 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/22836/task/22851/stat : 22851 (java) S 22833 22836 14900 0 -1 4202560 12190 0 0 0 177 2 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644215385016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22852] ppid=22833 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/22836/task/22852/stat : 22852 (java) S 22833 22836 14900 0 -1 4202560 15541 0 0 0 118 3 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644214332216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22836/tid=22853] ppid=22833 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22836/task/22853/stat : 22853 (java) S 22833 22836 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644213279608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22836/tid=22854] ppid=22833 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22836/task/22854/stat : 22854 (java) S 22833 22836 14900 0 -1 4202560 26 0 0 0 6 11 0 0 20 0 19 0 10014578 10060525568 582911 33554432000 1073741824 1073778376 140735409826496 140644212227016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 892.48
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 445.351
CPU time (s): 892.688
CPU user time (s): 891.107
CPU system time (s): 1.58076
CPU usage (%): 200.446
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 891.108
system time used= 1.58076
maximum resident set size= 2332524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38007
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11499
involuntary context switches= 13618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13652 second user time and 4.14037 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:05:03
IDJOB=4122219
IDBENCH=110989
IDSOLVER=2543
FILE ID=node125/4122219-1467309903
RUNJOBID= node125-1467308203-14917
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-n80-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122219-1467309903/watcher-4122219-1467309903 -o /tmp/evaluation-result-4122219-1467309903/solver-4122219-1467309903 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14917 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122219-1467309903.opb

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

MD5SUM BENCH= 0948eabb83f79b7ab091f649c9e5a057
RANDOM SEED=1820353509

node125.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		: 2666.282
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	: 5332.56
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		: 2666.282
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		: 2666.282
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.56
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		: 2666.282
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.56
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		: 2666.282
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.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		: 2666.282
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		: 2666.282
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.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		: 2666.282
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28203412 kB
Buffers:          136720 kB
Cached:          1799132 kB
SwapCached:            0 kB
Active:           546860 kB
Inactive:        1679524 kB
Active(anon):     293336 kB
Inactive(anon):        0 kB
Active(file):     253524 kB
Inactive(file):  1679524 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:       1989192 kB
Mapped:            21448 kB
Shmem:               204 kB
Slab:             611088 kB
SReclaimable:      54076 kB
SUnreclaim:       557012 kB
KernelStack:        1608 kB
PageTables:         8364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2329096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 71740 MiB
End job on node125 at 2016-06-30 20:12:29