Trace number 3688710

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 SnapshotSAT (TO)-25 1800.08 910.935

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_1.opb
MD5SUMfac2f381943513d71e556a5764721ca3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark2.58061
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products624
Sum of products size1248

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688710-1337879358.opb
0.08/0.13	c reading problem ... 
0.20/0.27	c ... done. Wall clock time 0.141s.
0.20/0.27	c declared #vars     100
0.20/0.27	c internal #vars     724
0.20/0.27	c #constraints  1348
0.20/0.27	c constraints type 
0.20/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
0.20/0.27	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.20/0.27	c ignored satisfied constraints => 100
0.20/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
0.20/0.27	c 1448 constraints processed.
0.20/0.27	c constraints type 
0.20/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
0.20/0.27	c ignored satisfied constraints => 100
0.20/0.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.20/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 624
0.20/0.27	c 1448 constraints processed.
0.20/0.27	c objective function length is 100 literals
0.20/0.28	c  And the winner is solver0
0.42/0.77	c SATISFIABLE
0.42/0.77	c OPTIMIZING...
0.42/0.77	c Got one! Elapsed wall clock time (in seconds):0.643
0.42/0.77	o -19
0.42/0.78	c  And the winner is solver0
0.45/1.27	c Got one! Elapsed wall clock time (in seconds):1.144
0.45/1.27	o -20
0.93/1.40	c  And the winner is solver1
1.34/1.77	c Got one! Elapsed wall clock time (in seconds):1.646
1.34/1.77	o -21
1.80/1.98	c  And the winner is solver1
2.21/2.28	c Got one! Elapsed wall clock time (in seconds):2.147
2.21/2.28	o -22
2.26/2.36	c cleaning 2771 clauses out of 5547 with flag 1000/5547
3.21/2.73	c cleaning 4389 clauses out of 8777 with flag 7001/11548
4.25/3.25	c cleaning 5695 clauses out of 11390 with flag 14003/18550
4.80/3.58	c  And the winner is solver0
4.97/3.81	c Got one! Elapsed wall clock time (in seconds):3.68
4.97/3.81	o -23
5.22/3.93	c cleaning 5690 clauses out of 11380 with flag 1000/24235
6.24/4.46	c cleaning 5845 clauses out of 11690 with flag 7000/30235
7.39/5.03	c cleaning 6420 clauses out of 12845 with flag 14000/37235
8.75/5.73	c cleaning 7213 clauses out of 14425 with flag 22000/45235
10.32/6.54	c cleaning 8107 clauses out of 16213 with flag 31001/54236
10.79/6.85	c  And the winner is solver0
10.93/7.31	c Got one! Elapsed wall clock time (in seconds):7.182
10.93/7.31	o -24
11.31/7.51	c cleaning 7032 clauses out of 14081 with flag 3002/60211
12.25/8.04	c cleaning 6523 clauses out of 13047 with flag 9000/66209
13.20/8.58	c cleaning 6758 clauses out of 13524 with flag 16000/73209
14.32/9.18	c cleaning 7380 clauses out of 14768 with flag 24002/81211
16.17/10.08	c cleaning 8192 clauses out of 16386 with flag 33000/90209
18.31/11.12	c cleaning 9092 clauses out of 18194 with flag 43000/100209
20.41/12.22	c cleaning 10052 clauses out of 20104 with flag 54002/111211
22.93/13.50	c cleaning 11021 clauses out of 22052 with flag 66002/123211
25.79/15.01	c cleaning 12010 clauses out of 24029 with flag 79000/136209
29.50/16.95	c cleaning 13004 clauses out of 26019 with flag 93000/150209
33.61/19.08	c  And the winner is solver1
33.75/19.33	c Got one! Elapsed wall clock time (in seconds):19.204
33.75/19.33	o -25
36.47/20.72	c cleaning 16334 clauses out of 32690 with flag 5000/169884
38.19/21.66	c cleaning 11172 clauses out of 22356 with flag 11000/175884
39.62/22.45	c cleaning 9088 clauses out of 18184 with flag 18000/182884
41.09/23.27	c cleaning 8541 clauses out of 17098 with flag 26002/190886
42.79/24.13	c cleaning 8767 clauses out of 17556 with flag 35001/199885
44.65/25.15	c cleaning 9390 clauses out of 18789 with flag 45001/209885
47.08/26.41	c cleaning 10199 clauses out of 20398 with flag 56000/220884
49.54/27.72	c cleaning 11094 clauses out of 22199 with flag 68000/232884
52.40/29.27	c cleaning 12053 clauses out of 24107 with flag 81002/245886
55.86/31.08	c cleaning 13027 clauses out of 26053 with flag 95001/259885
59.68/33.02	c cleaning 14010 clauses out of 28028 with flag 110003/274887
64.53/35.59	c cleaning 15008 clauses out of 30016 with flag 126001/290885
69.18/37.99	c cleaning 16004 clauses out of 32008 with flag 143001/307885
74.62/40.74	c cleaning 16999 clauses out of 34007 with flag 161004/325888
80.79/43.98	c cleaning 17993 clauses out of 36004 with flag 180000/344884
87.80/47.51	c cleaning 19001 clauses out of 38012 with flag 200001/364885
94.22/50.82	c cleaning 20003 clauses out of 40010 with flag 221000/385884
102.47/55.10	c cleaning 21001 clauses out of 42009 with flag 243002/407886
111.18/59.57	c cleaning 21998 clauses out of 44007 with flag 266001/430885
118.98/63.58	c cleaning 23000 clauses out of 46008 with flag 290000/454884
129.79/69.03	c cleaning 24004 clauses out of 48008 with flag 315000/479884
140.39/74.43	c cleaning 24999 clauses out of 50004 with flag 341000/505884
151.51/80.11	c cleaning 25996 clauses out of 52005 with flag 368000/532884
165.73/87.30	c cleaning 27002 clauses out of 54009 with flag 396000/560884
183.93/96.57	c cleaning 27999 clauses out of 56007 with flag 425000/589884
204.12/106.76	c cleaning 29000 clauses out of 58008 with flag 455000/619884
221.93/115.89	c cleaning 29995 clauses out of 60008 with flag 486000/650884
241.31/125.69	c cleaning 31007 clauses out of 62014 with flag 518001/682885
267.12/138.67	c cleaning 32000 clauses out of 64008 with flag 551002/715886
280.09/145.25	c cleaning 0 clauses out of 7049 with flag 0/7050
286.09/148.27	c cleaning 33003 clauses out of 66006 with flag 585000/749884
305.23/157.98	c cleaning 33990 clauses out of 68003 with flag 620000/784884
326.94/168.91	c cleaning 35006 clauses out of 70016 with flag 656003/820887
355.33/183.29	c cleaning 36001 clauses out of 72008 with flag 693001/857885
385.94/198.77	c cleaning 36998 clauses out of 74006 with flag 731000/895884
409.30/210.51	c cleaning 37995 clauses out of 76008 with flag 770000/934884
434.44/223.22	c cleaning 39005 clauses out of 78013 with flag 810000/974884
463.35/237.85	c cleaning 40002 clauses out of 80009 with flag 851001/1015885
494.30/253.58	c cleaning 41000 clauses out of 82010 with flag 893004/1057888
533.86/273.46	c cleaning 41998 clauses out of 84006 with flag 936000/1100884
568.23/290.76	c cleaning 43000 clauses out of 86008 with flag 980000/1144884
601.53/307.56	c cleaning 44004 clauses out of 88010 with flag 1025002/1189886
633.81/323.92	c cleaning 45002 clauses out of 90004 with flag 1071000/1235884
667.06/340.72	c cleaning 45994 clauses out of 92002 with flag 1118000/1282884
697.73/356.28	c cleaning 47005 clauses out of 94010 with flag 1166002/1330886
746.11/380.54	c cleaning 48002 clauses out of 96003 with flag 1215000/1379884
781.15/398.38	c cleaning 48999 clauses out of 98001 with flag 1265000/1429884
821.49/418.67	c cleaning 49996 clauses out of 100002 with flag 1316000/1480884
873.36/444.66	c cleaning 50997 clauses out of 102007 with flag 1368001/1532885
928.06/472.00	c cleaning 52003 clauses out of 104012 with flag 1421003/1585887
979.85/498.18	c cleaning 52999 clauses out of 106006 with flag 1475000/1639884
1036.78/526.65	c cleaning 54003 clauses out of 108009 with flag 1530002/1694886
1079.97/548.34	c cleaning 54992 clauses out of 110004 with flag 1586000/1750884
1083.27/550.21	c cleaning 0 clauses out of 13052 with flag 0/13053
1130.20/573.96	c cleaning 56002 clauses out of 112014 with flag 1643002/1807886
1176.09/596.98	c cleaning 57004 clauses out of 114012 with flag 1701002/1865886
1220.50/619.27	c cleaning 58000 clauses out of 116006 with flag 1760000/1924884
1271.73/644.92	c cleaning 59002 clauses out of 118007 with flag 1820001/1984885
1325.44/672.05	c cleaning 60002 clauses out of 120004 with flag 1881000/2045884
1385.64/702.28	c cleaning 60997 clauses out of 122004 with flag 1943002/2107886
1441.75/730.79	c cleaning 62001 clauses out of 124005 with flag 2006000/2170884
1515.05/767.68	c cleaning 63001 clauses out of 126004 with flag 2070000/2234884
1581.64/801.07	c cleaning 63996 clauses out of 128006 with flag 2135003/2299887
1658.03/839.38	c cleaning 64998 clauses out of 130008 with flag 2201001/2365885
1721.82/871.46	c cleaning 65999 clauses out of 132009 with flag 2268000/2432884
1800.08/910.91	c starts		: 61
1800.08/910.91	c conflicts		: 16733
1800.08/910.91	c decisions		: 18645
1800.08/910.91	c propagations		: 146910
1800.08/910.91	c inspects		: 673916108
1800.08/910.91	c shortcuts		: 0
1800.08/910.91	c learnt literals	: 0
1800.08/910.91	c learnt binary clauses	: 0
1800.08/910.91	c learnt ternary clauses	: 0
1800.08/910.91	c learnt constraints	: 16732
1800.08/910.91	c ignored constraints	: 0
1800.08/910.91	c root simplifications	: 0
1800.08/910.91	c removed literals (reason simplification)	: 0
1800.08/910.91	c reason swapping (by a shorter reason)	: 0
1800.08/910.91	c Calls to reduceDB	: 2
1800.08/910.91	c number of reductions to clauses (during analyze)	: 0
1800.08/910.91	c number of learned constraints concerned by reduction	: 0
1800.08/910.91	c number of learning phase by resolution	: 0
1800.08/910.91	c number of learning phase by cutting planes	: 0
1800.08/910.91	c speed (assignments/second)	: 162.5900188255137
1800.08/910.91	c non guided choices	0
1800.08/910.92	c learnt constraints type 
1800.08/910.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 184
1800.08/910.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16548
1800.08/910.92	c constraints type 
1800.08/910.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
1800.08/910.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.08/910.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/910.92	c ignored satisfied constraints => 100
1800.08/910.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
1800.08/910.92	c 1449 constraints processed.
1800.08/910.92	c constraints type 
1800.08/910.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
1800.08/910.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/910.92	c ignored satisfied constraints => 100
1800.08/910.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
1800.08/910.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 624
1800.08/910.92	c 1449 constraints processed.
1800.08/910.92	s SATISFIABLE
1800.08/910.92	v -x1 x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 x74 -x75 -x76 x77 -x78 x79 x80 -x81 -x82 -x83 -x84 x85 -x86 x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 x100 
1800.08/910.92	c objective function=-25
1800.08/910.92	c Total wall clock time (in seconds): 910.792

