Trace number 3740943

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.2 906.265

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
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 variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3740943-1338749727.opb
0.07/0.13	c reading problem ... 
2.12/1.58	c ... done. Wall clock time 1.444s.
2.12/1.58	c #vars     7936
2.12/1.58	c #constraints  177125
2.12/1.58	c constraints type 
2.12/1.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.12/1.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.12/1.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.12/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.12/1.58	c constraints type 
2.12/1.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.12/1.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.12/1.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.12/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
6.65/3.31	c cleaning 2480 clauses out of 5000 with flag 5000/5000
7.33/3.61	c cleaning 0 clauses out of 5000 with flag 0/5000
10.26/4.95	c cleaning 4256 clauses out of 8516 with flag 11001/11001
12.17/5.93	c cleaning 0 clauses out of 11003 with flag 0/11003
13.63/6.62	c cleaning 5619 clauses out of 11258 with flag 18001/18001
16.69/8.10	c cleaning 6814 clauses out of 13640 with flag 26002/26002
17.99/8.84	c cleaning 0 clauses out of 18001 with flag 0/18001
19.87/9.86	c cleaning 7869 clauses out of 15824 with flag 35000/35000
23.89/11.90	c cleaning 8864 clauses out of 17955 with flag 45000/45000
25.57/12.83	c cleaning 0 clauses out of 26002 with flag 0/26002
27.47/13.89	c cleaning 10043 clauses out of 20091 with flag 56000/56000
31.79/16.07	c cleaning 10909 clauses out of 22048 with flag 68000/68000
35.62/18.07	c cleaning 12071 clauses out of 24141 with flag 81002/81002
36.49/18.56	c cleaning 0 clauses out of 35002 with flag 0/35002
41.56/21.11	c cleaning 12917 clauses out of 26068 with flag 95000/95000
46.23/23.59	c cleaning 14072 clauses out of 28151 with flag 110000/110000
51.05/26.08	c cleaning 0 clauses out of 45001 with flag 0/45001
53.74/27.44	c cleaning 15039 clauses out of 30079 with flag 126000/126000
58.72/29.97	c cleaning 15983 clauses out of 32039 with flag 143000/143000
65.59/33.41	c cleaning 16944 clauses out of 34057 with flag 161002/161002
73.19/37.40	c cleaning 18033 clauses out of 36111 with flag 180000/180000
82.43/42.07	c cleaning 19038 clauses out of 38079 with flag 200001/200001
89.11/45.48	c cleaning 20004 clauses out of 40040 with flag 221000/221000
98.97/50.47	c cleaning 20900 clauses out of 42036 with flag 243000/243000
106.35/54.21	c cleaning 22059 clauses out of 44137 with flag 266002/266002
114.61/58.42	c cleaning 23034 clauses out of 46076 with flag 290000/290000
127.27/64.85	c cleaning 23901 clauses out of 48042 with flag 315000/315000
138.69/70.63	c cleaning 24988 clauses out of 50141 with flag 341000/341000
153.69/78.23	c cleaning 26072 clauses out of 52156 with flag 368003/368003
161.15/82.05	c cleaning 0 clauses out of 56000 with flag 0/56000
169.79/86.44	c cleaning 26956 clauses out of 54080 with flag 396000/396000
179.26/91.27	c cleaning 28036 clauses out of 56124 with flag 425000/425000
188.22/95.89	c cleaning 29027 clauses out of 58090 with flag 455002/455002
198.67/101.20	c cleaning 30027 clauses out of 60065 with flag 486004/486004
211.93/107.89	c cleaning 30999 clauses out of 62033 with flag 518000/518000
232.39/118.16	c cleaning 32014 clauses out of 64038 with flag 551004/551004
259.22/131.61	c cleaning 33007 clauses out of 66022 with flag 585002/585002
272.27/138.26	c cleaning 33891 clauses out of 68014 with flag 620001/620001
287.71/146.10	c cleaning 35011 clauses out of 70122 with flag 656000/656000
305.16/154.86	c cleaning 35962 clauses out of 72112 with flag 693001/693001
323.19/163.93	c cleaning 36803 clauses out of 74149 with flag 731000/731000
338.82/171.80	c cleaning 0 clauses out of 68000 with flag 0/68000
343.23/174.17	c cleaning 38121 clauses out of 76345 with flag 770000/770000
357.46/181.40	c cleaning 38947 clauses out of 78224 with flag 810000/810000
373.02/189.21	c cleaning 39987 clauses out of 80277 with flag 851000/851000
397.28/201.42	c cleaning 40929 clauses out of 82291 with flag 893001/893001
425.14/215.44	c cleaning 42122 clauses out of 84362 with flag 936001/936001
443.76/224.85	c cleaning 42840 clauses out of 86239 with flag 980000/980000
467.53/236.81	c cleaning 44146 clauses out of 88399 with flag 1025000/1025000
489.74/248.04	c cleaning 45108 clauses out of 90254 with flag 1071001/1071001
513.18/259.85	c cleaning 46034 clauses out of 92147 with flag 1118002/1118002
532.24/269.48	c cleaning 46911 clauses out of 94112 with flag 1166001/1166001
569.42/288.17	c cleaning 48058 clauses out of 96202 with flag 1215002/1215002
615.75/311.36	c cleaning 0 clauses out of 81004 with flag 0/81004
620.75/313.92	c cleaning 48944 clauses out of 98142 with flag 1265000/1265000
651.00/329.18	c cleaning 50022 clauses out of 100198 with flag 1316000/1316000
682.00/344.72	c cleaning 50932 clauses out of 102176 with flag 1368000/1368000
714.85/361.27	c cleaning 52121 clauses out of 104245 with flag 1421001/1421001
749.89/378.81	c cleaning 53062 clauses out of 106123 with flag 1475000/1475000
774.77/391.32	c cleaning 53819 clauses out of 108060 with flag 1530000/1530000
802.12/405.18	c cleaning 54941 clauses out of 110242 with flag 1586001/1586001
835.18/421.76	c cleaning 55842 clauses out of 112302 with flag 1643002/1643002
872.43/440.47	c cleaning 57170 clauses out of 114461 with flag 1701003/1701003
904.06/456.37	c cleaning 58040 clauses out of 116288 with flag 1760000/1760000
939.78/474.30	c cleaning 59067 clauses out of 118248 with flag 1820000/1820000
969.45/489.25	c cleaning 60083 clauses out of 120182 with flag 1881001/1881001
1007.88/508.59	c cleaning 60867 clauses out of 122099 with flag 1943001/1943001
1010.10/509.76	c cleaning 0 clauses out of 95001 with flag 0/95001
1042.44/526.08	c cleaning 62010 clauses out of 124231 with flag 2006000/2006000
1080.32/545.09	c cleaning 63047 clauses out of 126222 with flag 2070001/2070001
1110.15/560.05	c cleaning 63912 clauses out of 128174 with flag 2135000/2135000
1145.78/577.94	c cleaning 65069 clauses out of 130263 with flag 2201001/2201001
1182.12/596.29	c cleaning 65987 clauses out of 132193 with flag 2268000/2268000
1224.96/617.78	c cleaning 67035 clauses out of 134210 with flag 2336004/2336004
1285.09/647.85	c cleaning 68019 clauses out of 136171 with flag 2405000/2405000
1354.53/682.69	c cleaning 68931 clauses out of 138152 with flag 2475000/2475000
1422.88/716.98	c cleaning 69901 clauses out of 140221 with flag 2546000/2546000
1486.35/748.74	c cleaning 71059 clauses out of 142320 with flag 2618000/2618000
1557.02/784.11	c cleaning 72049 clauses out of 144263 with flag 2691002/2691002
1622.72/817.01	c cleaning 0 clauses out of 110000 with flag 0/110000
1632.94/822.34	c cleaning 72960 clauses out of 146212 with flag 2765000/2765000
1699.98/855.98	c cleaning 74118 clauses out of 148253 with flag 2840001/2840001
1777.24/894.66	c cleaning 74895 clauses out of 150135 with flag 2916001/2916001
1800.20/906.21	c starts		: 231
1800.20/906.21	c conflicts		: 2946236
1800.20/906.21	c decisions		: 14455075
1800.20/906.21	c propagations		: 710005189
1800.20/906.21	c inspects		: 8400128271
1800.20/906.21	c shortcuts		: 0
1800.20/906.21	c learnt literals	: 14
1800.20/906.21	c learnt binary clauses	: 482
1800.20/906.21	c learnt ternary clauses	: 1885
1800.20/906.21	c learnt constraints	: 2946222
1800.20/906.21	c ignored constraints	: 0
1800.20/906.21	c root simplifications	: 0
1800.20/906.21	c removed literals (reason simplification)	: 81037080
1800.20/906.21	c reason swapping (by a shorter reason)	: 0
1800.20/906.21	c Calls to reduceDB	: 72
1800.20/906.21	c number of reductions to clauses (during analyze)	: 0
1800.20/906.21	c number of learned constraints concerned by reduction	: 0
1800.20/906.21	c number of learning phase by resolution	: 0
1800.20/906.21	c number of learning phase by cutting planes	: 0
1800.20/906.21	c speed (assignments/second)	: 784854.4271544372
1800.20/906.21	c non guided choices	512809
1800.20/906.24	c learnt constraints type 
1800.20/906.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 482
1800.20/906.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105032
1800.20/906.24	c constraints type 
1800.20/906.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1800.20/906.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.20/906.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.20/906.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1800.20/906.24	c constraints type 
1800.20/906.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
1800.20/906.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
1800.20/906.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1800.20/906.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1800.20/906.24	s UNKNOWN
1800.20/906.24	c Total wall clock time (in seconds): 906.113

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-3740943-1338749727/watcher-3740943-1338749727 -o /tmp/evaluation-result-3740943-1338749727/solver-3740943-1338749727 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740943-1338749727.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.84 1.97 1.99 3/173 13122
/proc/meminfo: memFree=31277248/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13122/stat : 13122 (java) D 13120 13122 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341097657 9515008 183 33554432000 1073741824 1073778376 140734923469136 140734923460168 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/13122/statm: 2323 183 140 9 0 71 0

