Trace number 3688756

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 821.937 418.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
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.47556
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)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688756-1337879552.opb
0.09/0.12	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.209s.
0.47/0.32	c declared #vars     100
0.47/0.32	c internal #vars     1566
0.47/0.32	c #constraints  3084
0.47/0.32	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
0.47/0.33	c 3084 constraints processed.
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
0.47/0.33	c 3084 constraints processed.
0.47/0.33	c objective function length is 50 literals
1.15/0.52	c  And the winner is solver1
1.24/0.83	c SATISFIABLE
1.24/0.83	c OPTIMIZING...
1.24/0.83	c Got one! Elapsed wall clock time (in seconds):0.711
1.24/0.83	o -3
1.24/0.86	c  And the winner is solver0
1.39/1.33	c Got one! Elapsed wall clock time (in seconds):1.212
1.39/1.33	o -4
1.39/1.38	c  And the winner is solver0
1.76/1.83	c Got one! Elapsed wall clock time (in seconds):1.713
1.76/1.83	o -5
2.79/2.16	c  And the winner is solver1
2.98/2.33	c Got one! Elapsed wall clock time (in seconds):2.214
2.98/2.33	o -6
3.17/2.46	c cleaning 3323 clauses out of 6646 with flag 1002/6646
4.16/2.89	c cleaning 4662 clauses out of 9323 with flag 7002/12646
5.32/3.37	c cleaning 5834 clauses out of 11667 with flag 14008/19652
6.97/3.96	c cleaning 6911 clauses out of 13828 with flag 22003/27647
8.44/4.69	c cleaning 7957 clauses out of 15914 with flag 31000/36644
10.02/5.41	c cleaning 8975 clauses out of 17959 with flag 41002/46646
11.79/6.33	c cleaning 9988 clauses out of 19982 with flag 52000/57644
13.56/7.24	c cleaning 10998 clauses out of 21995 with flag 64001/69645
15.68/8.35	c cleaning 11996 clauses out of 23996 with flag 77000/82644
18.61/9.83	c cleaning 12999 clauses out of 26000 with flag 91000/96644
21.13/11.18	c cleaning 13998 clauses out of 28002 with flag 106001/111645
24.06/12.63	c cleaning 14991 clauses out of 30003 with flag 122000/127644
27.15/14.30	c cleaning 16000 clauses out of 32013 with flag 139001/144645
31.26/16.30	c cleaning 17009 clauses out of 34017 with flag 157005/162649
35.37/18.43	c cleaning 17998 clauses out of 36005 with flag 176002/181646
39.87/20.76	c cleaning 19000 clauses out of 38006 with flag 196001/201645
45.13/23.47	c cleaning 19993 clauses out of 40005 with flag 217000/222644
47.22/24.52	c  And the winner is solver0
47.22/24.60	c Got one! Elapsed wall clock time (in seconds):24.48
47.22/24.60	o -7
48.01/25.08	c cleaning 17569 clauses out of 35143 with flag 5000/237775
49.30/25.73	c cleaning 11780 clauses out of 23576 with flag 11002/243777
50.41/26.39	c cleaning 9390 clauses out of 18795 with flag 18001/250776
51.82/27.14	c cleaning 8699 clauses out of 17405 with flag 26001/258776
53.11/27.85	c cleaning 8848 clauses out of 17706 with flag 35001/267776
54.42/28.57	c cleaning 9422 clauses out of 18858 with flag 45001/277776
56.10/29.47	c cleaning 10217 clauses out of 20435 with flag 56000/288775
57.95/30.43	c cleaning 11100 clauses out of 22218 with flag 68000/300775
60.04/31.50	c cleaning 12047 clauses out of 24118 with flag 81000/313775
62.12/32.65	c cleaning 13009 clauses out of 26071 with flag 95000/327775
64.60/33.93	c cleaning 14015 clauses out of 28062 with flag 110000/342775
67.63/35.57	c cleaning 15016 clauses out of 30047 with flag 126000/358775
70.71/37.17	c cleaning 16006 clauses out of 32033 with flag 143002/375777
73.99/38.82	c cleaning 17003 clauses out of 34027 with flag 161002/393777
77.06/40.49	c cleaning 18010 clauses out of 36029 with flag 180007/412782
81.05/42.53	c cleaning 19001 clauses out of 38013 with flag 200001/432776
85.32/44.71	c cleaning 19995 clauses out of 40012 with flag 221001/453776
89.99/47.16	c cleaning 21001 clauses out of 42019 with flag 243003/475778
94.48/49.46	c cleaning 21999 clauses out of 44015 with flag 266000/498775
99.85/52.27	c cleaning 22999 clauses out of 46016 with flag 290000/522775
104.91/54.90	c cleaning 23997 clauses out of 48017 with flag 315000/547775
110.56/57.78	c cleaning 25004 clauses out of 50020 with flag 341000/573775
116.61/60.80	c cleaning 26006 clauses out of 52016 with flag 368000/600775
123.99/64.68	c cleaning 26995 clauses out of 54010 with flag 396000/628775
131.83/68.68	c cleaning 28002 clauses out of 56015 with flag 425000/657775
132.71/69.11	c cleaning 0 clauses out of 5533 with flag 0/5534
141.78/73.60	c cleaning 28993 clauses out of 58014 with flag 455001/687776
149.76/77.64	c cleaning 30009 clauses out of 60021 with flag 486001/718776
157.21/81.49	c cleaning 31001 clauses out of 62011 with flag 518000/750775
165.41/85.68	c cleaning 31998 clauses out of 64010 with flag 551000/783775
175.26/90.65	c cleaning 32990 clauses out of 66012 with flag 585000/817775
184.41/95.36	c cleaning 34002 clauses out of 68021 with flag 620000/852775
194.30/100.38	c cleaning 35002 clauses out of 70020 with flag 656001/888776
204.75/105.64	c cleaning 36006 clauses out of 72019 with flag 693002/925777
215.00/110.86	c cleaning 37000 clauses out of 74012 with flag 731001/963776
226.73/116.84	c cleaning 37997 clauses out of 76014 with flag 770003/1002778
237.56/122.37	c cleaning 39002 clauses out of 78015 with flag 810001/1042776
249.98/128.69	c cleaning 39994 clauses out of 80013 with flag 851001/1083776
261.19/134.38	c cleaning 41001 clauses out of 82018 with flag 893000/1125775
274.28/141.08	c cleaning 42000 clauses out of 84018 with flag 936001/1168776
287.29/147.69	c cleaning 42992 clauses out of 86018 with flag 980002/1212777
303.80/155.91	c cleaning 43994 clauses out of 88025 with flag 1025001/1257776
317.45/162.85	c cleaning 45005 clauses out of 90031 with flag 1071001/1303776
333.94/171.26	c cleaning 45997 clauses out of 92027 with flag 1118002/1350777
349.55/179.19	c cleaning 47006 clauses out of 94028 with flag 1166000/1398775
365.77/187.39	c cleaning 48008 clauses out of 96023 with flag 1215001/1447776
382.85/195.96	c cleaning 48993 clauses out of 98016 with flag 1265002/1497777
399.15/204.27	c cleaning 49995 clauses out of 100018 with flag 1316000/1548775
416.34/212.90	c cleaning 50990 clauses out of 102023 with flag 1368000/1600775
434.61/222.20	c cleaning 52010 clauses out of 104036 with flag 1421003/1653778
453.27/231.59	c cleaning 53011 clauses out of 106023 with flag 1475001/1707776
472.53/241.36	c cleaning 53993 clauses out of 108010 with flag 1530000/1762775
493.98/252.17	c cleaning 55004 clauses out of 110018 with flag 1586001/1818776
514.03/262.25	c cleaning 56007 clauses out of 112017 with flag 1643004/1875779
533.05/271.88	c cleaning 56992 clauses out of 114007 with flag 1701002/1933777
553.50/282.30	c cleaning 58003 clauses out of 116013 with flag 1760001/1992776
575.55/293.38	c cleaning 59002 clauses out of 118011 with flag 1820002/2052777
595.79/303.52	c cleaning 59990 clauses out of 120007 with flag 1881001/2113776
617.02/314.26	c cleaning 60993 clauses out of 122015 with flag 1943000/2175775
642.26/327.08	c cleaning 61995 clauses out of 124022 with flag 2006000/2238775
665.86/338.98	c cleaning 63005 clauses out of 126028 with flag 2070003/2302778
689.22/350.75	c cleaning 64003 clauses out of 128020 with flag 2135000/2367775
712.97/362.71	c cleaning 64988 clauses out of 130017 with flag 2201000/2433775
738.39/375.61	c cleaning 66008 clauses out of 132027 with flag 2268000/2500775
764.04/388.54	c cleaning 67001 clauses out of 134015 with flag 2336000/2568775
768.73/391.00	c cleaning 0 clauses out of 11535 with flag 0/11536
789.50/401.54	c cleaning 68001 clauses out of 136015 with flag 2405003/2637778
817.92/415.90	c cleaning 69003 clauses out of 138011 with flag 2475000/2707775
820.96/417.66	c  And the winner is solver0
820.28/418.68	c starts		: 240
820.28/418.68	c conflicts		: 2718669
820.28/418.68	c decisions		: 4274333
820.28/418.68	c propagations		: 94956512
820.28/418.68	c inspects		: 3473058225
820.28/418.68	c shortcuts		: 0
820.28/418.68	c learnt literals	: 31
820.28/418.68	c learnt binary clauses	: 339
820.28/418.68	c learnt ternary clauses	: 36793
820.28/418.68	c learnt constraints	: 2718637
820.28/418.68	c ignored constraints	: 0
820.28/418.68	c root simplifications	: 0
820.28/418.68	c removed literals (reason simplification)	: 79741305
820.28/418.68	c reason swapping (by a shorter reason)	: 0
820.28/418.68	c Calls to reduceDB	: 83
820.28/418.68	c number of reductions to clauses (during analyze)	: 0
820.28/418.68	c number of learned constraints concerned by reduction	: 0
820.28/418.68	c number of learning phase by resolution	: 0
820.28/418.68	c number of learning phase by cutting planes	: 0
820.28/418.68	c speed (assignments/second)	: 228071.15235885538
820.28/418.68	c non guided choices	0
820.28/418.68	c learnt constraints type 
820.28/418.68	c constraints type 
820.28/418.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
820.28/418.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
820.28/418.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
820.28/418.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
820.28/418.68	c 3084 constraints processed.
820.28/418.68	c constraints type 
820.28/418.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
820.28/418.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
820.28/418.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
820.28/418.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
820.28/418.68	c 3084 constraints processed.
820.28/418.68	s OPTIMUM FOUND
820.28/418.68	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 
820.28/418.68	c objective function=-7
820.28/418.68	c Total wall clock time (in seconds): 418.562

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

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: 3.79 3.89 3.87 4/197 23457
/proc/meminfo: memFree=25528764/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23457/stat : 23457 (java) R 23455 23457 21231 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254080866 9515008 182 33554432000 1073741824 1073778376 140735723186160 140735723177192 272886480565 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23457/statm: 2323 182 140 9 0 71 0

