Trace number 4121246

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 1515.12 1512.66

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-80.cnf.gz-extracted.pb.metafix.opb
MD5SUMd0a3ecab15230bd9b7658928928d6f51
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.012997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321
Total number of constraints320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)320
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4121246-1467313780.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.054s.
0.12/0.15	c declared #vars     321
0.12/0.15	c #constraints  320
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 320
0.12/0.15	c 320 constraints processed.
0.67/0.45	c cleaning 2497 clauses out of 5002 with flag 24401/5002
1.09/0.63	c cleaning 4239 clauses out of 8504 with flag 54949/11001
1.35/0.86	c cleaning 5619 clauses out of 11265 with flag 95756/18001
1.66/1.17	c cleaning 6814 clauses out of 13645 with flag 146109/26000
1.97/1.49	c cleaning 7916 clauses out of 15834 with flag 194783/35003
2.37/1.82	c cleaning 8944 clauses out of 17915 with flag 247403/45000
2.78/2.24	c cleaning 9980 clauses out of 19971 with flag 310940/56000
3.27/2.72	c cleaning 10982 clauses out of 21992 with flag 377212/68001
3.78/3.28	c cleaning 11995 clauses out of 24010 with flag 447808/81001
4.47/3.93	c cleaning 13001 clauses out of 26014 with flag 529890/95000
5.17/4.63	c cleaning 13983 clauses out of 28013 with flag 617240/110000
5.97/5.49	c cleaning 14991 clauses out of 30030 with flag 719777/126000
6.96/6.40	c cleaning 15995 clauses out of 32039 with flag 830309/143000
7.97/7.43	c cleaning 16996 clauses out of 34044 with flag 944148/161000
9.16/8.60	c cleaning 18011 clauses out of 36048 with flag 1057719/180000
10.36/9.81	c cleaning 19002 clauses out of 38038 with flag 1185655/200001
11.57/11.06	c cleaning 20008 clauses out of 40036 with flag 1316805/221001
13.36/12.86	c cleaning 21001 clauses out of 42027 with flag 1473048/243000
14.77/14.29	c cleaning 21999 clauses out of 44027 with flag 1619702/266001
16.47/15.91	c cleaning 23000 clauses out of 46030 with flag 1774174/290003
18.18/17.64	c cleaning 24003 clauses out of 48027 with flag 1925487/315000
20.17/19.63	c cleaning 25000 clauses out of 50025 with flag 2094982/341001
22.17/21.67	c cleaning 26002 clauses out of 52024 with flag 2266495/368000
24.37/23.80	c cleaning 27010 clauses out of 54023 with flag 2441941/396001
26.56/26.08	c cleaning 27996 clauses out of 56015 with flag 2628221/425003
28.96/28.48	c cleaning 28983 clauses out of 58019 with flag 2821107/455003
31.56/31.05	c cleaning 30002 clauses out of 60034 with flag 3021909/486001
34.16/33.70	c cleaning 31007 clauses out of 62032 with flag 3228398/518001
37.16/36.60	c cleaning 31996 clauses out of 64027 with flag 3440277/551003
40.28/39.74	c cleaning 32997 clauses out of 66031 with flag 3669384/585003
43.67/43.15	c cleaning 34008 clauses out of 68033 with flag 3900198/620002
47.17/46.65	c cleaning 34997 clauses out of 70024 with flag 4140366/656001
50.76/50.25	c cleaning 36000 clauses out of 72026 with flag 4376467/693000
54.47/53.95	c cleaning 36996 clauses out of 74029 with flag 4619535/731003
58.56/58.07	c cleaning 37999 clauses out of 76031 with flag 4877120/770001
62.56/62.09	c cleaning 38994 clauses out of 78031 with flag 5140623/810000
66.96/66.46	c cleaning 40008 clauses out of 80037 with flag 5402592/851000
71.66/71.19	c cleaning 41002 clauses out of 82029 with flag 5670321/893000
76.47/75.92	c cleaning 42006 clauses out of 84028 with flag 5948056/936001
81.79/81.29	c cleaning 42998 clauses out of 86021 with flag 6235910/980000
86.79/86.22	c cleaning 43998 clauses out of 88026 with flag 6532887/1025003
91.89/91.31	c cleaning 45005 clauses out of 90025 with flag 6826222/1071000
97.29/96.77	c cleaning 46000 clauses out of 92021 with flag 7132194/1118001
102.99/102.44	c cleaning 47002 clauses out of 94022 with flag 7430206/1166002
108.68/108.15	c cleaning 47995 clauses out of 96018 with flag 7742593/1215000
114.88/114.36	c cleaning 48994 clauses out of 98023 with flag 8052020/1265000
121.09/120.58	c cleaning 49996 clauses out of 100029 with flag 8370682/1316000
127.49/126.94	c cleaning 50998 clauses out of 102033 with flag 8703008/1368000
134.09/133.51	c cleaning 52000 clauses out of 104035 with flag 9035525/1421000
141.09/140.54	c cleaning 53010 clauses out of 106035 with flag 9374490/1475000
148.38/147.85	c cleaning 54005 clauses out of 108027 with flag 9718701/1530002
155.98/155.41	c cleaning 54995 clauses out of 110020 with flag 10076836/1586000
163.98/163.46	c cleaning 56001 clauses out of 112025 with flag 10422900/1643000
172.29/171.77	c cleaning 57000 clauses out of 114024 with flag 10768738/1701000
180.28/179.78	c cleaning 58002 clauses out of 116025 with flag 11133117/1760001
188.79/188.29	c cleaning 59003 clauses out of 118022 with flag 11496326/1820000
198.28/197.73	c cleaning 59992 clauses out of 120020 with flag 11849782/1881001
207.57/207.09	c cleaning 60999 clauses out of 122029 with flag 12214840/1943002
217.03/216.46	c cleaning 61998 clauses out of 124028 with flag 12576660/2006000
226.74/226.10	c cleaning 62998 clauses out of 126030 with flag 12944384/2070000
236.84/236.21	c cleaning 64001 clauses out of 128033 with flag 13321638/2135001
246.63/246.10	c cleaning 65011 clauses out of 130032 with flag 13700097/2201001
256.83/256.24	c cleaning 65996 clauses out of 132020 with flag 14088729/2268000
267.45/266.89	c cleaning 67002 clauses out of 134024 with flag 14479568/2336000
278.14/277.51	c cleaning 67993 clauses out of 136023 with flag 14871835/2405001
289.64/289.08	c cleaning 68996 clauses out of 138031 with flag 15278941/2475002
301.35/300.75	c cleaning 70004 clauses out of 140035 with flag 15690900/2546002
313.24/312.69	c cleaning 71008 clauses out of 142029 with flag 16092049/2618000
325.44/324.84	c cleaning 72002 clauses out of 144024 with flag 16508023/2691003
337.74/337.18	c cleaning 72997 clauses out of 146019 with flag 16926784/2765000
350.84/350.29	c cleaning 73991 clauses out of 148023 with flag 17340847/2840001
364.45/363.80	c cleaning 75002 clauses out of 150031 with flag 17776701/2916000
378.15/377.52	c cleaning 76005 clauses out of 152029 with flag 18201677/2993000
391.77/391.14	c cleaning 76992 clauses out of 154025 with flag 18629290/3071001
406.28/405.60	c cleaning 78003 clauses out of 156032 with flag 19092849/3150000
420.68/420.05	c cleaning 78993 clauses out of 158029 with flag 19528263/3230000
435.38/434.71	c cleaning 80014 clauses out of 160036 with flag 19974273/3311000
450.37/449.71	c cleaning 80987 clauses out of 162022 with flag 20427803/3393000
465.58/464.99	c cleaning 82006 clauses out of 164035 with flag 20888904/3476000
481.49/480.83	c cleaning 83007 clauses out of 166030 with flag 21346725/3560001
497.89/497.29	c cleaning 83998 clauses out of 168022 with flag 21811950/3645000
515.28/514.61	c cleaning 85003 clauses out of 170025 with flag 22281275/3731001
532.38/531.77	c cleaning 86001 clauses out of 172022 with flag 22757549/3818001
549.29/548.64	c cleaning 87000 clauses out of 174020 with flag 23237465/3906000
567.39/566.77	c cleaning 87991 clauses out of 176020 with flag 23703625/3995000
585.15/584.47	c cleaning 89010 clauses out of 178031 with flag 24198786/4085002
603.25/602.58	c cleaning 90004 clauses out of 180019 with flag 24692506/4176000
621.95/621.30	c cleaning 90996 clauses out of 182016 with flag 25194637/4268001
641.46/640.77	c cleaning 91992 clauses out of 184019 with flag 25694415/4361000
661.66/661.00	c cleaning 93015 clauses out of 186029 with flag 26197839/4455002
681.06/680.40	c cleaning 93988 clauses out of 188013 with flag 26709326/4550001
700.97/700.21	c cleaning 95001 clauses out of 190025 with flag 27216006/4646001
721.07/720.39	c cleaning 96004 clauses out of 192024 with flag 27730853/4743001
742.37/741.64	c cleaning 97000 clauses out of 194019 with flag 28249006/4841000
764.37/763.61	c cleaning 97995 clauses out of 196020 with flag 28776094/4940001
786.57/785.88	c cleaning 98991 clauses out of 198024 with flag 29300711/5040000
809.64/808.84	c cleaning 100005 clauses out of 200035 with flag 29831506/5141002
832.24/831.49	c cleaning 101005 clauses out of 202031 with flag 30376342/5243003
856.23/855.46	c cleaning 102006 clauses out of 204025 with flag 30925912/5346002
879.74/878.93	c cleaning 103001 clauses out of 206017 with flag 31481735/5450000
902.94/902.19	c cleaning 103996 clauses out of 208017 with flag 32044038/5555001
927.64/926.82	c cleaning 104993 clauses out of 210020 with flag 32611790/5661000
952.36/951.60	c cleaning 106003 clauses out of 212027 with flag 33186745/5768000
977.05/976.24	c cleaning 107002 clauses out of 214024 with flag 33757404/5876000
1004.34/1003.50	c cleaning 107999 clauses out of 216023 with flag 34318272/5985001
1031.35/1030.43	c cleaning 109001 clauses out of 218024 with flag 34887441/6095001
1059.05/1058.12	c cleaning 110000 clauses out of 220023 with flag 35468644/6206001
1085.44/1084.56	c cleaning 110996 clauses out of 222022 with flag 36052150/6318000
1113.56/1112.67	c cleaning 111999 clauses out of 224026 with flag 36650508/6431000
1141.15/1140.27	c cleaning 112999 clauses out of 226027 with flag 37259607/6545000
1169.95/1169.09	c cleaning 114006 clauses out of 228029 with flag 37873038/6660001
1199.25/1198.39	c cleaning 114994 clauses out of 230022 with flag 38484011/6776000
1227.35/1226.50	c cleaning 116005 clauses out of 232028 with flag 39108231/6893000
1257.75/1256.82	c cleaning 117008 clauses out of 234023 with flag 39727860/7011000
1287.53/1286.53	c cleaning 117988 clauses out of 236015 with flag 40357116/7130000
1316.33/1315.40	c cleaning 119007 clauses out of 238029 with flag 41000603/7250002
1351.22/1350.21	c cleaning 119998 clauses out of 240022 with flag 41659809/7371002
1386.13/1385.13	c cleaning 120998 clauses out of 242022 with flag 42316429/7493000
1421.15/1420.19	c cleaning 121996 clauses out of 244025 with flag 42999772/7616001
1454.84/1453.86	c cleaning 123010 clauses out of 246028 with flag 43694088/7740000
1483.75/1482.70	c cleaning 124001 clauses out of 248019 with flag 44398927/7865001
1514.36/1512.54	c cleaning 125005 clauses out of 250011 with flag 45131085/7991000
1514.50/1512.63	c starts		: 17862
1514.50/1512.63	c conflicts		: 7991484
1514.50/1512.63	c decisions		: 11817953
1514.50/1512.63	c propagations		: 141908462
1514.50/1512.63	c inspects		: 33816223710
1514.50/1512.63	c shortcuts		: 0
1514.50/1512.63	c learnt literals	: 12
1514.50/1512.63	c learnt binary clauses	: 12
1514.50/1512.63	c learnt ternary clauses	: 38
1514.50/1512.63	c learnt constraints	: 7991471
1514.50/1512.63	c ignored constraints	: 0
1514.50/1512.63	c root simplifications	: 0
1514.50/1512.63	c removed literals (reason simplification)	: 0
1514.50/1512.63	c reason swapping (by a shorter reason)	: 0
1514.50/1512.63	c Calls to reduceDB	: 122
1514.50/1512.63	c Number of update (reduction) of LBD	: 2448281
1514.50/1512.63	c Imported unit clauses	: 0
1514.50/1512.63	c number of reductions to clauses (during analyze)	: 0
1514.50/1512.63	c number of learned constraints concerned by reduction	: 0
1514.50/1512.63	c number of learning phase by resolution	: 0
1514.50/1512.63	c number of learning phase by cutting planes	: 0
1514.50/1512.63	c speed (assignments/second)	: 93825.57549863766
1514.50/1512.63	c non guided choices	66473
1514.50/1512.65	c learnt constraints type 
1514.50/1512.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1514.50/1512.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125471
1514.50/1512.65	s UNSATISFIABLE
1514.50/1512.65	c Total wall clock time (in seconds): 1512.554

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-4121246-1467313780/watcher-4121246-1467313780 -o /tmp/evaluation-result-4121246-1467313780/solver-4121246-1467313780 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19332 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121246-1467313780.opb 

