Trace number 4121934

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 Resolution PB16UNSAT 1088.96 1087.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-94.cnf.gz-extracted.pb.metafix.opb
MD5SUMf29f2b45fc2d5c1d439e07798545d1e1
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 benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables377
Total number of constraints376
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)376
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121934-1467316083.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.062s.
0.11/0.16	c declared #vars     377
0.11/0.16	c #constraints  376
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 376
0.11/0.16	c 376 constraints processed.
0.68/0.43	c cleaning 2496 clauses out of 5002 with flag 24280/5002
0.99/0.61	c cleaning 4242 clauses out of 8504 with flag 53708/11000
1.19/0.80	c cleaning 5622 clauses out of 11263 with flag 88525/18001
1.39/1.05	c cleaning 6807 clauses out of 13642 with flag 132814/26002
1.70/1.36	c cleaning 7904 clauses out of 15834 with flag 185127/35001
2.10/1.71	c cleaning 8936 clauses out of 17929 with flag 240339/45000
2.40/2.08	c cleaning 9974 clauses out of 19993 with flag 297944/56000
2.90/2.51	c cleaning 10983 clauses out of 22019 with flag 359225/68000
3.50/3.12	c cleaning 11990 clauses out of 24036 with flag 437527/81000
4.00/3.69	c cleaning 13008 clauses out of 26046 with flag 516327/95000
4.70/4.33	c cleaning 14000 clauses out of 28038 with flag 599057/110000
5.40/5.03	c cleaning 14998 clauses out of 30038 with flag 687145/126000
6.20/5.87	c cleaning 16010 clauses out of 32042 with flag 787432/143002
7.12/6.74	c cleaning 17003 clauses out of 34030 with flag 896802/161000
8.12/7.75	c cleaning 18006 clauses out of 36029 with flag 1013793/180002
9.22/8.87	c cleaning 18991 clauses out of 38021 with flag 1138541/200000
10.32/10.00	c cleaning 19995 clauses out of 40031 with flag 1265288/221001
11.61/11.24	c cleaning 21003 clauses out of 42036 with flag 1393231/243001
13.11/12.70	c cleaning 21995 clauses out of 44032 with flag 1537203/266000
14.82/14.42	c cleaning 23005 clauses out of 46038 with flag 1690954/290001
16.41/16.07	c cleaning 24002 clauses out of 48033 with flag 1848865/315001
18.02/17.67	c cleaning 25002 clauses out of 50032 with flag 2020027/341002
19.81/19.44	c cleaning 25989 clauses out of 52028 with flag 2189491/368000
21.71/21.37	c cleaning 26992 clauses out of 54041 with flag 2369126/396002
23.81/23.44	c cleaning 28004 clauses out of 56050 with flag 2553081/425003
25.91/25.57	c cleaning 29002 clauses out of 58044 with flag 2746519/455001
28.21/27.90	c cleaning 30012 clauses out of 60041 with flag 2953766/486000
30.71/30.34	c cleaning 30999 clauses out of 62033 with flag 3170030/518004
33.51/33.12	c cleaning 32001 clauses out of 64030 with flag 3377980/551000
36.12/35.78	c cleaning 33000 clauses out of 66030 with flag 3593681/585001
39.22/38.86	c cleaning 33994 clauses out of 68029 with flag 3813513/620000
42.22/41.85	c cleaning 35004 clauses out of 70036 with flag 4046354/656001
45.52/45.17	c cleaning 35991 clauses out of 72032 with flag 4281907/693001
49.02/48.62	c cleaning 37006 clauses out of 74040 with flag 4530958/731000
52.52/52.18	c cleaning 37999 clauses out of 76034 with flag 4772849/770000
56.32/55.91	c cleaning 39007 clauses out of 78035 with flag 5025066/810000
60.42/60.03	c cleaning 39998 clauses out of 80029 with flag 5286409/851001
64.42/64.01	c cleaning 40989 clauses out of 82030 with flag 5552016/893000
68.62/68.26	c cleaning 42008 clauses out of 84041 with flag 5825095/936000
73.16/72.80	c cleaning 42993 clauses out of 86033 with flag 6104473/980000
77.46/77.09	c cleaning 44012 clauses out of 88040 with flag 6384410/1025000
82.06/81.64	c cleaning 45012 clauses out of 90028 with flag 6679882/1071000
86.76/86.35	c cleaning 45992 clauses out of 92017 with flag 6974033/1118001
91.56/91.19	c cleaning 47000 clauses out of 94024 with flag 7274090/1166000
96.87/96.45	c cleaning 47994 clauses out of 96024 with flag 7572281/1215000
102.17/101.74	c cleaning 49000 clauses out of 98030 with flag 7872059/1265000
107.77/107.31	c cleaning 49980 clauses out of 100031 with flag 8185977/1316001
113.47/113.09	c cleaning 51004 clauses out of 102050 with flag 8502617/1368000
119.37/118.91	c cleaning 52014 clauses out of 104047 with flag 8831707/1421001
125.37/124.90	c cleaning 52994 clauses out of 106032 with flag 9143984/1475000
132.07/131.66	c cleaning 54005 clauses out of 108039 with flag 9474767/1530001
138.77/138.36	c cleaning 54998 clauses out of 110033 with flag 9811612/1586000
145.26/144.89	c cleaning 56004 clauses out of 112035 with flag 10153958/1643000
152.48/152.03	c cleaning 57000 clauses out of 114031 with flag 10497772/1701000
159.87/159.45	c cleaning 58001 clauses out of 116032 with flag 10829113/1760001
168.07/167.60	c cleaning 59003 clauses out of 118031 with flag 11178515/1820001
175.67/175.22	c cleaning 59999 clauses out of 120028 with flag 11537968/1881001
183.57/183.19	c cleaning 60996 clauses out of 122029 with flag 11907767/1943001
192.42/191.91	c cleaning 62002 clauses out of 124032 with flag 12265813/2006000
200.92/200.43	c cleaning 63004 clauses out of 126031 with flag 12629066/2070001
209.62/209.13	c cleaning 63994 clauses out of 128026 with flag 13001088/2135000
218.33/217.88	c cleaning 65001 clauses out of 130033 with flag 13375727/2201001
227.72/227.27	c cleaning 66005 clauses out of 132032 with flag 13760362/2268001
237.05/236.51	c cleaning 66994 clauses out of 134026 with flag 14152963/2336000
246.95/246.42	c cleaning 67997 clauses out of 136032 with flag 14553249/2405000
256.94/256.44	c cleaning 69003 clauses out of 138037 with flag 14945214/2475002
267.54/267.03	c cleaning 70007 clauses out of 140033 with flag 15342890/2546001
277.84/277.37	c cleaning 70993 clauses out of 142026 with flag 15752922/2618001
288.53/288.06	c cleaning 71997 clauses out of 144033 with flag 16176372/2691001
299.85/299.37	c cleaning 73002 clauses out of 146036 with flag 16593565/2765001
311.54/311.02	c cleaning 74007 clauses out of 148034 with flag 17009418/2840001
323.24/322.73	c cleaning 75004 clauses out of 150029 with flag 17431628/2916003
335.55/335.04	c cleaning 75988 clauses out of 152022 with flag 17859966/2993000
347.82/347.25	c cleaning 76997 clauses out of 154035 with flag 18292354/3071001
360.22/359.60	c cleaning 78010 clauses out of 156037 with flag 18731002/3150000
373.02/372.45	c cleaning 78998 clauses out of 158027 with flag 19171790/3230000
386.31/385.74	c cleaning 80006 clauses out of 160029 with flag 19619461/3311000
400.12/399.54	c cleaning 81005 clauses out of 162023 with flag 20094509/3393000
413.51/412.96	c cleaning 81993 clauses out of 164018 with flag 20548918/3476000
428.11/427.50	c cleaning 82998 clauses out of 166025 with flag 21001891/3560000
442.20/441.62	c cleaning 83998 clauses out of 168027 with flag 21465644/3645000
456.61/456.01	c cleaning 84997 clauses out of 170029 with flag 21945463/3731000
471.51/470.97	c cleaning 85999 clauses out of 172032 with flag 22418470/3818000
487.20/486.65	c cleaning 86995 clauses out of 174034 with flag 22887357/3906001
502.80/502.29	c cleaning 88002 clauses out of 176038 with flag 23373345/3995000
519.26/518.65	c cleaning 88998 clauses out of 178036 with flag 23856576/4085000
535.96/535.37	c cleaning 90006 clauses out of 180038 with flag 24346891/4176000
552.76/552.12	c cleaning 91006 clauses out of 182032 with flag 24837892/4268000
569.67/569.04	c cleaning 91995 clauses out of 184027 with flag 25339305/4361001
586.77/586.16	c cleaning 93007 clauses out of 186033 with flag 25839881/4455002
604.46/603.88	c cleaning 94000 clauses out of 188027 with flag 26357488/4550003
623.67/623.08	c cleaning 95006 clauses out of 190024 with flag 26860270/4646000
642.97/642.39	c cleaning 96004 clauses out of 192019 with flag 27373464/4743001
662.67/662.05	c cleaning 96979 clauses out of 194016 with flag 27893772/4841002
682.38/681.77	c cleaning 98006 clauses out of 196037 with flag 28425249/4940002
702.38/701.76	c cleaning 98992 clauses out of 198030 with flag 28955253/5040001
721.44/720.80	c cleaning 99998 clauses out of 200037 with flag 29500456/5141000
741.35/740.66	c cleaning 101007 clauses out of 202040 with flag 30046761/5243001
761.44/760.73	c cleaning 101995 clauses out of 204032 with flag 30606614/5346000
782.55/781.83	c cleaning 103001 clauses out of 206037 with flag 31158050/5450000
804.05/803.34	c cleaning 104008 clauses out of 208037 with flag 31708105/5555001
824.76/824.04	c cleaning 104995 clauses out of 210028 with flag 32268538/5661000
846.55/845.82	c cleaning 106001 clauses out of 212033 with flag 32840832/5768000
867.95/867.27	c cleaning 107000 clauses out of 214032 with flag 33425877/5876000
891.76/891.08	c cleaning 108005 clauses out of 216033 with flag 33996330/5985001
915.29/914.45	c cleaning 109001 clauses out of 218027 with flag 34597951/6095000
938.29/937.49	c cleaning 109990 clauses out of 220027 with flag 35184298/6206001
961.59/960.70	c cleaning 111002 clauses out of 222036 with flag 35782052/6318000
986.49/985.62	c cleaning 112011 clauses out of 224034 with flag 36381541/6431000
1009.61/1008.74	c cleaning 113004 clauses out of 226023 with flag 37012205/6545000
1032.60/1031.71	c cleaning 113993 clauses out of 228020 with flag 37659244/6660001
1055.51/1054.60	c cleaning 115000 clauses out of 230026 with flag 38330533/6776000
1077.01/1076.16	c cleaning 116006 clauses out of 232026 with flag 38982919/6893000
1088.58/1087.61	c starts		: 14862
1088.58/1087.61	c conflicts		: 6952960
1088.58/1087.61	c decisions		: 10416406
1088.58/1087.61	c propagations		: 125852322
1088.58/1087.61	c inspects		: 23880379712
1088.58/1087.61	c shortcuts		: 0
1088.58/1087.61	c learnt literals	: 12
1088.58/1087.61	c learnt binary clauses	: 10
1088.58/1087.61	c learnt ternary clauses	: 28
1088.58/1087.61	c learnt constraints	: 6952947
1088.58/1087.61	c ignored constraints	: 0
1088.58/1087.61	c root simplifications	: 0
1088.58/1087.61	c removed literals (reason simplification)	: 0
1088.58/1087.61	c reason swapping (by a shorter reason)	: 0
1088.58/1087.61	c Calls to reduceDB	: 113
1088.58/1087.61	c Number of update (reduction) of LBD	: 2178787
1088.58/1087.61	c Imported unit clauses	: 0
1088.58/1087.61	c number of reductions to clauses (during analyze)	: 0
1088.58/1087.61	c number of learned constraints concerned by reduction	: 0
1088.58/1087.61	c number of learning phase by resolution	: 0
1088.58/1087.61	c number of learning phase by cutting planes	: 0
1088.58/1087.61	c speed (assignments/second)	: 115731.59409628029
1088.58/1087.61	c non guided choices	91550
1088.58/1087.65	c learnt constraints type 
1088.58/1087.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1088.58/1087.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175957
1088.58/1087.65	s UNSATISFIABLE
1088.58/1087.65	c Total wall clock time (in seconds): 1087.546

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-4121934-1467316083/watcher-4121934-1467316083 -o /tmp/evaluation-result-4121934-1467316083/solver-4121934-1467316083 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16995 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121934-1467316083.opb 

