Trace number 3688742

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotOPT-7 728.155 371.785

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3688742-1337879527.opb
0.09/0.13	c reading problem ... 
0.43/0.35	c ... done. Wall clock time 0.221s.
0.43/0.35	c declared #vars     100
0.43/0.35	c internal #vars     1580
0.43/0.35	c #constraints  3112
0.43/0.35	c constraints type 
0.43/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
0.43/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.43/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.43/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1480
0.43/0.35	c 3112 constraints processed.
0.43/0.35	c constraints type 
0.43/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.43/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
0.43/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.43/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
0.43/0.35	c 3112 constraints processed.
0.43/0.35	c objective function length is 50 literals
1.07/0.54	c  And the winner is solver1
1.25/0.85	c SATISFIABLE
1.25/0.85	c OPTIMIZING...
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.724
1.25/0.85	o -2
1.25/0.89	c  And the winner is solver0
1.39/1.35	c Got one! Elapsed wall clock time (in seconds):1.225
1.39/1.35	o -3
1.55/1.40	c  And the winner is solver0
1.81/1.86	c Got one! Elapsed wall clock time (in seconds):1.727
1.81/1.86	o -4
2.31/2.05	c  And the winner is solver1
2.62/2.36	c Got one! Elapsed wall clock time (in seconds):2.228
2.62/2.36	o -5
3.27/2.61	c cleaning 3240 clauses out of 6484 with flag 3005/6484
3.48/2.70	c  And the winner is solver1
3.49/2.86	c Got one! Elapsed wall clock time (in seconds):2.729
3.49/2.86	o -6
4.26/3.30	c cleaning 4501 clauses out of 9026 with flag 5000/12266
5.28/3.73	c cleaning 5258 clauses out of 10525 with flag 11000/18266
6.34/4.23	c cleaning 6135 clauses out of 12270 with flag 18003/25269
7.74/4.95	c cleaning 7061 clauses out of 14135 with flag 26003/33269
9.59/5.65	c cleaning 8032 clauses out of 16071 with flag 35000/42266
11.16/6.43	c cleaning 9013 clauses out of 18039 with flag 45000/52266
12.11/6.99	c  And the winner is solver1
12.30/7.36	c Got one! Elapsed wall clock time (in seconds):7.23
12.30/7.36	o -7
12.99/7.74	c cleaning 10574 clauses out of 21157 with flag 5003/64397
13.70/8.16	c cleaning 8284 clauses out of 16580 with flag 11000/70394
14.65/8.67	c cleaning 7642 clauses out of 15297 with flag 18001/77395
15.59/9.17	c cleaning 7819 clauses out of 15654 with flag 26000/85394
16.95/9.85	c cleaning 8416 clauses out of 16837 with flag 35002/94396
18.25/10.56	c cleaning 9209 clauses out of 18424 with flag 45005/104399
19.81/11.30	c cleaning 10093 clauses out of 20215 with flag 56005/115399
21.38/12.19	c cleaning 11052 clauses out of 22117 with flag 68000/127394
23.09/13.09	c cleaning 12025 clauses out of 24065 with flag 81000/140394
25.42/14.28	c cleaning 13015 clauses out of 26041 with flag 95001/154395
27.74/15.45	c cleaning 14011 clauses out of 28026 with flag 110001/169395
30.04/16.60	c cleaning 15000 clauses out of 30014 with flag 126000/185394
32.36/17.87	c cleaning 16005 clauses out of 32016 with flag 143002/202396
35.84/19.63	c cleaning 16982 clauses out of 34009 with flag 161000/220394
38.74/21.16	c cleaning 18012 clauses out of 36027 with flag 180000/239394
42.24/22.97	c cleaning 19005 clauses out of 38017 with flag 200002/259396
46.14/24.91	c cleaning 20001 clauses out of 40011 with flag 221001/280395
50.39/27.18	c cleaning 21001 clauses out of 42011 with flag 243002/302396
54.89/29.42	c cleaning 21995 clauses out of 44008 with flag 266000/325394
59.80/31.92	c cleaning 23002 clauses out of 46014 with flag 290001/349395
64.87/34.59	c cleaning 23996 clauses out of 48011 with flag 315000/374394
69.89/37.13	c cleaning 24997 clauses out of 50016 with flag 341001/400395
75.57/40.08	c cleaning 25998 clauses out of 52020 with flag 368002/427396
81.63/43.12	c cleaning 27009 clauses out of 54020 with flag 396000/455394
87.70/46.29	c cleaning 28003 clauses out of 56013 with flag 425002/484396
94.26/49.60	c cleaning 28990 clauses out of 58009 with flag 455001/514395
101.13/53.12	c cleaning 30000 clauses out of 60018 with flag 486000/545394
105.38/55.39	c cleaning 0 clauses out of 6076 with flag 0/6076
108.27/56.73	c cleaning 31008 clauses out of 62023 with flag 518005/577399
115.32/60.38	c cleaning 31995 clauses out of 64018 with flag 551008/610402
122.22/63.86	c cleaning 33007 clauses out of 66017 with flag 585002/644396
130.26/67.97	c cleaning 33986 clauses out of 68014 with flag 620006/679400
138.52/72.13	c cleaning 35005 clauses out of 70026 with flag 656004/715398
148.11/77.03	c cleaning 35999 clauses out of 72020 with flag 693003/752397
157.11/81.62	c cleaning 36986 clauses out of 74018 with flag 731000/790394
166.75/86.55	c cleaning 38007 clauses out of 76033 with flag 770001/829395
178.00/92.23	c cleaning 39012 clauses out of 78027 with flag 810002/869396
189.31/98.05	c cleaning 40001 clauses out of 80014 with flag 851001/910395
200.35/103.63	c cleaning 41001 clauses out of 82015 with flag 893004/952398
214.06/110.56	c cleaning 41995 clauses out of 84010 with flag 936000/995394
226.34/116.74	c cleaning 42997 clauses out of 86015 with flag 980000/1039394
238.87/123.14	c cleaning 44000 clauses out of 88017 with flag 1025000/1084394
251.53/129.60	c cleaning 44994 clauses out of 90019 with flag 1071002/1130396
263.39/135.57	c cleaning 46000 clauses out of 92024 with flag 1118001/1177395
278.05/142.99	c cleaning 47004 clauses out of 94023 with flag 1166000/1225394
294.56/151.30	c cleaning 48004 clauses out of 96018 with flag 1215000/1274394
309.79/159.06	c cleaning 48991 clauses out of 98014 with flag 1265000/1324394
325.83/167.12	c cleaning 50005 clauses out of 100023 with flag 1316000/1375394
341.66/175.13	c cleaning 50989 clauses out of 102018 with flag 1368000/1427394
358.38/183.67	c cleaning 52006 clauses out of 104027 with flag 1421000/1480394
376.18/192.63	c cleaning 52995 clauses out of 106026 with flag 1475005/1534399
394.19/201.77	c cleaning 54005 clauses out of 108026 with flag 1530000/1589394
410.39/209.94	c cleaning 54993 clauses out of 110021 with flag 1586000/1645394
430.83/220.30	c cleaning 55998 clauses out of 112030 with flag 1643002/1702396
449.69/229.83	c cleaning 57011 clauses out of 114035 with flag 1701005/1760399
469.32/239.75	c cleaning 58007 clauses out of 116019 with flag 1760000/1819394
488.70/249.59	c cleaning 58985 clauses out of 118012 with flag 1820001/1879395
509.73/260.20	c cleaning 60009 clauses out of 120027 with flag 1881001/1940395
529.53/270.28	c cleaning 61006 clauses out of 122016 with flag 1943001/2002395
549.52/280.37	c cleaning 61996 clauses out of 124009 with flag 2006001/2065395
572.52/291.98	c cleaning 62996 clauses out of 126012 with flag 2070000/2129394
585.65/298.77	c cleaning 0 clauses out of 12075 with flag 0/12075
594.95/303.52	c cleaning 63999 clauses out of 128013 with flag 2135000/2194394
617.54/314.91	c cleaning 64997 clauses out of 130012 with flag 2201000/2260394
641.51/327.05	c cleaning 65991 clauses out of 132013 with flag 2268002/2327396
664.92/338.91	c cleaning 67003 clauses out of 134018 with flag 2336001/2395395
688.88/351.06	c cleaning 68000 clauses out of 136012 with flag 2405000/2464394
713.06/363.28	c cleaning 68999 clauses out of 138005 with flag 2475000/2534394
726.55/370.16	c  And the winner is solver0
726.49/371.77	c starts		: 323
726.49/371.77	c conflicts		: 2585557
726.49/371.77	c decisions		: 4104726
726.49/371.77	c propagations		: 90512559
726.49/371.77	c inspects		: 3408076767
726.49/371.77	c shortcuts		: 0
726.49/371.77	c learnt literals	: 57
726.49/371.77	c learnt binary clauses	: 590
726.49/371.77	c learnt ternary clauses	: 38048
726.49/371.77	c learnt constraints	: 2585499
726.49/371.77	c ignored constraints	: 0
726.49/371.77	c root simplifications	: 0
726.49/371.77	c removed literals (reason simplification)	: 74039911
726.49/371.77	c reason swapping (by a shorter reason)	: 0
726.49/371.77	c Calls to reduceDB	: 73
726.49/371.77	c number of reductions to clauses (during analyze)	: 0
726.49/371.77	c number of learned constraints concerned by reduction	: 0
726.49/371.77	c number of learning phase by resolution	: 0
726.49/371.77	c number of learning phase by cutting planes	: 0
726.49/371.77	c speed (assignments/second)	: 248379.06166904033
726.49/371.77	c non guided choices	0
726.49/371.77	c learnt constraints type 
726.49/371.77	c constraints type 
726.49/371.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
726.49/371.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
726.49/371.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
726.49/371.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1480
726.49/371.77	c 3112 constraints processed.
726.49/371.77	c constraints type 
726.49/371.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
726.49/371.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
726.49/371.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
726.49/371.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
726.49/371.77	c 3112 constraints processed.
726.49/371.77	s OPTIMUM FOUND
726.49/371.77	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 x44 -x45 -x46 -x47 -x48 x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 
726.49/371.77	c objective function=-7
726.49/371.77	c Total wall clock time (in seconds): 371.644