pid=19637
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.75 1.30 1.35 3/194 19640
/proc/meminfo: memFree=30170592/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12484347 98570240 978 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 24065 978 744 9 0 16771 0
[pid=19640/tid=19641] ppid=19637 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12484348 98570240 978 33554432000 1073741824 1073778376 140736222277680 140368051035688 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 1.75 1.30 1.35 3/194 19640
/proc/meminfo: memFree=30170592/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 4542 0 1 0 11 1 0 0 20 0 18 0 12484347 9787879424 5672 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2389619 5672 2157 9 0 2380296 0
[pid=19640/tid=19641] ppid=19637 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2434 0 1 0 7 1 0 0 20 0 18 0 12484348 9787879424 5672 33554432000 1073741824 1073778376 140736222277680 140368051039496 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200404 s]
/proc/loadavg: 1.75 1.30 1.35 3/194 19640
/proc/meminfo: memFree=30170592/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 6211 0 1 0 27 2 0 0 20 0 19 0 12484347 9856040960 7773 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 7773 2232 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2460 0 1 0 17 1 0 0 20 0 19 0 12484348 9856040960 7773 33554432000 1073741824 1073778376 140736222277680 140368051040896 140367990840400 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.300378 s]
/proc/loadavg: 1.75 1.30 1.35 3/194 19640
/proc/meminfo: memFree=30170592/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 7191 0 1 0 52 2 0 0 20 0 19 0 12484347 9856040960 7763 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 7763 2244 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2461 0 1 0 27 1 0 0 20 0 19 0 12484348 9856040960 7763 33554432000 1073741824 1073778376 140736222277680 140368051040440 140367990795424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700337 s]
/proc/loadavg: 1.75 1.30 1.35 3/194 19640
/proc/meminfo: memFree=30170592/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 15816 0 1 0 122 3 0 0 20 0 19 0 12484347 9856040960 13744 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 13744 2254 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2463 0 1 0 66 1 0 0 20 0 19 0 12484348 9856040960 13744 33554432000 1073741824 1073778376 140736222277680 140368051040032 140367991174481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 1.75 1.30 1.35 3/213 19659
/proc/meminfo: memFree=30119732/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 15821 0 1 0 204 3 0 0 20 0 19 0 12484347 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 14259 2256 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2465 0 1 0 146 1 0 0 20 0 19 0 12484348 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140368051040536 140367991208573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367989771304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2406 0 0 0 21 0 0 0 20 0 19 0 12484352 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) S 19637 19640 15659 0 -1 4202560 9678 0 0 0 33 2 0 0 20 0 19 0 12484352 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367869540664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19659] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19659/stat : 19659 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484364 9856040960 14259 33554432000 1073741824 1073778376 140736222277680 140367866381992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.77 1.31 1.35 3/213 19659
/proc/meminfo: memFree=30113340/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 15825 0 1 0 363 4 0 0 20 0 19 0 12484347 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 15795 2256 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2469 0 1 0 305 2 0 0 20 0 19 0 12484348 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140368051031744 140367991208283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367989771304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2406 0 0 0 21 0 0 0 20 0 19 0 12484352 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) S 19637 19640 15659 0 -1 4202560 9678 0 0 0 33 2 0 0 20 0 19 0 12484352 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367869540664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19659] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19659/stat : 19659 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484364 9856040960 15795 33554432000 1073741824 1073778376 140736222277680 140367866381992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.77 1.31 1.35 3/213 19659
/proc/meminfo: memFree=30104440/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 15831 0 1 0 682 4 0 0 20 0 19 0 12484347 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 17317 2257 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2474 0 1 0 624 2 0 0 20 0 19 0 12484348 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140368051031744 140367991209010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367989771304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12484349 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2406 0 0 0 21 0 0 0 20 0 19 0 12484352 9856040960 17317 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=0.35 cores=1,3,5,7

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