Verifier Data

OK	-25

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-3688710-1337879358/watcher-3688710-1337879358 -o /tmp/evaluation-result-3688710-1337879358/solver-3688710-1337879358 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688710-1337879358.opb 

running on 4 cores: 1,3,5,7

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.95 3.97 3.87 4/197 25384
/proc/meminfo: memFree=28575748/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25384/stat : 25384 (java) D 25382 25384 23457 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254064348 9515008 183 33554432000 1073741824 1073778376 140735836231056 140735836222088 245294251701 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25384/statm: 2323 183 140 9 0 71 0

[startup+0.050599 s]
/proc/loadavg: 3.95 3.97 3.87 4/197 25384
/proc/meminfo: memFree=28575748/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 3025 0 1 0 2 0 0 0 20 0 13 0 254064348 9446973440 3722 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2306390 3722 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100335 s]
/proc/loadavg: 3.95 3.97 3.87 4/197 25384
/proc/meminfo: memFree=28575748/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 4166 0 1 0 7 1 0 0 20 0 18 0 254064348 9787813888 5358 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2389603 5359 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 3.95 3.97 3.87 4/197 25384
/proc/meminfo: memFree=28575748/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 6215 0 1 0 41 1 0 0 20 0 19 0 254064348 10060460032 9258 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 9258 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9824668

