Trace number 3689451

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1794.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3689451-1337890486.opb
0.06/0.13	c reading problem ... 
6.07/4.91	c ... done. Wall clock time 4.779s.
6.92/5.46	c declared #vars     33692
6.92/5.46	c #constraints  737581
6.92/5.46	c constraints type 
6.92/5.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
6.92/5.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
6.92/5.46	c ignored satisfied constraints => 4115
6.92/5.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
6.92/5.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
6.92/5.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
6.92/5.46	c 741696 constraints processed.
15.89/14.34	c cleaning 2468 clauses out of 4994 with flag 5001/5001
19.33/17.02	c cleaning 4062 clauses out of 8523 with flag 11000/11000
22.86/20.53	c cleaning 5669 clauses out of 11460 with flag 18000/18000
26.87/24.59	c cleaning 6888 clauses out of 13788 with flag 26000/26000
32.70/30.31	c cleaning 7855 clauses out of 15899 with flag 35000/35000
40.00/37.68	c cleaning 8978 clauses out of 18043 with flag 45001/45001
45.53/43.13	c cleaning 9977 clauses out of 20064 with flag 56001/56001
51.35/48.90	c cleaning 11013 clauses out of 22083 with flag 68000/68000
57.26/54.88	c cleaning 11984 clauses out of 24072 with flag 81002/81002
62.89/60.44	c cleaning 13004 clauses out of 26080 with flag 95000/95000
69.42/66.94	c cleaning 13922 clauses out of 28075 with flag 110001/110001
76.37/73.86	c cleaning 15066 clauses out of 30146 with flag 126000/126000
85.50/82.92	c cleaning 15928 clauses out of 32071 with flag 143000/143000
92.82/90.25	c cleaning 17030 clauses out of 34140 with flag 161000/161000
101.13/98.52	c cleaning 17980 clauses out of 36109 with flag 180000/180000
107.36/104.76	c cleaning 19044 clauses out of 38126 with flag 200000/200000
115.70/113.04	c cleaning 19958 clauses out of 40076 with flag 221000/221000
122.92/120.21	c cleaning 21040 clauses out of 42118 with flag 243002/243002
133.54/130.83	c cleaning 21988 clauses out of 44074 with flag 266000/266000
144.46/141.77	c cleaning 23006 clauses out of 46088 with flag 290002/290002
156.98/154.29	c cleaning 24023 clauses out of 48079 with flag 315000/315000
169.90/167.17	c cleaning 24981 clauses out of 50056 with flag 341000/341000
180.63/177.82	c cleaning 25993 clauses out of 52075 with flag 368000/368000
194.07/191.21	c cleaning 26984 clauses out of 54081 with flag 396000/396000
209.10/206.25	c cleaning 28031 clauses out of 56098 with flag 425001/425001
222.03/219.11	c cleaning 28993 clauses out of 58067 with flag 455001/455001
233.07/230.17	c cleaning 29996 clauses out of 60073 with flag 486000/486000
246.71/243.75	c cleaning 30993 clauses out of 62079 with flag 518002/518002
258.45/255.46	c cleaning 31998 clauses out of 64086 with flag 551002/551002
270.99/267.91	c cleaning 32980 clauses out of 66087 with flag 585001/585001
283.93/280.89	c cleaning 34005 clauses out of 68106 with flag 620000/620000
303.87/300.77	c cleaning 35045 clauses out of 70099 with flag 656000/656000
319.45/316.28	c cleaning 36007 clauses out of 72054 with flag 693001/693001
341.70/338.48	c cleaning 36970 clauses out of 74046 with flag 731000/731000
360.34/357.02	c cleaning 37995 clauses out of 76076 with flag 770000/770000
387.69/384.31	c cleaning 39009 clauses out of 78082 with flag 810001/810001
407.75/404.32	c cleaning 40021 clauses out of 80072 with flag 851000/851000
422.90/419.44	c cleaning 41008 clauses out of 82052 with flag 893001/893001
442.44/438.99	c cleaning 41997 clauses out of 84043 with flag 936000/936000
466.09/462.50	c cleaning 43001 clauses out of 86047 with flag 980001/980001
488.95/485.36	c cleaning 44002 clauses out of 88045 with flag 1025000/1025000
512.38/508.70	c cleaning 45007 clauses out of 90046 with flag 1071003/1071003
534.33/530.65	c cleaning 46008 clauses out of 92036 with flag 1118000/1118000
562.28/558.54	c cleaning 46981 clauses out of 94028 with flag 1166000/1166000
590.92/587.17	c cleaning 47995 clauses out of 96048 with flag 1215001/1215001
617.38/613.59	c cleaning 49023 clauses out of 98056 with flag 1265005/1265005
650.53/646.63	c cleaning 50007 clauses out of 100030 with flag 1316002/1316002
690.83/686.89	c cleaning 50999 clauses out of 102022 with flag 1368001/1368001
723.20/719.15	c cleaning 51987 clauses out of 104024 with flag 1421003/1421003
748.16/744.05	c cleaning 53005 clauses out of 106031 with flag 1475000/1475000
780.52/776.30	c cleaning 53995 clauses out of 108027 with flag 1530001/1530001
806.18/801.98	c cleaning 55000 clauses out of 110030 with flag 1586000/1586000
831.58/827.24	c cleaning 55961 clauses out of 112028 with flag 1643000/1643000
863.71/859.31	c cleaning 57022 clauses out of 114068 with flag 1701001/1701001
886.38/881.94	c cleaning 58011 clauses out of 116045 with flag 1760000/1760000
912.21/907.76	c cleaning 58991 clauses out of 118034 with flag 1820000/1820000
938.98/934.40	c cleaning 60009 clauses out of 120044 with flag 1881001/1881001
966.25/961.69	c cleaning 61006 clauses out of 122033 with flag 1943000/1943000
999.11/994.46	c cleaning 62006 clauses out of 124028 with flag 2006001/2006001
1028.28/1023.55	c cleaning 62999 clauses out of 126021 with flag 2070000/2070000
1060.62/1055.86	c cleaning 63991 clauses out of 128021 with flag 2135005/2135005
1093.06/1088.21	c cleaning 65003 clauses out of 130020 with flag 2201000/2201000
1131.11/1126.24	c cleaning 65989 clauses out of 132016 with flag 2268000/2268000
1173.39/1168.42	c cleaning 67006 clauses out of 134027 with flag 2336001/2336001
1208.66/1203.63	c cleaning 68001 clauses out of 136020 with flag 2405000/2405000
1243.91/1238.89	c cleaning 68990 clauses out of 138022 with flag 2475004/2475004
1277.87/1272.78	c cleaning 70008 clauses out of 140031 with flag 2546003/2546003
1315.05/1309.88	c cleaning 70984 clauses out of 142020 with flag 2618000/2618000
1355.33/1350.04	c cleaning 72009 clauses out of 144036 with flag 2691000/2691000
1396.10/1390.71	c cleaning 72980 clauses out of 146030 with flag 2765003/2765003
1432.68/1427.24	c cleaning 73988 clauses out of 148046 with flag 2840000/2840000
1470.35/1464.85	c cleaning 75000 clauses out of 150059 with flag 2916001/2916001
1516.13/1510.50	c cleaning 76005 clauses out of 152059 with flag 2993001/2993001
1558.20/1552.53	c cleaning 76990 clauses out of 154053 with flag 3071001/3071001
1608.93/1603.25	c cleaning 77992 clauses out of 156063 with flag 3150001/3150001
1671.80/1666.05	c cleaning 78998 clauses out of 158070 with flag 3230000/3230000
1721.59/1715.76	c cleaning 80005 clauses out of 160072 with flag 3311000/3311000
1764.65/1758.71	c cleaning 80975 clauses out of 162064 with flag 3393000/3393000
1800.02/1794.02	c starts		: 247
1800.02/1794.02	c conflicts		: 3464961
1800.02/1794.02	c decisions		: 18268138
1800.02/1794.02	c propagations		: 3595490293
1800.02/1794.02	c inspects		: 22303931600
1800.02/1794.02	c shortcuts		: 0
1800.02/1794.02	c learnt literals	: 95
1800.02/1794.02	c learnt binary clauses	: 529
1800.02/1794.02	c learnt ternary clauses	: 2383
1800.02/1794.02	c learnt constraints	: 3464866
1800.02/1794.02	c ignored constraints	: 0
1800.02/1794.02	c root simplifications	: 0
1800.02/1794.02	c removed literals (reason simplification)	: 0
1800.02/1794.02	c reason swapping (by a shorter reason)	: 0
1800.02/1794.02	c Calls to reduceDB	: 78
1800.02/1794.02	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.02	c number of learned constraints concerned by reduction	: 0
1800.02/1794.02	c number of learning phase by resolution	: 0
1800.02/1794.02	c number of learning phase by cutting planes	: 0
1800.02/1794.02	c speed (assignments/second)	: 2009684.5499535515
1800.02/1794.02	c non guided choices	3760587
1800.02/1794.05	c learnt constraints type 
1800.02/1794.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 529
1800.02/1794.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152555
1800.02/1794.05	c constraints type 
1800.02/1794.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
1800.02/1794.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.02/1794.05	c ignored satisfied constraints => 4115
1800.02/1794.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.02/1794.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
1800.02/1794.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
1800.02/1794.05	c 741696 constraints processed.
1800.02/1794.05	s UNKNOWN
1800.02/1794.05	c Total wall clock time (in seconds): 1793.925

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-3689451-1337890486/watcher-3689451-1337890486 -o /tmp/evaluation-result-3689451-1337890486/solver-3689451-1337890486 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689451-1337890486.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: 0.92 1.46 2.37 3/171 6306
/proc/meminfo: memFree=29587560/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (runsolver) D 6304 6306 718 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 255174152 12095488 51 33554432000 4194304 5436572 140735370827440 140735370823736 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6306/statm: 2953 51 31 304 0 2645 0

