Trace number 3687942

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.17 944.456

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
Bench CategoryOPT-BIGINT (optimisation, big 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 variables48602
Total number of constraints686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687942-1337874866.opb
0.10/0.11	c reading problem ... 
1.64/0.86	c ... done. Wall clock time 0.748s.
1.64/0.86	c declared #vars     48602
1.64/0.86	c #constraints  1367
1.64/0.86	c constraints type 
1.64/0.86	c ignored satisfied constraints => 5
1.64/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
1.64/0.86	c 1372 constraints processed.
1.64/0.86	c constraints type 
1.64/0.86	c ignored satisfied constraints => 5
1.64/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1.64/0.86	c 1372 constraints processed.
1.64/0.86	c objective function length is 29700 literals
5.15/2.09	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.35/2.65	c cleaning 4250 clauses out of 8500 with flag 11000/11000
7.49/3.27	c cleaning 5625 clauses out of 11252 with flag 18002/18002
8.75/3.91	c cleaning 6808 clauses out of 13628 with flag 26003/26003
10.17/4.75	c cleaning 7907 clauses out of 15817 with flag 35000/35000
11.80/5.65	c cleaning 8950 clauses out of 17911 with flag 45001/45001
13.41/6.59	c cleaning 9971 clauses out of 19960 with flag 56000/56000
15.42/7.67	c cleaning 10993 clauses out of 21989 with flag 68001/68001
17.95/9.00	c cleaning 11997 clauses out of 23995 with flag 81000/81000
20.58/10.37	c cleaning 12999 clauses out of 25999 with flag 95001/95001
23.17/11.79	c cleaning 13998 clauses out of 27999 with flag 110000/110000
25.93/13.23	c cleaning 14996 clauses out of 30001 with flag 126000/126000
28.73/14.84	c cleaning 16001 clauses out of 32005 with flag 143000/143000
31.68/16.42	c cleaning 16995 clauses out of 34005 with flag 161001/161001
34.18/17.85	c cleaning 17999 clauses out of 36010 with flag 180001/180001
37.07/19.47	c cleaning 19005 clauses out of 38011 with flag 200001/200001
40.45/21.30	c cleaning 20003 clauses out of 40005 with flag 221000/221000
43.92/23.21	c cleaning 20987 clauses out of 42002 with flag 243000/243000
47.37/25.11	c cleaning 21999 clauses out of 44015 with flag 266000/266000
50.82/27.02	c cleaning 23001 clauses out of 46017 with flag 290001/290001
54.70/29.26	c cleaning 24005 clauses out of 48015 with flag 315000/315000
58.75/31.40	c cleaning 25006 clauses out of 50011 with flag 341001/341001
64.38/34.44	c cleaning 26002 clauses out of 52004 with flag 368000/368000
69.83/37.33	c cleaning 26996 clauses out of 54003 with flag 396001/396001
75.37/40.49	c cleaning 28003 clauses out of 56006 with flag 425000/425000
81.94/44.00	c cleaning 28997 clauses out of 58003 with flag 455000/455000
87.66/47.05	c cleaning 29998 clauses out of 60006 with flag 486000/486000
93.57/50.22	c cleaning 31004 clauses out of 62009 with flag 518001/518001
98.26/52.93	c cleaning 31998 clauses out of 64004 with flag 551000/551000
102.96/55.52	c cleaning 33003 clauses out of 66008 with flag 585002/585002
108.85/58.71	c cleaning 33995 clauses out of 68003 with flag 620000/620000
115.35/62.23	c cleaning 34996 clauses out of 70008 with flag 656000/656000
122.17/66.03	c cleaning 36003 clauses out of 72012 with flag 693000/693000
128.64/69.59	c cleaning 37004 clauses out of 74011 with flag 731002/731002
135.50/73.26	c cleaning 37998 clauses out of 76005 with flag 770000/770000
142.92/77.29	c cleaning 39001 clauses out of 78007 with flag 810000/810000
151.24/81.87	c cleaning 39999 clauses out of 80006 with flag 851000/851000
159.44/86.28	c cleaning 41001 clauses out of 82008 with flag 893001/893001
167.26/90.41	c cleaning 42004 clauses out of 84008 with flag 936002/936002
175.08/94.77	c cleaning 42999 clauses out of 86003 with flag 980001/980001
181.92/98.72	c cleaning 44001 clauses out of 88003 with flag 1025000/1025000
187.94/102.14	c cleaning 0 clauses out of 5000 with flag 0/5000
190.42/103.55	c cleaning 45000 clauses out of 90002 with flag 1071000/1071000
198.86/108.02	c cleaning 45998 clauses out of 92002 with flag 1118000/1118000
207.23/112.83	c cleaning 46992 clauses out of 94004 with flag 1166000/1166000
214.78/117.09	c cleaning 47995 clauses out of 96012 with flag 1215000/1215000
222.70/121.41	c cleaning 49000 clauses out of 98017 with flag 1265000/1265000
231.05/126.03	c cleaning 50002 clauses out of 100020 with flag 1316003/1316003
240.80/132.05	c cleaning 51002 clauses out of 102016 with flag 1368001/1368001
251.76/137.78	c cleaning 52004 clauses out of 104014 with flag 1421001/1421001
261.07/142.77	c cleaning 52990 clauses out of 106010 with flag 1475001/1475001
270.33/147.96	c cleaning 54009 clauses out of 108020 with flag 1530001/1530001
280.01/153.10	c cleaning 55004 clauses out of 110011 with flag 1586001/1586001
289.10/158.04	c cleaning 56002 clauses out of 112007 with flag 1643001/1643001
298.70/163.25	c cleaning 56999 clauses out of 114004 with flag 1701000/1701000
309.64/169.35	c cleaning 57994 clauses out of 116005 with flag 1760000/1760000
319.21/174.56	c cleaning 59006 clauses out of 118012 with flag 1820001/1820001
329.42/180.00	c cleaning 60002 clauses out of 120006 with flag 1881001/1881001
339.22/185.37	c cleaning 61000 clauses out of 122003 with flag 1943000/1943000
350.27/191.57	c cleaning 62002 clauses out of 124003 with flag 2006000/2006000
362.47/198.05	c cleaning 63001 clauses out of 126001 with flag 2070000/2070000
377.66/206.01	c cleaning 63991 clauses out of 128000 with flag 2135000/2135000
395.69/215.45	c cleaning 64999 clauses out of 130009 with flag 2201000/2201000
415.54/226.03	c cleaning 66002 clauses out of 132012 with flag 2268002/2268002
432.73/235.02	c cleaning 67004 clauses out of 134008 with flag 2336000/2336000
451.95/245.08	c cleaning 68004 clauses out of 136008 with flag 2405004/2405004
472.94/255.90	c cleaning 68995 clauses out of 138002 with flag 2475002/2475002
495.06/267.65	c cleaning 69998 clauses out of 140005 with flag 2546000/2546000
514.59/277.84	c cleaning 71002 clauses out of 142007 with flag 2618000/2618000
534.34/288.12	c cleaning 72001 clauses out of 144006 with flag 2691001/2691001
554.05/298.41	c cleaning 72996 clauses out of 146004 with flag 2765000/2765000
572.09/308.20	c cleaning 74003 clauses out of 148008 with flag 2840000/2840000
593.19/319.28	c cleaning 74998 clauses out of 150005 with flag 2916000/2916000
613.73/330.73	c cleaning 76004 clauses out of 152009 with flag 2993002/2993002
627.31/338.21	c cleaning 76994 clauses out of 154005 with flag 3071002/3071002
647.59/348.80	c cleaning 77998 clauses out of 156010 with flag 3150001/3150001
660.56/355.87	c cleaning 78996 clauses out of 158011 with flag 3230000/3230000
674.51/363.30	c cleaning 80006 clauses out of 160017 with flag 3311002/3311002
692.13/372.95	c cleaning 81001 clauses out of 162009 with flag 3393000/3393000
706.81/380.84	c cleaning 81996 clauses out of 164008 with flag 3476000/3476000
723.53/389.79	c cleaning 82999 clauses out of 166012 with flag 3560000/3560000
740.11/398.51	c cleaning 84008 clauses out of 168015 with flag 3645002/3645002
761.17/409.90	c cleaning 84999 clauses out of 170006 with flag 3731001/3731001
782.56/421.10	c cleaning 85997 clauses out of 172006 with flag 3818000/3818000
801.95/431.30	c cleaning 87005 clauses out of 174009 with flag 3906000/3906000
818.39/440.18	c cleaning 87999 clauses out of 176005 with flag 3995001/3995001
837.82/450.69	c cleaning 88995 clauses out of 178005 with flag 4085000/4085000
861.04/462.85	c cleaning 90003 clauses out of 180010 with flag 4176000/4176000
881.27/473.55	c cleaning 90996 clauses out of 182007 with flag 4268000/4268000
903.66/485.31	c cleaning 92004 clauses out of 184012 with flag 4361001/4361001
906.58/487.61	c cleaning 0 clauses out of 11000 with flag 0/11000
925.14/497.55	c cleaning 93004 clauses out of 186008 with flag 4455001/4455001
944.71/507.95	c cleaning 94002 clauses out of 188003 with flag 4550000/4550000
971.46/521.95	c cleaning 94995 clauses out of 190001 with flag 4646000/4646000
998.03/536.13	c cleaning 95995 clauses out of 192006 with flag 4743000/4743000
1023.96/549.77	c cleaning 96997 clauses out of 194011 with flag 4841000/4841000
1048.52/562.69	c cleaning 98007 clauses out of 196014 with flag 4940000/4940000
1132.95/605.38	c cleaning 98998 clauses out of 198008 with flag 5040001/5040001
1239.44/659.45	c cleaning 100004 clauses out of 200014 with flag 5141005/5141005
1330.73/705.61	c cleaning 101003 clauses out of 202005 with flag 5243000/5243000
1420.20/750.98	c cleaning 102002 clauses out of 204005 with flag 5346003/5346003
1523.22/803.07	c cleaning 102998 clauses out of 206001 with flag 5450001/5450001
1648.62/866.57	c cleaning 103996 clauses out of 208002 with flag 5555000/5555000
1705.14/895.42	c cleaning 104996 clauses out of 210007 with flag 5661001/5661001
1796.41/941.75	c cleaning 106004 clauses out of 212012 with flag 5768002/5768002
1800.17/944.41	c starts		: 275
1800.17/944.41	c conflicts		: 5772555
1800.17/944.41	c decisions		: 6109605
1800.17/944.41	c propagations		: 32491765
1800.17/944.41	c inspects		: 4230359818
1800.17/944.41	c shortcuts		: 0
1800.17/944.41	c learnt literals	: 1
1800.17/944.41	c learnt binary clauses	: 0
1800.17/944.41	c learnt ternary clauses	: 0
1800.17/944.41	c learnt constraints	: 5772555
1800.17/944.41	c ignored constraints	: 0
1800.17/944.41	c root simplifications	: 0
1800.17/944.41	c removed literals (reason simplification)	: 53152938
1800.17/944.41	c reason swapping (by a shorter reason)	: 0
1800.17/944.41	c Calls to reduceDB	: 103
1800.17/944.41	c number of reductions to clauses (during analyze)	: 0
1800.17/944.41	c number of learned constraints concerned by reduction	: 0
1800.17/944.41	c number of learning phase by resolution	: 0
1800.17/944.41	c number of learning phase by cutting planes	: 0
1800.17/944.41	c speed (assignments/second)	: 34437.99696020927
1800.17/944.41	c non guided choices	73303
1800.17/944.44	c learnt constraints type 
1800.17/944.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110637
1800.17/944.44	c constraints type 
1800.17/944.44	c ignored satisfied constraints => 5
1800.17/944.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
1800.17/944.44	c 1372 constraints processed.
1800.17/944.44	c constraints type 
1800.17/944.44	c ignored satisfied constraints => 5
1800.17/944.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1800.17/944.44	c 1372 constraints processed.
1800.17/944.44	s UNKNOWN
1800.17/944.44	c Total wall clock time (in seconds): 944.327

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-3687942-1337874866/watcher-3687942-1337874866 -o /tmp/evaluation-result-3687942-1337874866/solver-3687942-1337874866 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687942-1337874866.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.72 3.88 3.61 4/197 22435
/proc/meminfo: memFree=28559780/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 253612298 24780800 867 33554432000 1073741824 1073778376 140736524764752 140736524753816 272889839677 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 6050 867 654 9 0 385 0
[pid=22435/tid=22436] ppid=22433 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) R 22433 22435 21231 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 253612299 91889664 881 33554432000 1073741824 1073778376 140736524764752 140736524753816 272886483605 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0580629 s]
/proc/loadavg: 3.72 3.88 3.61 4/197 22435
/proc/meminfo: memFree=28559780/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 3191 0 1 0 4 1 0 0 20 0 18 0 253612298 9787813888 4399 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2389603 4399 1757 9 0 2380296 0
[pid=22435/tid=22436] ppid=22433 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) R 22433 22435 21231 0 -1 4202560 1981 0 1 0 3 0 0 0 20 0 18 0 253612299 9787813888 4399 33554432000 1073741824 1073778376 140736524764752 139665677626016 139665681634339 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100278 s]
/proc/loadavg: 3.72 3.88 3.61 4/197 22435
/proc/meminfo: memFree=28559780/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 4380 0 1 0 9 1 0 0 20 0 18 0 253612298 9787813888 6083 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2389603 6083 2109 9 0 2380296 0
[pid=22435/tid=22436] ppid=22433 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) R 22433 22435 21231 0 -1 4202560 2429 0 1 0 6 1 0 0 20 0 18 0 253612299 9787813888 6083 33554432000 1073741824 1073778376 140736524764752 139665677622040 139665675501319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 3.72 3.88 3.61 4/197 22435
/proc/meminfo: memFree=28559780/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 5885 0 1 0 47 1 0 0 20 0 18 0 253612298 9787813888 11637 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2389603 11637 2216 9 0 2380296 0
[pid=22435/tid=22436] ppid=22433 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) R 22433 22435 21231 0 -1 4202560 2448 0 1 0 26 1 0 0 20 0 18 0 253612299 9787813888 11637 33554432000 1073741824 1073778376 140736524764752 139665677622040 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70026 s]
/proc/loadavg: 3.72 3.88 3.61 4/197 22435
/proc/meminfo: memFree=28559780/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9558412 CPUtime=1.4 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 14114 0 1 0 136 4 0 0 20 0 18 0 253612298 9787813888 42193 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2389603 42193 2232 9 0 2380296 0
[pid=22435/tid=22436] ppid=22433 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) R 22433 22435 21231 0 -1 4202560 2499 0 1 0 65 2 0 0 20 0 18 0 253612299 9787813888 42193 33554432000 1073741824 1073778376 140736524764752 139665677614944 139665508596672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558412

