Trace number 3688651

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 Resolution 2.3.2 SnapshotOPT5 837.43 833.698

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2.74058
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
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 constraint26
Maximum length of a constraint46
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)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

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.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 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-3688651-1337886237.opb
0.10/0.11	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.219s.
0.46/0.33	c declared #vars     100
0.46/0.33	c internal #vars     3174
0.46/0.33	c #constraints  6248
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.46/0.33	c 6248 constraints processed.
0.46/0.33	c objective function length is 100 literals
0.46/0.36	c SATISFIABLE
0.46/0.36	c OPTIMIZING...
0.46/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.46/0.36	o 7
0.73/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.73/0.42	o 6
2.47/1.87	c cleaning 2506 clauses out of 5011 with flag 5002/5011
4.04/3.34	c cleaning 4252 clauses out of 8506 with flag 11003/11012
5.85/5.11	c cleaning 5626 clauses out of 11253 with flag 18002/18011
7.86/7.11	c cleaning 6813 clauses out of 13625 with flag 26000/26009
10.12/9.33	c cleaning 7895 clauses out of 15815 with flag 35003/35012
12.62/11.82	c cleaning 8959 clauses out of 17917 with flag 45000/45009
15.34/14.58	c cleaning 9976 clauses out of 19958 with flag 56000/56009
18.35/17.55	c cleaning 10984 clauses out of 21984 with flag 68002/68011
21.55/20.78	c cleaning 11971 clauses out of 23998 with flag 81000/81009
25.06/24.21	c cleaning 13014 clauses out of 26027 with flag 95000/95009
28.66/27.87	c cleaning 14005 clauses out of 28013 with flag 110000/110009
32.78/31.93	c cleaning 15000 clauses out of 30010 with flag 126002/126011
36.98/36.18	c cleaning 16003 clauses out of 32008 with flag 143000/143009
41.49/40.64	c cleaning 16998 clauses out of 34006 with flag 161001/161010
46.11/45.28	c cleaning 18006 clauses out of 36013 with flag 180006/180015
50.73/49.87	c cleaning 18997 clauses out of 38004 with flag 200003/200012
55.86/55.00	c cleaning 19981 clauses out of 40004 with flag 221000/221009
61.69/60.74	c cleaning 21009 clauses out of 42024 with flag 243001/243010
67.74/66.60	c cleaning 21993 clauses out of 44014 with flag 266000/266009
74.09/72.78	c cleaning 22997 clauses out of 46022 with flag 290001/290010
80.34/78.92	c cleaning 24009 clauses out of 48024 with flag 315000/315009
86.74/85.31	c cleaning 24991 clauses out of 50016 with flag 341001/341010
93.48/92.05	c cleaning 26001 clauses out of 52024 with flag 368000/368009
100.00/98.54	c cleaning 27007 clauses out of 54023 with flag 396000/396009
107.80/106.34	c cleaning 28008 clauses out of 56018 with flag 425002/425011
115.71/114.29	c cleaning 29000 clauses out of 58008 with flag 455000/455009
123.93/122.49	c cleaning 30003 clauses out of 60009 with flag 486001/486010
131.55/130.08	c cleaning 30989 clauses out of 62007 with flag 518002/518011
140.78/139.24	c cleaning 31999 clauses out of 64017 with flag 551001/551010
150.11/148.58	c cleaning 32996 clauses out of 66017 with flag 585000/585009
159.62/158.04	c cleaning 34000 clauses out of 68021 with flag 620000/620009
169.58/167.71	c cleaning 34996 clauses out of 70021 with flag 656000/656009
179.68/177.69	c cleaning 35996 clauses out of 72025 with flag 693000/693009
189.51/187.44	c cleaning 37008 clauses out of 74031 with flag 731002/731011
199.72/197.68	c cleaning 38009 clauses out of 76023 with flag 770002/770011
210.84/208.76	c cleaning 39001 clauses out of 78012 with flag 810000/810009
221.37/219.21	c cleaning 39989 clauses out of 80013 with flag 851002/851011
232.89/230.77	c cleaning 40998 clauses out of 82022 with flag 893000/893009
244.00/241.80	c cleaning 42010 clauses out of 84025 with flag 936001/936010
255.73/253.59	c cleaning 42989 clauses out of 86014 with flag 980000/980009
267.58/265.38	c cleaning 44005 clauses out of 88025 with flag 1025000/1025009
279.60/277.37	c cleaning 44994 clauses out of 90020 with flag 1071000/1071009
291.92/289.63	c cleaning 46006 clauses out of 92026 with flag 1118000/1118009
304.76/302.49	c cleaning 47007 clauses out of 94022 with flag 1166002/1166011
317.29/314.94	c cleaning 47992 clauses out of 96015 with flag 1215002/1215011
331.92/329.54	c cleaning 48980 clauses out of 98021 with flag 1265000/1265009
345.75/343.36	c cleaning 50009 clauses out of 100044 with flag 1316003/1316012
361.50/359.09	c cleaning 51000 clauses out of 102037 with flag 1368005/1368014
377.54/375.05	c cleaning 52000 clauses out of 104033 with flag 1421001/1421010
393.47/390.95	c cleaning 53016 clauses out of 106033 with flag 1475001/1475010
409.56/406.92	c cleaning 53991 clauses out of 108020 with flag 1530004/1530013
425.38/422.77	c cleaning 54972 clauses out of 110025 with flag 1586000/1586009
442.61/439.92	c cleaning 56021 clauses out of 112055 with flag 1643002/1643011
460.04/457.30	c cleaning 56995 clauses out of 114032 with flag 1701000/1701009
476.78/474.09	c cleaning 57984 clauses out of 116038 with flag 1760001/1760010
485.22/482.47	c Got one! Elapsed wall clock time (in seconds):482.363
485.22/482.47	o 5
486.32/483.56	c cleaning 46758 clauses out of 93523 with flag 5000/1795479
487.42/484.65	c cleaning 26374 clauses out of 52766 with flag 11001/1801480
488.64/485.86	c cleaning 16689 clauses out of 33394 with flag 18003/1808482
489.95/487.19	c cleaning 12336 clauses out of 24702 with flag 26000/1816479
491.56/488.75	c cleaning 10667 clauses out of 21367 with flag 35001/1825480
493.37/490.52	c cleaning 10334 clauses out of 20705 with flag 45006/1835485
495.29/492.48	c cleaning 10676 clauses out of 21368 with flag 56003/1846482
497.51/494.65	c cleaning 11342 clauses out of 22689 with flag 68000/1858479
500.06/497.11	c cleaning 12160 clauses out of 24350 with flag 81003/1871482
502.76/499.83	c cleaning 13089 clauses out of 26194 with flag 95007/1885486
505.77/502.80	c cleaning 14044 clauses out of 28101 with flag 110003/1900482
509.00/506.07	c cleaning 15011 clauses out of 30054 with flag 126000/1916479
512.31/509.35	c cleaning 15999 clauses out of 32043 with flag 143000/1933479
516.02/513.06	c cleaning 17014 clauses out of 34044 with flag 161000/1951479
519.93/516.93	c cleaning 18001 clauses out of 36031 with flag 180001/1970480
524.14/521.14	c cleaning 19006 clauses out of 38032 with flag 200003/1990482
529.35/526.30	c cleaning 20009 clauses out of 40023 with flag 221000/2011479
534.68/531.63	c cleaning 21004 clauses out of 42016 with flag 243002/2033481
539.90/536.83	c cleaning 22002 clauses out of 44010 with flag 266000/2056479
545.91/542.80	c cleaning 23004 clauses out of 46009 with flag 290002/2080481
551.63/548.59	c cleaning 23986 clauses out of 48010 with flag 315007/2105486
557.48/554.37	c cleaning 25009 clauses out of 50017 with flag 341000/2131479
563.48/560.30	c cleaning 25997 clauses out of 52008 with flag 368000/2158479
570.21/567.04	c cleaning 26992 clauses out of 54011 with flag 396000/2186479
577.13/573.97	c cleaning 28005 clauses out of 56025 with flag 425007/2215486
584.16/580.94	c cleaning 28998 clauses out of 58014 with flag 455002/2245481
591.79/588.57	c cleaning 30005 clauses out of 60015 with flag 486001/2276480
598.78/595.53	c cleaning 30983 clauses out of 62009 with flag 518000/2308479
606.90/603.65	c cleaning 32006 clauses out of 64026 with flag 551000/2341479
614.93/611.66	c cleaning 33000 clauses out of 66019 with flag 585000/2375479
623.44/620.14	c cleaning 34008 clauses out of 68024 with flag 620005/2410484
631.77/628.41	c cleaning 34978 clauses out of 70010 with flag 656000/2446479
640.59/637.29	c cleaning 35990 clauses out of 72031 with flag 693000/2483479
649.71/646.39	c cleaning 37000 clauses out of 74041 with flag 731000/2521479
659.34/655.92	c cleaning 38006 clauses out of 76042 with flag 770002/2560481
668.98/665.56	c cleaning 39010 clauses out of 78034 with flag 810001/2600480
678.88/675.41	c cleaning 40000 clauses out of 80027 with flag 851005/2641484
688.38/684.99	c cleaning 40968 clauses out of 82022 with flag 893000/2683479
698.72/695.29	c cleaning 42011 clauses out of 84055 with flag 936001/2726480
709.45/705.91	c cleaning 43004 clauses out of 86043 with flag 980001/2770480
719.88/716.39	c cleaning 43986 clauses out of 88037 with flag 1025000/2815479
730.29/726.77	c cleaning 45012 clauses out of 90053 with flag 1071002/2861481
741.92/738.39	c cleaning 45995 clauses out of 92043 with flag 1118004/2908483
753.54/749.97	c cleaning 47015 clauses out of 94045 with flag 1166002/2956481
765.36/761.72	c cleaning 48006 clauses out of 96024 with flag 1215000/3005479
776.77/773.12	c cleaning 49002 clauses out of 98019 with flag 1265004/3055483
788.30/784.68	c cleaning 50005 clauses out of 100013 with flag 1316000/3106479
799.72/796.08	c cleaning 50985 clauses out of 102013 with flag 1368005/3158484
810.96/807.22	c cleaning 52004 clauses out of 104023 with flag 1421000/3211479
822.39/818.63	c cleaning 52997 clauses out of 106019 with flag 1475000/3265479
834.21/830.45	c cleaning 53998 clauses out of 108020 with flag 1530001/3320480
837.43/833.69	c starts		: 234
837.43/833.69	c conflicts		: 3336141
837.43/833.69	c decisions		: 5555022
837.43/833.69	c propagations		: 957370035
837.43/833.69	c inspects		: 8977772204
837.43/833.69	c shortcuts		: 0
837.43/833.69	c learnt literals	: 31
837.43/833.69	c learnt binary clauses	: 13
837.43/833.69	c learnt ternary clauses	: 43
837.43/833.69	c learnt constraints	: 3336109
837.43/833.69	c ignored constraints	: 0
837.43/833.69	c root simplifications	: 0
837.43/833.69	c removed literals (reason simplification)	: 0
837.43/833.69	c reason swapping (by a shorter reason)	: 0
837.43/833.69	c Calls to reduceDB	: 106
837.43/833.69	c number of reductions to clauses (during analyze)	: 0
837.43/833.69	c number of learned constraints concerned by reduction	: 0
837.43/833.69	c number of learning phase by resolution	: 0
837.43/833.69	c number of learning phase by cutting planes	: 0
837.43/833.69	c speed (assignments/second)	: 1148819.687022635
837.43/833.69	c non guided choices	0
837.43/833.69	c learnt constraints type 
837.43/833.69	c constraints type 
837.43/833.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
837.43/833.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
837.43/833.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
837.43/833.69	c 6248 constraints processed.
837.43/833.69	s OPTIMUM FOUND
837.43/833.69	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 
837.43/833.69	c objective function=5
837.43/833.69	c Total wall clock time (in seconds): 833.579