[startup+0.0649691 s]
/proc/loadavg: 0.92 1.46 2.37 3/171 6306
/proc/meminfo: memFree=29587560/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 3062 0 1 0 2 1 0 0 20 0 13 0 255174152 9446973440 3759 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100308 s]
/proc/loadavg: 0.92 1.46 2.37 3/171 6306
/proc/meminfo: memFree=29587560/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 3414 0 1 0 5 1 0 0 20 0 18 0 255174152 9787813888 4622 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2389603 4622 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300165 s]
/proc/loadavg: 0.92 1.46 2.37 3/171 6306
/proc/meminfo: memFree=29587560/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 5185 0 1 0 41 2 0 0 20 0 18 0 255174152 9787813888 8499 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2389603 8499 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.70029 s]
/proc/loadavg: 0.92 1.46 2.37 3/171 6306
/proc/meminfo: memFree=29587560/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9558412 CPUtime=1.1 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 6937 0 1 0 106 4 0 0 20 0 18 0 255174152 9787813888 40239 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2389603 40239 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 0.92 1.46 2.37 5/209 6351
/proc/meminfo: memFree=29259772/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9558412 CPUtime=2.18 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 8170 0 1 0 210 8 0 0 20 0 18 0 255174152 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2389603 53534 2246 9 0 2380296 0
[pid=6306/tid=6308] ppid=6304 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2523 0 1 0 136 3 0 0 20 0 18 0 255174153 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376278372256 140376124308156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 255174155 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 1873 0 0 0 29 0 0 0 20 0 18 0 255174159 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2438 0 0 0 24 0 0 0 20 0 18 0 255174159 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 53534 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558412