[startup+0.0768921 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 13122
/proc/meminfo: memFree=31277248/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 4323 0 1 0 4 1 0 0 20 0 13 0 341097657 11523600384 12685 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2813379 12685 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100334 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 13122
/proc/meminfo: memFree=31277248/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 4473 0 1 0 6 1 0 0 20 0 18 0 341097657 11864465408 12835 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300161 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 13122
/proc/meminfo: memFree=31277248/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 6255 0 1 0 42 2 0 0 20 0 18 0 341097657 11864465408 15824 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2896598 15824 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700285 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 13122
/proc/meminfo: memFree=31277248/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11586392 CPUtime=1.21 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 9672 0 1 0 115 6 0 0 20 0 18 0 341097657 11864465408 52956 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2896598 52956 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 2.17 2.03 2.01 4/211 13167
/proc/meminfo: memFree=30582168/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11586392 CPUtime=2.12 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 9914 0 1 0 199 13 0 0 20 0 18 0 341097657 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2896598 162552 2238 9 0 2887285 0
[pid=13122/tid=13124] ppid=13120 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) R 13120 13122 13088 0 -1 4202560 3651 0 1 0 135 11 0 0 20 0 18 0 341097658 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662191955936 139662018990224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341097661 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341097662 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341097662 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341097662 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097665 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 2834 0 0 0 29 2 0 0 20 0 18 0 341097665 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 2244 0 0 0 31 0 0 0 20 0 18 0 341097665 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097665 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097665 11864465408 162552 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 11586392

