Trace number 3688226

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.07 899.054

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688226-1337876120.opb
0.09/0.11	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 13 constraints processed.
0.09/0.15	c objective function length is 1 literals
2.24/0.72	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.85/1.11	c cleaning 4245 clauses out of 8500 with flag 11001/11001
4.50/1.39	c cleaning 5629 clauses out of 11258 with flag 18004/18004
5.31/1.70	c cleaning 6809 clauses out of 13626 with flag 26001/26001
6.12/2.12	c cleaning 7905 clauses out of 15818 with flag 35002/35002
6.89/2.58	c cleaning 8953 clauses out of 17911 with flag 45000/45000
8.07/3.12	c cleaning 9979 clauses out of 19960 with flag 56002/56002
9.46/3.81	c cleaning 10990 clauses out of 21979 with flag 68000/68000
10.65/4.47	c cleaning 11987 clauses out of 23989 with flag 81000/81000
12.03/5.17	c cleaning 13001 clauses out of 26003 with flag 95001/95001
13.81/6.06	c cleaning 14001 clauses out of 28002 with flag 110001/110001
16.00/7.16	c cleaning 14995 clauses out of 30000 with flag 126000/126000
18.98/8.62	c cleaning 16003 clauses out of 32005 with flag 143000/143000
21.77/10.07	c cleaning 17001 clauses out of 34002 with flag 161000/161000
24.38/11.31	c cleaning 18001 clauses out of 36002 with flag 180001/180001
26.97/12.66	c cleaning 18995 clauses out of 38000 with flag 200000/200000
29.74/14.08	c cleaning 20004 clauses out of 40007 with flag 221002/221002
32.95/15.65	c cleaning 20997 clauses out of 42002 with flag 243001/243001
35.92/17.14	c cleaning 21998 clauses out of 44005 with flag 266001/266001
39.11/18.72	c cleaning 22998 clauses out of 46006 with flag 290000/290000
42.86/20.61	c cleaning 23999 clauses out of 48008 with flag 315000/315000
46.84/22.69	c cleaning 25004 clauses out of 50010 with flag 341001/341001
51.82/25.17	c cleaning 26004 clauses out of 52007 with flag 368002/368002
57.40/27.99	c cleaning 26997 clauses out of 54002 with flag 396001/396001
62.56/30.57	c cleaning 28006 clauses out of 56011 with flag 425007/425007
67.56/33.04	c cleaning 28997 clauses out of 57999 with flag 455001/455001
72.72/35.70	c cleaning 29996 clauses out of 60001 with flag 486000/486000
78.69/38.65	c cleaning 30995 clauses out of 62005 with flag 518000/518000
85.45/42.00	c cleaning 32001 clauses out of 64010 with flag 551000/551000
91.43/45.00	c cleaning 33008 clauses out of 66015 with flag 585006/585006
97.40/48.09	c cleaning 34001 clauses out of 68002 with flag 620001/620001
104.19/51.46	c cleaning 34998 clauses out of 70002 with flag 656002/656002
110.95/54.87	c cleaning 35999 clauses out of 72004 with flag 693002/693002
119.14/58.98	c cleaning 37002 clauses out of 74003 with flag 731000/731000
127.91/63.36	c cleaning 37993 clauses out of 76001 with flag 770000/770000
137.93/68.36	c cleaning 38997 clauses out of 78008 with flag 810000/810000
147.88/73.38	c cleaning 39999 clauses out of 80012 with flag 851001/851001
156.26/77.58	c cleaning 41003 clauses out of 82014 with flag 893002/893002
164.84/81.89	c cleaning 42001 clauses out of 84011 with flag 936002/936002
174.02/86.44	c cleaning 42999 clauses out of 86008 with flag 980000/980000
184.18/91.51	c cleaning 44002 clauses out of 88011 with flag 1025002/1025002
194.18/96.56	c cleaning 45004 clauses out of 90008 with flag 1071001/1071001
206.97/102.91	c cleaning 45997 clauses out of 92003 with flag 1118000/1118000
219.80/109.39	c cleaning 46999 clauses out of 94009 with flag 1166003/1166003
232.00/115.42	c cleaning 47999 clauses out of 96007 with flag 1215000/1215000
244.17/121.52	c cleaning 49002 clauses out of 98009 with flag 1265001/1265001
257.18/128.04	c cleaning 49995 clauses out of 100006 with flag 1316000/1316000
269.59/134.28	c cleaning 51005 clauses out of 102015 with flag 1368004/1368004
284.76/141.83	c cleaning 52003 clauses out of 104008 with flag 1421002/1421002
296.53/147.70	c cleaning 52992 clauses out of 106005 with flag 1475002/1475002
309.91/154.42	c cleaning 53998 clauses out of 108011 with flag 1530000/1530000
323.89/161.43	c cleaning 55006 clauses out of 110014 with flag 1586001/1586001
337.84/168.45	c cleaning 56002 clauses out of 112008 with flag 1643001/1643001
351.29/175.17	c cleaning 56999 clauses out of 114005 with flag 1701000/1701000
365.10/182.03	c cleaning 58003 clauses out of 116006 with flag 1760000/1760000
378.72/188.81	c cleaning 58999 clauses out of 118003 with flag 1820000/1820000
396.71/197.84	c cleaning 59999 clauses out of 120006 with flag 1881002/1881002
416.96/207.94	c cleaning 61000 clauses out of 122005 with flag 1943000/1943000
435.80/217.35	c cleaning 62003 clauses out of 124005 with flag 2006000/2006000
452.41/225.65	c cleaning 63001 clauses out of 126003 with flag 2070001/2070001
468.56/233.74	c cleaning 63995 clauses out of 128002 with flag 2135001/2135001
485.80/242.31	c cleaning 65000 clauses out of 130008 with flag 2201002/2201002
506.66/252.73	c cleaning 65999 clauses out of 132009 with flag 2268003/2268003
526.68/262.71	c cleaning 66996 clauses out of 134007 with flag 2336000/2336000
546.10/272.45	c cleaning 68007 clauses out of 136013 with flag 2405002/2405002
569.91/284.33	c cleaning 68998 clauses out of 138004 with flag 2475000/2475000
590.49/294.67	c cleaning 69997 clauses out of 140006 with flag 2546000/2546000
612.38/305.57	c cleaning 71001 clauses out of 142009 with flag 2618000/2618000
635.77/317.28	c cleaning 71999 clauses out of 144009 with flag 2691001/2691001
657.38/328.05	c cleaning 73006 clauses out of 146012 with flag 2765003/2765003
676.84/337.77	c cleaning 73999 clauses out of 148004 with flag 2840001/2840001
699.65/349.16	c cleaning 75001 clauses out of 150005 with flag 2916001/2916001
725.45/362.05	c cleaning 76001 clauses out of 152006 with flag 2993003/2993003
752.27/375.45	c cleaning 76995 clauses out of 154002 with flag 3071000/3071000
780.54/389.55	c cleaning 77997 clauses out of 156007 with flag 3150000/3150000
811.72/405.11	c cleaning 79004 clauses out of 158013 with flag 3230003/3230003
837.06/417.90	c cleaning 80001 clauses out of 160007 with flag 3311001/3311001
864.69/431.63	c cleaning 81002 clauses out of 162008 with flag 3393003/3393003
895.32/446.98	c cleaning 82001 clauses out of 164003 with flag 3476000/3476000
926.14/462.32	c cleaning 82993 clauses out of 166006 with flag 3560004/3560004
959.97/479.25	c cleaning 84000 clauses out of 168009 with flag 3645000/3645000
993.44/495.96	c cleaning 85005 clauses out of 170011 with flag 3731002/3731002
1025.02/511.79	c cleaning 86000 clauses out of 172005 with flag 3818001/3818001
1060.59/529.59	c cleaning 86993 clauses out of 174006 with flag 3906002/3906002
1097.96/548.29	c cleaning 88002 clauses out of 176011 with flag 3995000/3995000
1129.61/564.00	c cleaning 89000 clauses out of 178010 with flag 4085001/4085001
1166.46/582.43	c cleaning 90003 clauses out of 180010 with flag 4176001/4176001
1202.34/600.32	c cleaning 91000 clauses out of 182006 with flag 4268000/4268000
1244.76/621.52	c cleaning 91996 clauses out of 184008 with flag 4361002/4361002
1283.99/641.16	c cleaning 93007 clauses out of 186014 with flag 4455004/4455004
1319.39/658.86	c cleaning 93993 clauses out of 188005 with flag 4550002/4550002
1353.60/675.95	c cleaning 95004 clauses out of 190012 with flag 4646002/4646002
1389.71/694.02	c cleaning 95997 clauses out of 192006 with flag 4743000/4743000
1432.76/715.57	c cleaning 96999 clauses out of 194010 with flag 4841001/4841001
1477.08/737.61	c cleaning 97996 clauses out of 196011 with flag 4940001/4940001
1529.50/763.82	c cleaning 99002 clauses out of 198016 with flag 5040002/5040002
1573.65/785.93	c cleaning 100003 clauses out of 200013 with flag 5141001/5141001
1628.69/813.47	c cleaning 101002 clauses out of 202010 with flag 5243001/5243001
1679.53/838.81	c cleaning 101995 clauses out of 204007 with flag 5346000/5346000
1719.75/859.00	c cleaning 102996 clauses out of 206012 with flag 5450000/5450000
1765.00/881.51	c cleaning 104006 clauses out of 208017 with flag 5555001/5555001
1800.07/899.01	c starts		: 275
1800.07/899.01	c conflicts		: 5661001
1800.07/899.01	c decisions		: 5788016
1800.07/899.01	c propagations		: 42903805
1800.07/899.01	c inspects		: 11200458870
1800.07/899.01	c shortcuts		: 0
1800.07/899.01	c learnt literals	: 0
1800.07/899.01	c learnt binary clauses	: 0
1800.07/899.01	c learnt ternary clauses	: 0
1800.07/899.01	c learnt constraints	: 5661001
1800.07/899.01	c ignored constraints	: 0
1800.07/899.01	c root simplifications	: 0
1800.07/899.01	c removed literals (reason simplification)	: 42088821
1800.07/899.01	c reason swapping (by a shorter reason)	: 0
1800.07/899.01	c Calls to reduceDB	: 102
1800.07/899.01	c number of reductions to clauses (during analyze)	: 0
1800.07/899.01	c number of learned constraints concerned by reduction	: 0
1800.07/899.01	c number of learning phase by resolution	: 0
1800.07/899.01	c number of learning phase by cutting planes	: 0
1800.07/899.01	c speed (assignments/second)	: 47731.35415971342
1800.07/899.01	c non guided choices	22
1800.07/899.04	c learnt constraints type 
1800.07/899.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210011
1800.07/899.04	c constraints type 
1800.07/899.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/899.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
1800.07/899.04	c 13 constraints processed.
1800.07/899.04	c constraints type 
1800.07/899.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1800.07/899.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.07/899.04	c 13 constraints processed.
1800.07/899.04	s UNKNOWN
1800.07/899.04	c Total wall clock time (in seconds): 898.927

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-3688226-1337876120/watcher-3688226-1337876120 -o /tmp/evaluation-result-3688226-1337876120/solver-3688226-1337876120 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688226-1337876120.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: 3.85 4.00 3.90 3/197 23647
/proc/meminfo: memFree=27721596/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/23647/stat : 23647 (java) R 23645 23647 22409 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 253739233 278528 33 33554432000 1073741824 1073778376 140734910249216 140736329600024 213857168679 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 625 42 34 9 0 25 0

