Trace number 3710900

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.59 1797.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_2.opb
MD5SUMaf0ded53094abde95c37378ccd6c7afa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark618.033
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables8901
Total number of constraints32298
Number of constraints which are clauses32280
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint1
Maximum length of a constraint790
Number of terms in the objective function 790
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 790
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 820
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.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710900-1338162156.opb
0.10/0.11	c reading problem ... 
0.76/0.46	c ... done. Wall clock time 0.349s.
0.76/0.46	c declared #vars     8901
0.76/0.46	c #constraints  32298
0.76/0.46	c constraints type 
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8099
0.76/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24193
0.76/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.76/0.46	c 32298 constraints processed.
3.69/2.83	c cleaning 2501 clauses out of 5001 with flag 5001/5001
6.67/5.72	c cleaning 4245 clauses out of 8500 with flag 11001/11001
9.68/8.76	c cleaning 5618 clauses out of 11254 with flag 18000/18000
13.19/12.23	c cleaning 6817 clauses out of 13636 with flag 26000/26000
16.73/15.78	c cleaning 7902 clauses out of 15819 with flag 35000/35000
20.84/19.87	c cleaning 8880 clauses out of 17917 with flag 45000/45000
25.26/24.23	c cleaning 10011 clauses out of 20037 with flag 56000/56000
30.95/29.95	c cleaning 10918 clauses out of 22026 with flag 68000/68000
37.17/36.19	c cleaning 12047 clauses out of 24110 with flag 81002/81002
44.12/42.70	c cleaning 13017 clauses out of 26061 with flag 95000/95000
51.23/49.89	c cleaning 13973 clauses out of 28044 with flag 110000/110000
58.35/56.97	c cleaning 15011 clauses out of 30072 with flag 126001/126001
65.97/64.55	c cleaning 15981 clauses out of 32060 with flag 143000/143000
74.17/72.76	c cleaning 16993 clauses out of 34079 with flag 161000/161000
82.99/81.57	c cleaning 18000 clauses out of 36086 with flag 180000/180000
92.30/90.84	c cleaning 19035 clauses out of 38086 with flag 200000/200000
102.20/100.79	c cleaning 19926 clauses out of 40051 with flag 221000/221000
112.41/110.96	c cleaning 21055 clauses out of 42125 with flag 243000/243000
122.82/121.39	c cleaning 21976 clauses out of 44070 with flag 266000/266000
134.03/132.50	c cleaning 23044 clauses out of 46094 with flag 290000/290000
145.64/144.14	c cleaning 24008 clauses out of 48050 with flag 315000/315000
154.84/153.39	c cleaning 24990 clauses out of 50042 with flag 341000/341000
166.97/165.49	c cleaning 26024 clauses out of 52058 with flag 368006/368006
179.29/177.75	c cleaning 27004 clauses out of 54028 with flag 396000/396000
191.61/190.04	c cleaning 27971 clauses out of 56024 with flag 425000/425000
203.61/202.04	c cleaning 28976 clauses out of 58053 with flag 455000/455000
218.54/216.93	c cleaning 29935 clauses out of 60077 with flag 486000/486000
232.96/231.36	c cleaning 31061 clauses out of 62143 with flag 518001/518001
248.36/246.79	c cleaning 32028 clauses out of 64081 with flag 551000/551000
265.19/263.56	c cleaning 33015 clauses out of 66054 with flag 585001/585001
281.52/279.84	c cleaning 33999 clauses out of 68038 with flag 620000/620000
297.02/295.35	c cleaning 35008 clauses out of 70040 with flag 656001/656001
312.74/311.02	c cleaning 35987 clauses out of 72031 with flag 693000/693000
330.76/329.06	c cleaning 37017 clauses out of 74045 with flag 731001/731001
348.40/346.60	c cleaning 37973 clauses out of 76027 with flag 770000/770000
367.23/365.43	c cleaning 39012 clauses out of 78054 with flag 810000/810000
389.33/387.53	c cleaning 40009 clauses out of 80042 with flag 851000/851000
411.26/409.47	c cleaning 41002 clauses out of 82034 with flag 893001/893001
433.07/431.27	c cleaning 41996 clauses out of 84032 with flag 936001/936001
454.67/452.88	c cleaning 43002 clauses out of 86035 with flag 980000/980000
474.09/472.27	c cleaning 43990 clauses out of 88033 with flag 1025000/1025000
492.51/490.69	c cleaning 44960 clauses out of 90043 with flag 1071000/1071000
514.74/512.86	c cleaning 45989 clauses out of 92083 with flag 1118000/1118000
540.97/539.01	c cleaning 47031 clauses out of 94094 with flag 1166000/1166000
559.47/557.59	c cleaning 47995 clauses out of 96063 with flag 1215000/1215000
575.29/573.39	c cleaning 48946 clauses out of 98069 with flag 1265001/1265001
593.02/591.08	c cleaning 50027 clauses out of 100122 with flag 1316000/1316000
614.67/612.68	c cleaning 50947 clauses out of 102095 with flag 1368000/1368000
638.00/635.91	c cleaning 51983 clauses out of 104148 with flag 1421000/1421000
662.82/660.79	c cleaning 53072 clauses out of 106165 with flag 1475000/1475000
686.93/684.81	c cleaning 54028 clauses out of 108093 with flag 1530000/1530000
709.76/707.67	c cleaning 55004 clauses out of 110065 with flag 1586000/1586000
734.89/732.76	c cleaning 55955 clauses out of 112061 with flag 1643000/1643000
762.10/759.98	c cleaning 57038 clauses out of 114106 with flag 1701000/1701000
790.12/787.96	c cleaning 58018 clauses out of 116068 with flag 1760000/1760000
811.54/809.36	c cleaning 58882 clauses out of 118050 with flag 1820000/1820000
836.35/834.14	c cleaning 60065 clauses out of 120169 with flag 1881001/1881001
859.55/857.33	c cleaning 61004 clauses out of 122104 with flag 1943001/1943001
884.86/882.60	c cleaning 62045 clauses out of 124099 with flag 2006000/2006000
913.48/911.27	c cleaning 63015 clauses out of 126054 with flag 2070000/2070000
941.62/939.37	c cleaning 64012 clauses out of 128041 with flag 2135002/2135002
970.72/968.41	c cleaning 64985 clauses out of 130028 with flag 2201001/2201001
1000.26/997.94	c cleaning 66003 clauses out of 132044 with flag 2268002/2268002
1035.90/1033.54	c cleaning 67009 clauses out of 134043 with flag 2336004/2336004
1071.94/1069.59	c cleaning 67968 clauses out of 136030 with flag 2405000/2405000
1104.49/1102.04	c cleaning 69005 clauses out of 138062 with flag 2475000/2475000
1138.52/1136.00	c cleaning 70008 clauses out of 140057 with flag 2546000/2546000
1169.47/1166.93	c cleaning 70969 clauses out of 142049 with flag 2618000/2618000
1201.88/1199.30	c cleaning 72026 clauses out of 144080 with flag 2691000/2691000
1239.09/1236.59	c cleaning 73013 clauses out of 146054 with flag 2765000/2765000
1277.22/1274.61	c cleaning 74009 clauses out of 148042 with flag 2840001/2840001
1316.23/1313.63	c cleaning 74994 clauses out of 150032 with flag 2916000/2916000
1353.36/1350.72	c cleaning 76019 clauses out of 152039 with flag 2993001/2993001
1384.90/1382.26	c cleaning 76975 clauses out of 154019 with flag 3071000/3071000
1425.52/1422.87	c cleaning 77942 clauses out of 156046 with flag 3150002/3150002
1462.85/1460.17	c cleaning 78908 clauses out of 158102 with flag 3230000/3230000
1499.71/1496.92	c cleaning 80094 clauses out of 160197 with flag 3311003/3311003
1536.44/1533.64	c cleaning 81039 clauses out of 162101 with flag 3393001/3393001
1573.06/1570.25	c cleaning 82010 clauses out of 164061 with flag 3476000/3476000
1613.50/1610.67	c cleaning 82988 clauses out of 166054 with flag 3560003/3560003
1656.04/1653.18	c cleaning 84010 clauses out of 168063 with flag 3645000/3645000
1695.46/1692.51	c cleaning 84997 clauses out of 170053 with flag 3731000/3731000
1735.18/1732.27	c cleaning 86017 clauses out of 172056 with flag 3818000/3818000
1775.72/1772.76	c cleaning 86999 clauses out of 174041 with flag 3906002/3906002
1800.06/1797.01	c starts		: 252
1800.06/1797.01	c conflicts		: 3963340
1800.06/1797.01	c decisions		: 21168493
1800.06/1797.01	c propagations		: 4235251464
1800.06/1797.01	c inspects		: 15612450005
1800.06/1797.01	c shortcuts		: 0
1800.06/1797.01	c learnt literals	: 0
1800.06/1797.01	c learnt binary clauses	: 1
1800.06/1797.01	c learnt ternary clauses	: 1
1800.06/1797.01	c learnt constraints	: 3963340
1800.06/1797.01	c ignored constraints	: 0
1800.06/1797.01	c root simplifications	: 252
1800.06/1797.01	c removed literals (reason simplification)	: 43528917
1800.06/1797.01	c reason swapping (by a shorter reason)	: 0
1800.06/1797.01	c Calls to reduceDB	: 84
1800.06/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.01	c number of learned constraints concerned by reduction	: 0
1800.06/1797.01	c number of learning phase by resolution	: 0
1800.06/1797.01	c number of learning phase by cutting planes	: 0
1800.06/1797.01	c speed (assignments/second)	: 2357452.130152549
1800.06/1797.01	c non guided choices	1231
1800.06/1797.04	c learnt constraints type 
1800.06/1797.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144444
1800.06/1797.04	c constraints type 
1800.06/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8099
1800.06/1797.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24193
1800.06/1797.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.06/1797.04	c 32298 constraints processed.
1800.06/1797.04	s UNKNOWN
1800.06/1797.04	c Total wall clock time (in seconds): 1796.932

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-3710900-1338162156/watcher-3710900-1338162156 -o /tmp/evaluation-result-3710900-1338162156/solver-3710900-1338162156 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710900-1338162156.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: 1.86 1.97 1.98 3/194 13522
/proc/meminfo: memFree=31085808/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 282341689 94019584 917 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 22954 917 697 9 0 16769 0
[pid=13522/tid=13523] ppid=13520 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 282341690 94019584 917 33554432000 1073741824 1073778376 140735010492336 140468843118120 251022896423 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.077592 s]
/proc/loadavg: 1.86 1.97 1.98 3/194 13522
/proc/meminfo: memFree=31085808/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 3869 0 1 0 6 1 0 0 20 0 18 0 282341689 9787842560 5076 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2389610 5080 2044 9 0 2380296 0
[pid=13522/tid=13523] ppid=13520 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2311 0 1 0 5 0 0 0 20 0 18 0 282341690 9787842560 5081 33554432000 1073741824 1073778376 140735010492336 140468843113872 251032377392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100211 s]
/proc/loadavg: 1.86 1.97 1.98 3/194 13522
/proc/meminfo: memFree=31085808/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 4368 0 1 0 9 1 0 0 20 0 18 0 282341689 9787842560 6045 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2389610 6045 2131 9 0 2380296 0
[pid=13522/tid=13523] ppid=13520 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2478 0 1 0 6 1 0 0 20 0 18 0 282341690 9787842560 6045 33554432000 1073741824 1073778376 140735010492336 140468843122376 140468847389844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300189 s]
/proc/loadavg: 1.86 1.97 1.98 3/194 13522
/proc/meminfo: memFree=31085808/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 5620 0 1 0 50 2 0 0 20 0 18 0 282341689 9787842560 8831 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2389610 8831 2225 9 0 2380296 0
[pid=13522/tid=13523] ppid=13520 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2512 0 1 0 26 1 0 0 20 0 18 0 282341690 9787842560 8831 33554432000 1073741824 1073778376 140735010492336 140468843122376 140468667440468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.70029 s]
/proc/loadavg: 1.86 1.97 1.98 3/194 13522
/proc/meminfo: memFree=31085808/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 10195 0 1 0 149 3 0 0 20 0 19 0 282341689 9856004096 24217 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 24217 2258 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2554 0 1 0 65 2 0 0 20 0 19 0 282341690 9856004096 24217 33554432000 1073741824 1073778376 140735010492336 140468843114808 140468667819906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 1.86 1.97 1.98 3/213 13541
/proc/meminfo: memFree=30997212/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=2.38 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 10200 0 1 0 234 4 0 0 20 0 19 0 282341689 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 24221 2261 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2555 0 1 0 145 2 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468843121224 140468667741444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282341691 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 43 0 0 0 20 0 19 0 282341694 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 3509 0 0 0 43 0 0 0 20 0 19 0 282341694 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 24221 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.86 1.97 1.98 3/213 13541
/proc/meminfo: memFree=30997336/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=4.03 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 10262 0 1 0 398 5 0 0 20 0 19 0 282341689 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 28359 2286 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2560 0 1 0 302 3 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468843123112 140468667681132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 282341691 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 44 0 0 0 20 0 19 0 282341694 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 3513 0 0 0 45 0 0 0 20 0 19 0 282341694 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 28359 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.87 1.97 1.98 3/213 13541
/proc/meminfo: memFree=30982440/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=7.27 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 10273 0 1 0 722 5 0 0 20 0 19 0 282341689 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 28308 2286 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2562 0 1 0 620 3 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468843122992 140468667819939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282341690 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 282341691 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 46 0 0 0 20 0 19 0 282341694 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 3513 0 0 0 47 0 0 0 20 0 19 0 282341694 9856004096 28308 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 71 0 0 0 24 1 0 0 20 0 19 0 282341690 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 54 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 282341690 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 161 0 0 0 305 2 0 0 20 0 19 0 282341691 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 47 0 0 0 20 0 19 0 282341694 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 10455 0 0 0 86 3 0 0 20 0 19 0 282341694 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 95 0 0 0 13 17 0 0 20 0 19 0 282341694 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 46253 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.25
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 13578
/proc/meminfo: memFree=30834564/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=1725.28 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 18200 0 1 0 172500 28 0 0 20 0 19 0 282341689 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 46286 2287 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=1718.34 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2641 0 1 0 171804 30 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468843122992 140468667850021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 126 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 109 0 0 0 32 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 24 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 78 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 115 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 73 0 0 0 25 1 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 54 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 282341690 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 163 0 0 0 310 2 0 0 20 0 19 0 282341691 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 47 0 0 0 20 0 19 0 282341694 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 10455 0 0 0 86 3 0 0 20 0 19 0 282341694 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 99 0 0 0 13 18 0 0 20 0 19 0 282341694 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 46286 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.28
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 13581
/proc/meminfo: memFree=30972308/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=1785.35 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 18215 0 1 0 178506 29 0 0 20 0 19 0 282341689 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 46291 2287 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=1778.18 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2643 0 1 0 177787 31 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468843122992 140468667819939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 126 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 109 0 0 0 34 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 24 0 0 0 32 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 78 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 115 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 73 0 0 0 26 1 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 59 0 0 0 33 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 167 0 0 0 323 2 0 0 20 0 19 0 282341691 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 47 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 10455 0 0 0 86 3 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 103 0 0 0 14 19 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.35
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 13638
/proc/meminfo: memFree=30569396/32873844 swapFree=7372/7372
[pid=13522] ppid=13520 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/13522/stat : 13522 (java) S 13520 13522 12979 0 -1 4202496 18215 0 1 0 179977 29 0 0 20 0 19 0 282341689 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140735010483472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13522/statm: 2406251 46291 2287 9 0 2396937 0
[pid=13522/tid=13523] ppid=13520 vsize=9625004 CPUtime=1792.88 cores=0,2,4,6
/proc/13522/task/13523/stat : 13523 (java) R 13520 13522 12979 0 -1 4202560 2643 0 1 0 179257 31 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468843122992 140468667928847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13525] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13525/stat : 13525 (java) S 13520 13522 12979 0 -1 4202560 126 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468804614952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13526] ppid=13520 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/13522/task/13526/stat : 13526 (java) S 13520 13522 12979 0 -1 4202560 109 0 0 0 34 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468803562152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13527] ppid=13520 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/13522/task/13527/stat : 13527 (java) S 13520 13522 12979 0 -1 4202560 24 0 0 0 32 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468802509864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13528] ppid=13520 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13522/task/13528/stat : 13528 (java) S 13520 13522 12979 0 -1 4202560 78 0 0 0 30 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468801457064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13529] ppid=13520 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13522/task/13529/stat : 13529 (java) S 13520 13522 12979 0 -1 4202560 115 0 0 0 31 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468800403752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13530] ppid=13520 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/13522/task/13530/stat : 13530 (java) S 13520 13522 12979 0 -1 4202560 73 0 0 0 26 1 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468799350952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13531] ppid=13520 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/13522/task/13531/stat : 13531 (java) S 13520 13522 12979 0 -1 4202560 59 0 0 0 33 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468798298664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13532] ppid=13520 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/13522/task/13532/stat : 13532 (java) S 13520 13522 12979 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 282341690 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468797245864 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13533] ppid=13520 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/13522/task/13533/stat : 13533 (java) S 13520 13522 12979 0 -1 4202560 167 0 0 0 323 2 0 0 20 0 19 0 282341691 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468667017960 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13522/tid=13534] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13534/stat : 13534 (java) S 13520 13522 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468665964024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13535] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13535/stat : 13535 (java) S 13520 13522 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282341692 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468664911624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13536] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13536/stat : 13536 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468663860112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13537] ppid=13520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/13522/task/13537/stat : 13537 (java) S 13520 13522 12979 0 -1 4202560 2934 0 0 0 47 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468662806712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13522/tid=13538] ppid=13520 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/13522/task/13538/stat : 13538 (java) S 13520 13522 12979 0 -1 4202560 10455 0 0 0 86 3 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468661753912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13539] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13539/stat : 13539 (java) S 13520 13522 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468660701816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13522/tid=13540] ppid=13520 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/13522/task/13540/stat : 13540 (java) S 13520 13522 12979 0 -1 4202560 103 0 0 0 14 19 0 0 20 0 19 0 282341694 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468659649224 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13522/tid=13541] ppid=13520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13522/task/13541/stat : 13541 (java) S 13520 13522 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282341737 9856004096 46291 33554432000 1073741824 1073778376 140735010492336 140468658595240 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 1797.05
CPU time (s): 1800.59
CPU user time (s): 1799.89
CPU system time (s): 0.701893
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.701893
maximum resident set size= 185284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40243
involuntary context switches= 13565

runsolver used 5.99109 second user time and 13.9539 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 01:42:36
IDJOB=3710900
IDBENCH=25018
IDSOLVER=2289
FILE ID=node118/3710900-1338162156
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_2.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-3710900-1338162156/watcher-3710900-1338162156 -o /tmp/evaluation-result-3710900-1338162156/solver-3710900-1338162156 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710900-1338162156.opb

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

MD5SUM BENCH= af0ded53094abde95c37378ccd6c7afa
RANDOM SEED=1288360615

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.212
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.212
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	: 5320.68
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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31086072 kB
Buffers:          371228 kB
Cached:           495616 kB
SwapCached:            0 kB
Active:           567304 kB
Inactive:         378508 kB
Active(anon):      69136 kB
Inactive(anon):    11320 kB
Active(file):     498168 kB
Inactive(file):   367188 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3156 kB
Writeback:             0 kB
AnonPages:         95000 kB
Mapped:            19932 kB
Shmem:               200 kB
Slab:             695380 kB
SReclaimable:     136684 kB
SUnreclaim:       558696 kB
KernelStack:        1592 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71656 MiB
End job on node118 at 2012-05-28 02:12:35