[startup+0.0379749 s]
/proc/loadavg: 3.79 3.89 3.87 4/197 23457
/proc/meminfo: memFree=25528764/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 2923 0 1 0 1 1 0 0 20 0 11 0 254080866 9310650368 3624 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2273108 3624 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100283 s]
/proc/loadavg: 3.79 3.89 3.87 4/197 23457
/proc/meminfo: memFree=25528764/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 4294 0 1 0 8 1 0 0 20 0 18 0 254080866 9787813888 5482 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2389603 5483 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30025 s]
/proc/loadavg: 3.79 3.89 3.87 4/197 23457
/proc/meminfo: memFree=25528764/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 5684 0 1 0 45 2 0 0 20 0 18 0 254080866 9787813888 8555 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2389603 8555 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700252 s]
/proc/loadavg: 3.79 3.89 3.87 4/197 23457
/proc/meminfo: memFree=25528764/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 9331 0 1 0 119 5 0 0 20 0 19 0 254080866 10060460032 14317 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 14317 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.79 3.89 3.87 3/216 23482
/proc/meminfo: memFree=25475520/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 13017 0 1 0 162 9 0 0 20 0 19 0 254080866 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 19918 2252 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 21231 0 -1 4202560 2456 0 1 0 28 1 0 0 20 0 19 0 254080867 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454796706808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254080868 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) R 23455 23457 21231 0 -1 4202560 6076 0 0 0 47 0 0 0 20 0 19 0 254080872 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454146304312 140454800799128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 3167 0 0 0 37 0 0 0 20 0 19 0 254080872 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23482] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23482/stat : 23482 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254080950 10060460032 19918 33554432000 1073741824 1073778376 140735511949648 140454138934056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.79 3.89 3.87 6/219 23488
/proc/meminfo: memFree=25404864/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=4.85 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 17257 0 1 0 466 19 0 0 20 0 22 0 254080866 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 49520 2286 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 21231 0 -1 4202560 2456 0 1 0 28 2 0 0 20 0 22 0 254080867 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454796706808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254080868 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 22 0 254080870 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 9132 0 0 0 106 2 0 0 20 0 22 0 254080872 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 4207 0 0 0 72 1 0 0 20 0 22 0 254080872 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23488] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23488/stat : 23488 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081050 10060460032 49520 33554432000 1073741824 1073778376 140735511949648 140454139986984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824668

