Trace number 3688250

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.7 897.452

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
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 variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688250-1337876607.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.027s.
0.09/0.15	c declared #vars     41
0.09/0.15	c #constraints  11
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 => 10
0.09/0.15	c 11 constraints processed.
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 11 constraints processed.
0.09/0.15	c objective function length is 1 literals
1.89/0.66	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.66/0.89	c cleaning 4250 clauses out of 8501 with flag 11001/11001
3.84/1.18	c cleaning 5626 clauses out of 11251 with flag 18001/18001
4.71/1.52	c cleaning 6809 clauses out of 13624 with flag 26000/26000
5.52/1.91	c cleaning 7908 clauses out of 15815 with flag 35000/35000
6.51/2.43	c cleaning 8953 clauses out of 17907 with flag 45000/45000
7.70/3.01	c cleaning 9977 clauses out of 19957 with flag 56003/56003
8.89/3.63	c cleaning 10987 clauses out of 21978 with flag 68001/68001
10.48/4.47	c cleaning 11991 clauses out of 23991 with flag 81001/81001
11.87/5.12	c cleaning 13000 clauses out of 26000 with flag 95001/95001
13.43/5.96	c cleaning 13999 clauses out of 27999 with flag 110000/110000
14.83/6.66	c cleaning 14999 clauses out of 30001 with flag 126001/126001
16.62/7.57	c cleaning 15997 clauses out of 32001 with flag 143000/143000
18.39/8.44	c cleaning 16996 clauses out of 34004 with flag 161000/161000
20.18/9.38	c cleaning 17999 clauses out of 36009 with flag 180001/180001
22.56/10.50	c cleaning 18999 clauses out of 38009 with flag 200000/200000
24.75/11.68	c cleaning 20000 clauses out of 40010 with flag 221000/221000
27.33/12.93	c cleaning 20998 clauses out of 42012 with flag 243002/243002
30.55/14.50	c cleaning 22007 clauses out of 44013 with flag 266001/266001
33.13/15.88	c cleaning 22995 clauses out of 46005 with flag 290000/290000
36.71/17.61	c cleaning 24001 clauses out of 48010 with flag 315000/315000
40.27/19.41	c cleaning 25001 clauses out of 50013 with flag 341004/341004
44.04/21.34	c cleaning 26003 clauses out of 52008 with flag 368000/368000
48.22/23.42	c cleaning 26995 clauses out of 54005 with flag 396000/396000
52.20/25.45	c cleaning 27996 clauses out of 56011 with flag 425001/425001
56.97/27.81	c cleaning 29006 clauses out of 58014 with flag 455000/455000
61.74/30.22	c cleaning 30005 clauses out of 60010 with flag 486002/486002
66.91/32.82	c cleaning 30999 clauses out of 62004 with flag 518001/518001
72.69/35.74	c cleaning 32001 clauses out of 64004 with flag 551000/551000
78.27/38.51	c cleaning 32998 clauses out of 66005 with flag 585002/585002
84.25/41.59	c cleaning 34004 clauses out of 68007 with flag 620002/620002
90.22/44.57	c cleaning 34999 clauses out of 70001 with flag 656000/656000
97.78/48.38	c cleaning 36002 clauses out of 72003 with flag 693001/693001
104.78/51.88	c cleaning 36991 clauses out of 74000 with flag 731000/731000
111.94/55.47	c cleaning 38001 clauses out of 76010 with flag 770001/770001
119.72/59.32	c cleaning 39003 clauses out of 78008 with flag 810000/810000
127.70/63.34	c cleaning 39998 clauses out of 80005 with flag 851000/851000
137.89/68.50	c cleaning 41002 clauses out of 82007 with flag 893000/893000
148.48/73.71	c cleaning 42003 clauses out of 84005 with flag 936000/936000
159.64/79.33	c cleaning 42997 clauses out of 86002 with flag 980000/980000
170.63/84.80	c cleaning 44003 clauses out of 88008 with flag 1025003/1025003
183.44/91.21	c cleaning 45001 clauses out of 90003 with flag 1071001/1071001
196.05/97.58	c cleaning 46000 clauses out of 92002 with flag 1118001/1118001
209.26/104.19	c cleaning 46995 clauses out of 94001 with flag 1166000/1166000
222.64/110.80	c cleaning 48000 clauses out of 96007 with flag 1215001/1215001
233.45/116.25	c cleaning 48999 clauses out of 98006 with flag 1265000/1265000
243.26/121.17	c cleaning 50002 clauses out of 100008 with flag 1316001/1316001
259.88/129.42	c cleaning 51003 clauses out of 102005 with flag 1368000/1368000
274.11/136.55	c cleaning 51998 clauses out of 104002 with flag 1421000/1421000
286.46/142.73	c cleaning 52997 clauses out of 106005 with flag 1475001/1475001
297.86/148.46	c cleaning 54000 clauses out of 108007 with flag 1530000/1530000
309.27/154.16	c cleaning 55000 clauses out of 110009 with flag 1586002/1586002
309.81/154.40	c cleaning 0 clauses out of 5000 with flag 0/5000
322.90/160.53	c cleaning 56005 clauses out of 112011 with flag 1643004/1643004
338.55/168.40	c cleaning 57000 clauses out of 114003 with flag 1701001/1701001
356.58/177.34	c cleaning 57995 clauses out of 116003 with flag 1760001/1760001
376.00/187.05	c cleaning 59000 clauses out of 118007 with flag 1820000/1820000
395.23/196.68	c cleaning 60001 clauses out of 120007 with flag 1881000/1881000
417.12/207.54	c cleaning 61001 clauses out of 122009 with flag 1943003/1943003
439.20/218.55	c cleaning 62000 clauses out of 124005 with flag 2006000/2006000
458.41/228.18	c cleaning 62999 clauses out of 126006 with flag 2070001/2070001
479.84/238.83	c cleaning 63996 clauses out of 128006 with flag 2135000/2135000
499.69/248.77	c cleaning 65000 clauses out of 130012 with flag 2201002/2201002
520.76/259.24	c cleaning 66004 clauses out of 132010 with flag 2268000/2268000
542.74/270.28	c cleaning 66996 clauses out of 134007 with flag 2336001/2336001
564.97/281.34	c cleaning 68000 clauses out of 136010 with flag 2405000/2405000
587.04/292.38	c cleaning 68998 clauses out of 138011 with flag 2475001/2475001
606.07/301.80	c cleaning 70002 clauses out of 140012 with flag 2546000/2546000
624.46/311.09	c cleaning 70999 clauses out of 142010 with flag 2618000/2618000
643.49/320.57	c cleaning 72001 clauses out of 144012 with flag 2691001/2691001
666.58/332.03	c cleaning 73002 clauses out of 146011 with flag 2765001/2765001
689.27/343.38	c cleaning 74003 clauses out of 148009 with flag 2840001/2840001
716.69/357.08	c cleaning 74999 clauses out of 150006 with flag 2916001/2916001
751.34/374.33	c cleaning 75998 clauses out of 152006 with flag 2993000/2993000
785.66/391.48	c cleaning 77000 clauses out of 154009 with flag 3071001/3071001
815.17/406.15	c cleaning 78002 clauses out of 156010 with flag 3150002/3150002
852.62/424.88	c cleaning 79003 clauses out of 158006 with flag 3230000/3230000
892.98/444.95	c cleaning 80001 clauses out of 160004 with flag 3311001/3311001
922.22/459.57	c cleaning 80999 clauses out of 162002 with flag 3393000/3393000
954.92/475.84	c cleaning 81999 clauses out of 164004 with flag 3476001/3476001
987.74/492.25	c cleaning 82997 clauses out of 166006 with flag 3560002/3560002
1022.86/509.74	c cleaning 83998 clauses out of 168008 with flag 3645001/3645001
1052.92/524.72	c cleaning 85001 clauses out of 170010 with flag 3731001/3731001
1084.99/540.74	c cleaning 86001 clauses out of 172009 with flag 3818001/3818001
1116.42/556.48	c cleaning 87001 clauses out of 174008 with flag 3906001/3906001
1151.48/573.97	c cleaning 88000 clauses out of 176006 with flag 3995000/3995000
1184.91/590.60	c cleaning 89003 clauses out of 178006 with flag 4085000/4085000
1221.53/608.93	c cleaning 89997 clauses out of 180005 with flag 4176002/4176002
1269.21/632.70	c cleaning 90997 clauses out of 182006 with flag 4268000/4268000
1307.17/651.68	c cleaning 92001 clauses out of 184011 with flag 4361002/4361002
1350.55/673.28	c cleaning 93003 clauses out of 186010 with flag 4455002/4455002
1396.68/696.21	c cleaning 94001 clauses out of 188005 with flag 4550000/4550000
1435.53/715.69	c cleaning 94998 clauses out of 190005 with flag 4646001/4646001
1483.19/739.37	c cleaning 96001 clauses out of 192006 with flag 4743000/4743000
1529.19/762.25	c cleaning 97004 clauses out of 194008 with flag 4841003/4841003
1575.93/785.57	c cleaning 97995 clauses out of 196002 with flag 4940001/4940001
1622.00/808.58	c cleaning 99002 clauses out of 198008 with flag 5040002/5040002
1679.38/837.18	c cleaning 99998 clauses out of 200005 with flag 5141001/5141001
1741.14/867.95	c cleaning 100998 clauses out of 202006 with flag 5243000/5243000
1798.31/896.47	c cleaning 102001 clauses out of 204008 with flag 5346000/5346000
1800.16/897.41	c starts		: 274
1800.16/897.41	c conflicts		: 5350581
1800.16/897.41	c decisions		: 5406782
1800.16/897.41	c propagations		: 36156106
1800.16/897.41	c inspects		: 10521263335
1800.16/897.41	c shortcuts		: 0
1800.16/897.41	c learnt literals	: 0
1800.16/897.41	c learnt binary clauses	: 0
1800.16/897.41	c learnt ternary clauses	: 0
1800.16/897.41	c learnt constraints	: 5350581
1800.16/897.41	c ignored constraints	: 0
1800.16/897.41	c root simplifications	: 0
1800.16/897.41	c removed literals (reason simplification)	: 43535225
1800.16/897.41	c reason swapping (by a shorter reason)	: 0
1800.16/897.41	c Calls to reduceDB	: 99
1800.16/897.41	c number of reductions to clauses (during analyze)	: 0
1800.16/897.41	c number of learned constraints concerned by reduction	: 0
1800.16/897.41	c number of learning phase by resolution	: 0
1800.16/897.41	c number of learning phase by cutting planes	: 0
1800.16/897.41	c speed (assignments/second)	: 40296.35499384233
1800.16/897.41	c non guided choices	18
1800.16/897.44	c learnt constraints type 
1800.16/897.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106656
1800.16/897.44	c constraints type 
1800.16/897.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.16/897.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
1800.16/897.44	c 11 constraints processed.
1800.16/897.44	c constraints type 
1800.16/897.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1800.16/897.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.16/897.44	c 11 constraints processed.
1800.16/897.44	s UNKNOWN
1800.16/897.44	c Total wall clock time (in seconds): 897.315

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-3688250-1337876607/watcher-3688250-1337876607 -o /tmp/evaluation-result-3688250-1337876607/solver-3688250-1337876607 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688250-1337876607.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.53 3.81 3.75 3/193 1327
/proc/meminfo: memFree=26652608/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/1327/stat : 1327 (java) D 1325 1327 32594 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 253786606 2560000 46 33554432000 1073741824 1073778376 140735460010272 140735460007448 273439354151 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/1327/statm: 625 46 37 9 0 29 0