pid=17030
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: 1.40 1.39 1.63 3/185 17033
/proc/meminfo: memFree=28190744/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10634339 98570240 978 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 24065 978 744 9 0 16771 0
[pid=17033/tid=17035] ppid=17030 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 10634340 98582528 985 33554432000 1073741824 1073778376 140736583800496 140567518076456 260190324125 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 1.40 1.39 1.63 3/185 17033
/proc/meminfo: memFree=28190744/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 4510 0 1 0 10 1 0 0 20 0 18 0 10634339 9787879424 6146 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2389619 6146 2157 9 0 2380296 0
[pid=17033/tid=17035] ppid=17030 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 10634340 9787879424 6146 33554432000 1073741824 1073778376 140736583800496 140567518079296 140567525089786 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.200373 s]
/proc/loadavg: 1.40 1.39 1.63 3/185 17033
/proc/meminfo: memFree=28190744/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 5971 0 1 0 27 2 0 0 20 0 19 0 10634339 9856040960 7672 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 7672 2229 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 19 0 10634340 9856040960 7672 33554432000 1073741824 1073778376 140736583800496 140567518081208 140567384421476 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300292 s]
/proc/loadavg: 1.40 1.39 1.63 3/185 17033
/proc/meminfo: memFree=28190744/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 6420 0 1 0 50 2 0 0 20 0 19 0 10634339 9856040960 7837 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 7837 2245 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 19 0 10634340 9856040960 7837 33554432000 1073741824 1073778376 140736583800496 140567518081176 140567384624815 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700189 s]
/proc/loadavg: 1.40 1.39 1.63 3/185 17033
/proc/meminfo: memFree=28190744/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 8298 0 1 0 107 2 0 0 20 0 19 0 10634339 9856040960 8645 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 8645 2255 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2403 0 1 0 66 2 0 0 20 0 19 0 10634340 9856040960 8645 33554432000 1073741824 1073778376 140736583800496 140567518081528 140567384645892 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 1.40 1.39 1.63 3/213 17061
/proc/meminfo: memFree=28140236/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 8305 0 1 0 188 2 0 0 20 0 19 0 10634339 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 9673 2257 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2406 0 1 0 145 2 0 0 20 0 19 0 10634340 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567518072512 140567384646278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634340 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 1980 0 0 0 19 0 0 0 20 0 19 0 10634344 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 21 0 0 0 20 0 19 0 10634344 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 9673 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.40 1.39 1.63 3/213 17061
/proc/meminfo: memFree=28135644/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 8308 0 1 0 348 2 0 0 20 0 19 0 10634339 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 10697 2257 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2409 0 1 0 305 2 0 0 20 0 19 0 10634340 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567518072512 140567384587054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634340 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 1980 0 0 0 19 0 0 0 20 0 19 0 10634344 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 21 0 0 0 20 0 19 0 10634344 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 10697 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 1.45 1.40 1.64 3/213 17061
/proc/meminfo: memFree=28111704/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 8315 0 1 0 668 3 0 0 20 0 19 0 10634339 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 13221 2258 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2415 0 1 0 625 2 0 0 20 0 19 0 10634340 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567518072512 140567384646503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634340 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10634341 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 1980 0 0 0 20 0 0 0 20 0 19 0 10634344 9856040960 13221 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 158 0 0 0 8 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 200 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 67 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 2254 0 0 0 22 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 21 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 64 0 0 0 10 17 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1085.7
Current children cumulated vsize (KiB) 9625040