[startup+6.30094 s]
/proc/loadavg: 3.81 3.89 3.87 5/219 23491
/proc/meminfo: memFree=25188088/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=11.79 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 23990 0 1 0 1154 25 0 0 20 0 22 0 254080866 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 93987 2286 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) S 23455 23457 21231 0 -1 4202560 2456 0 1 0 28 2 0 0 20 0 22 0 254080867 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454796706808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254080868 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 247 0 0 0 30 2 0 0 20 0 22 0 254080870 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 15224 0 0 0 166 4 0 0 20 0 22 0 254080872 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 4519 0 0 0 85 2 0 0 20 0 22 0 254080872 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23488] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23488/stat : 23488 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081050 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454139986984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23489] ppid=23455 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/23457/task/23489/stat : 23489 (java) R 23455 23457 21231 0 -1 4202560 9 0 0 0 351 0 0 0 20 0 22 0 254081100 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454141039072 140454641845943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23490] ppid=23455 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/23457/task/23490/stat : 23490 (java) R 23455 23457 21231 0 -1 4202560 83 0 0 0 349 2 0 0 20 0 22 0 254081100 10060460032 93987 33554432000 1073741824 1073778376 140735511949648 140454142091248 140454642047823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=19.03 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 1020 0 0 0 1884 19 0 0 20 0 22 0 254080870 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254080870 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 15224 0 0 0 168 4 0 0 20 0 22 0 254080872 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 9393 0 0 0 145 2 0 0 20 0 22 0 254080872 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254080872 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 25 0 0 0 9 10 0 0 20 0 22 0 254080872 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23491] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23491/stat : 23491 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081100 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454138934184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23492] ppid=23455 vsize=9824668 CPUtime=370.91 cores=1,3,5,7
/proc/23457/task/23492/stat : 23492 (java) R 23455 23457 21231 0 -1 4202560 43 0 0 0 37085 6 0 0 20 0 22 0 254083326 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454142092128 140454641936267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23493] ppid=23455 vsize=9824668 CPUtime=370.91 cores=1,3,5,7
/proc/23457/task/23493/stat : 23493 (java) R 23455 23457 21231 0 -1 4202560 304 0 0 0 37079 12 0 0 20 0 22 0 254083326 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454139987256 140454642041600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23494] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23494/stat : 23494 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254083326 10060460032 210934 33554432000 1073741824 1073778376 140735511949648 140454141039912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 820.76
Current children cumulated vsize (KiB) 9824668