[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 273 0 0 0 7 2 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 191 0 0 0 7 0 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 183 0 0 0 4 2 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 171 0 0 0 5 1 0 0 20 0 19 0 12484349 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 12484350 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2406 0 0 0 21 0 0 0 20 0 19 0 12484352 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) S 19637 19640 15659 0 -1 4202560 9720 0 0 0 39 2 0 0 20 0 19 0 12484352 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367869540664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 88 0 0 0 17 20 0 0 20 0 19 0 12484352 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19659] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19659/stat : 19659 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484364 9856040960 60676 33554432000 1073741824 1073778376 140736222277680 140367866381992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1511.49
Current children cumulated vsize (KiB) 9625040

[startup+1512 s]
/proc/loadavg: 2.00 2.00 1.85 3/213 19699
/proc/meminfo: memFree=29822572/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=1513.42 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 17590 0 1 0 151311 31 0 0 20 0 19 0 12484347 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 60800 2272 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=1511.83 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2539 0 1 0 151157 26 0 0 20 0 19 0 12484348 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140368051040696 140367990844700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) S 19637 19640 15659 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367989771304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 273 0 0 0 7 2 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 191 0 0 0 7 0 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 183 0 0 0 4 2 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 171 0 0 0 5 1 0 0 20 0 19 0 12484349 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 12484350 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2408 0 0 0 25 0 0 0 20 0 19 0 12484352 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) R 19637 19640 15659 0 -1 4202560 10257 0 0 0 70 2 0 0 20 0 19 0 12484352 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367869528072 140368055158186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 88 0 0 0 17 20 0 0 20 0 19 0 12484352 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19659] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19659/stat : 19659 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484364 9856040960 60800 33554432000 1073741824 1073778376 140736222277680 140367866381992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1513.42
Current children cumulated vsize (KiB) 9625040