[startup+3.1007 s]
/proc/loadavg: 2.17 2.03 2.01 9/219 13175
/proc/meminfo: memFree=29570272/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11852648 CPUtime=6.22 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 17920 0 1 0 600 22 0 0 20 0 22 0 341097657 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2963162 303698 2262 9 0 2953849 0
[pid=13122/tid=13124] ppid=13120 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) S 13120 13122 13088 0 -1 4202560 3684 0 1 0 142 12 0 0 20 0 22 0 341097658 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662191965336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341097661 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 7053 0 0 0 77 3 0 0 20 0 22 0 341097665 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 5640 0 0 0 83 1 0 0 20 0 22 0 341097665 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13168] ppid=13120 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/13122/task/13168/stat : 13168 (java) R 13120 13122 13088 0 -1 4202560 26 0 0 0 149 0 0 0 20 0 22 0 341097816 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661127172968 139662019276812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13169] ppid=13120 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/13122/task/13169/stat : 13169 (java) R 13120 13122 13088 0 -1 4202560 310 0 0 0 140 8 0 0 20 0 22 0 341097816 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661126119928 139662019417500 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13170] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13170/stat : 13170 (java) S 13120 13122 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661125068456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13171] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13171/stat : 13171 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 303698 33554432000 1073741824 1073778376 140736882501552 139661124015656 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11852648