[startup+1086.4 s]
/proc/loadavg: 2.28 2.24 2.04 3/213 17371
/proc/meminfo: memFree=27785064/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=1087.34 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 9533 0 1 0 108704 30 0 0 20 0 19 0 10634339 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 59288 2272 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=1086.2 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2478 0 1 0 108597 23 0 0 20 0 19 0 10634340 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567518081336 140567384610353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 19 0 10634340 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 158 0 0 0 8 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 200 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 67 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 2256 0 0 0 25 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 22 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 64 0 0 0 10 17 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1087.34
Current children cumulated vsize (KiB) 9625040

[startup+1087.2 s]
/proc/loadavg: 2.28 2.24 2.04 3/213 17371
/proc/meminfo: memFree=27785064/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=1088.14 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 9533 0 1 0 108784 30 0 0 20 0 19 0 10634339 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 59288 2272 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=1087 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2478 0 1 0 108677 23 0 0 20 0 19 0 10634340 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567518079424 140567384646060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 19 0 10634340 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 158 0 0 0 8 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 200 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 67 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 10634341 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 2256 0 0 0 25 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 22 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 64 0 0 0 10 17 0 0 20 0 19 0 10634344 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 59288 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1088.14
Current children cumulated vsize (KiB) 9625040

[startup+1087.6 s]
/proc/loadavg: 2.28 2.24 2.04 3/213 17371
/proc/meminfo: memFree=27785064/32872528 swapFree=1634416/1797936
[pid=17033] ppid=17030 vsize=9625040 CPUtime=1088.58 cores=1,3,5,7
/proc/17033/stat : 17033 (java) S 17030 17033 12218 0 -1 4202496 9534 0 1 0 108828 30 0 0 20 0 19 0 10634339 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140736583791632 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17033/statm: 2406260 59267 2272 9 0 2396937 0
[pid=17033/tid=17035] ppid=17030 vsize=9625040 CPUtime=1087.4 cores=1,3,5,7
/proc/17033/task/17035/stat : 17035 (java) R 17030 17033 12218 0 -1 4202560 2479 0 1 0 108717 23 0 0 20 0 19 0 10634340 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567518080248 140567384859918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17033/tid=17039] ppid=17030 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17033/task/17039/stat : 17039 (java) S 17030 17033 12218 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 19 0 10634340 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567507143592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17040] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17040/stat : 17040 (java) S 17030 17033 12218 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567506091048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17041] ppid=17030 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17033/task/17041/stat : 17041 (java) S 17030 17033 12218 0 -1 4202560 158 0 0 0 8 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567505037992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17042] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17042/stat : 17042 (java) S 17030 17033 12218 0 -1 4202560 200 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567503985448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17043] ppid=17030 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17033/task/17043/stat : 17043 (java) S 17030 17033 12218 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567502932392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17044] ppid=17030 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17033/task/17044/stat : 17044 (java) S 17030 17033 12218 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567356586536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17045] ppid=17030 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17033/task/17045/stat : 17045 (java) S 17030 17033 12218 0 -1 4202560 67 0 0 0 5 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567355533480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17046] ppid=17030 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17033/task/17046/stat : 17046 (java) S 17030 17033 12218 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 10634341 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567354480936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17033/tid=17047] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17047/stat : 17047 (java) S 17030 17033 12218 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567342283624 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17048] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17048/stat : 17048 (java) S 17030 17033 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567341229944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17049] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17049/stat : 17049 (java) S 17030 17033 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10634342 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567340176776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17055] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17055/stat : 17055 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567339125520 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17056] ppid=17030 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/17033/task/17056/stat : 17056 (java) S 17030 17033 12218 0 -1 4202560 2256 0 0 0 30 0 0 0 20 0 19 0 10634344 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567338072376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17057] ppid=17030 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17033/task/17057/stat : 17057 (java) S 17030 17033 12218 0 -1 4202560 2647 0 0 0 22 0 0 0 20 0 19 0 10634344 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567337019832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17058] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17058/stat : 17058 (java) S 17030 17033 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10634344 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567335966968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17033/tid=17059] ppid=17030 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17033/task/17059/stat : 17059 (java) S 17030 17033 12218 0 -1 4202560 64 0 0 0 10 17 0 0 20 0 19 0 10634344 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567334914632 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17033/tid=17061] ppid=17030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17033/task/17061/stat : 17061 (java) S 17030 17033 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10634356 9856040960 59267 33554432000 1073741824 1073778376 140736583800496 140567333860904 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1088.58
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1087.65
CPU time (s): 1088.96
CPU user time (s): 1088.42
CPU system time (s): 0.541917
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1088.42
system time used= 0.541917
maximum resident set size= 237164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9563
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23275
involuntary context switches= 6407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73082 second user time and 10.0105 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 21:48:03
IDJOB=4121934
IDBENCH=110763
IDSOLVER=2546
FILE ID=node123/4121934-1467316083
RUNJOBID= node123-1467316083-16995
PBS_JOBID= 20005250
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-94.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121934-1467316083/watcher-4121934-1467316083 -o /tmp/evaluation-result-4121934-1467316083/solver-4121934-1467316083 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16995 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121934-1467316083.opb

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

MD5SUM BENCH= f29f2b45fc2d5c1d439e07798545d1e1
RANDOM SEED=155185224

node123.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.387
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.77
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.387
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.387
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		: 2666.387
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		: 2666.387
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.54
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.387
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.387
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.387
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:        28198696 kB
Buffers:          182440 kB
Cached:          1934404 kB
SwapCached:            0 kB
Active:           310676 kB
Inactive:        1820708 kB
Active(anon):      17632 kB
Inactive(anon):        0 kB
Active(file):     293044 kB
Inactive(file):  1820708 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:       1821312 kB
Mapped:            16052 kB
Shmem:               204 kB
Slab:             611664 kB
SReclaimable:      56188 kB
SUnreclaim:       555476 kB
KernelStack:        1416 kB
PageTables:         7788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1922948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71728 MiB
End job on node123 at 2016-06-30 22:06:11