[startup+0.700256 s]
/proc/loadavg: 3.95 3.97 3.87 4/197 25384
/proc/meminfo: memFree=28575748/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 6215 0 1 0 41 1 0 0 20 0 19 0 254064348 10060460032 9258 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 9258 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9824668

[startup+1.50083 s]
/proc/loadavg: 3.95 3.97 3.87 3/216 25409
/proc/meminfo: memFree=28540720/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 10229 0 1 0 110 5 0 0 20 0 19 0 254064348 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 15090 2240 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2458 0 1 0 23 1 0 0 20 0 19 0 254064349 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254064350 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254064352 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254064352 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254064352 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064355 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) R 25382 25384 23457 0 -1 4202560 2666 0 0 0 30 0 0 0 20 0 19 0 254064355 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662111387768 140662764152181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) R 25382 25384 23457 0 -1 4202560 3780 0 0 0 29 0 0 0 20 0 19 0 254064355 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662110345104 140662766119684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064355 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254064355 10060460032 15090 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 3.95 3.97 3.87 4/216 25415
/proc/meminfo: memFree=28476036/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 13706 0 1 0 391 12 0 0 20 0 22 0 254064348 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 51523 2279 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2459 0 1 0 23 1 0 0 20 0 22 0 254064349 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 98 0 0 0 6 0 0 0 20 0 22 0 254064352 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) S 25382 25384 23457 0 -1 4202560 5095 0 0 0 78 2 0 0 20 0 22 0 254064355 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662111410616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) S 25382 25384 23457 0 -1 4202560 4609 0 0 0 67 0 0 0 20 0 22 0 254064355 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662110357816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25412] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25412/stat : 25412 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254064476 10060460032 51523 33554432000 1073741824 1073778376 140734853235200 140662105093672 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824668