Verifier Data

OK	-7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688742-1337879527/watcher-3688742-1337879527 -o /tmp/evaluation-result-3688742-1337879527/solver-3688742-1337879527 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688742-1337879527.opb 

running on 4 cores: 0,2,4,6

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: 3.76 3.89 3.85 4/197 23076
/proc/meminfo: memFree=29277016/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23076/stat : 23076 (java) D 23074 23076 20082 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254019712 9515008 183 33554432000 1073741824 1073778376 140737007423968 140737007415000 209097408181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23076/statm: 2323 183 140 9 0 71 0

[startup+0.00785204 s]
/proc/loadavg: 3.76 3.89 3.85 4/197 23076
/proc/meminfo: memFree=29277016/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23076/stat : 23076 (java) D 23074 23076 20082 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 254019712 9515008 185 33554432000 1073741824 1073778376 140734120025520 140734120014584 209088245031 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2323 185 143 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100219 s]
/proc/loadavg: 3.76 3.89 3.85 4/197 23076
/proc/meminfo: memFree=29277016/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 4157 0 1 0 7 2 0 0 20 0 18 0 254019712 9787813888 5355 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2389603 5356 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 3.76 3.89 3.85 4/197 23076
/proc/meminfo: memFree=29277016/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 5587 0 1 0 41 2 0 0 20 0 18 0 254019712 9787813888 7993 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2389603 7993 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700292 s]
/proc/loadavg: 3.76 3.89 3.85 4/197 23076
/proc/meminfo: memFree=29277016/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 9455 0 1 0 120 5 0 0 20 0 19 0 254019712 10060460032 14756 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 14756 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824668

