Trace number 3688647

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 751.1 747.671

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
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 benchmark1.59176
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)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	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.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688647-1337886230.opb
0.08/0.12	c reading problem ... 
0.42/0.35	c ... done. Wall clock time 0.222s.
0.42/0.35	c declared #vars     100
0.42/0.35	c internal #vars     3190
0.42/0.35	c #constraints  6280
0.42/0.35	c constraints type 
0.42/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
0.42/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.42/0.35	c 6280 constraints processed.
0.42/0.35	c objective function length is 100 literals
0.42/0.38	c SATISFIABLE
0.42/0.38	c OPTIMIZING...
0.42/0.38	c Got one! Elapsed wall clock time (in seconds):0.253
0.42/0.38	o 9
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.319
0.69/0.44	o 8
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.351
0.69/0.48	o 7
2.64/2.08	c cleaning 2512 clauses out of 5023 with flag 5000/5023
4.70/3.82	c cleaning 4253 clauses out of 8514 with flag 11003/11026
6.71/5.80	c cleaning 5631 clauses out of 11262 with flag 18004/18027
9.03/8.10	c cleaning 6806 clauses out of 13627 with flag 26000/26023
11.07/10.13	c Got one! Elapsed wall clock time (in seconds):10.001
11.07/10.13	o 6
12.47/11.53	c cleaning 9480 clauses out of 18959 with flag 5001/38161
14.28/13.30	c cleaning 7741 clauses out of 15482 with flag 11004/44164
16.18/15.22	c cleaning 7366 clauses out of 14739 with flag 18002/51162
18.39/17.41	c cleaning 7686 clauses out of 15371 with flag 26000/59160
20.80/19.82	c cleaning 8316 clauses out of 16685 with flag 35000/68160
23.50/22.58	c cleaning 9178 clauses out of 18374 with flag 45005/78165
26.62/25.65	c cleaning 10094 clauses out of 20191 with flag 56000/89160
29.93/28.99	c cleaning 11045 clauses out of 22097 with flag 68000/101160
33.54/32.57	c cleaning 12023 clauses out of 24052 with flag 81000/114160
37.35/36.37	c cleaning 13003 clauses out of 26029 with flag 95000/128160
41.67/40.63	c cleaning 14010 clauses out of 28026 with flag 110000/143160
46.28/45.25	c cleaning 15005 clauses out of 30018 with flag 126002/159162
51.00/49.95	c cleaning 15985 clauses out of 32011 with flag 143000/176160
56.03/55.00	c cleaning 17007 clauses out of 34026 with flag 161000/194160
61.33/60.22	c cleaning 18009 clauses out of 36022 with flag 180003/213163
66.13/65.09	c cleaning 19003 clauses out of 38010 with flag 200000/233160
72.05/70.92	c cleaning 19991 clauses out of 40007 with flag 221000/254160
77.96/76.85	c cleaning 21011 clauses out of 42021 with flag 243005/276165
84.48/83.39	c cleaning 21981 clauses out of 44006 with flag 266001/299161
90.99/89.82	c cleaning 23006 clauses out of 46024 with flag 290000/323160
98.10/96.99	c cleaning 23999 clauses out of 48018 with flag 315000/348160
104.91/103.73	c cleaning 25003 clauses out of 50019 with flag 341000/374160
113.26/111.80	c cleaning 25991 clauses out of 52017 with flag 368001/401161
121.91/120.30	c cleaning 27005 clauses out of 54025 with flag 396000/429160
130.33/128.71	c cleaning 27995 clauses out of 56020 with flag 425000/458160
138.84/137.23	c cleaning 28984 clauses out of 58030 with flag 455005/488165
147.67/146.01	c cleaning 30014 clauses out of 60041 with flag 486000/519160
156.37/154.77	c cleaning 30981 clauses out of 62027 with flag 518000/551160
165.48/163.87	c cleaning 32024 clauses out of 64048 with flag 551002/584162
175.52/173.83	c cleaning 32998 clauses out of 66022 with flag 585000/618160
185.52/183.89	c cleaning 33987 clauses out of 68026 with flag 620002/653162
196.05/194.33	c cleaning 35011 clauses out of 70037 with flag 656000/689160
206.39/204.66	c cleaning 36008 clauses out of 72029 with flag 693003/726163
217.32/215.54	c cleaning 36989 clauses out of 74020 with flag 731002/764162
228.54/226.75	c cleaning 38006 clauses out of 76029 with flag 770000/803160
240.86/239.05	c cleaning 39010 clauses out of 78024 with flag 810001/843161
252.60/250.74	c cleaning 40003 clauses out of 80016 with flag 851003/884163
265.52/263.60	c cleaning 40991 clauses out of 82012 with flag 893002/926162
277.35/275.40	c cleaning 41967 clauses out of 84019 with flag 936000/969160
291.38/289.48	c cleaning 43026 clauses out of 86052 with flag 980000/1013160
304.79/302.67	c cleaning 44005 clauses out of 88026 with flag 1025000/1058160
318.15/315.76	c cleaning 44995 clauses out of 90021 with flag 1071000/1104160
331.80/329.40	c cleaning 46011 clauses out of 92031 with flag 1118005/1151165
346.86/344.32	c cleaning 46999 clauses out of 94015 with flag 1166000/1199160
361.38/358.80	c cleaning 47997 clauses out of 96016 with flag 1215000/1248160
376.39/373.80	c cleaning 48993 clauses out of 98020 with flag 1265001/1298161
392.03/389.41	c cleaning 50008 clauses out of 100026 with flag 1316000/1349160
407.36/404.77	c cleaning 50995 clauses out of 102018 with flag 1368000/1401160
419.88/417.29	c Got one! Elapsed wall clock time (in seconds):417.169
419.88/417.29	o 5
421.12/418.47	c cleaning 49239 clauses out of 98508 with flag 5002/1448645
422.34/419.62	c cleaning 27629 clauses out of 55268 with flag 11001/1454644
423.96/421.28	c cleaning 17305 clauses out of 34640 with flag 18002/1461645
426.06/423.37	c cleaning 12646 clauses out of 25334 with flag 26001/1469644
428.48/425.72	c cleaning 10826 clauses out of 21691 with flag 35004/1478647
431.09/428.36	c cleaning 10422 clauses out of 20861 with flag 45000/1488643
433.91/431.11	c cleaning 10702 clauses out of 21440 with flag 56001/1499644
436.70/433.95	c cleaning 11367 clauses out of 22740 with flag 68003/1511646
439.71/436.96	c cleaning 12176 clauses out of 24374 with flag 81004/1524647
443.42/440.69	c cleaning 13092 clauses out of 26194 with flag 95000/1538643
447.44/444.60	c cleaning 14049 clauses out of 28102 with flag 110000/1553643
451.35/448.54	c cleaning 15027 clauses out of 30057 with flag 126004/1569647
455.16/452.35	c cleaning 16005 clauses out of 32026 with flag 143001/1586644
459.58/456.71	c cleaning 16989 clauses out of 34023 with flag 161003/1604646
464.09/461.22	c cleaning 18001 clauses out of 36032 with flag 180001/1623644
469.30/466.49	c cleaning 18999 clauses out of 38031 with flag 200001/1643644
474.61/471.76	c cleaning 20007 clauses out of 40031 with flag 221000/1664643
480.02/477.16	c cleaning 21012 clauses out of 42025 with flag 243001/1686644
486.13/483.25	c cleaning 21994 clauses out of 44012 with flag 266000/1709643
492.04/489.13	c cleaning 23011 clauses out of 46022 with flag 290004/1733647
498.26/495.38	c cleaning 23989 clauses out of 48010 with flag 315004/1758647
504.87/501.92	c cleaning 24984 clauses out of 50021 with flag 341004/1784647
511.70/508.74	c cleaning 26009 clauses out of 52034 with flag 368002/1811645
519.00/516.00	c cleaning 27001 clauses out of 54028 with flag 396005/1839648
526.42/523.43	c cleaning 27998 clauses out of 56021 with flag 425000/1868643
534.36/531.40	c cleaning 29010 clauses out of 58026 with flag 455003/1898646
542.66/539.61	c cleaning 29985 clauses out of 60014 with flag 486002/1929645
550.78/547.80	c cleaning 31012 clauses out of 62026 with flag 518000/1961643
559.10/556.08	c cleaning 32004 clauses out of 64013 with flag 551000/1994643
567.82/564.78	c cleaning 32990 clauses out of 66011 with flag 585002/2028645
576.93/573.82	c cleaning 34008 clauses out of 68020 with flag 620001/2063644
585.94/582.88	c cleaning 34980 clauses out of 70019 with flag 656008/2099651
595.35/592.21	c cleaning 36008 clauses out of 72033 with flag 693002/2136645
605.36/602.24	c cleaning 37003 clauses out of 74024 with flag 731002/2174645
614.97/611.89	c cleaning 37978 clauses out of 76020 with flag 770002/2213645
625.58/622.43	c cleaning 39013 clauses out of 78042 with flag 810003/2253646
635.61/632.47	c cleaning 39994 clauses out of 80028 with flag 851003/2294646
646.22/643.08	c cleaning 41015 clauses out of 82034 with flag 893005/2336648
657.28/654.06	c cleaning 41997 clauses out of 84012 with flag 936000/2379643
667.90/664.63	c cleaning 43001 clauses out of 86014 with flag 980000/2423643
679.12/675.80	c cleaning 44006 clauses out of 88012 with flag 1025001/2468644
690.35/687.05	c cleaning 44999 clauses out of 90003 with flag 1071000/2514643
701.15/697.87	c cleaning 45988 clauses out of 92004 with flag 1118001/2561644
712.16/708.80	c cleaning 46989 clauses out of 94023 with flag 1166008/2609651
722.27/718.98	c cleaning 47983 clauses out of 96027 with flag 1215001/2658644
734.11/730.78	c cleaning 49021 clauses out of 98043 with flag 1265000/2708643
746.76/743.31	c cleaning 50007 clauses out of 100021 with flag 1316000/2759643
751.10/747.66	c starts		: 228
751.10/747.66	c conflicts		: 2777964
751.10/747.66	c decisions		: 4636961
751.10/747.66	c propagations		: 821852839
751.10/747.66	c inspects		: 7401372158
751.10/747.66	c shortcuts		: 0
751.10/747.66	c learnt literals	: 23
751.10/747.66	c learnt binary clauses	: 19
751.10/747.66	c learnt ternary clauses	: 73
751.10/747.66	c learnt constraints	: 2777940
751.10/747.66	c ignored constraints	: 0
751.10/747.66	c root simplifications	: 0
751.10/747.66	c removed literals (reason simplification)	: 0
751.10/747.66	c reason swapping (by a shorter reason)	: 0
751.10/747.66	c Calls to reduceDB	: 99
751.10/747.66	c number of reductions to clauses (during analyze)	: 0
751.10/747.66	c number of learned constraints concerned by reduction	: 0
751.10/747.66	c number of learning phase by resolution	: 0
751.10/747.66	c number of learning phase by cutting planes	: 0
751.10/747.66	c speed (assignments/second)	: 1099752.6304450512
751.10/747.66	c non guided choices	0
751.10/747.66	c learnt constraints type 
751.10/747.66	c constraints type 
751.10/747.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
751.10/747.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
751.10/747.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
751.10/747.66	c 6280 constraints processed.
751.10/747.66	s OPTIMUM FOUND
751.10/747.66	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 
751.10/747.66	c objective function=5
751.10/747.66	c Total wall clock time (in seconds): 747.539

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-3688647-1337886230/watcher-3688647-1337886230 -o /tmp/evaluation-result-3688647-1337886230/solver-3688647-1337886230 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688647-1337886230.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: 2.02 2.01 2.00 3/194 22990
/proc/meminfo: memFree=29243136/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22990/stat : 22990 (java) D 22988 22990 21484 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254751513 9515008 183 33554432000 1073741824 1073778376 140735822718080 140735822709112 218213727925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 2323 183 140 9 0 71 0

