Trace number 3709933

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.58 1795.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.12/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.12/0.10	c configuring ORDERS
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=true
0.12/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3709933-1338185049.opb
0.12/0.11	c reading problem ... 
1.40/0.83	c ... done. Wall clock time 0.726s.
1.40/0.83	c declared #vars     26754
1.40/0.83	c #constraints  82731
1.40/0.83	c constraints type 
1.40/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1.40/0.83	c ignored satisfied constraints => 10433
1.40/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1.40/0.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1.40/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1.40/0.83	c 93164 constraints processed.
3.39/2.20	c cleaning 2496 clauses out of 5003 with flag 5003/5003
5.21/3.60	c cleaning 4237 clauses out of 8504 with flag 11000/11000
6.74/5.05	c cleaning 5625 clauses out of 11265 with flag 18000/18000
8.55/6.83	c cleaning 6817 clauses out of 13642 with flag 26002/26002
10.50/8.76	c cleaning 7909 clauses out of 15823 with flag 35000/35000
12.71/10.92	c cleaning 8949 clauses out of 17908 with flag 45001/45001
15.12/13.33	c cleaning 9971 clauses out of 19960 with flag 56002/56002
17.83/16.07	c cleaning 10991 clauses out of 21987 with flag 68000/68000
21.03/19.25	c cleaning 11996 clauses out of 23997 with flag 81001/81001
24.04/22.22	c cleaning 12990 clauses out of 26000 with flag 95000/95000
27.55/25.70	c cleaning 13987 clauses out of 28010 with flag 110000/110000
31.28/29.44	c cleaning 14994 clauses out of 30022 with flag 126000/126000
35.21/33.37	c cleaning 16006 clauses out of 32029 with flag 143001/143001
39.61/37.72	c cleaning 16994 clauses out of 34022 with flag 161000/161000
44.43/42.52	c cleaning 18013 clauses out of 36032 with flag 180004/180004
49.13/47.20	c cleaning 18994 clauses out of 38016 with flag 200001/200001
53.94/52.02	c cleaning 19972 clauses out of 40022 with flag 221001/221001
59.36/57.42	c cleaning 21008 clauses out of 42049 with flag 243000/243000
65.68/63.74	c cleaning 22016 clauses out of 44044 with flag 266003/266003
71.30/69.40	c cleaning 22997 clauses out of 46025 with flag 290000/290000
77.63/75.64	c cleaning 24001 clauses out of 48029 with flag 315001/315001
84.46/82.49	c cleaning 24979 clauses out of 50027 with flag 341000/341000
91.09/89.10	c cleaning 26009 clauses out of 52049 with flag 368001/368001
98.12/96.00	c cleaning 27012 clauses out of 54039 with flag 396000/396000
105.15/103.05	c cleaning 27999 clauses out of 56029 with flag 425002/425002
112.76/110.63	c cleaning 29000 clauses out of 58024 with flag 455000/455000
122.09/119.97	c cleaning 29999 clauses out of 60025 with flag 486001/486001
131.40/129.20	c cleaning 30997 clauses out of 62025 with flag 518000/518000
140.23/138.03	c cleaning 31991 clauses out of 64028 with flag 551000/551000
150.25/148.07	c cleaning 33008 clauses out of 66039 with flag 585002/585002
159.77/157.59	c cleaning 34006 clauses out of 68030 with flag 620001/620001
169.18/166.97	c cleaning 34995 clauses out of 70026 with flag 656003/656003
179.09/176.87	c cleaning 35981 clauses out of 72029 with flag 693001/693001
188.62/186.36	c cleaning 37016 clauses out of 74047 with flag 731000/731000
199.34/197.08	c cleaning 37960 clauses out of 76032 with flag 770001/770001
210.15/207.89	c cleaning 39025 clauses out of 78071 with flag 810000/810000
223.67/221.37	c cleaning 39995 clauses out of 80047 with flag 851001/851001
237.50/235.13	c cleaning 41010 clauses out of 82052 with flag 893001/893001
249.95/247.56	c cleaning 41996 clauses out of 84041 with flag 936000/936000
263.76/261.34	c cleaning 42995 clauses out of 86045 with flag 980000/980000
277.70/275.24	c cleaning 43999 clauses out of 88050 with flag 1025000/1025000
292.23/289.77	c cleaning 45011 clauses out of 90052 with flag 1071001/1071001
306.45/303.94	c cleaning 45954 clauses out of 92040 with flag 1118000/1118000
321.19/318.61	c cleaning 47009 clauses out of 94086 with flag 1166000/1166000
335.82/333.26	c cleaning 47996 clauses out of 96078 with flag 1215001/1215001
353.64/351.03	c cleaning 49017 clauses out of 98083 with flag 1265002/1265002
370.06/367.43	c cleaning 49999 clauses out of 100066 with flag 1316002/1316002
385.30/382.69	c cleaning 51019 clauses out of 102067 with flag 1368003/1368003
400.93/398.26	c cleaning 52013 clauses out of 104047 with flag 1421002/1421002
417.76/415.03	c cleaning 52998 clauses out of 106033 with flag 1475001/1475001
437.11/434.38	c cleaning 54007 clauses out of 108034 with flag 1530000/1530000
456.65/453.90	c cleaning 54984 clauses out of 110027 with flag 1586000/1586000
475.39/472.51	c cleaning 55998 clauses out of 112043 with flag 1643000/1643000
497.02/494.12	c cleaning 56977 clauses out of 114046 with flag 1701001/1701001
518.37/515.47	c cleaning 57990 clauses out of 116069 with flag 1760001/1760001
535.61/532.60	c cleaning 59012 clauses out of 118079 with flag 1820001/1820001
554.26/551.28	c cleaning 60010 clauses out of 120067 with flag 1881001/1881001
575.99/572.93	c cleaning 61011 clauses out of 122056 with flag 1943000/1943000
596.21/593.18	c cleaning 61994 clauses out of 124046 with flag 2006001/2006001
613.25/610.11	c cleaning 63007 clauses out of 126051 with flag 2070000/2070000
634.08/630.91	c cleaning 64003 clauses out of 128044 with flag 2135000/2135000
659.75/656.58	c cleaning 65005 clauses out of 130044 with flag 2201003/2201003
685.47/682.25	c cleaning 65989 clauses out of 132036 with flag 2268000/2268000
707.40/704.14	c cleaning 66991 clauses out of 134049 with flag 2336002/2336002
733.53/730.23	c cleaning 67987 clauses out of 136058 with flag 2405002/2405002
758.97/755.68	c cleaning 69013 clauses out of 138071 with flag 2475002/2475002
784.72/781.31	c cleaning 69945 clauses out of 140056 with flag 2546000/2546000
813.45/810.01	c cleaning 70996 clauses out of 142113 with flag 2618002/2618002
839.60/836.16	c cleaning 72027 clauses out of 144118 with flag 2691003/2691003
868.42/864.99	c cleaning 72999 clauses out of 146088 with flag 2765000/2765000
898.47/894.93	c cleaning 73993 clauses out of 148089 with flag 2840000/2840000
928.30/924.78	c cleaning 75020 clauses out of 150099 with flag 2916003/2916003
959.44/955.85	c cleaning 76015 clauses out of 152076 with flag 2993000/2993000
983.59/979.99	c cleaning 77002 clauses out of 154061 with flag 3071000/3071000
1008.22/1004.59	c cleaning 78023 clauses out of 156061 with flag 3150002/3150002
1036.06/1032.34	c cleaning 79008 clauses out of 158039 with flag 3230003/3230003
1067.19/1063.48	c cleaning 79978 clauses out of 160028 with flag 3311000/3311000
1093.73/1089.98	c cleaning 80995 clauses out of 162050 with flag 3393000/3393000
1121.96/1118.15	c cleaning 81974 clauses out of 164055 with flag 3476000/3476000
1156.50/1152.65	c cleaning 83028 clauses out of 166082 with flag 3560001/3560001
1188.84/1184.99	c cleaning 83995 clauses out of 168055 with flag 3645002/3645002
1218.57/1214.68	c cleaning 85000 clauses out of 170064 with flag 3731006/3731006
1256.91/1252.91	c cleaning 86004 clauses out of 172059 with flag 3818001/3818001
1290.54/1286.50	c cleaning 86999 clauses out of 174058 with flag 3906004/3906004
1328.56/1324.54	c cleaning 88023 clauses out of 176056 with flag 3995001/3995001
1365.62/1361.51	c cleaning 89006 clauses out of 178032 with flag 4085000/4085000
1404.94/1400.82	c cleaning 90002 clauses out of 180026 with flag 4176000/4176000
1441.83/1437.60	c cleaning 90979 clauses out of 182024 with flag 4268000/4268000
1482.04/1477.80	c cleaning 92000 clauses out of 184047 with flag 4361002/4361002
1519.59/1515.30	c cleaning 92996 clauses out of 186046 with flag 4455001/4455001
1553.85/1549.57	c cleaning 93999 clauses out of 188050 with flag 4550001/4550001
1587.50/1583.16	c cleaning 94993 clauses out of 190050 with flag 4646000/4646000
1624.95/1620.56	c cleaning 96001 clauses out of 192057 with flag 4743000/4743000
1659.20/1654.76	c cleaning 97012 clauses out of 194056 with flag 4841000/4841000
1696.92/1692.45	c cleaning 98004 clauses out of 196046 with flag 4940002/4940002
1737.87/1733.33	c cleaning 99003 clauses out of 198040 with flag 5040000/5040000
1774.24/1769.51	c cleaning 99992 clauses out of 200037 with flag 5141000/5141000
1800.08/1795.32	c starts		: 274
1800.08/1795.32	c conflicts		: 5213259
1800.08/1795.32	c decisions		: 6914931
1800.08/1795.32	c propagations		: 2641238688
1800.08/1795.32	c inspects		: 16470897036
1800.08/1795.32	c shortcuts		: 0
1800.08/1795.32	c learnt literals	: 6
1800.08/1795.32	c learnt binary clauses	: 103
1800.08/1795.32	c learnt ternary clauses	: 3846
1800.08/1795.32	c learnt constraints	: 5213253
1800.08/1795.32	c ignored constraints	: 0
1800.08/1795.32	c root simplifications	: 280
1800.08/1795.32	c removed literals (reason simplification)	: 131604383
1800.08/1795.32	c reason swapping (by a shorter reason)	: 0
1800.08/1795.32	c Calls to reduceDB	: 97
1800.08/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.32	c number of learned constraints concerned by reduction	: 0
1800.08/1795.32	c number of learning phase by resolution	: 0
1800.08/1795.32	c number of learning phase by cutting planes	: 0
1800.08/1795.32	c speed (assignments/second)	: 1471907.5669027488
1800.08/1795.32	c non guided choices	402
1800.08/1795.34	c learnt constraints type 
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 97
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 172264
1800.08/1795.34	c constraints type 
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1800.08/1795.34	c ignored satisfied constraints => 10433
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1800.08/1795.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1800.08/1795.34	c 93164 constraints processed.
1800.08/1795.34	s UNKNOWN
1800.08/1795.35	c Total wall clock time (in seconds): 1795.239