[startup+3.10082 s]
/proc/loadavg: 0.92 1.46 2.37 10/209 6351
/proc/meminfo: memFree=28920244/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9558412 CPUtime=4.1 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 9350 0 1 0 387 23 0 0 20 0 18 0 255174152 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2389603 150671 2246 9 0 2380296 0
[pid=6306/tid=6308] ppid=6304 vsize=9558412 CPUtime=2.86 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2673 0 1 0 278 8 0 0 20 0 18 0 255174153 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376278372240 140376124387036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 174 0 0 0 6 2 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 158 0 0 0 5 1 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 152 0 0 0 4 2 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 41 0 0 0 7 3 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 25 0 0 0 6 1 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 255174155 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255174156 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 1873 0 0 0 30 0 0 0 20 0 18 0 255174159 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2438 0 0 0 24 0 0 0 20 0 18 0 255174159 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255174159 9787813888 150671 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 1.01 1.47 2.37 3/210 6352
/proc/meminfo: memFree=27643104/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9624976 CPUtime=7.84 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 10714 0 1 0 750 34 0 0 20 0 19 0 255174152 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2406244 197296 2266 9 0 2396937 0
[pid=6306/tid=6308] ppid=6304 vsize=9624976 CPUtime=5.99 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2812 0 1 0 584 15 0 0 20 0 19 0 255174153 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376278378960 140376124663478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 366 0 0 0 9 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 165 0 0 0 6 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 159 0 0 0 5 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 102 0 0 0 5 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 258 0 0 0 7 3 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 93 0 0 0 9 3 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 148 0 0 0 11 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 19 0 255174155 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 2464 0 0 0 47 0 0 0 20 0 19 0 255174159 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2454 0 0 0 44 0 0 0 20 0 19 0 255174159 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6352] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6352/stat : 6352 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174645 9855975424 197296 33554432000 1073741824 1073778376 140735929496704 140375622616488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.09 1.48 2.36 3/211 6353
/proc/meminfo: memFree=27569620/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9624976 CPUtime=14.26 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 10718 0 1 0 1392 34 0 0 20 0 19 0 255174152 9855975424 198312 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=6306/tid=6321] ppid=6304 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 9699 0 0 0 92 2 0 0 20 0 19 0 255174159 9855975424 242856 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2467 0 0 0 53 0 0 0 20 0 19 0 255174159 9855975424 242856 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 242856 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 95 0 0 0 40 23 0 0 20 0 19 0 255174159 9855975424 242856 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6352] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6352/stat : 6352 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174645 9855975424 242856 33554432000 1073741824 1073778376 140735929496704 140375622616488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.1
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/211 6367
/proc/meminfo: memFree=27049724/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9624976 CPUtime=1728.24 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 20454 0 1 0 172746 78 0 0 20 0 19 0 255174152 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2406244 244969 2279 9 0 2396937 0
[pid=6306/tid=6308] ppid=6304 vsize=9624976 CPUtime=1697.64 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2893 0 1 0 169723 41 0 0 20 0 19 0 255174153 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376278380816 140376124663473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 531 0 0 0 66 7 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 579 0 0 0 67 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 418 0 0 0 67 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 341 0 0 0 65 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 540 0 0 0 69 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 257 0 0 0 70 5 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 422 0 0 0 73 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 327 0 0 0 69 4 0 0 20 0 19 0 255174155 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9624976 CPUtime=18.4 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 699 0 0 0 1837 3 0 0 20 0 19 0 255174156 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 9699 0 0 0 92 2 0 0 20 0 19 0 255174159 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2467 0 0 0 53 0 0 0 20 0 19 0 255174159 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 99 0 0 0 41 23 0 0 20 0 19 0 255174159 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6352] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6352/stat : 6352 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174645 9855975424 244969 33554432000 1073741824 1073778376 140735929496704 140375622616488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.24
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/211 6368
/proc/meminfo: memFree=27047304/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9624976 CPUtime=1788.31 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 20463 0 1 0 178751 80 0 0 20 0 19 0 255174152 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2406244 245482 2279 9 0 2396937 0
[pid=6306/tid=6308] ppid=6304 vsize=9624976 CPUtime=1757.22 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2894 0 1 0 175680 42 0 0 20 0 19 0 255174153 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376278380816 140376124663473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 531 0 0 0 67 7 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 579 0 0 0 67 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 418 0 0 0 68 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 341 0 0 0 65 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 541 0 0 0 70 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 257 0 0 0 72 5 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 422 0 0 0 74 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 327 0 0 0 71 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9624976 CPUtime=18.63 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 702 0 0 0 1860 3 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 9699 0 0 0 92 2 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2467 0 0 0 53 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 103 0 0 0 43 24 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6352] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6352/stat : 6352 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174645 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375622616488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.31
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.00 2.00 2.03 2/191 6371
/proc/meminfo: memFree=28599524/32873852 swapFree=6848/6848
[pid=6306] ppid=6304 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/6306/stat : 6306 (java) S 6304 6306 718 0 -1 4202496 20463 0 1 0 179922 80 0 0 20 0 19 0 255174152 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140735929487840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6306/statm: 2406244 245482 2279 9 0 2396937 0
[pid=6306/tid=6308] ppid=6304 vsize=9624976 CPUtime=1768.89 cores=0,2,4,6
/proc/6306/task/6308/stat : 6308 (java) R 6304 6306 718 0 -1 4202560 2894 0 1 0 176847 42 0 0 20 0 19 0 255174153 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376278380816 140376124663473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6309] ppid=6304 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/6306/task/6309/stat : 6309 (java) S 6304 6306 718 0 -1 4202560 531 0 0 0 67 7 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376250833704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6310] ppid=6304 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/6306/task/6310/stat : 6310 (java) S 6304 6306 718 0 -1 4202560 579 0 0 0 67 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376249780904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6311] ppid=6304 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/6306/task/6311/stat : 6311 (java) S 6304 6306 718 0 -1 4202560 418 0 0 0 68 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376248728616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6312] ppid=6304 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/6306/task/6312/stat : 6312 (java) S 6304 6306 718 0 -1 4202560 341 0 0 0 65 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376247675816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6313] ppid=6304 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/6306/task/6313/stat : 6313 (java) S 6304 6306 718 0 -1 4202560 541 0 0 0 70 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376246622504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6314] ppid=6304 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/6306/task/6314/stat : 6314 (java) S 6304 6306 718 0 -1 4202560 257 0 0 0 72 5 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376245569704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6315] ppid=6304 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/6306/task/6315/stat : 6315 (java) S 6304 6306 718 0 -1 4202560 422 0 0 0 74 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376244517416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6316] ppid=6304 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/6306/task/6316/stat : 6316 (java) S 6304 6306 718 0 -1 4202560 327 0 0 0 71 4 0 0 20 0 19 0 255174155 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140376243464616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6317] ppid=6304 vsize=9624976 CPUtime=18.63 cores=0,2,4,6
/proc/6306/task/6317/stat : 6317 (java) S 6304 6306 718 0 -1 4202560 702 0 0 0 1860 3 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375631039208 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6306/tid=6318] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6318/stat : 6318 (java) S 6304 6306 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375629985272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6319] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6319/stat : 6319 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174156 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375628932872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6320] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6320/stat : 6320 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375627881360 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6321] ppid=6304 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/6306/task/6321/stat : 6321 (java) S 6304 6306 718 0 -1 4202560 9699 0 0 0 92 2 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375626827960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6306/tid=6322] ppid=6304 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/6306/task/6322/stat : 6322 (java) S 6304 6306 718 0 -1 4202560 2467 0 0 0 53 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375625775160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6323] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6323/stat : 6323 (java) S 6304 6306 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375624723064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6306/tid=6324] ppid=6304 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/6306/task/6324/stat : 6324 (java) S 6304 6306 718 0 -1 4202560 103 0 0 0 43 24 0 0 20 0 19 0 255174159 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375623670472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6306/tid=6352] ppid=6304 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6306/task/6352/stat : 6352 (java) S 6304 6306 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255174645 9855975424 245482 33554432000 1073741824 1073778376 140735929496704 140375622616488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6306 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=718161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=211815
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.06
CPU time (s): 1800.02
CPU user time (s): 1799.22
CPU system time (s): 0.8
CPU usage (%): 100.332
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.21182
maximum resident set size= 982072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40291
involuntary context switches= 20641

runsolver used 5.53016 second user time and 15.4337 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 22:14:47
IDJOB=3689451
IDBENCH=89805
IDSOLVER=2269
FILE ID=node129/3689451-1337890486
RUNJOBID= node129-1337890486-6288
PBS_JOBID= 14620075
Free space on /tmp= 71576 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689451-1337890486/watcher-3689451-1337890486 -o /tmp/evaluation-result-3689451-1337890486/solver-3689451-1337890486 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689451-1337890486.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=969278243

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29588196 kB
Buffers:          230760 kB
Cached:          2273588 kB
SwapCached:            0 kB
Active:           591212 kB
Inactive:        1926260 kB
Active(anon):      15996 kB
Inactive(anon):        0 kB
Active(file):     575216 kB
Inactive(file):  1926260 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             69736 kB
Writeback:             0 kB
AnonPages:         20264 kB
Mapped:            13664 kB
Shmem:               204 kB
Slab:             630420 kB
SReclaimable:      72844 kB
SUnreclaim:       557576 kB
KernelStack:        1400 kB
PageTables:         3896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     106692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71608 MiB
End job on node129 at 2012-05-24 22:44:43