Trace number 3709980

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.62 1796.46

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-48.opb
MD5SUMbcbd6cca7644150bcdcbd185d4571ad6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark155.412
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9956
Total number of constraints224622
Number of constraints which are clauses201792
Number of constraints which are cardinality constraints (but not clauses)738
Number of constraints which are nor clauses,nor cardinality constraints22092
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709980-1338190451.opb
0.07/0.13	c reading problem ... 
2.32/1.74	c ... done. Wall clock time 1.616s.
2.32/1.74	c declared #vars     9956
2.32/1.74	c #constraints  218176
2.32/1.74	c constraints type 
2.32/1.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
2.32/1.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
2.32/1.74	c ignored satisfied constraints => 6834
2.32/1.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
2.32/1.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 414
2.32/1.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
2.32/1.74	c 225010 constraints processed.
4.43/3.43	c cleaning 2495 clauses out of 4991 with flag 5000/5000
5.88/4.78	c cleaning 4233 clauses out of 8494 with flag 11000/11000
7.49/6.37	c cleaning 5621 clauses out of 11250 with flag 18000/18000
9.22/8.05	c cleaning 6782 clauses out of 13628 with flag 26000/26000
11.06/9.81	c cleaning 7798 clauses out of 15845 with flag 35000/35000
13.27/12.01	c cleaning 8997 clauses out of 18043 with flag 45000/45000
15.67/14.48	c cleaning 9998 clauses out of 20050 with flag 56004/56004
18.99/17.72	c cleaning 10998 clauses out of 22048 with flag 68000/68000
22.59/21.34	c cleaning 11980 clauses out of 24048 with flag 81000/81000
26.21/24.93	c cleaning 12957 clauses out of 26067 with flag 95000/95000
29.72/28.42	c cleaning 13968 clauses out of 28110 with flag 110000/110000
33.93/32.67	c cleaning 15042 clauses out of 30141 with flag 126001/126001
38.34/37.08	c cleaning 16003 clauses out of 32098 with flag 143000/143000
42.34/41.01	c cleaning 16895 clauses out of 34095 with flag 161000/161000
47.34/46.01	c cleaning 18046 clauses out of 36200 with flag 180000/180000
52.45/51.18	c cleaning 19073 clauses out of 38154 with flag 200000/200000
57.65/56.39	c cleaning 19986 clauses out of 40080 with flag 221000/221000
63.86/62.55	c cleaning 21020 clauses out of 42092 with flag 243000/243000
69.97/68.63	c cleaning 21984 clauses out of 44070 with flag 266001/266001
76.89/75.52	c cleaning 23003 clauses out of 46086 with flag 290002/290002
83.20/81.87	c cleaning 24009 clauses out of 48080 with flag 315000/315000
91.30/89.92	c cleaning 24998 clauses out of 50068 with flag 341000/341000
100.45/99.02	c cleaning 26027 clauses out of 52065 with flag 368000/368000
107.48/106.04	c cleaning 26984 clauses out of 54037 with flag 396000/396000
115.48/114.02	c cleaning 27987 clauses out of 56052 with flag 425000/425000
123.70/122.27	c cleaning 28891 clauses out of 58067 with flag 455003/455003
133.03/131.56	c cleaning 30035 clauses out of 60173 with flag 486000/486000
144.35/142.81	c cleaning 31065 clauses out of 62134 with flag 518001/518001
152.18/150.66	c cleaning 31946 clauses out of 64057 with flag 551000/551000
160.79/159.26	c cleaning 32985 clauses out of 66108 with flag 585001/585001
169.62/168.05	c cleaning 34031 clauses out of 68120 with flag 620000/620000
181.05/179.42	c cleaning 34944 clauses out of 70090 with flag 656002/656002
193.27/191.64	c cleaning 35975 clauses out of 72144 with flag 693000/693000
205.09/203.41	c cleaning 37029 clauses out of 74170 with flag 731001/731001
218.29/216.65	c cleaning 38026 clauses out of 76140 with flag 770000/770000
230.63/228.94	c cleaning 38974 clauses out of 78114 with flag 810000/810000
243.65/241.92	c cleaning 40030 clauses out of 80140 with flag 851001/851001
258.54/256.86	c cleaning 41031 clauses out of 82107 with flag 893000/893000
272.28/270.59	c cleaning 41992 clauses out of 84078 with flag 936004/936004
284.20/282.47	c cleaning 42921 clauses out of 86083 with flag 980001/980001
296.43/294.65	c cleaning 44011 clauses out of 88158 with flag 1025000/1025000
315.45/313.61	c cleaning 45039 clauses out of 90149 with flag 1071002/1071002
330.16/328.37	c cleaning 46010 clauses out of 92109 with flag 1118003/1118003
353.88/352.05	c cleaning 47025 clauses out of 94096 with flag 1166000/1166000
373.76/371.84	c cleaning 48005 clauses out of 96067 with flag 1215001/1215001
389.22/387.22	c cleaning 49005 clauses out of 98061 with flag 1265000/1265000
405.04/403.09	c cleaning 50001 clauses out of 100048 with flag 1316000/1316000
425.18/423.12	c cleaning 50969 clauses out of 102041 with flag 1368001/1368001
441.22/439.15	c cleaning 51961 clauses out of 104071 with flag 1421000/1421000
463.83/461.77	c cleaning 52974 clauses out of 106108 with flag 1475000/1475000
484.28/482.18	c cleaning 53981 clauses out of 108134 with flag 1530000/1530000
510.81/508.64	c cleaning 54990 clauses out of 110153 with flag 1586000/1586000
529.67/527.46	c cleaning 55973 clauses out of 112157 with flag 1643000/1643000
553.59/551.32	c cleaning 57021 clauses out of 114183 with flag 1701000/1701000
579.96/577.64	c cleaning 58024 clauses out of 116162 with flag 1760000/1760000
599.53/597.19	c cleaning 59060 clauses out of 118136 with flag 1820003/1820003
618.95/616.50	c cleaning 59966 clauses out of 120070 with flag 1881000/1881000
640.17/637.77	c cleaning 61018 clauses out of 122103 with flag 1943000/1943000
666.19/663.75	c cleaning 61971 clauses out of 124087 with flag 2006002/2006002
694.50/692.09	c cleaning 62983 clauses out of 126115 with flag 2070001/2070001
731.12/728.68	c cleaning 64045 clauses out of 128131 with flag 2135000/2135000
752.38/749.83	c cleaning 64903 clauses out of 130088 with flag 2201002/2201002
777.03/774.47	c cleaning 65967 clauses out of 132183 with flag 2268000/2268000
805.56/802.91	c cleaning 67089 clauses out of 134215 with flag 2336000/2336000
831.98/829.33	c cleaning 68030 clauses out of 136127 with flag 2405001/2405001
854.82/852.10	c cleaning 68958 clauses out of 138096 with flag 2475000/2475000
879.87/877.16	c cleaning 69947 clauses out of 140138 with flag 2546000/2546000
902.49/899.79	c cleaning 71027 clauses out of 142193 with flag 2618002/2618002
929.81/927.05	c cleaning 72000 clauses out of 144164 with flag 2691000/2691000
951.07/948.21	c cleaning 72879 clauses out of 146163 with flag 2765000/2765000
974.28/971.45	c cleaning 74070 clauses out of 148283 with flag 2840001/2840001
1001.99/999.19	c cleaning 75068 clauses out of 150213 with flag 2916001/2916001
1027.06/1024.15	c cleaning 75929 clauses out of 152144 with flag 2993000/2993000
1057.08/1054.11	c cleaning 76929 clauses out of 154216 with flag 3071001/3071001
1090.80/1087.81	c cleaning 77998 clauses out of 156286 with flag 3150000/3150000
1133.22/1130.20	c cleaning 79054 clauses out of 158288 with flag 3230000/3230000
1171.35/1168.32	c cleaning 80100 clauses out of 160234 with flag 3311000/3311000
1210.30/1207.24	c cleaning 81053 clauses out of 162136 with flag 3393002/3393002
1245.96/1242.84	c cleaning 81989 clauses out of 164081 with flag 3476000/3476000
1295.09/1291.99	c cleaning 82907 clauses out of 166092 with flag 3560000/3560000
1340.53/1337.32	c cleaning 84058 clauses out of 168185 with flag 3645000/3645000
1374.58/1371.39	c cleaning 84984 clauses out of 170123 with flag 3731000/3731000
1408.10/1404.84	c cleaning 85996 clauses out of 172139 with flag 3818000/3818000
1456.22/1452.93	c cleaning 86994 clauses out of 174143 with flag 3906000/3906000
1486.48/1483.10	c cleaning 88031 clauses out of 176149 with flag 3995000/3995000
1516.02/1512.62	c cleaning 88989 clauses out of 178119 with flag 4085001/4085001
1548.32/1544.97	c cleaning 89190 clauses out of 178480 with flag 4176001/4176001
1579.53/1576.12	c cleaning 90508 clauses out of 181289 with flag 4268000/4268000
1618.26/1614.83	c cleaning 91670 clauses out of 183444 with flag 4361000/4361000
1651.28/1647.82	c cleaning 89917 clauses out of 180008 with flag 4455000/4455000
1686.00/1682.50	c cleaning 92475 clauses out of 185093 with flag 4550002/4550002
1730.25/1726.78	c cleaning 94255 clauses out of 188616 with flag 4646000/4646000
1766.88/1763.32	c cleaning 95646 clauses out of 191359 with flag 4743000/4743000
1800.03/1796.41	c starts		: 252
1800.03/1796.41	c conflicts		: 4840834
1800.03/1796.41	c decisions		: 13371920
1800.03/1796.41	c propagations		: 1703200489
1800.03/1796.41	c inspects		: 19817765014
1800.03/1796.41	c shortcuts		: 0
1800.03/1796.41	c learnt literals	: 126
1800.03/1796.41	c learnt binary clauses	: 1505
1800.03/1796.41	c learnt ternary clauses	: 5137
1800.03/1796.41	c learnt constraints	: 4840708
1800.03/1796.41	c ignored constraints	: 0
1800.03/1796.41	c root simplifications	: 378
1800.03/1796.41	c removed literals (reason simplification)	: 164536653
1800.03/1796.41	c reason swapping (by a shorter reason)	: 0
1800.03/1796.41	c Calls to reduceDB	: 93
1800.03/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.41	c number of learned constraints concerned by reduction	: 0
1800.03/1796.41	c number of learning phase by resolution	: 0
1800.03/1796.41	c number of learning phase by cutting planes	: 0
1800.03/1796.41	c speed (assignments/second)	: 949045.4546467661
1800.03/1796.41	c non guided choices	284766
1800.03/1796.45	c learnt constraints type 
1800.03/1796.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1392
1800.03/1796.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192264
1800.03/1796.45	c constraints type 
1800.03/1796.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
1800.03/1796.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
1800.03/1796.45	c ignored satisfied constraints => 6834
1800.03/1796.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
1800.03/1796.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 414
1800.03/1796.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
1800.03/1796.45	c 225010 constraints processed.
1800.03/1796.45	s UNKNOWN
1800.03/1796.45	c Total wall clock time (in seconds): 1796.318

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-3709980-1338190451/watcher-3709980-1338190451 -o /tmp/evaluation-result-3709980-1338190451/solver-3709980-1338190451 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709980-1338190451.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.00 2.00 2.00 3/194 2861
/proc/meminfo: memFree=28572056/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (java) D 2859 2861 29719 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 285170057 9515008 183 33554432000 1073741824 1073778376 140737082592800 140737082583832 223651643061 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/2861/statm: 2323 183 140 9 0 71 0