[startup+1.50075 s]
/proc/loadavg: 3.62 3.85 3.83 3/216 23101
/proc/meminfo: memFree=29222252/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 12949 0 1 0 166 10 0 0 20 0 19 0 254019712 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 19052 2253 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) S 23074 23076 20082 0 -1 4202560 2464 0 1 0 30 2 0 0 20 0 19 0 254019713 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250395202552 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254019714 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254019715 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 2806 0 0 0 41 0 0 0 20 0 19 0 254019719 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) R 23074 23076 20082 0 -1 4202560 6358 0 0 0 42 1 0 0 20 0 19 0 254019719 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250213980984 140250397808729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23101] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23101/stat : 23101 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254019798 10060460032 19052 33554432000 1073741824 1073778376 140734120025520 140249201096104 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824668

[startup+3.10067 s]
/proc/loadavg: 3.62 3.85 3.83 4/216 23107
/proc/meminfo: memFree=29168056/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 17805 0 1 0 382 19 0 0 20 0 22 0 254019712 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 48815 2285 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) S 23074 23076 20082 0 -1 4202560 2464 0 1 0 30 2 0 0 20 0 22 0 254019713 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250395202552 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254019714 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 254019715 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 7395 0 0 0 69 2 0 0 20 0 22 0 254019719 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 6470 0 0 0 85 2 0 0 20 0 22 0 254019719 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23107] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23107/stat : 23107 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254019898 10060460032 48815 33554432000 1073741824 1073778376 140734120025520 140249200043688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 3.62 3.85 3.83 6/219 23113
/proc/meminfo: memFree=29049280/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=10.96 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 28041 0 1 0 1071 25 0 0 20 0 22 0 254019712 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 86870 2286 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) S 23074 23076 20082 0 -1 4202560 2464 0 1 0 30 2 0 0 20 0 22 0 254019713 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250395202552 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254019714 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 229 0 0 0 24 1 0 0 20 0 22 0 254019715 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 17057 0 0 0 131 4 0 0 20 0 22 0 254019719 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 6472 0 0 0 93 2 0 0 20 0 22 0 254019719 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23107] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23107/stat : 23107 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254019898 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140249200043688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23111] ppid=23074 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/23076/task/23111/stat : 23111 (java) R 23074 23076 20082 0 -1 4202560 21 0 0 0 308 0 0 0 20 0 22 0 254019998 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140249203198720 140250228273084 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23112] ppid=23074 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/23076/task/23112/stat : 23112 (java) R 23074 23076 20082 0 -1 4202560 289 0 0 0 309 1 0 0 20 0 22 0 254019998 10060460032 86870 33554432000 1073741824 1073778376 140734120025520 140249202146648 140250228395333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=16.82 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 1300 0 0 0 1664 18 0 0 20 0 22 0 254019715 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254019716 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 17058 0 0 0 137 4 0 0 20 0 22 0 254019719 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 9195 0 0 0 134 2 0 0 20 0 22 0 254019719 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254019719 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 21 0 0 0 7 7 0 0 20 0 22 0 254019719 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23107] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23107/stat : 23107 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254019898 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140249200043688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23114] ppid=23074 vsize=9824668 CPUtime=341.34 cores=0,2,4,6
/proc/23076/task/23114/stat : 23114 (java) R 23074 23076 20082 0 -1 4202560 161 0 0 0 34128 6 0 0 20 0 22 0 254020448 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140249203199152 140250228316432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23115] ppid=23074 vsize=9824668 CPUtime=341.34 cores=0,2,4,6
/proc/23076/task/23115/stat : 23115 (java) R 23074 23076 20082 0 -1 4202560 1916 0 0 0 34116 18 0 0 20 0 22 0 254020448 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140249201093896 140250228457982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23116] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23116/stat : 23116 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254020448 10060460032 222908 33554432000 1073741824 1073778376 140734120025520 140249202148904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 725.36
Current children cumulated vsize (KiB) 9824668