[startup+418.301 s]
/proc/loadavg: 4.06 4.06 3.95 4/216 23602
/proc/meminfo: memFree=24983088/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=819.98 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 32531 0 1 0 81892 106 0 0 20 0 19 0 254080866 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 210924 2287 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 21231 0 -1 4202560 2470 0 1 0 80 3 0 0 20 0 19 0 254080867 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454796706584 140454642416978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 342 0 0 0 140 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 166 0 0 0 148 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 331 0 0 0 157 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 323 0 0 0 147 4 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 232 0 0 0 147 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 497 0 0 0 160 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 236 0 0 0 143 2 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 264 0 0 0 154 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=19.03 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 1020 0 0 0 1884 19 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 15224 0 0 0 168 4 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 9394 0 0 0 147 2 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 25 0 0 0 9 10 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23491] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23491/stat : 23491 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254081100 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454138934184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 819.98
Current children cumulated vsize (KiB) 9824668

[startup+418.501 s]
/proc/loadavg: 4.06 4.06 3.95 4/216 23602
/proc/meminfo: memFree=24983088/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=820.18 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 32531 0 1 0 81912 106 0 0 20 0 19 0 254080866 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 210924 2287 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 21231 0 -1 4202560 2470 0 1 0 99 3 0 0 20 0 19 0 254080867 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454796706584 140454642416932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 342 0 0 0 140 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 166 0 0 0 148 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 331 0 0 0 157 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 323 0 0 0 147 4 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 232 0 0 0 147 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 497 0 0 0 160 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 236 0 0 0 143 2 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 264 0 0 0 154 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=19.03 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 1020 0 0 0 1884 19 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 15224 0 0 0 168 4 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 9394 0 0 0 147 2 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 25 0 0 0 9 10 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23491] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23491/stat : 23491 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254081100 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454138934184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 820.18
Current children cumulated vsize (KiB) 9824668