[startup+1512.4 s]
/proc/loadavg: 2.00 2.00 1.85 3/213 19699
/proc/meminfo: memFree=29822572/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9625040 CPUtime=1514.21 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 20483 0 1 0 151390 31 0 0 20 0 19 0 12484347 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2406260 61452 2272 9 0 2396937 0
[pid=19640/tid=19641] ppid=19637 vsize=9625040 CPUtime=1512.23 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) R 19637 19640 15659 0 -1 4202560 2539 0 1 0 151197 26 0 0 20 0 19 0 12484348 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140368051038712 140367991346288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) S 19637 19640 15659 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367989771304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) S 19637 19640 15659 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) S 19637 19640 15659 0 -1 4202560 273 0 0 0 7 2 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367891212968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 191 0 0 0 7 0 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) S 19637 19640 15659 0 -1 4202560 183 0 0 0 4 2 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367889107368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) S 19637 19640 15659 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367888054568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) S 19637 19640 15659 0 -1 4202560 171 0 0 0 5 1 0 0 20 0 19 0 12484349 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367887001768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 12484350 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367874804712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12484350 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2408 0 0 0 25 0 0 0 20 0 19 0 12484352 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) R 19637 19640 15659 0 -1 4202560 13150 0 0 0 109 2 0 0 20 0 19 0 12484352 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367869527944 140368056887364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 88 0 0 0 17 20 0 0 20 0 19 0 12484352 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19659] ppid=19637 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19659/stat : 19659 (java) S 19637 19640 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12484364 9856040960 61452 33554432000 1073741824 1073778376 140736222277680 140367866381992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1514.21
Current children cumulated vsize (KiB) 9625040