Verifier Data

OK	5

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-3688651-1337886237/watcher-3688651-1337886237 -o /tmp/evaluation-result-3688651-1337886237/solver-3688651-1337886237 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688651-1337886237.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: 1.88 1.98 1.99 3/194 15976
/proc/meminfo: memFree=28898776/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15976/stat : 15976 (java) D 15974 15976 14581 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 254748544 9515008 185 33554432000 1073741824 1073778376 140735242640224 140735242629288 233211784487 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2323 185 143 9 0 71 0

[startup+0.0726891 s]
/proc/loadavg: 1.88 1.98 1.99 3/194 15976
/proc/meminfo: memFree=28898776/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 3284 0 1 0 5 0 0 0 20 0 18 0 254748544 9787813888 4493 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2389603 4493 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100286 s]
/proc/loadavg: 1.88 1.98 1.99 3/194 15976
/proc/meminfo: memFree=28898776/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 4295 0 1 0 9 1 0 0 20 0 18 0 254748544 9787813888 5480 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2389603 5480 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300237 s]
/proc/loadavg: 1.88 1.98 1.99 3/194 15976
/proc/meminfo: memFree=28898776/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 5332 0 1 0 45 1 0 0 20 0 18 0 254748544 9787813888 7785 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2389603 7785 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700245 s]
/proc/loadavg: 1.88 1.98 1.99 3/194 15976
/proc/meminfo: memFree=28898776/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 9591 0 1 0 130 2 0 0 20 0 19 0 254748544 9855975424 10404 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 10404 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 1.88 1.98 1.99 3/213 15995
/proc/meminfo: memFree=28865352/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 9606 0 1 0 215 2 0 0 20 0 19 0 254748544 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 10418 2257 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2465 0 1 0 147 0 0 0 20 0 19 0 254748545 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306289900200 140306130008772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254748547 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 2521 0 0 0 37 0 0 0 20 0 19 0 254748550 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 3421 0 0 0 28 0 0 0 20 0 19 0 254748550 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 10418 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.88 1.98 1.99 3/213 15995
/proc/meminfo: memFree=28852692/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=3.81 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 9660 0 1 0 379 2 0 0 20 0 19 0 254748544 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 13533 2282 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2469 0 1 0 304 0 0 0 20 0 19 0 254748545 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306289901944 140306129614244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 254748547 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 2524 0 0 0 39 0 0 0 20 0 19 0 254748550 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 3423 0 0 0 30 0 0 0 20 0 19 0 254748550 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 13533 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.89 1.98 1.99 3/213 15995
/proc/meminfo: memFree=28848844/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=7.06 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 9684 0 1 0 703 3 0 0 20 0 19 0 254748544 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 14421 2282 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=6.19 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2471 0 1 0 619 0 0 0 20 0 19 0 254748545 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306289902024 140306129978392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254748546 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 254748547 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 2524 0 0 0 41 0 0 0 20 0 19 0 254748550 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 3427 0 0 0 32 0 0 0 20 0 19 0 254748550 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 14421 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 35 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 95 0 0 0 384 2 0 0 20 0 19 0 254748547 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 8767 0 0 0 91 1 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 10364 0 0 0 70 3 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 48 0 0 0 17 10 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 836.54
Current children cumulated vsize (KiB) 9624976