Verifier Data

ERROR: no interpretation found !

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-3709933-1338185049/watcher-3709933-1338185049 -o /tmp/evaluation-result-3709933-1338185049/solver-3709933-1338185049 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709933-1338185049.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: 2.05 2.01 2.00 3/194 2324
/proc/meminfo: memFree=28757648/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2324/stat : 2324 (java) R 2322 2324 29719 0 -1 4202496 1064 0 0 0 0 0 0 0 20 0 1 0 284629790 23793664 791 33554432000 1073741824 1073778376 140736666325808 140736666314872 139644954574825 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 5809 813 607 9 0 128 0
[pid=2324/tid=2325] ppid=2322 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 2 0 284629791 91893760 888 33554432000 1073741824 1073778376 140736666325808 140736666314872 223651644800 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.106387 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 2324
/proc/meminfo: memFree=28757648/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 4482 0 1 0 11 1 0 0 20 0 18 0 284629790 9787842560 6178 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2389610 6178 2157 9 0 2380296 0
[pid=2324/tid=2325] ppid=2322 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2483 0 1 0 8 0 0 0 20 0 18 0 284629791 9787842560 6178 33554432000 1073741824 1073778376 140736666325808 139644948033904 139644771612405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558440

[startup+0.200246 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 2324
/proc/meminfo: memFree=28757648/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 4783 0 1 0 26 1 0 0 20 0 18 0 284629790 9787842560 6929 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2389610 6929 2204 9 0 2380296 0
[pid=2324/tid=2325] ppid=2322 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2494 0 1 0 17 0 0 0 20 0 18 0 284629791 9787842560 6929 33554432000 1073741824 1073778376 140736666325808 139644948033904 139644771612227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558440

[startup+0.300327 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 2324
/proc/meminfo: memFree=28757648/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9558440 CPUtime=0.5 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 6064 0 1 0 49 1 0 0 20 0 18 0 284629790 9787842560 9413 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2389610 9413 2225 9 0 2380296 0
[pid=2324/tid=2325] ppid=2322 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2497 0 1 0 27 0 0 0 20 0 18 0 284629791 9787842560 9413 33554432000 1073741824 1073778376 140736666325808 139644948033904 139644771921748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700307 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 2324
/proc/meminfo: memFree=28757648/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9558440 CPUtime=1.16 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 7045 0 1 0 112 4 0 0 20 0 18 0 284629790 9787842560 40954 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2389610 40954 2261 9 0 2380296 0
[pid=2324/tid=2325] ppid=2322 vsize=9558440 CPUtime=0.65 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2567 0 1 0 62 3 0 0 20 0 18 0 284629791 9787842560 40954 33554432000 1073741824 1073778376 140736666325808 139644948049320 139644772133792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.50075 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 2343
/proc/meminfo: memFree=28592584/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 11097 0 1 0 256 5 0 0 20 0 19 0 284629790 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 43531 2271 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2572 0 1 0 142 3 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644948042104 139644772325237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284629792 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4444 0 0 0 55 0 0 0 20 0 19 0 284629795 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 2792 0 0 0 51 0 0 0 20 0 19 0 284629795 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 43531 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.05 2.01 2.00 5/213 2343
/proc/meminfo: memFree=28592328/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=4.77 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 18458 0 1 0 470 7 0 0 20 0 19 0 284629790 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 54401 2289 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2572 0 1 0 297 4 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644948050088 139644772314816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 284629792 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 57 0 0 0 20 0 19 0 284629795 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10095 0 0 0 98 2 0 0 20 0 19 0 284629795 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 54401 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 2343
/proc/meminfo: memFree=28545932/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=8.05 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 18470 0 1 0 798 7 0 0 20 0 19 0 284629790 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 54824 2289 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=6.13 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2574 0 1 0 609 4 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644948050224 139644771768160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284629791 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 100 0 0 0 8 0 0 0 20 0 19 0 284629792 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 59 0 0 0 20 0 19 0 284629795 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10096 0 0 0 101 2 0 0 20 0 19 0 284629795 9856004096 54824 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 71 0 0 0 41 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 75 0 0 0 45 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 101 0 0 0 45 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=5.24 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 238 0 0 0 522 2 0 0 20 0 19 0 284629792 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 59 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10104 0 0 0 110 2 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 94 0 0 0 19 22 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.82
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/213 2358
/proc/meminfo: memFree=27962528/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=1726.88 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 19728 0 1 0 172645 43 0 0 20 0 19 0 284629790 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 70831 2290 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=1715.8 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2665 0 1 0 171548 32 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644948050224 139644772331603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 137 0 0 0 46 2 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 175 0 0 0 48 2 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 76 0 0 0 56 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 150 0 0 0 42 2 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 204 0 0 0 46 2 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 71 0 0 0 41 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 75 0 0 0 45 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 101 0 0 0 46 0 0 0 20 0 19 0 284629791 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=5.32 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 240 0 0 0 530 2 0 0 20 0 19 0 284629792 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 59 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10104 0 0 0 110 2 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 98 0 0 0 20 22 0 0 20 0 19 0 284629795 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 70831 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.88
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/213 2418
/proc/meminfo: memFree=28268580/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=1787.06 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 19931 0 1 0 178659 47 0 0 20 0 19 0 284629790 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 77630 2290 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=1775.56 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2667 0 1 0 177524 32 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644948050224 139644772331184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 147 0 0 0 48 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 177 0 0 0 50 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 89 0 0 0 60 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 161 0 0 0 44 3 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 209 0 0 0 48 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 77 0 0 0 44 0 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 216 0 0 0 46 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 106 0 0 0 48 0 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=5.49 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 244 0 0 0 547 2 0 0 20 0 19 0 284629792 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 59 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10104 0 0 0 110 2 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 102 0 0 0 21 23 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.06 2.07 2.02 3/213 2418
/proc/meminfo: memFree=28268580/32873844 swapFree=6856/6856
[pid=2324] ppid=2322 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/2324/stat : 2324 (java) S 2322 2324 29719 0 -1 4202496 19931 0 1 0 179960 48 0 0 20 0 19 0 284629790 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 140736666316944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 2406251 77630 2290 9 0 2396937 0
[pid=2324/tid=2325] ppid=2322 vsize=9625004 CPUtime=1788.57 cores=0,2,4,6
/proc/2324/task/2325/stat : 2325 (java) R 2322 2324 29719 0 -1 4202560 2667 0 1 0 178824 33 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644948050224 139644772307354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2327] ppid=2322 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2324/task/2327/stat : 2327 (java) S 2322 2324 29719 0 -1 4202560 147 0 0 0 48 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644909541928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2328] ppid=2322 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2324/task/2328/stat : 2328 (java) S 2322 2324 29719 0 -1 4202560 177 0 0 0 50 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644908489128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2329] ppid=2322 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2324/task/2329/stat : 2329 (java) S 2322 2324 29719 0 -1 4202560 89 0 0 0 60 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644907436328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2330] ppid=2322 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2324/task/2330/stat : 2330 (java) S 2322 2324 29719 0 -1 4202560 161 0 0 0 44 3 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644906383528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2331] ppid=2322 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2324/task/2331/stat : 2331 (java) S 2322 2324 29719 0 -1 4202560 209 0 0 0 48 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644905331752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2332] ppid=2322 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2324/task/2332/stat : 2332 (java) S 2322 2324 29719 0 -1 4202560 77 0 0 0 44 0 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644904278952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2324/tid=2333] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2333/stat : 2333 (java) S 2322 2324 29719 0 -1 4202560 216 0 0 0 46 2 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644903226152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2334] ppid=2322 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2324/task/2334/stat : 2334 (java) S 2322 2324 29719 0 -1 4202560 106 0 0 0 48 0 0 0 20 0 19 0 284629791 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644902173352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2335] ppid=2322 vsize=9625004 CPUtime=5.49 cores=0,2,4,6
/proc/2324/task/2335/stat : 2335 (java) S 2322 2324 29719 0 -1 4202560 244 0 0 0 547 2 0 0 20 0 19 0 284629792 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644771494376 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2336] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2336/stat : 2336 (java) S 2322 2324 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644770440440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2337] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2337/stat : 2337 (java) S 2322 2324 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284629793 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644769387528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2338] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2338/stat : 2338 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644768336016 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2339] ppid=2322 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/2324/task/2339/stat : 2339 (java) S 2322 2324 29719 0 -1 4202560 4445 0 0 0 59 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644767284152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2324/tid=2340] ppid=2322 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2324/task/2340/stat : 2340 (java) S 2322 2324 29719 0 -1 4202560 10104 0 0 0 110 2 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644766231352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2341] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2341/stat : 2341 (java) S 2322 2324 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644765178744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2324/tid=2342] ppid=2322 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2324/task/2342/stat : 2342 (java) S 2322 2324 29719 0 -1 4202560 102 0 0 0 21 24 0 0 20 0 19 0 284629795 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644764126152 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2324/tid=2343] ppid=2322 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2324/task/2343/stat : 2343 (java) S 2322 2324 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284629879 9856004096 77630 33554432000 1073741824 1073778376 140736666325808 139644763071656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.35
CPU time (s): 1800.58
CPU user time (s): 1799.7
CPU system time (s): 0.881865
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 9626644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.881865
maximum resident set size= 310644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19964
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40548
involuntary context switches= 21204

runsolver used 6.12107 second user time and 14.3018 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 08:04:09
IDJOB=3709933
IDBENCH=75548
IDSOLVER=2289
FILE ID=node144/3709933-1338185049
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
Free space on /tmp= 71468 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709933-1338185049/watcher-3709933-1338185049 -o /tmp/evaluation-result-3709933-1338185049/solver-3709933-1338185049 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709933-1338185049.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=758266462

node144.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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
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.196
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.196
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.90
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.196
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.196
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.91
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.196
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:        28758184 kB
Buffers:          388804 kB
Cached:          2661656 kB
SwapCached:            0 kB
Active:          1075000 kB
Inactive:        2202928 kB
Active(anon):     228892 kB
Inactive(anon):        0 kB
Active(file):     846108 kB
Inactive(file):  2202928 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4220 kB
Writeback:             4 kB
AnonPages:        233528 kB
Mapped:            22712 kB
Shmem:               200 kB
Slab:             698888 kB
SReclaimable:     140236 kB
SUnreclaim:       558652 kB
KernelStack:        1600 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     830856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71460 MiB
End job on node144 at 2012-05-28 08:34:06