[startup+0.0306769 s]
/proc/loadavg: 3.85 4.00 3.90 3/197 23647
/proc/meminfo: memFree=27721596/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 2799 0 1 0 0 0 0 0 20 0 10 0 253739233 9233014784 3499 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2254154 3507 1559 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100597 s]
/proc/loadavg: 3.85 4.00 3.90 3/197 23647
/proc/meminfo: memFree=27721596/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 4314 0 1 0 8 1 0 0 20 0 18 0 253739233 9787813888 6017 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2389603 6017 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 3.85 4.00 3.90 3/197 23647
/proc/meminfo: memFree=27721596/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824984 CPUtime=0.65 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 15227 0 1 0 62 3 0 0 20 0 22 0 253739233 10060783616 13902 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456246 13914 2225 9 0 2446939 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824984

[startup+0.70018 s]
/proc/loadavg: 3.85 4.00 3.90 3/197 23647
/proc/meminfo: memFree=27721596/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 18576 0 1 0 220 4 0 0 20 0 22 0 253739233 10060460032 23291 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 23291 2236 9 0 2446860 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.78 3.98 3.89 7/219 23670
/proc/meminfo: memFree=27582116/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=4.9 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 26423 0 1 0 482 8 0 0 20 0 22 0 253739233 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 46459 2272 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253739234 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253739236 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13054 0 0 0 102 3 0 0 20 0 22 0 253739239 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 22409 0 -1 4202560 9490 0 0 0 106 2 0 0 20 0 22 0 253739239 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877098171064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877097118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877096066376 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/23647/task/23666/stat : 23666 (java) R 23645 23647 22409 0 -1 4202560 49 0 0 0 127 0 0 0 20 0 22 0 253739248 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877095010488 139877102817866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23667] ppid=23645 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/23647/task/23667/stat : 23667 (java) R 23645 23647 22409 0 -1 4202560 127 0 0 0 123 2 0 0 20 0 22 0 253739248 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877093955520 139877102964787 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23668] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23668/stat : 23668 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877092906024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23669] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23669/stat : 23669 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 46459 33554432000 1073741824 1073778376 140734910249216 139877091853480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.78 3.98 3.89 5/219 23670
/proc/meminfo: memFree=27526932/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=8.07 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 26455 0 1 0 799 8 0 0 20 0 22 0 253739233 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 50575 2273 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253739234 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 253739236 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13056 0 0 0 106 3 0 0 20 0 22 0 253739239 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 22409 0 -1 4202560 9490 0 0 0 106 2 0 0 20 0 22 0 253739239 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877098171064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877097118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877096066376 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/23647/task/23666/stat : 23666 (java) R 23645 23647 22409 0 -1 4202560 51 0 0 0 280 0 0 0 20 0 22 0 253739248 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877095010368 139877103635295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23667] ppid=23645 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/23647/task/23667/stat : 23667 (java) R 23645 23647 22409 0 -1 4202560 135 0 0 0 276 3 0 0 20 0 22 0 253739248 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877093955960 139877103231145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23668] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23668/stat : 23668 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877092906024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23669] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23669/stat : 23669 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 50575 33554432000 1073741824 1073778376 140734910249216 139877091853480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.80 3.98 3.89 5/219 23670
/proc/meminfo: memFree=27512108/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=14.39 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 26485 0 1 0 1430 9 0 0 20 0 22 0 253739233 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 52621 2273 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253739234 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253739235 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 36 0 0 0 17 0 0 0 20 0 22 0 253739236 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13056 0 0 0 107 3 0 0 20 0 22 0 253739239 10060460032 52621 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/23647/statm: 2456167 185046 2274 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2448 0 1 0 12 2 0 0 20 0 22 0 253739234 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 1108 0 0 0 161 7 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 1090 0 0 0 164 8 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 752 0 0 0 155 9 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 1176 0 0 0 162 7 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 848 0 0 0 158 7 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 1077 0 0 0 153 8 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 1186 0 0 0 155 8 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 1042 0 0 0 161 8 0 0 20 0 22 0 253739235 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=5.3 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 783 0 0 0 497 33 0 0 20 0 22 0 253739236 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13065 0 0 0 109 3 0 0 20 0 22 0 253739239 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 22409 0 -1 4202560 9490 0 0 0 106 2 0 0 20 0 22 0 253739239 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877098171064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877097118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 22409 0 -1 4202560 47 0 0 0 9 9 0 0 20 0 22 0 253739239 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877096066376 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=9824668 CPUtime=810.57 cores=0,2,4,6
/proc/23647/task/23666/stat : 23666 (java) R 23645 23647 22409 0 -1 4202560 295 0 0 0 81043 14 0 0 20 0 22 0 253739248 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877095008512 139877102848939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23667] ppid=23645 vsize=9824668 CPUtime=810.74 cores=0,2,4,6
/proc/23647/task/23667/stat : 23667 (java) R 23645 23647 22409 0 -1 4202560 3587 0 0 0 81051 23 0 0 20 0 22 0 253739248 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877093956784 139877103070224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23668] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23668/stat : 23668 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877092906024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23669] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23669/stat : 23669 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 185046 33554432000 1073741824 1073778376 140734910249216 139877091853480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 4.00 3.93 5/220 23885
/proc/meminfo: memFree=24956292/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=1766.55 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 39248 0 1 0 176526 129 0 0 20 0 22 0 253739233 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 149228 2274 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2449 0 1 0 12 2 0 0 20 0 22 0 253739234 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 1111 0 0 0 171 7 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 1091 0 0 0 177 8 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 762 0 0 0 167 9 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 1190 0 0 0 173 7 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 849 0 0 0 168 7 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 1079 0 0 0 164 8 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 1191 0 0 0 168 8 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 1044 0 0 0 174 8 0 0 20 0 22 0 253739235 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=5.61 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 787 0 0 0 526 35 0 0 20 0 22 0 253739236 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13065 0 0 0 109 3 0 0 20 0 22 0 253739239 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 22409 0 -1 4202560 9490 0 0 0 106 2 0 0 20 0 22 0 253739239 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877098171064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877097118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 22409 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 253739239 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877096066376 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=9824668 CPUtime=869.84 cores=0,2,4,6
/proc/23647/task/23666/stat : 23666 (java) R 23645 23647 22409 0 -1 4202560 302 0 0 0 86968 16 0 0 20 0 22 0 253739248 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877095010368 139877102816221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23667] ppid=23645 vsize=9824668 CPUtime=870.01 cores=0,2,4,6
/proc/23647/task/23667/stat : 23667 (java) R 23645 23647 22409 0 -1 4202560 3600 0 0 0 86977 24 0 0 20 0 22 0 253739248 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877093955792 139877102973662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23668] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23668/stat : 23668 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877092906024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23669] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23669/stat : 23669 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 149228 33554432000 1073741824 1073778376 140734910249216 139877091853480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 3.99 4.00 3.93 5/220 23885
/proc/meminfo: memFree=24997840/32873648 swapFree=6336/6336
[pid=23647] ppid=23645 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/23647/stat : 23647 (java) S 23645 23647 22409 0 -1 4202496 39442 0 1 0 179876 131 0 0 20 0 22 0 253739233 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 140734910240352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23647/statm: 2456167 151370 2274 9 0 2446860 0
[pid=23647/tid=23649] ppid=23645 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23647/task/23649/stat : 23649 (java) S 23645 23647 22409 0 -1 4202560 2450 0 1 0 12 3 0 0 20 0 22 0 253739234 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877279941624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 22409 0 -1 4202560 1116 0 0 0 175 7 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877241432232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 22409 0 -1 4202560 1096 0 0 0 179 9 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877240379688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 22409 0 -1 4202560 805 0 0 0 171 10 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877239327144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 22409 0 -1 4202560 1220 0 0 0 176 7 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877238274600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 22409 0 -1 4202560 881 0 0 0 172 7 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877237222056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 22409 0 -1 4202560 1085 0 0 0 166 9 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877236169512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 22409 0 -1 4202560 1229 0 0 0 172 8 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877235116968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 22409 0 -1 4202560 1051 0 0 0 178 8 0 0 20 0 22 0 253739235 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877234064424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=9824668 CPUtime=5.62 cores=0,2,4,6
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 22409 0 -1 4202560 810 0 0 0 526 36 0 0 20 0 22 0 253739236 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877221652584 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877102380152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253739237 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877101327496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877100276240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 22409 0 -1 4202560 13065 0 0 0 109 3 0 0 20 0 22 0 253739239 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877099223608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 22409 0 -1 4202560 9490 0 0 0 106 2 0 0 20 0 22 0 253739239 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877098171064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253739239 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877097118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 22409 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 253739239 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877096066376 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=9824668 CPUtime=886.42 cores=0,2,4,6
/proc/23647/task/23666/stat : 23666 (java) R 23645 23647 22409 0 -1 4202560 303 0 0 0 88626 16 0 0 20 0 22 0 253739248 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877095008512 139877103635280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23667] ppid=23645 vsize=9824668 CPUtime=886.58 cores=0,2,4,6
/proc/23647/task/23667/stat : 23667 (java) R 23645 23647 22409 0 -1 4202560 3603 0 0 0 88634 24 0 0 20 0 22 0 253739248 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877093956784 139877102973708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23647/tid=23668] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23668/stat : 23668 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877092906024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23647/tid=23669] ppid=23645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23647/task/23669/stat : 23669 (java) S 23645 23647 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253739248 10060460032 151370 33554432000 1073741824 1073778376 140734910249216 139877091853480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

Real time (s): 899.054
CPU time (s): 1800.07
CPU user time (s): 1798.76
CPU system time (s): 1.31
CPU usage (%): 200.218
Max. virtual memory (cumulated for all children) (KiB): 9824984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.77173
maximum resident set size= 796500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39485
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32532
involuntary context switches= 41046

runsolver used 3.34049 second user time and 7.84381 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 18:15:20
IDJOB=3688226
IDBENCH=2911
IDSOLVER=2268
FILE ID=node112/3688226-1337876120
RUNJOBID= node112-1337871881-22425
PBS_JOBID= 14620092
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688226-1337876120/watcher-3688226-1337876120 -o /tmp/evaluation-result-3688226-1337876120/solver-3688226-1337876120 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688226-1337876120.opb

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=1287820316

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27724056 kB
Buffers:          192564 kB
Cached:          3546232 kB
SwapCached:            0 kB
Active:          1121380 kB
Inactive:        3264436 kB
Active(anon):     649356 kB
Inactive(anon):      248 kB
Active(file):     472024 kB
Inactive(file):  3264188 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:        601844 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             625808 kB
SReclaimable:      69852 kB
SUnreclaim:       555956 kB
KernelStack:        1808 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1042892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node112 at 2012-05-24 18:30:21