[startup+6.30092 s]
/proc/loadavg: 3.96 3.97 3.87 6/219 25421
/proc/meminfo: memFree=28301272/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=9.89 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 13795 0 1 0 973 16 0 0 20 0 22 0 254064348 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 76252 2280 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2459 0 1 0 23 1 0 0 20 0 22 0 254064349 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254064350 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 106 0 0 0 38 0 0 0 20 0 22 0 254064352 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) S 25382 25384 23457 0 -1 4202560 5098 0 0 0 97 2 0 0 20 0 22 0 254064355 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662111410616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) S 25382 25384 23457 0 -1 4202560 4609 0 0 0 69 0 0 0 20 0 22 0 254064355 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662110357816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25418] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25418/stat : 25418 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254064576 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662104040232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25419] ppid=25382 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25384/task/25419/stat : 25419 (java) R 25382 25384 23457 0 -1 4202560 5 0 0 0 215 0 0 0 20 0 22 0 254064729 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662107198416 140662612153792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25420] ppid=25382 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25384/task/25420/stat : 25420 (java) R 25382 25384 23457 0 -1 4202560 42 0 0 0 216 1 0 0 20 0 22 0 254064729 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662106143840 140662612427751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25421] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25421/stat : 25421 (java) S 25382 25384 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254064732 10060460032 76252 33554432000 1073741824 1073778376 140734853235200 140662105093544 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/25384/statm: 2456167 423758 2281 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2493 0 1 0 27 3 0 0 20 0 22 0 254064349 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 493 0 0 0 260 5 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 461 0 0 0 241 4 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 477 0 0 0 256 4 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 393 0 0 0 248 5 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 519 0 0 0 269 4 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 368 0 0 0 232 6 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 372 0 0 0 250 4 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 372 0 0 0 238 4 0 0 20 0 22 0 254064350 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=27.72 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 1764 0 0 0 2749 23 0 0 20 0 22 0 254064352 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) S 25382 25384 23457 0 -1 4202560 6703 0 0 0 175 2 0 0 20 0 22 0 254064355 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662111410616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) S 25382 25384 23457 0 -1 4202560 4609 0 0 0 72 0 0 0 20 0 22 0 254064355 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662110357816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 51 0 0 0 26 20 0 0 20 0 22 0 254064355 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25424] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25424/stat : 25424 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254065084 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662105093160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25428] ppid=25382 vsize=9824668 CPUtime=828.85 cores=1,3,5,7
/proc/25384/task/25428/stat : 25428 (java) R 25382 25384 23457 0 -1 4202560 155 0 0 0 82871 14 0 0 20 0 22 0 254066282 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662106144032 140662612252474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25429] ppid=25382 vsize=9824668 CPUtime=828.9 cores=1,3,5,7
/proc/25384/task/25429/stat : 25429 (java) R 25382 25384 23457 0 -1 4202560 946 0 0 0 82852 38 0 0 20 0 22 0 254066282 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662104037616 140662612079405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25430] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25430/stat : 25430 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254066282 10060460032 423758 33554432000 1073741824 1073778376 140734853235200 140662107199144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1742.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.901 s]
/proc/loadavg: 3.98 3.97 3.91 5/219 25549
/proc/meminfo: memFree=23847920/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 22286 0 1 0 179876 132 0 0 20 0 22 0 254064348 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 436483 2281 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2493 0 1 0 27 3 0 0 20 0 22 0 254064349 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 503 0 0 0 267 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 638 0 0 0 250 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 521 0 0 0 265 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 398 0 0 0 252 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 566 0 0 0 274 4 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 442 0 0 0 236 6 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 487 0 0 0 256 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 390 0 0 0 244 4 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=27.72 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 1784 0 0 0 2749 23 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) S 25382 25384 23457 0 -1 4202560 6703 0 0 0 175 2 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662111410616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) S 25382 25384 23457 0 -1 4202560 4609 0 0 0 72 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662110357816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 53 0 0 0 27 21 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25424] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25424/stat : 25424 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254065084 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662105093160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25428] ppid=25382 vsize=9824668 CPUtime=857.23 cores=1,3,5,7
/proc/25384/task/25428/stat : 25428 (java) R 25382 25384 23457 0 -1 4202560 156 0 0 0 85708 15 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662106143088 140662612190921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25429] ppid=25382 vsize=9824668 CPUtime=857.28 cores=1,3,5,7
/proc/25384/task/25429/stat : 25429 (java) R 25382 25384 23457 0 -1 4202560 949 0 0 0 85689 39 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662104038400 140662612427603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25430] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25430/stat : 25430 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662107199144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+910.901 s]
/proc/loadavg: 3.98 3.97 3.91 5/219 25549
/proc/meminfo: memFree=23847920/32873844 swapFree=7356/7356
[pid=25384] ppid=25382 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/25384/stat : 25384 (java) S 25382 25384 23457 0 -1 4202496 22286 0 1 0 179876 132 0 0 20 0 22 0 254064348 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140734853226336 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25384/statm: 2456167 436483 2281 9 0 2446860 0
[pid=25384/tid=25386] ppid=25382 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25384/task/25386/stat : 25386 (java) S 25382 25384 23457 0 -1 4202560 2493 0 1 0 27 3 0 0 20 0 22 0 254064349 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662762005496 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25387] ppid=25382 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25384/task/25387/stat : 25387 (java) S 25382 25384 23457 0 -1 4202560 503 0 0 0 267 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662734457896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25388] ppid=25382 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/25384/task/25388/stat : 25388 (java) S 25382 25384 23457 0 -1 4202560 638 0 0 0 250 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662733405096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25389] ppid=25382 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/25384/task/25389/stat : 25389 (java) S 25382 25384 23457 0 -1 4202560 521 0 0 0 265 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662732352296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25390] ppid=25382 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/25384/task/25390/stat : 25390 (java) S 25382 25384 23457 0 -1 4202560 398 0 0 0 252 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662731299496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25391] ppid=25382 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/25384/task/25391/stat : 25391 (java) S 25382 25384 23457 0 -1 4202560 566 0 0 0 274 4 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662730246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25392] ppid=25382 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/25384/task/25392/stat : 25392 (java) S 25382 25384 23457 0 -1 4202560 442 0 0 0 236 6 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662600673704 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25393] ppid=25382 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/25384/task/25393/stat : 25393 (java) S 25382 25384 23457 0 -1 4202560 487 0 0 0 256 5 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662599620904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25394] ppid=25382 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25384/task/25394/stat : 25394 (java) S 25382 25384 23457 0 -1 4202560 390 0 0 0 244 4 0 0 20 0 22 0 254064350 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662598568104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25384/tid=25395] ppid=25382 vsize=9824668 CPUtime=27.72 cores=1,3,5,7
/proc/25384/task/25395/stat : 25395 (java) S 25382 25384 23457 0 -1 4202560 1784 0 0 0 2749 23 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662115621864 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25396] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25396/stat : 25396 (java) S 25382 25384 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662114567928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25397] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25397/stat : 25397 (java) S 25382 25384 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254064352 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662113515016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25398] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25398/stat : 25398 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662112463504 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25399] ppid=25382 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/25384/task/25399/stat : 25399 (java) S 25382 25384 23457 0 -1 4202560 6703 0 0 0 175 2 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662111410616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25400] ppid=25382 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/25384/task/25400/stat : 25400 (java) S 25382 25384 23457 0 -1 4202560 4609 0 0 0 72 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662110357816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25401] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25401/stat : 25401 (java) S 25382 25384 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662109305208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25402] ppid=25382 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/25384/task/25402/stat : 25402 (java) S 25382 25384 23457 0 -1 4202560 53 0 0 0 27 21 0 0 20 0 22 0 254064355 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662108252616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25384/tid=25424] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25424/stat : 25424 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254065084 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662105093160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25428] ppid=25382 vsize=9824668 CPUtime=857.23 cores=1,3,5,7
/proc/25384/task/25428/stat : 25428 (java) R 25382 25384 23457 0 -1 4202560 156 0 0 0 85708 15 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662106143088 140662612190921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25384/tid=25429] ppid=25382 vsize=9824668 CPUtime=857.28 cores=1,3,5,7
/proc/25384/task/25429/stat : 25429 (java) R 25382 25384 23457 0 -1 4202560 949 0 0 0 85689 39 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662104038400 140662612427603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25384/tid=25430] ppid=25382 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25384/task/25430/stat : 25430 (java) S 25382 25384 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254066282 10060460032 436483 33554432000 1073741824 1073778376 140734853235200 140662107199144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 910.935
CPU time (s): 1800.08
CPU user time (s): 1798.76
CPU system time (s): 1.32
CPU usage (%): 197.608
Max. virtual memory (cumulated for all children) (KiB): 9826056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.74273
maximum resident set size= 2259560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29812
involuntary context switches= 46621

runsolver used 3.56246 second user time and 8.86165 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 19:09:18
IDJOB=3688710
IDBENCH=48218
IDSOLVER=2268
FILE ID=node109/3688710-1337879358
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688710-1337879358/watcher-3688710-1337879358 -o /tmp/evaluation-result-3688710-1337879358/solver-3688710-1337879358 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688710-1337879358.opb

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

MD5SUM BENCH= fac2f381943513d71e556a5764721ca3
RANDOM SEED=152933317

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28578316 kB
Buffers:          203676 kB
Cached:          2786568 kB
SwapCached:            0 kB
Active:           915300 kB
Inactive:        2615640 kB
Active(anon):     543024 kB
Inactive(anon):        0 kB
Active(file):     372276 kB
Inactive(file):  2615640 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               216 kB
Writeback:             0 kB
AnonPages:        547316 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             626064 kB
SReclaimable:      68728 kB
SUnreclaim:       557336 kB
KernelStack:        1624 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     829304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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= 71680 MiB
End job on node109 at 2012-05-24 19:24:31