[startup+1512.61 s]
/proc/loadavg: 2.08 2.02 1.85 3/213 19699
/proc/meminfo: memFree=29821952/32872528 swapFree=242912/249044
[pid=19640] ppid=19637 vsize=9691604 CPUtime=1514.5 cores=1,3,5,7
/proc/19640/stat : 19640 (java) S 19637 19640 15659 0 -1 4202496 20509 0 1 0 151418 32 0 0 20 0 19 0 12484347 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140736222268816 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19640/statm: 2422901 61305 2273 9 0 2413578 0
[pid=19640/tid=19641] ppid=19637 vsize=9691604 CPUtime=1512.43 cores=1,3,5,7
/proc/19640/task/19641/stat : 19641 (java) S 19637 19640 15659 0 -1 4202560 2541 0 1 0 151217 26 0 0 20 0 19 0 12484348 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140368051040984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19643] ppid=19637 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/19640/task/19643/stat : 19643 (java) R 19637 19640 15659 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367989771304 140368055216303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19644] ppid=19637 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/19640/task/19644/stat : 19644 (java) S 19637 19640 15659 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367988718504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19645] ppid=19637 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19645/stat : 19645 (java) R 19637 19640 15659 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367892265768 247067620412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19646] ppid=19637 vsize=9691604 CPUtime=0.09 cores=1,3,5,7
/proc/19640/task/19646/stat : 19646 (java) R 19637 19640 15659 0 -1 4202560 274 0 0 0 7 2 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367891213144 140368053511923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19647] ppid=19637 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (java) S 19637 19640 15659 0 -1 4202560 191 0 0 0 7 0 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367890160168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19648] ppid=19637 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19648/stat : 19648 (java) R 19637 19640 15659 0 -1 4202560 184 0 0 0 5 2 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367889107368 140368053511923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19649] ppid=19637 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/19640/task/19649/stat : 19649 (java) R 19637 19640 15659 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367888054568 140368055216430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19650] ppid=19637 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/19640/task/19650/stat : 19650 (java) R 19637 19640 15659 0 -1 4202560 172 0 0 0 5 2 0 0 20 0 19 0 12484349 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367887001944 140368057936812 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19651] ppid=19637 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/19640/task/19651/stat : 19651 (java) S 19637 19640 15659 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 12484350 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367874803592 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19640/tid=19652] ppid=19637 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19652/stat : 19652 (java) S 19637 19640 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12484350 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367873750776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19653] ppid=19637 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19653/stat : 19653 (java) S 19637 19640 15659 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12484350 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367872697864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19654] ppid=19637 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19654/stat : 19654 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367871646352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19655] ppid=19637 vsize=9691604 CPUtime=0.25 cores=1,3,5,7
/proc/19640/task/19655/stat : 19655 (java) S 19637 19640 15659 0 -1 4202560 2408 0 0 0 25 0 0 0 20 0 19 0 12484352 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367870593464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19640/tid=19656] ppid=19637 vsize=9691604 CPUtime=1.16 cores=1,3,5,7
/proc/19640/task/19656/stat : 19656 (java) S 19637 19640 15659 0 -1 4202560 13163 0 0 0 114 2 0 0 20 0 19 0 12484352 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367869540664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19640/tid=19657] ppid=19637 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19657/stat : 19657 (java) S 19637 19640 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12484352 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367868488056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19640/tid=19658] ppid=19637 vsize=9691604 CPUtime=0.37 cores=1,3,5,7
/proc/19640/task/19658/stat : 19658 (java) S 19637 19640 15659 0 -1 4202560 88 0 0 0 17 20 0 0 20 0 19 0 12484352 9924202496 61305 33554432000 1073741824 1073778376 140736222277680 140367867435464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1514.5
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 1512.66
CPU time (s): 1515.12
CPU user time (s): 1514.41
CPU system time (s): 0.711891
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1514.41
system time used= 0.711891
maximum resident set size= 252876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20902
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32199
involuntary context switches= 8316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.61269 second user time and 11.4543 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 21:09:40
IDJOB=4121246
IDBENCH=110377
IDSOLVER=2546
FILE ID=node103/4121246-1467313780
RUNJOBID= node103-1467313697-19332
PBS_JOBID= 20005271
Free space on /tmp= 71712 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-80.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121246-1467313780/watcher-4121246-1467313780 -o /tmp/evaluation-result-4121246-1467313780/solver-4121246-1467313780 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19332 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121246-1467313780.opb

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

MD5SUM BENCH= d0a3ecab15230bd9b7658928928d6f51
RANDOM SEED=286335634

node103.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.456
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.91
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.456
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.456
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.54
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.456
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.456
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.456
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.456
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.456
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:        30171276 kB
Buffers:          114228 kB
Cached:          1453312 kB
SwapCached:            0 kB
Active:           895564 kB
Inactive:         801092 kB
Active(anon):     124516 kB
Inactive(anon):     7416 kB
Active(file):     771048 kB
Inactive(file):   793676 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:        400588 kB
Mapped:            22068 kB
Shmem:               204 kB
Slab:             609148 kB
SReclaimable:      53092 kB
SUnreclaim:       556056 kB
KernelStack:        1752 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71712 MiB
End job on node103 at 2016-06-30 21:34:53