[startup+833.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 16000
/proc/meminfo: memFree=28714652/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=836.93 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 23493 0 1 0 83668 25 0 0 20 0 19 0 254748544 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 32258 2283 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=826.23 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2583 0 1 0 82610 13 0 0 20 0 19 0 254748545 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306289901856 140306129954092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 56 0 0 0 33 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 58 0 0 0 32 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 76 0 0 0 36 1 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 34 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 91 0 0 0 38 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 35 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 95 0 0 0 384 2 0 0 20 0 19 0 254748547 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 8767 0 0 0 91 1 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 10364 0 0 0 70 3 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 48 0 0 0 17 10 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 836.93
Current children cumulated vsize (KiB) 9624976

[startup+833.501 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 16000
/proc/meminfo: memFree=28714652/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=837.33 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 23493 0 1 0 83708 25 0 0 20 0 19 0 254748544 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 32258 2283 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=826.63 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2583 0 1 0 82650 13 0 0 20 0 19 0 254748545 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306289901856 140306129940647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 56 0 0 0 33 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 58 0 0 0 32 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 76 0 0 0 36 1 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 34 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 91 0 0 0 38 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 35 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 95 0 0 0 384 2 0 0 20 0 19 0 254748547 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 8767 0 0 0 91 1 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 10364 0 0 0 70 3 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 48 0 0 0 17 10 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 837.33
Current children cumulated vsize (KiB) 9624976

[startup+833.601 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 16000
/proc/meminfo: memFree=28714652/32873844 swapFree=7104/7104
[pid=15976] ppid=15974 vsize=9624976 CPUtime=837.43 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15976 14581 0 -1 4202496 23493 0 1 0 83718 25 0 0 20 0 19 0 254748544 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140735242631360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15976/statm: 2406244 32258 2283 9 0 2396937 0
[pid=15976/tid=15978] ppid=15974 vsize=9624976 CPUtime=826.73 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) R 15974 15976 14581 0 -1 4202560 2583 0 1 0 82660 13 0 0 20 0 19 0 254748545 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306289901856 140306130146320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15979] ppid=15974 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15976 14581 0 -1 4202560 56 0 0 0 33 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306251394088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15980] ppid=15974 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15976 14581 0 -1 4202560 58 0 0 0 32 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306250341288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15981] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306249288488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15976/tid=15982] ppid=15974 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15976 14581 0 -1 4202560 76 0 0 0 36 1 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306248235688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15983] ppid=15974 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 34 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306129349160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15984] ppid=15974 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15976 14581 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306128296360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15985] ppid=15974 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15976 14581 0 -1 4202560 91 0 0 0 38 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306127243560 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15986] ppid=15974 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15976 14581 0 -1 4202560 47 0 0 0 35 0 0 0 20 0 19 0 254748546 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306126190760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15976/tid=15987] ppid=15974 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15976 14581 0 -1 4202560 95 0 0 0 384 2 0 0 20 0 19 0 254748547 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140306113993704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15988] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15976 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305508591352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15989] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15976 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254748548 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305507538440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15990] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305506486928 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15976/tid=15991] ppid=15974 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) S 15974 15976 14581 0 -1 4202560 8767 0 0 0 91 1 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305505434040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15992] ppid=15974 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) S 15974 15976 14581 0 -1 4202560 10364 0 0 0 70 3 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305504381240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15993] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) S 15974 15976 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305503328632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15994] ppid=15974 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) S 15974 15976 14581 0 -1 4202560 48 0 0 0 17 10 0 0 20 0 19 0 254748550 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305502276040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15976/tid=15995] ppid=15974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15995/stat : 15995 (java) S 15974 15976 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254748579 9855975424 32258 33554432000 1073741824 1073778376 140735242640224 140305501222568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 837.43
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15976 and gives
#  childrusage.ru_utime.tv_sec=835
#  childrusage.ru_utime.tv_usec=144038
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=441932
# CPU time returned by wait4() is 835.586
# while last known CPU time is 837.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 833.698
CPU time (s): 837.43
CPU user time (s): 837.18
CPU system time (s): 0.25
CPU usage (%): 100.448
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 835.144
system time used= 0.441932
maximum resident set size= 131136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20598
involuntary context switches= 7262

runsolver used 1.9937 second user time and 4.37134 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 21:03:57
IDJOB=3688651
IDBENCH=48156
IDSOLVER=2269
FILE ID=node142/3688651-1337886237
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688651-1337886237/watcher-3688651-1337886237 -o /tmp/evaluation-result-3688651-1337886237/solver-3688651-1337886237 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688651-1337886237.opb

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=1602369030

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        28899040 kB
Buffers:          226972 kB
Cached:          2889116 kB
SwapCached:            0 kB
Active:           552064 kB
Inactive:        2653724 kB
Active(anon):      91376 kB
Inactive(anon):        0 kB
Active(file):     460688 kB
Inactive(file):  2653724 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               948 kB
Writeback:             0 kB
AnonPages:         97820 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             629680 kB
SReclaimable:      72004 kB
SUnreclaim:       557676 kB
KernelStack:        1608 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71664 MiB
End job on node142 at 2012-05-24 21:17:50