[startup+0.104112 s]
/proc/loadavg: 3.53 3.81 3.75 3/193 1327
/proc/meminfo: memFree=26652608/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 4272 0 1 0 8 1 0 0 20 0 18 0 253786606 9787813888 5473 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2389603 5473 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200185 s]
/proc/loadavg: 3.53 3.81 3.75 3/193 1327
/proc/meminfo: memFree=26652608/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 5725 0 1 0 28 1 0 0 20 0 22 0 253786606 10060460032 8051 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 8056 2197 9 0 2446860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824668

[startup+0.300207 s]
/proc/loadavg: 3.53 3.81 3.75 3/193 1327
/proc/meminfo: memFree=26652608/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9825560 CPUtime=0.69 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 13229 0 1 0 66 3 0 0 20 0 22 0 253786606 10061373440 12638 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456390 12638 2203 9 0 2447083 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9825560

[startup+0.700176 s]
/proc/loadavg: 3.53 3.81 3.75 3/193 1327
/proc/meminfo: memFree=26652608/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 20437 0 1 0 222 4 0 0 20 0 22 0 253786606 10060460032 23053 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 23053 2262 9 0 2446860 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824668

[startup+1.50067 s]
/proc/loadavg: 3.53 3.81 3.75 6/215 1351
/proc/meminfo: memFree=26523112/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=4.71 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 25273 0 1 0 464 7 0 0 20 0 22 0 253786606 10060460032 49439 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 49439 2269 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2435 0 1 0 12 0 0 0 20 0 22 0 253786607 10060460032 49439 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49439 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49439 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 253786609 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) R 1325 1327 32594 0 -1 4202560 11575 0 0 0 95 2 0 0 20 0 22 0 253786612 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474162575928 140474344630688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1343] ppid=1325 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/1327/task/1343/stat : 1343 (java) S 1325 1327 32594 0 -1 4202560 9824 0 0 0 93 3 0 0 20 0 22 0 253786612 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474161523384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1344] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1344/stat : 1344 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474160471032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1347] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1347/stat : 1347 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474159418696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1348] ppid=1325 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/1327/task/1348/stat : 1348 (java) R 1325 1327 32594 0 -1 4202560 40 0 0 0 128 0 0 0 20 0 22 0 253786621 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474158362920 140474171151871 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 137 0 0 0 126 3 0 0 20 0 22 0 253786621 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474157309944 140474170510219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 49440 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824668