[startup+6.30071 s]
/proc/loadavg: 2.17 2.03 2.01 5/219 13175
/proc/meminfo: memFree=28147856/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11852648 CPUtime=13.02 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 22361 0 1 0 1270 32 0 0 20 0 22 0 341097657 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2963162 352958 2289 9 0 2953849 0
[pid=13122/tid=13124] ppid=13120 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) S 13120 13122 13088 0 -1 4202560 3684 0 1 0 142 12 0 0 20 0 22 0 341097658 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662191965336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341097661 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 88 0 0 0 51 2 0 0 20 0 22 0 341097662 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 7081 0 0 0 97 3 0 0 20 0 22 0 341097665 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 9800 0 0 0 149 2 0 0 20 0 22 0 341097665 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13168] ppid=13120 vsize=11852648 CPUtime=4.04 cores=0,2,4,6
/proc/13122/task/13168/stat : 13168 (java) R 13120 13122 13088 0 -1 4202560 30 0 0 0 404 0 0 0 20 0 22 0 341097816 12137111552 352958 33554432000 1073741824 1073778376 140736882501552 139661127170928 139662019276812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/13122/statm: 2963162 921054 2291 9 0 2953849 0
[pid=13122/tid=13124] ppid=13120 vsize=11852648 CPUtime=1.57 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) S 13120 13122 13088 0 -1 4202560 3703 0 1 0 144 13 0 0 20 0 22 0 341097658 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662191965336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 100 0 0 0 85 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 147 0 0 0 94 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 143 0 0 0 86 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 143 0 0 0 100 4 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 234 0 0 0 89 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 119 0 0 0 87 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 129 0 0 0 86 3 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 155 0 0 0 86 2 0 0 20 0 22 0 341097661 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11852648 CPUtime=16.04 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 171 0 0 0 1596 8 0 0 20 0 22 0 341097662 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 7916 0 0 0 130 3 0 0 20 0 22 0 341097665 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 9805 0 0 0 161 2 0 0 20 0 22 0 341097665 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 47 0 0 0 17 14 0 0 20 0 22 0 341097665 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13168] ppid=13120 vsize=11852648 CPUtime=800.29 cores=0,2,4,6
/proc/13122/task/13168/stat : 13168 (java) R 13120 13122 13088 0 -1 4202560 101 0 0 0 80015 14 0 0 20 0 22 0 341097816 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661127170800 139662019743319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13169] ppid=13120 vsize=11852648 CPUtime=800.22 cores=0,2,4,6
/proc/13122/task/13169/stat : 13169 (java) R 13120 13122 13088 0 -1 4202560 1404 0 0 0 79961 61 0 0 20 0 22 0 341097816 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661126120016 139662019206227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13170] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13170/stat : 13170 (java) S 13120 13122 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661125068456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13171] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13171/stat : 13171 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921054 33554432000 1073741824 1073778376 140736882501552 139661124015656 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1632.94
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.87 3.19 5/220 13207
/proc/meminfo: memFree=23885124/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11852648 CPUtime=1752.63 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 25610 0 1 0 175145 118 0 0 20 0 22 0 341097657 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2963162 921140 2291 9 0 2953849 0
[pid=13122/tid=13124] ppid=13120 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) S 13120 13122 13088 0 -1 4202560 3704 0 1 0 145 13 0 0 20 0 22 0 341097658 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662191965336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 117 0 0 0 93 3 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 151 0 0 0 100 3 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 153 0 0 0 96 3 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 147 0 0 0 108 4 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 234 0 0 0 93 3 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 137 0 0 0 95 3 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 155 0 0 0 93 4 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 162 0 0 0 92 2 0 0 20 0 22 0 341097661 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11852648 CPUtime=16.57 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 175 0 0 0 1649 8 0 0 20 0 22 0 341097662 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 7916 0 0 0 130 3 0 0 20 0 22 0 341097665 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 9805 0 0 0 161 2 0 0 20 0 22 0 341097665 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 341097665 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13168] ppid=13120 vsize=11852648 CPUtime=859.45 cores=0,2,4,6
/proc/13122/task/13168/stat : 13168 (java) R 13120 13122 13088 0 -1 4202560 105 0 0 0 85930 15 0 0 20 0 22 0 341097816 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661127171024 139662019276812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13169] ppid=13120 vsize=11852648 CPUtime=859.36 cores=0,2,4,6
/proc/13122/task/13169/stat : 13169 (java) R 13120 13122 13088 0 -1 4202560 1405 0 0 0 85874 62 0 0 20 0 22 0 341097816 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661126118928 139662019161305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13170] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13170/stat : 13170 (java) S 13120 13122 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661125068456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13171] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13171/stat : 13171 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921140 33554432000 1073741824 1073778376 140736882501552 139661124015656 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1752.63
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.201 s]
/proc/loadavg: 3.99 3.88 3.21 5/220 13207
/proc/meminfo: memFree=23884636/32873844 swapFree=7116/7116
[pid=13122] ppid=13120 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/13122/stat : 13122 (java) S 13120 13122 13088 0 -1 4202496 25616 0 1 0 179901 119 0 0 20 0 22 0 341097657 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 140736882492688 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13122/statm: 2963162 921143 2291 9 0 2953849 0
[pid=13122/tid=13124] ppid=13120 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/13122/task/13124/stat : 13124 (java) S 13120 13122 13088 0 -1 4202560 3704 0 1 0 145 13 0 0 20 0 22 0 341097658 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662191965336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13125] ppid=13120 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13122/task/13125/stat : 13125 (java) S 13120 13122 13088 0 -1 4202560 120 0 0 0 94 3 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662146718504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13126] ppid=13120 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/13122/task/13126/stat : 13126 (java) S 13120 13122 13088 0 -1 4202560 151 0 0 0 101 3 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662145665704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13127] ppid=13120 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/13122/task/13127/stat : 13127 (java) S 13120 13122 13088 0 -1 4202560 153 0 0 0 96 3 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662144613416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13128] ppid=13120 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/13122/task/13128/stat : 13128 (java) S 13120 13122 13088 0 -1 4202560 147 0 0 0 109 4 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662143560616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13129] ppid=13120 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13122/task/13129/stat : 13129 (java) S 13120 13122 13088 0 -1 4202560 234 0 0 0 94 3 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662142507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13130] ppid=13120 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/13122/task/13130/stat : 13130 (java) S 13120 13122 13088 0 -1 4202560 137 0 0 0 95 3 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662141454504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13131] ppid=13120 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13122/task/13131/stat : 13131 (java) S 13120 13122 13088 0 -1 4202560 155 0 0 0 93 4 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662140402216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13132] ppid=13120 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/13122/task/13132/stat : 13132 (java) S 13120 13122 13088 0 -1 4202560 162 0 0 0 92 2 0 0 20 0 22 0 341097661 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662139349416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13133] ppid=13120 vsize=11852648 CPUtime=16.82 cores=0,2,4,6
/proc/13122/task/13133/stat : 13133 (java) S 13120 13122 13088 0 -1 4202560 175 0 0 0 1674 8 0 0 20 0 22 0 341097662 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662008998632 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13135] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13135/stat : 13135 (java) S 13120 13122 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662007944696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13136] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13136/stat : 13136 (java) S 13120 13122 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097662 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662006892296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13147] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13147/stat : 13147 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662005840784 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13148] ppid=13120 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/13122/task/13148/stat : 13148 (java) S 13120 13122 13088 0 -1 4202560 7916 0 0 0 130 3 0 0 20 0 22 0 341097665 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662004787384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13149] ppid=13120 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/13122/task/13149/stat : 13149 (java) S 13120 13122 13088 0 -1 4202560 9805 0 0 0 161 2 0 0 20 0 22 0 341097665 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139662003734584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13150] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13150/stat : 13150 (java) S 13120 13122 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097665 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661129280120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13122/tid=13151] ppid=13120 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/13122/task/13151/stat : 13151 (java) S 13120 13122 13088 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 341097665 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661128227528 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13168] ppid=13120 vsize=11852648 CPUtime=883.02 cores=0,2,4,6
/proc/13122/task/13168/stat : 13168 (java) R 13120 13122 13088 0 -1 4202560 106 0 0 0 88287 15 0 0 20 0 22 0 341097816 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661127172816 139662019414045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13122/tid=13169] ppid=13120 vsize=11852648 CPUtime=882.94 cores=0,2,4,6
/proc/13122/task/13169/stat : 13169 (java) R 13120 13122 13088 0 -1 4202560 1405 0 0 0 88232 62 0 0 20 0 22 0 341097816 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661126118096 139662019161093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13122/tid=13170] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13170/stat : 13170 (java) S 13120 13122 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661125068456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13122/tid=13171] ppid=13120 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13122/task/13171/stat : 13171 (java) S 13120 13122 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097817 12137111552 921143 33554432000 1073741824 1073778376 140736882501552 139661124015656 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

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 13122 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=477198
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=612754
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.265
CPU time (s): 1800.2
CPU user time (s): 1799.01
CPU system time (s): 1.19
CPU usage (%): 198.639
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.61275
maximum resident set size= 3684700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25652
page faults= 1
swaps= 0
block input operations= 48
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25205
involuntary context switches= 26393

runsolver used 3.2625 second user time and 7.95279 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 20:55:27
IDJOB=3740943
IDBENCH=89699
IDSOLVER=2328
FILE ID=node146/3740943-1338749727
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70892 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740943-1338749727/watcher-3740943-1338749727 -o /tmp/evaluation-result-3740943-1338749727/solver-3740943-1338749727 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740943-1338749727.opb

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=1059302046

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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:       32873844 kB
MemFree:        31277876 kB
Buffers:          309956 kB
Cached:           460504 kB
SwapCached:         1792 kB
Active:           434548 kB
Inactive:         342884 kB
Active(anon):       8056 kB
Inactive(anon):     1664 kB
Active(file):     426492 kB
Inactive(file):   341220 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:             14908 kB
Writeback:             0 kB
AnonPages:         13108 kB
Mapped:             8064 kB
Shmem:                 0 kB
Slab:             678072 kB
SReclaimable:     117712 kB
SUnreclaim:       560360 kB
KernelStack:        1360 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     107508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 70892 MiB
End job on node146 at 2012-06-03 21:10:36