[startup+371.101 s]
/proc/loadavg: 3.99 3.94 3.87 5/216 23117
/proc/meminfo: memFree=28324120/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=725.89 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 35964 0 1 0 72489 100 0 0 20 0 19 0 254019712 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 222898 2287 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) R 23074 23076 20082 0 -1 4202560 2485 0 1 0 110 3 0 0 20 0 19 0 254019713 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250395202216 140250228586437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 302 0 0 0 141 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 356 0 0 0 144 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 351 0 0 0 143 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 191 0 0 0 136 3 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 255 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 200 0 0 0 139 2 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 268 0 0 0 148 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 215 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=16.82 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 1300 0 0 0 1664 18 0 0 20 0 19 0 254019715 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) R 23074 23076 20082 0 -1 4202560 17059 0 0 0 139 4 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250215033784 140250398781141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 9195 0 0 0 134 2 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 21 0 0 0 7 7 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23116] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23116/stat : 23116 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254020448 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249202148904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 725.89
Current children cumulated vsize (KiB) 9824668

[startup+371.501 s]
/proc/loadavg: 3.99 3.94 3.87 5/216 23117
/proc/meminfo: memFree=28324120/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=726.29 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 35964 0 1 0 72529 100 0 0 20 0 19 0 254019712 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 222898 2287 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) R 23074 23076 20082 0 -1 4202560 2485 0 1 0 150 3 0 0 20 0 19 0 254019713 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250395202328 140250228586370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 302 0 0 0 141 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 356 0 0 0 144 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 351 0 0 0 143 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 191 0 0 0 136 3 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 255 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 200 0 0 0 139 2 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 268 0 0 0 148 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 215 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=16.82 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 1300 0 0 0 1664 18 0 0 20 0 19 0 254019715 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 17059 0 0 0 139 4 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 9195 0 0 0 134 2 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 21 0 0 0 7 7 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23116] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23116/stat : 23116 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254020448 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249202148904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 726.29
Current children cumulated vsize (KiB) 9824668