[startup+3.10067 s]
/proc/loadavg: 3.48 3.80 3.75 4/215 1351
/proc/meminfo: memFree=26454784/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=7.89 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 25328 0 1 0 782 7 0 0 20 0 22 0 253786606 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 52552 2273 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2435 0 1 0 12 0 0 0 20 0 22 0 253786607 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 22 0 253786609 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) S 1325 1327 32594 0 -1 4202560 11580 0 0 0 98 2 0 0 20 0 22 0 253786612 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474162575928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1343] ppid=1325 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/1327/task/1343/stat : 1343 (java) S 1325 1327 32594 0 -1 4202560 9824 0 0 0 95 3 0 0 20 0 22 0 253786612 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474161523384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1344] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1344/stat : 1344 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474160471032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1347] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1347/stat : 1347 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474159418696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1348] ppid=1325 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/1327/task/1348/stat : 1348 (java) R 1325 1327 32594 0 -1 4202560 43 0 0 0 278 0 0 0 20 0 22 0 253786621 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474158362808 140474170460655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 143 0 0 0 278 3 0 0 20 0 22 0 253786621 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474157307856 140474170447290 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 52552 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 3.48 3.80 3.75 5/216 1353
/proc/meminfo: memFree=26462020/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=14.22 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 25440 0 1 0 1411 11 0 0 20 0 22 0 253786606 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 52696 2273 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2435 0 1 0 12 0 0 0 20 0 22 0 253786607 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253786608 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 57 0 0 0 17 2 0 0 20 0 22 0 253786609 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) S 1325 1327 32594 0 -1 4202560 11580 0 0 0 98 2 0 0 20 0 22 0 253786612 10060460032 52696 33554432000 1073741824 1073778376 140736431713424 140474162575928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=808.41 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 6973 0 0 0 80790 51 0 0 20 0 22 0 253786621 10060460032 367770 33554432000 1073741824 1073778376 140736431713424 140474157309272 140474170510513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 367770 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 367770 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1649.65
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.76 3.81 3.79 4/217 1459
/proc/meminfo: memFree=26207564/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=1769.97 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 47253 0 1 0 176797 200 0 0 20 0 22 0 253786606 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 335490 2274 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2460 0 1 0 13 2 0 0 20 0 22 0 253786607 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 794 0 0 0 296 10 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 678 0 0 0 286 11 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=3.29 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 908 0 0 0 317 12 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 573 0 0 0 284 11 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 734 0 0 0 296 13 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 575 0 0 0 292 10 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 765 0 0 0 295 12 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 661 0 0 0 277 11 0 0 20 0 22 0 253786608 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=6.98 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 1752 0 0 0 652 46 0 0 20 0 22 0 253786609 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) S 1325 1327 32594 0 -1 4202560 11584 0 0 0 100 2 0 0 20 0 22 0 253786612 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474162575928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1343] ppid=1325 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/1327/task/1343/stat : 1343 (java) S 1325 1327 32594 0 -1 4202560 17193 0 0 0 188 4 0 0 20 0 22 0 253786612 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474161523384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1344] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1344/stat : 1344 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474160471032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1347] ppid=1325 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/1327/task/1347/stat : 1347 (java) S 1325 1327 32594 0 -1 4202560 50 0 0 0 11 16 0 0 20 0 22 0 253786612 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474159418696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1348] ppid=1325 vsize=9824668 CPUtime=867.69 cores=0,2,4,6
/proc/1327/task/1348/stat : 1348 (java) R 1325 1327 32594 0 -1 4202560 346 0 0 0 86749 20 0 0 20 0 22 0 253786621 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474158360832 140474170451070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=867.73 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 6993 0 0 0 86721 52 0 0 20 0 22 0 253786621 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474157309152 140474170739381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 335490 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1769.97
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.401 s]
/proc/loadavg: 3.65 3.79 3.78 6/217 1459
/proc/meminfo: memFree=26130044/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 47268 0 1 0 179814 202 0 0 20 0 22 0 253786606 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 329155 2274 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2461 0 1 0 13 2 0 0 20 0 22 0 253786607 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 795 0 0 0 301 10 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 678 0 0 0 290 12 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=3.35 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 910 0 0 0 322 13 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 574 0 0 0 289 11 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 735 0 0 0 301 13 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 576 0 0 0 297 10 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 765 0 0 0 301 12 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 663 0 0 0 282 11 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 1752 0 0 0 670 47 0 0 20 0 22 0 253786609 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) S 1325 1327 32594 0 -1 4202560 11584 0 0 0 100 2 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474162575928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1343] ppid=1325 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/1327/task/1343/stat : 1343 (java) S 1325 1327 32594 0 -1 4202560 17193 0 0 0 188 4 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474161523384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1344] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1344/stat : 1344 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474160471032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1347] ppid=1325 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/1327/task/1347/stat : 1347 (java) S 1325 1327 32594 0 -1 4202560 50 0 0 0 11 16 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474159418696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1348] ppid=1325 vsize=9824668 CPUtime=882.48 cores=0,2,4,6
/proc/1327/task/1348/stat : 1348 (java) R 1325 1327 32594 0 -1 4202560 346 0 0 0 88228 20 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474158362808 140474170451075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=882.51 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 6999 0 0 0 88199 52 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474157307712 140474170767776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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