[startup+418.601 s]
/proc/loadavg: 4.06 4.06 3.95 4/216 23602
/proc/meminfo: memFree=24983088/32873844 swapFree=7104/7104
[pid=23457] ppid=23455 vsize=9824668 CPUtime=820.28 cores=1,3,5,7
/proc/23457/stat : 23457 (java) S 23455 23457 21231 0 -1 4202496 32531 0 1 0 81922 106 0 0 20 0 19 0 254080866 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140735511940784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23457/statm: 2456167 210924 2287 9 0 2446860 0
[pid=23457/tid=23459] ppid=23455 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/23457/task/23459/stat : 23459 (java) R 23455 23457 21231 0 -1 4202560 2470 0 1 0 109 3 0 0 20 0 19 0 254080867 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454796706584 140454642416568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23460] ppid=23455 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23457/task/23460/stat : 23460 (java) S 23455 23457 21231 0 -1 4202560 342 0 0 0 140 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454769159080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23461] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23461/stat : 23461 (java) S 23455 23457 21231 0 -1 4202560 166 0 0 0 148 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454768106536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23462] ppid=23455 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/23457/task/23462/stat : 23462 (java) S 23455 23457 21231 0 -1 4202560 331 0 0 0 157 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454767053480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23463] ppid=23455 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23457/task/23463/stat : 23463 (java) S 23455 23457 21231 0 -1 4202560 323 0 0 0 147 4 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454766000936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23464] ppid=23455 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/23457/task/23464/stat : 23464 (java) S 23455 23457 21231 0 -1 4202560 232 0 0 0 147 3 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454764947880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23465] ppid=23455 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/23457/task/23465/stat : 23465 (java) S 23455 23457 21231 0 -1 4202560 497 0 0 0 160 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454763895336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23466] ppid=23455 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/23457/task/23466/stat : 23466 (java) S 23455 23457 21231 0 -1 4202560 236 0 0 0 143 2 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454762842280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23467] ppid=23455 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/23457/task/23467/stat : 23467 (java) S 23455 23457 21231 0 -1 4202560 264 0 0 0 154 5 0 0 20 0 19 0 254080868 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454761789736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23468] ppid=23455 vsize=9824668 CPUtime=19.03 cores=1,3,5,7
/proc/23457/task/23468/stat : 23468 (java) S 23455 23457 21231 0 -1 4202560 1020 0 0 0 1884 19 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454150515560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23469] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23469/stat : 23469 (java) S 23455 23457 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454149461880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23470] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23470/stat : 23470 (java) S 23455 23457 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254080870 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454148408712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23457/tid=23471] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23471/stat : 23471 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454147357456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23472] ppid=23455 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/23457/task/23472/stat : 23472 (java) S 23455 23457 21231 0 -1 4202560 15224 0 0 0 168 4 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454146304312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23457/tid=23473] ppid=23455 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/23457/task/23473/stat : 23473 (java) S 23455 23457 21231 0 -1 4202560 9394 0 0 0 147 2 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454145251768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23474] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23474/stat : 23474 (java) S 23455 23457 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454144198904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23457/tid=23475] ppid=23455 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/23457/task/23475/stat : 23475 (java) S 23455 23457 21231 0 -1 4202560 25 0 0 0 9 10 0 0 20 0 19 0 254080872 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454143146568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23457/tid=23491] ppid=23455 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23457/task/23491/stat : 23491 (java) S 23455 23457 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254081100 10060460032 210924 33554432000 1073741824 1073778376 140735511949648 140454138934184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 820.28
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.51
#  lost CPU user time (s): 1.61999
#  lost CPU system time (s): -0.11

Real time (s): 418.69
CPU time (s): 821.937
CPU user time (s): 820.836
CPU system time (s): 1.10081
CPU usage (%): 196.312
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 819.216
system time used= 1.21081
maximum resident set size= 1210432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32535
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16728
involuntary context switches= 26019

runsolver used 1.78273 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 19:12:32
IDJOB=3688756
IDBENCH=48259
IDSOLVER=2268
FILE ID=node119/3688756-1337879552
RUNJOBID= node119-1337871880-21248
PBS_JOBID= 14620085
Free space on /tmp= 71700 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_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688756-1337879552/watcher-3688756-1337879552 -o /tmp/evaluation-result-3688756-1337879552/solver-3688756-1337879552 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688756-1337879552.opb

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=786152666

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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	: 5331.93
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.943
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.92
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.943
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.90
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.943
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25529144 kB
Buffers:          207676 kB
Cached:          2777676 kB
SwapCached:            0 kB
Active:          3951912 kB
Inactive:        2623652 kB
Active(anon):    3592576 kB
Inactive(anon):      124 kB
Active(file):     359336 kB
Inactive(file):  2623528 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:       3597176 kB
Mapped:            21656 kB
Shmem:               200 kB
Slab:             625168 kB
SReclaimable:      67696 kB
SUnreclaim:       557472 kB
KernelStack:        1624 kB
PageTables:        11268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4054412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3493888 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= 71700 MiB
End job on node119 at 2012-05-24 19:19:31