[startup+371.701 s]
/proc/loadavg: 3.91 3.92 3.87 4/216 23117
/proc/meminfo: memFree=28324136/32873844 swapFree=6868/6868
[pid=23076] ppid=23074 vsize=9824668 CPUtime=726.49 cores=0,2,4,6
/proc/23076/stat : 23076 (java) S 23074 23076 20082 0 -1 4202496 35966 0 1 0 72549 100 0 0 20 0 19 0 254019712 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140734120016656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23076/statm: 2456167 222898 2287 9 0 2446860 0
[pid=23076/tid=23078] ppid=23074 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/23076/task/23078/stat : 23078 (java) R 23074 23076 20082 0 -1 4202560 2485 0 1 0 171 3 0 0 20 0 19 0 254019713 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250395202328 140250228586344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23079] ppid=23074 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/23076/task/23079/stat : 23079 (java) S 23074 23076 20082 0 -1 4202560 302 0 0 0 141 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250356693544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23080] ppid=23074 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/23076/task/23080/stat : 23080 (java) S 23074 23076 20082 0 -1 4202560 356 0 0 0 144 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250355640744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23081] ppid=23074 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/23076/task/23081/stat : 23081 (java) S 23074 23076 20082 0 -1 4202560 351 0 0 0 143 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250354587944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23082] ppid=23074 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/23076/task/23082/stat : 23082 (java) S 23074 23076 20082 0 -1 4202560 191 0 0 0 136 3 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250353535144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23083] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23083/stat : 23083 (java) S 23074 23076 20082 0 -1 4202560 255 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250352483368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23084] ppid=23074 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/23076/task/23084/stat : 23084 (java) S 23074 23076 20082 0 -1 4202560 200 0 0 0 139 2 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250351430568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23085] ppid=23074 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23076/task/23085/stat : 23085 (java) S 23074 23076 20082 0 -1 4202560 268 0 0 0 148 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250350377768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23086] ppid=23074 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/23076/task/23086/stat : 23086 (java) S 23074 23076 20082 0 -1 4202560 215 0 0 0 146 4 0 0 20 0 19 0 254019714 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250349324968 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23087] ppid=23074 vsize=9824668 CPUtime=16.82 cores=0,2,4,6
/proc/23076/task/23087/stat : 23087 (java) S 23074 23076 20082 0 -1 4202560 1300 0 0 0 1664 18 0 0 20 0 19 0 254019715 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250219244008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23088] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23088/stat : 23088 (java) S 23074 23076 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250218190072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23089] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23089/stat : 23089 (java) S 23074 23076 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254019716 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250217137160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23090] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23090/stat : 23090 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250216085648 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23076/tid=23091] ppid=23074 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23076/task/23091/stat : 23091 (java) S 23074 23076 20082 0 -1 4202560 17059 0 0 0 139 4 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250215033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23092] ppid=23074 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/23076/task/23092/stat : 23092 (java) S 23074 23076 20082 0 -1 4202560 9195 0 0 0 134 2 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250213980984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23076/tid=23093] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23093/stat : 23093 (java) S 23074 23076 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140250212928376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23076/tid=23094] ppid=23074 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23076/task/23094/stat : 23094 (java) S 23074 23076 20082 0 -1 4202560 23 0 0 0 7 7 0 0 20 0 19 0 254019719 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249204255688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23076/tid=23116] ppid=23074 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23076/task/23116/stat : 23116 (java) S 23074 23076 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254020448 10060460032 222898 33554432000 1073741824 1073778376 140734120025520 140249202148904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 726.49
Current children cumulated vsize (KiB) 9824668

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.48004
#  lost CPU user time (s): 1.58002
#  lost CPU system time (s): -0.1