[startup+0.0799361 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2861
/proc/meminfo: memFree=28572056/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 3327 0 1 0 4 0 0 0 20 0 18 0 285170057 9787842560 4534 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2389610 4534 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2861
/proc/meminfo: memFree=28572056/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 4106 0 1 0 7 0 0 0 20 0 18 0 285170057 9787842560 5312 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2389610 5312 2106 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2861
/proc/meminfo: memFree=28572056/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 5275 0 1 0 41 1 0 0 20 0 18 0 285170057 9787842560 8064 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2389610 8064 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2861
/proc/meminfo: memFree=28572056/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9558440 CPUtime=1.07 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 6365 0 1 0 103 4 0 0 20 0 18 0 285170057 9787842560 40537 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2389610 40537 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 2879
/proc/meminfo: memFree=28407440/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9558440 CPUtime=2.09 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 7968 0 1 0 198 11 0 0 20 0 18 0 285170057 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2389610 78728 2255 9 0 2380296 0
[pid=2861/tid=2863] ppid=2859 vsize=9558440 CPUtime=1.41 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2646 0 1 0 135 6 0 0 20 0 18 0 285170059 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215478017208 140215331516876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 285170060 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285170061 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285170061 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 285170061 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285170064 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) R 2859 2861 29719 0 -1 4202560 2131 0 0 0 26 0 0 0 20 0 18 0 285170064 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655027125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 1735 0 0 0 21 0 0 0 20 0 18 0 285170064 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285170064 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285170064 9787842560 78728 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9558440

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 2880
/proc/meminfo: memFree=28263712/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9625004 CPUtime=4.13 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 8386 0 1 0 402 11 0 0 20 0 19 0 285170057 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2406251 78786 2274 9 0 2396937 0
[pid=2861/tid=2863] ppid=2859 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2659 0 1 0 295 6 0 0 20 0 19 0 285170059 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215478016744 140215331800427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285170060 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2164 0 0 0 48 0 0 0 20 0 19 0 285170064 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2098 0 0 0 42 0 0 0 20 0 19 0 285170064 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 78786 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2880
/proc/meminfo: memFree=28214800/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 8637 0 1 0 735 14 0 0 20 0 19 0 285170057 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2406251 90888 2286 9 0 2396937 0
[pid=2861/tid=2863] ppid=2859 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2661 0 1 0 598 6 0 0 20 0 19 0 285170059 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215478016640 140215331789308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 285170060 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 230 0 0 0 12 0 0 0 20 0 19 0 285170061 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2165 0 0 0 50 0 0 0 20 0 19 0 285170064 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2213 0 0 0 47 0 0 0 20 0 19 0 285170064 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 90888 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 2880
/proc/meminfo: memFree=28210488/32873844 swapFree=6856/6856

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