[startup+0.0282619 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 22990
/proc/meminfo: memFree=29243136/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 2228 0 1 0 0 0 0 0 20 0 10 0 254751513 9231130624 2929 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2253694 2929 1080 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100309 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 22990
/proc/meminfo: memFree=29243136/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 3950 0 1 0 7 1 0 0 20 0 18 0 254751513 9787813888 5149 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2389603 5166 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300282 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 22990
/proc/meminfo: memFree=29243136/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 5292 0 1 0 41 1 0 0 20 0 18 0 254751513 9787813888 7746 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2389603 7746 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700285 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 22990
/proc/meminfo: memFree=29243136/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 9216 0 1 0 128 1 0 0 20 0 19 0 254751513 9855975424 10344 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 10344 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 23009
/proc/meminfo: memFree=29210472/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 9218 0 1 0 209 1 0 0 20 0 19 0 254751513 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 10345 2252 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2464 0 1 0 146 0 0 0 20 0 19 0 254751514 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646321195672 139646181340028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254751516 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 2946 0 0 0 31 0 0 0 20 0 19 0 254751520 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 2614 0 0 0 30 0 0 0 20 0 19 0 254751520 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 10345 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 23009
/proc/meminfo: memFree=29201668/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=3.96 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 15808 0 1 0 394 2 0 0 20 0 19 0 254751513 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 17604 2281 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2467 0 1 0 303 0 0 0 20 0 19 0 254751514 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646321197432 139646181473082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 254751516 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 9470 0 0 0 49 1 0 0 20 0 19 0 254751520 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 2631 0 0 0 35 0 0 0 20 0 19 0 254751520 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 17604 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 23009
/proc/meminfo: memFree=29186160/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=7.21 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 15827 0 1 0 718 3 0 0 20 0 19 0 254751513 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 16236 2281 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=6.18 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2469 0 1 0 617 1 0 0 20 0 19 0 254751514 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646321197464 139646181435008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254751515 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 254751516 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 9476 0 0 0 51 1 0 0 20 0 19 0 254751520 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 2631 0 0 0 37 0 0 0 20 0 19 0 254751520 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 16236 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=3.37 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 335 2 0 0 20 0 19 0 254751516 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 15508 0 0 0 130 2 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 3094 0 0 0 54 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 43 0 0 0 12 5 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 749.8
Current children cumulated vsize (KiB) 9624976

[startup+747.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23014
/proc/meminfo: memFree=29107028/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=750.6 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 22873 0 1 0 75045 15 0 0 20 0 19 0 254751513 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 32169 2283 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=740.87 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2574 0 1 0 74074 13 0 0 20 0 19 0 254751514 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646321197344 139646181339426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 44 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 46 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 56 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 31 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 28 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=3.37 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 335 2 0 0 20 0 19 0 254751516 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 15508 0 0 0 130 2 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 3094 0 0 0 54 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 43 0 0 0 12 5 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 750.6
Current children cumulated vsize (KiB) 9624976

[startup+747.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23014
/proc/meminfo: memFree=29107028/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=751 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 22873 0 1 0 75085 15 0 0 20 0 19 0 254751513 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 32169 2283 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=741.27 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2574 0 1 0 74114 13 0 0 20 0 19 0 254751514 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646321197344 139646181473082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 44 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 46 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 56 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 31 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 28 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=3.37 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 335 2 0 0 20 0 19 0 254751516 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 15508 0 0 0 130 2 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 3094 0 0 0 54 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 43 0 0 0 12 5 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 751
Current children cumulated vsize (KiB) 9624976

[startup+747.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23014
/proc/meminfo: memFree=29107028/32873844 swapFree=7620/7620
[pid=22990] ppid=22988 vsize=9624976 CPUtime=751.1 cores=1,3,5,7
/proc/22990/stat : 22990 (java) S 22988 22990 21484 0 -1 4202496 22874 0 1 0 75095 15 0 0 20 0 19 0 254751513 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 140733485956352 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22990/statm: 2406244 32169 2283 9 0 2396937 0
[pid=22990/tid=22992] ppid=22988 vsize=9624976 CPUtime=741.37 cores=1,3,5,7
/proc/22990/task/22992/stat : 22992 (java) R 22988 22990 21484 0 -1 4202560 2574 0 1 0 74124 13 0 0 20 0 19 0 254751514 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646321197344 139646181550239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22993] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22993/stat : 22993 (java) S 22988 22990 21484 0 -1 4202560 44 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646299298088 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22994] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22994/stat : 22994 (java) S 22988 22990 21484 0 -1 4202560 46 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646096894120 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22995] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22995/stat : 22995 (java) S 22988 22990 21484 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646095841832 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22996] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22996/stat : 22996 (java) S 22988 22990 21484 0 -1 4202560 56 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646094789032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=22997] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22997/stat : 22997 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646093736744 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=22998] ppid=22988 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22990/task/22998/stat : 22998 (java) S 22988 22990 21484 0 -1 4202560 31 0 0 0 30 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646092683944 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=22999] ppid=22988 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/22990/task/22999/stat : 22999 (java) S 22988 22990 21484 0 -1 4202560 28 0 0 0 29 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646091631656 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23000] ppid=22988 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/22990/task/23000/stat : 23000 (java) S 22988 22990 21484 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 19 0 254751515 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646090578856 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23001] ppid=22988 vsize=9624976 CPUtime=3.37 cores=1,3,5,7
/proc/22990/task/23001/stat : 23001 (java) S 22988 22990 21484 0 -1 4202560 94 0 0 0 335 2 0 0 20 0 19 0 254751516 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646078167272 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23002] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23002/stat : 23002 (java) S 22988 22990 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646077113336 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23003] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23003/stat : 23003 (java) S 22988 22990 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254751517 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646076060936 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23004] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23004/stat : 23004 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646075009424 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23005] ppid=22988 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/22990/task/23005/stat : 23005 (java) S 22988 22990 21484 0 -1 4202560 15508 0 0 0 130 2 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646073957048 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22990/tid=23006] ppid=22988 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/22990/task/23006/stat : 23006 (java) S 22988 22990 21484 0 -1 4202560 3095 0 0 0 54 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646072904248 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22990/tid=23007] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23007/stat : 23007 (java) S 22988 22990 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646071852152 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22990/tid=23008] ppid=22988 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22990/task/23008/stat : 23008 (java) S 22988 22990 21484 0 -1 4202560 43 0 0 0 12 5 0 0 20 0 19 0 254751520 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646070799560 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22990/tid=23009] ppid=22988 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22990/task/23009/stat : 23009 (java) S 22988 22990 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254751549 9855975424 32169 33554432000 1073741824 1073778376 140733485965216 139646069711784 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 751.1
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22990 and gives
#  childrusage.ru_utime.tv_sec=749
#  childrusage.ru_utime.tv_usec=77122
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=351946
# CPU time returned by wait4() is 749.429
# while last known CPU time is 751.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 747.671
CPU time (s): 751.1
CPU user time (s): 750.95
CPU system time (s): 0.15
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 749.077
system time used= 0.351946
maximum resident set size= 130780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22892
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18622
involuntary context switches= 16733

runsolver used 2.26166 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-24 21:03:50
IDJOB=3688647
IDBENCH=48154
IDSOLVER=2269
FILE ID=node107/3688647-1337886230
RUNJOBID= node107-1337871881-21501
PBS_JOBID= 14620097
Free space on /tmp= 71660 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_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688647-1337886230/watcher-3688647-1337886230 -o /tmp/evaluation-result-3688647-1337886230/solver-3688647-1337886230 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688647-1337886230.opb

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=373267349

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        29243144 kB
Buffers:          209352 kB
Cached:          2559756 kB
SwapCached:            0 kB
Active:           597640 kB
Inactive:        2266152 kB
Active(anon):      96912 kB
Inactive(anon):        0 kB
Active(file):     500728 kB
Inactive(file):  2266152 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        101524 kB
Mapped:            22640 kB
Shmem:               200 kB
Slab:             626240 kB
SReclaimable:      68744 kB
SUnreclaim:       557496 kB
KernelStack:        1592 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71660 MiB
End job on node107 at 2012-05-24 21:16:17