Real time (s): 371.785
CPU time (s): 728.155
CPU user time (s): 727.093
CPU system time (s): 1.06182
CPU usage (%): 195.854
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 725.513
system time used= 1.16182
maximum resident set size= 1237980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35971
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16276
involuntary context switches= 21247

runsolver used 1.76173 second user time and 3.87141 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 19:12:07
IDJOB=3688742
IDBENCH=48248
IDSOLVER=2268
FILE ID=node105/3688742-1337879527
RUNJOBID= node105-1337871882-20098
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688742-1337879527/watcher-3688742-1337879527 -o /tmp/evaluation-result-3688742-1337879527/solver-3688742-1337879527 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688742-1337879527.opb

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1952753557

node105.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.882
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	: 5333.76
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.882
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	: 5331.91
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.882
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	: 5331.91
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.882
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	: 5331.91
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.882
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	: 5438.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.882
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	: 5331.91
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.882
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	: 5331.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29277660 kB
Buffers:          180340 kB
Cached:          1846536 kB
SwapCached:         6340 kB
Active:          1357484 kB
Inactive:        1476380 kB
Active(anon):     794400 kB
Inactive(anon):    14736 kB
Active(file):     563084 kB
Inactive(file):  1461644 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        807580 kB
Mapped:            22420 kB
Shmem:                 8 kB
Slab:             623392 kB
SReclaimable:      65624 kB
SUnreclaim:       557768 kB
KernelStack:        1624 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1218012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node105 at 2012-05-24 19:18:19