[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 40 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 100 0 0 0 44 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 99 0 0 0 41 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=7.72 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 331 0 0 0 769 3 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2165 0 0 0 50 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2618 0 0 0 53 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 95 0 0 0 17 29 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.82
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/189 2945
/proc/meminfo: memFree=28514484/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9625004 CPUtime=1725.85 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 9971 0 1 0 172536 49 0 0 20 0 19 0 285170057 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2406251 111810 2287 9 0 2396937 0
[pid=2861/tid=2863] ppid=2859 vsize=9625004 CPUtime=1713 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2748 0 1 0 171265 35 0 0 20 0 19 0 285170059 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215478018352 140215331800568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 95 0 0 0 41 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 42 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 142 0 0 0 47 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 93 0 0 0 50 3 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 135 0 0 0 48 0 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 42 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 100 0 0 0 44 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 99 0 0 0 42 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=7.82 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 333 0 0 0 779 3 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2165 0 0 0 50 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2618 0 0 0 53 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 99 0 0 0 17 31 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.85
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.38 1.82 1.94 2/189 2945
/proc/meminfo: memFree=28514532/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9625004 CPUtime=1785.91 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 9981 0 1 0 178542 49 0 0 20 0 19 0 285170057 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2406251 111810 2287 9 0 2396937 0
[pid=2861/tid=2863] ppid=2859 vsize=9625004 CPUtime=1772.73 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2750 0 1 0 177238 35 0 0 20 0 19 0 285170059 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215478018352 140215331789308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 95 0 0 0 42 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 43 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 142 0 0 0 48 3 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 93 0 0 0 51 3 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 135 0 0 0 49 0 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 44 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 100 0 0 0 45 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 99 0 0 0 43 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=8.06 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 337 0 0 0 803 3 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2165 0 0 0 50 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2618 0 0 0 53 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 103 0 0 0 19 32 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.91
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.30 1.78 1.92 2/189 2945
/proc/meminfo: memFree=28514656/32873844 swapFree=6856/6856
[pid=2861] ppid=2859 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/2861/stat : 2861 (java) S 2859 2861 29719 0 -1 4202496 9981 0 1 0 179953 50 0 0 20 0 19 0 285170057 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140736556064416 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2406251 111810 2287 9 0 2396937 0
[pid=2861/tid=2863] ppid=2859 vsize=9625004 CPUtime=1786.84 cores=0,2,4,6
/proc/2861/task/2863/stat : 2863 (java) R 2859 2861 29719 0 -1 4202560 2750 0 1 0 178648 36 0 0 20 0 19 0 285170059 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215478018352 140215331789308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2864] ppid=2859 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2861/task/2864/stat : 2864 (java) S 2859 2861 29719 0 -1 4202560 95 0 0 0 42 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215450470824 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2865] ppid=2859 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2861/task/2865/stat : 2865 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 43 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215320095272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2866] ppid=2859 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2861/task/2866/stat : 2866 (java) S 2859 2861 29719 0 -1 4202560 142 0 0 0 48 3 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215319042216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2867] ppid=2859 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/2861/task/2867/stat : 2867 (java) S 2859 2861 29719 0 -1 4202560 93 0 0 0 51 3 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215317989672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2868] ppid=2859 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2861/task/2868/stat : 2868 (java) S 2859 2861 29719 0 -1 4202560 135 0 0 0 49 0 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215316937640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2861/tid=2869] ppid=2859 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2861/task/2869/stat : 2869 (java) S 2859 2861 29719 0 -1 4202560 81 0 0 0 44 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140215315885096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2870] ppid=2859 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2861/task/2870/stat : 2870 (java) S 2859 2861 29719 0 -1 4202560 100 0 0 0 45 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214978734760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2871] ppid=2859 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2861/task/2871/stat : 2871 (java) S 2859 2861 29719 0 -1 4202560 99 0 0 0 43 2 0 0 20 0 19 0 285170060 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214977682216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2872] ppid=2859 vsize=9625004 CPUtime=8.06 cores=0,2,4,6
/proc/2861/task/2872/stat : 2872 (java) S 2859 2861 29719 0 -1 4202560 337 0 0 0 803 3 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214965483880 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2873] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2873/stat : 2873 (java) S 2859 2861 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214964430200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2874] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2874/stat : 2874 (java) S 2859 2861 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285170061 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214963377032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2875] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2875/stat : 2875 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214962325776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2876] ppid=2859 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2861/task/2876/stat : 2876 (java) S 2859 2861 29719 0 -1 4202560 2165 0 0 0 50 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214961273656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2861/tid=2877] ppid=2859 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/2861/task/2877/stat : 2877 (java) S 2859 2861 29719 0 -1 4202560 2618 0 0 0 53 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214960221112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2878] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2878/stat : 2878 (java) S 2859 2861 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214959168248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2861/tid=2879] ppid=2859 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2861/task/2879/stat : 2879 (java) S 2859 2861 29719 0 -1 4202560 103 0 0 0 19 32 0 0 20 0 19 0 285170064 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214958115912 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2861/tid=2880] ppid=2859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2861/task/2880/stat : 2880 (java) S 2859 2861 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285170234 9856004096 111810 33554432000 1073741824 1073778376 140736556073280 140214957061160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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): 1796.46
CPU time (s): 1800.62
CPU user time (s): 1799.61
CPU system time (s): 1.01484
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 1.01484
maximum resident set size= 447368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10017
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40666
involuntary context switches= 30719

runsolver used 5.03923 second user time and 15.3647 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 09:34:12
IDJOB=3709980
IDBENCH=89726
IDSOLVER=2289
FILE ID=node144/3709980-1338190451
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
Free space on /tmp= 71456 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-48.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-3709980-1338190451/watcher-3709980-1338190451 -o /tmp/evaluation-result-3709980-1338190451/solver-3709980-1338190451 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709980-1338190451.opb

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

MD5SUM BENCH= bcbd6cca7644150bcdcbd185d4571ad6
RANDOM SEED=1077895430

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:        28572328 kB
Buffers:          391228 kB
Cached:          2684320 kB
SwapCached:            0 kB
Active:          1263608 kB
Inactive:        2193416 kB
Active(anon):     383112 kB
Inactive(anon):        0 kB
Active(file):     880496 kB
Inactive(file):  2193416 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9800 kB
Writeback:             0 kB
AnonPages:        393392 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             698216 kB
SReclaimable:     140432 kB
SUnreclaim:       557784 kB
KernelStack:        1608 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1087088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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= 71464 MiB
End job on node144 at 2012-05-28 10:04:10