[startup+897.401 s]
/proc/loadavg: 3.65 3.79 3.78 6/217 1459
/proc/meminfo: memFree=26130044/32873852 swapFree=6848/6848
[pid=1327] ppid=1325 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1325 1327 32594 0 -1 4202496 47268 0 1 0 179814 202 0 0 20 0 22 0 253786606 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140736431704560 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1327/statm: 2456167 329155 2274 9 0 2446860 0
[pid=1327/tid=1329] ppid=1325 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1327/task/1329/stat : 1329 (java) S 1325 1327 32594 0 -1 4202560 2461 0 1 0 13 2 0 0 20 0 22 0 253786607 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474342704120 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1330] ppid=1325 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/1327/task/1330/stat : 1330 (java) S 1325 1327 32594 0 -1 4202560 795 0 0 0 301 10 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474304194728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1331] ppid=1325 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/1327/task/1331/stat : 1331 (java) S 1325 1327 32594 0 -1 4202560 678 0 0 0 290 12 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474303142184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1332] ppid=1325 vsize=9824668 CPUtime=3.35 cores=0,2,4,6
/proc/1327/task/1332/stat : 1332 (java) S 1325 1327 32594 0 -1 4202560 910 0 0 0 322 13 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474302089640 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1333] ppid=1325 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/1327/task/1333/stat : 1333 (java) S 1325 1327 32594 0 -1 4202560 574 0 0 0 289 11 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474301037096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1334] ppid=1325 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/1327/task/1334/stat : 1334 (java) S 1325 1327 32594 0 -1 4202560 735 0 0 0 301 13 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474299984552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1335] ppid=1325 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/1327/task/1335/stat : 1335 (java) S 1325 1327 32594 0 -1 4202560 576 0 0 0 297 10 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474298932008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1336] ppid=1325 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/1327/task/1336/stat : 1336 (java) S 1325 1327 32594 0 -1 4202560 765 0 0 0 301 12 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474297879464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1337] ppid=1325 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/1327/task/1337/stat : 1337 (java) S 1325 1327 32594 0 -1 4202560 663 0 0 0 282 11 0 0 20 0 22 0 253786608 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474296826920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1338] ppid=1325 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/1327/task/1338/stat : 1338 (java) S 1325 1327 32594 0 -1 4202560 1752 0 0 0 670 47 0 0 20 0 22 0 253786609 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474166786152 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1339] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1339/stat : 1339 (java) S 1325 1327 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474165732472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1340] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1340/stat : 1340 (java) S 1325 1327 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253786610 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474164679816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1341] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1341/stat : 1341 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474163628560 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1342] ppid=1325 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/1327/task/1342/stat : 1342 (java) S 1325 1327 32594 0 -1 4202560 11584 0 0 0 100 2 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474162575928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1343] ppid=1325 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/1327/task/1343/stat : 1343 (java) S 1325 1327 32594 0 -1 4202560 17193 0 0 0 188 4 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474161523384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1344] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1344/stat : 1344 (java) S 1325 1327 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474160471032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1327/tid=1347] ppid=1325 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/1327/task/1347/stat : 1347 (java) S 1325 1327 32594 0 -1 4202560 50 0 0 0 11 16 0 0 20 0 22 0 253786612 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474159418696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1348] ppid=1325 vsize=9824668 CPUtime=882.48 cores=0,2,4,6
/proc/1327/task/1348/stat : 1348 (java) R 1325 1327 32594 0 -1 4202560 346 0 0 0 88228 20 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474158362808 140474170451075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1327/tid=1349] ppid=1325 vsize=9824668 CPUtime=882.51 cores=0,2,4,6
/proc/1327/task/1349/stat : 1349 (java) R 1325 1327 32594 0 -1 4202560 6999 0 0 0 88199 52 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474157307712 140474170767776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1327/tid=1350] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1350/stat : 1350 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786621 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474156258344 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1327/tid=1351] ppid=1325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1327/task/1351/stat : 1351 (java) S 1325 1327 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253786622 10060460032 329155 33554432000 1073741824 1073778376 140736431713424 140474155205800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 897.452
CPU time (s): 1800.7
CPU user time (s): 1798.18
CPU system time (s): 2.52262
CPU usage (%): 200.646
Max. virtual memory (cumulated for all children) (KiB): 9825560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.52262
maximum resident set size= 1607128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47310
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= 38782
involuntary context switches= 57187

runsolver used 3.04154 second user time and 7.93379 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 18:23:27
IDJOB=3688250
IDBENCH=2929
IDSOLVER=2268
FILE ID=node128/3688250-1337876607
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71576 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_5_40_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688250-1337876607/watcher-3688250-1337876607 -o /tmp/evaluation-result-3688250-1337876607/solver-3688250-1337876607 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688250-1337876607.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1543237552

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        26653212 kB
Buffers:          240580 kB
Cached:          2915828 kB
SwapCached:            0 kB
Active:          2759336 kB
Inactive:        2686352 kB
Active(anon):    2292080 kB
Inactive(anon):        0 kB
Active(file):     467256 kB
Inactive(file):  2686352 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       2296376 kB
Mapped:            22520 kB
Shmem:               204 kB
Slab:             634236 kB
SReclaimable:      76852 kB
SUnreclaim:       557384 kB
KernelStack:        1592 kB
PageTables:         8720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2626724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2217984 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= 71572 MiB
End job on node128 at 2012-05-24 18:38:26