[startup+1.50072 s]
/proc/loadavg: 3.72 3.88 3.61 7/219 22457
/proc/meminfo: memFree=28351740/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9824668 CPUtime=3.93 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 14728 0 1 0 384 9 0 0 20 0 22 0 253612298 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2456167 54772 2265 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2518 0 1 0 75 3 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665677624312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 253612299 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253612300 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253612300 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22446] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22446/stat : 22446 (java) S 22433 22435 21231 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665501817448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22447] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22447/stat : 22447 (java) S 22433 22435 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665500763768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22448] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22448/stat : 22448 (java) S 22433 22435 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665499711112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22449] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22449/stat : 22449 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612303 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665498659856 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22450] ppid=22433 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/22435/task/22450/stat : 22450 (java) S 22433 22435 21231 0 -1 4202560 5967 0 0 0 84 0 0 0 20 0 22 0 253612303 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665497606200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22451] ppid=22433 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/22435/task/22451/stat : 22451 (java) S 22433 22435 21231 0 -1 4202560 4774 0 0 0 81 0 0 0 20 0 22 0 253612304 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665496553656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22452] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22452/stat : 22452 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665495501304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22453] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22453/stat : 22453 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665494448968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22454] ppid=22433 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/22435/task/22454/stat : 22454 (java) R 22433 22435 21231 0 -1 4202560 33 0 0 0 60 0 0 0 20 0 22 0 253612385 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139665493394168 139665509284562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22455] ppid=22433 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/22435/task/22455/stat : 22455 (java) R 22433 22435 21231 0 -1 4202560 69 0 0 0 62 0 0 0 20 0 22 0 253612385 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139664350503608 139665509097221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22456] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22456/stat : 22456 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139664349451816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22457] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22457/stat : 22457 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 54772 33554432000 1073741824 1073778376 140736524764752 139664348399272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.72 3.88 3.61 8/219 22457
/proc/meminfo: memFree=28293684/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9824668 CPUtime=7.28 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 15272 0 1 0 711 17 0 0 20 0 22 0 253612298 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2456167 78727 2278 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2518 0 1 0 75 3 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665677624312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 37 0 0 0 6 1 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 113 0 0 0 6 2 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 120 0 0 0 5 2 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 62 0 0 0 2 2 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 253612299 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 22 0 253612300 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 79 0 0 0 4 0 0 0 20 0 22 0 253612300 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22446] ppid=22433 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22435/task/22446/stat : 22446 (java) S 22433 22435 21231 0 -1 4202560 104 0 0 0 28 0 0 0 20 0 22 0 253612301 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665501817448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22447] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22447/stat : 22447 (java) S 22433 22435 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665500763768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22448] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22448/stat : 22448 (java) S 22433 22435 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665499711112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22449] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22449/stat : 22449 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612303 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665498659856 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22450] ppid=22433 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22435/task/22450/stat : 22450 (java) S 22433 22435 21231 0 -1 4202560 5969 0 0 0 97 0 0 0 20 0 22 0 253612303 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665497606200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22451] ppid=22433 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/22435/task/22451/stat : 22451 (java) S 22433 22435 21231 0 -1 4202560 4779 0 0 0 96 0 0 0 20 0 22 0 253612304 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665496553656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22452] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22452/stat : 22452 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665495501304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22453] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22453/stat : 22453 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665494448968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22454] ppid=22433 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/22435/task/22454/stat : 22454 (java) R 22433 22435 21231 0 -1 4202560 35 0 0 0 180 0 0 0 20 0 22 0 253612385 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139665493394016 139665509184373 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22455] ppid=22433 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/22435/task/22455/stat : 22455 (java) R 22433 22435 21231 0 -1 4202560 69 0 0 0 182 0 0 0 20 0 22 0 253612385 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139664350503064 139665509097942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22456] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22456/stat : 22456 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139664349451816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22457] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22457/stat : 22457 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 78727 33554432000 1073741824 1073778376 140736524764752 139664348399272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.66 3.87 3.60 5/219 22457
/proc/meminfo: memFree=28134624/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9824668 CPUtime=13.01 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 15998 0 1 0 1282 19 0 0 20 0 22 0 253612298 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2456167 92305 2278 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2519 0 1 0 75 3 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665677624312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 113 0 0 0 7 2 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 69 0 0 0 7 2 0 0 20 0 22 0 253612299 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 22 0 253612300 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 83 0 0 0 6 1 0 0 20 0 22 0 253612300 10060460032 92305 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/22435/statm: 2456167 763878 2279 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2581 0 1 0 78 4 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665677624312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 947 0 0 0 243 17 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 856 0 0 0 263 12 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 933 0 0 0 247 12 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 424 0 0 0 236 10 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 778 0 0 0 281 16 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 617 0 0 0 260 11 0 0 20 0 22 0 253612299 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 518 0 0 0 250 12 0 0 20 0 22 0 253612300 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 649 0 0 0 249 11 0 0 20 0 22 0 253612300 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22446] ppid=22433 vsize=9824668 CPUtime=97.3 cores=0,2,4,6
/proc/22435/task/22446/stat : 22446 (java) S 22433 22435 21231 0 -1 4202560 8649 0 0 0 9705 25 0 0 20 0 22 0 253612301 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665501817448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22447] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22447/stat : 22447 (java) S 22433 22435 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665500763768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22448] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22448/stat : 22448 (java) S 22433 22435 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665499711112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22449] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22449/stat : 22449 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612303 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665498659856 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22450] ppid=22433 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/22435/task/22450/stat : 22450 (java) S 22433 22435 21231 0 -1 4202560 5982 0 0 0 132 0 0 0 20 0 22 0 253612303 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665497606200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22451] ppid=22433 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/22435/task/22451/stat : 22451 (java) S 22433 22435 21231 0 -1 4202560 9462 0 0 0 168 2 0 0 20 0 22 0 253612304 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665496553656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22452] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22452/stat : 22452 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665495501304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22453] ppid=22433 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22435/task/22453/stat : 22453 (java) S 22433 22435 21231 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 253612304 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665494448968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22454] ppid=22433 vsize=9824668 CPUtime=775.89 cores=0,2,4,6
/proc/22435/task/22454/stat : 22454 (java) R 22433 22435 21231 0 -1 4202560 81 0 0 0 77577 12 0 0 20 0 22 0 253612385 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139665493392224 139665509284464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22455] ppid=22433 vsize=9824668 CPUtime=775.94 cores=0,2,4,6
/proc/22435/task/22455/stat : 22455 (java) R 22433 22435 21231 0 -1 4202560 1595 0 0 0 77569 25 0 0 20 0 22 0 253612385 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139664350502640 139665508997437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22456] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22456/stat : 22456 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139664349451816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22457] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22457/stat : 22457 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 763878 33554432000 1073741824 1073778376 140736524764752 139664348399272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1678.7
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.76 3.95 3.81 5/220 22703
/proc/meminfo: memFree=25552824/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9824668 CPUtime=1797.2 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 35381 0 1 0 179555 165 0 0 20 0 22 0 253612298 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2456167 771050 2279 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2582 0 1 0 78 4 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665677624024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 952 0 0 0 258 17 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 856 0 0 0 283 12 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 933 0 0 0 269 12 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 424 0 0 0 260 10 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 778 0 0 0 301 16 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 622 0 0 0 278 12 0 0 20 0 22 0 253612299 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 523 0 0 0 269 12 0 0 20 0 22 0 253612300 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 654 0 0 0 276 11 0 0 20 0 22 0 253612300 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22446] ppid=22433 vsize=9824668 CPUtime=99.56 cores=0,2,4,6
/proc/22435/task/22446/stat : 22446 (java) R 22433 22435 21231 0 -1 4202560 8685 0 0 0 9930 26 0 0 20 0 22 0 253612301 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665501816424 139665683750040 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22447] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22447/stat : 22447 (java) S 22433 22435 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665500763768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22448] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22448/stat : 22448 (java) S 22433 22435 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665499711112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22449] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22449/stat : 22449 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612303 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665498659856 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22450] ppid=22433 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/22435/task/22450/stat : 22450 (java) S 22433 22435 21231 0 -1 4202560 5982 0 0 0 132 0 0 0 20 0 22 0 253612303 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665497606200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22451] ppid=22433 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/22435/task/22451/stat : 22451 (java) S 22433 22435 21231 0 -1 4202560 9462 0 0 0 168 2 0 0 20 0 22 0 253612304 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665496553656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22452] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22452/stat : 22452 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665495501304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22453] ppid=22433 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/22435/task/22453/stat : 22453 (java) S 22433 22435 21231 0 -1 4202560 55 0 0 0 15 19 0 0 20 0 22 0 253612304 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665494448968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22454] ppid=22433 vsize=9824668 CPUtime=833.03 cores=0,2,4,6
/proc/22435/task/22454/stat : 22454 (java) S 22433 22435 21231 0 -1 4202560 83 0 0 0 83290 13 0 0 20 0 22 0 253612385 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139665493393816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22455] ppid=22433 vsize=9824668 CPUtime=833.07 cores=0,2,4,6
/proc/22435/task/22455/stat : 22455 (java) S 22433 22435 21231 0 -1 4202560 1602 0 0 0 83281 26 0 0 20 0 22 0 253612385 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139664350503864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22456] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22456/stat : 22456 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139664349451816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22457] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22457/stat : 22457 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 771050 33554432000 1073741824 1073778376 140736524764752 139664348399272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.401 s]
/proc/loadavg: 3.78 3.95 3.81 6/220 22703
/proc/meminfo: memFree=25507668/32873844 swapFree=7104/7104
[pid=22435] ppid=22433 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/22435/stat : 22435 (java) S 22433 22435 21231 0 -1 4202496 35394 0 1 0 179852 165 0 0 20 0 22 0 253612298 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 140736524755888 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22435/statm: 2456167 777706 2279 9 0 2446860 0
[pid=22435/tid=22436] ppid=22433 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (java) S 22433 22435 21231 0 -1 4202560 2582 0 1 0 78 4 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665677624312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22438] ppid=22433 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (java) S 22433 22435 21231 0 -1 4202560 952 0 0 0 258 17 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665639115432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22439] ppid=22433 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/22435/task/22439/stat : 22439 (java) S 22433 22435 21231 0 -1 4202560 856 0 0 0 283 12 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665638062888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22440] ppid=22433 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/22435/task/22440/stat : 22440 (java) S 22433 22435 21231 0 -1 4202560 933 0 0 0 269 12 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665637010344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22441] ppid=22433 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/22435/task/22441/stat : 22441 (java) S 22433 22435 21231 0 -1 4202560 424 0 0 0 260 10 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665635957800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22435/tid=22442] ppid=22433 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/22435/task/22442/stat : 22442 (java) S 22433 22435 21231 0 -1 4202560 778 0 0 0 301 16 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665634904232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22443] ppid=22433 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/22435/task/22443/stat : 22443 (java) S 22433 22435 21231 0 -1 4202560 622 0 0 0 278 12 0 0 20 0 22 0 253612299 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665633851688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22444] ppid=22433 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/22435/task/22444/stat : 22444 (java) S 22433 22435 21231 0 -1 4202560 523 0 0 0 269 12 0 0 20 0 22 0 253612300 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665632799144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22445] ppid=22433 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/22435/task/22445/stat : 22445 (java) S 22433 22435 21231 0 -1 4202560 654 0 0 0 276 11 0 0 20 0 22 0 253612300 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665631746600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22446] ppid=22433 vsize=9824668 CPUtime=100.79 cores=0,2,4,6
/proc/22435/task/22446/stat : 22446 (java) S 22433 22435 21231 0 -1 4202560 8698 0 0 0 10053 26 0 0 20 0 22 0 253612301 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665501817448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22447] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22447/stat : 22447 (java) S 22433 22435 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665500763768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22448] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22448/stat : 22448 (java) S 22433 22435 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253612301 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665499711112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22449] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22449/stat : 22449 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612303 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665498659856 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22450] ppid=22433 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/22435/task/22450/stat : 22450 (java) S 22433 22435 21231 0 -1 4202560 5982 0 0 0 132 0 0 0 20 0 22 0 253612303 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665497606200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22451] ppid=22433 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/22435/task/22451/stat : 22451 (java) S 22433 22435 21231 0 -1 4202560 9462 0 0 0 168 2 0 0 20 0 22 0 253612304 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665496553656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22452] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22452/stat : 22452 (java) S 22433 22435 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253612304 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665495501304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22453] ppid=22433 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/22435/task/22453/stat : 22453 (java) S 22433 22435 21231 0 -1 4202560 55 0 0 0 15 19 0 0 20 0 22 0 253612304 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665494448968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22454] ppid=22433 vsize=9824668 CPUtime=833.9 cores=0,2,4,6
/proc/22435/task/22454/stat : 22454 (java) R 22433 22435 21231 0 -1 4202560 83 0 0 0 83377 13 0 0 20 0 22 0 253612385 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139665493394016 139665509164943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22455] ppid=22433 vsize=9824668 CPUtime=833.93 cores=0,2,4,6
/proc/22435/task/22455/stat : 22455 (java) R 22433 22435 21231 0 -1 4202560 1602 0 0 0 83367 26 0 0 20 0 22 0 253612385 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139664350503744 139665508920768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22456] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22456/stat : 22456 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139664349451816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22435/tid=22457] ppid=22433 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22457/stat : 22457 (java) S 22433 22435 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253612391 10060460032 777706 33554432000 1073741824 1073778376 140736524764752 139664348399272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 22435 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=98255
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 944.456
CPU time (s): 1800.17
CPU user time (s): 1798.52
CPU system time (s): 1.65
CPU usage (%): 190.604
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 2.09268
maximum resident set size= 3110972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35434
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26723
involuntary context switches= 37729

runsolver used 3.25251 second user time and 8.84266 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 17:54:26
IDJOB=3687942
IDBENCH=2416
IDSOLVER=2268
FILE ID=node119/3687942-1337874866
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-modszk1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687942-1337874866/watcher-3687942-1337874866 -o /tmp/evaluation-result-3687942-1337874866/solver-3687942-1337874866 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687942-1337874866.opb

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=1877545972

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:       32873844 kB
MemFree:        28559780 kB
Buffers:          202412 kB
Cached:          2776152 kB
SwapCached:            0 kB
Active:           901056 kB
Inactive:        2613112 kB
Active(anon):     537920 kB
Inactive(anon):        0 kB
Active(file):     363136 kB
Inactive(file):  2613112 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5112 kB
Writeback:             8 kB
AnonPages:        578812 kB
Mapped:            21688 kB
Shmem:               200 kB
Slab:             625980 kB
SReclaimable:      67664 kB
SUnreclaim:       558316 kB
KernelStack:        1632 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1086308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 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= 71700 MiB
End job on node119 at 2012-05-24 18:10:13