Trace number 3736767

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
PB11: Sat4j Res//CP 2.3.0OPT6 95.1205 49.2587

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_5.opb
MD5SUM381026b11996e1fba08582de081db326
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.412936
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint18
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)606
Sum of products size (including duplicates)1212
Number of different products606
Sum of products size1212

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3736767-1338717715.opb
0.09/0.12	c reading problem ... 
0.22/0.22	c ... done. Wall clock time 0.104s.
0.22/0.22	c #vars     656
0.22/0.22	c #constraints  1262
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.22/0.24	c  And the winner is Resolution
0.33/0.73	c SATISFIABLE
0.33/0.73	c OPTIMIZING...
0.33/0.73	c Got one! Elapsed wall clock time (in seconds):0.607
0.33/0.73	o 7
0.58/0.89	c  And the winner is Resolution
1.36/1.23	c Got one! Elapsed wall clock time (in seconds):1.11
1.36/1.23	o 6
2.34/1.56	c cleaning 2761 clauses out of 5527 with flag 5002/5527
3.23/1.93	c cleaning 4380 clauses out of 8765 with flag 11001/11526
4.12/2.35	c cleaning 5690 clauses out of 11386 with flag 18002/18527
5.11/2.84	c cleaning 6844 clauses out of 13694 with flag 26000/26525
6.30/3.43	c cleaning 7923 clauses out of 15852 with flag 35002/35527
7.48/4.06	c cleaning 8961 clauses out of 17927 with flag 45000/45525
8.86/4.73	c cleaning 9480 clauses out of 18968 with flag 55002/55527
10.25/5.41	c cleaning 9737 clauses out of 19486 with flag 65000/65525
11.59/6.15	c cleaning 9873 clauses out of 19750 with flag 75001/75526
12.97/6.84	c cleaning 9933 clauses out of 19876 with flag 85000/85525
14.13/7.50	c cleaning 9969 clauses out of 19945 with flag 95002/95527
15.50/8.17	c cleaning 9984 clauses out of 19974 with flag 105000/105525
17.05/8.92	c cleaning 9992 clauses out of 19992 with flag 115002/115527
18.42/9.61	c cleaning 9999 clauses out of 19999 with flag 125001/125526
19.78/10.32	c cleaning 9995 clauses out of 19999 with flag 135000/135525
21.16/11.04	c cleaning 10000 clauses out of 20005 with flag 145001/145526
22.51/11.79	c cleaning 10000 clauses out of 20005 with flag 155001/155526
24.07/12.52	c cleaning 10000 clauses out of 20008 with flag 165004/165529
25.45/13.24	c cleaning 10002 clauses out of 20006 with flag 175002/175527
26.80/13.94	c cleaning 9998 clauses out of 20002 with flag 185000/185525
28.15/14.66	c cleaning 9999 clauses out of 20005 with flag 195001/195526
29.52/15.38	c cleaning 9998 clauses out of 20006 with flag 205001/205526
30.86/16.07	c cleaning 10001 clauses out of 20010 with flag 215003/215528
32.42/16.85	c cleaning 10002 clauses out of 20012 with flag 225006/225531
33.98/17.61	c cleaning 9999 clauses out of 20005 with flag 235001/235526
35.32/18.35	c cleaning 10000 clauses out of 20007 with flag 245002/245527
36.89/19.12	c cleaning 10000 clauses out of 20005 with flag 255000/255525
38.26/19.85	c cleaning 10001 clauses out of 20006 with flag 265001/265526
39.58/20.59	c cleaning 10000 clauses out of 20007 with flag 275003/275528
41.13/21.36	c cleaning 10000 clauses out of 20004 with flag 285000/285525
42.68/22.16	c cleaning 9998 clauses out of 20004 with flag 295000/295525
44.24/22.92	c cleaning 10002 clauses out of 20011 with flag 305005/305530
45.77/23.71	c cleaning 9997 clauses out of 20004 with flag 315000/315525
47.13/24.47	c cleaning 10000 clauses out of 20008 with flag 325001/325526
48.69/25.21	c cleaning 10001 clauses out of 20009 with flag 335002/335527
50.03/25.99	c cleaning 10000 clauses out of 20008 with flag 345002/345527
51.56/26.71	c cleaning 10001 clauses out of 20009 with flag 355003/355528
52.92/27.45	c cleaning 9999 clauses out of 20006 with flag 365001/365526
54.46/28.24	c cleaning 9999 clauses out of 20006 with flag 375000/375525
56.01/29.04	c cleaning 9999 clauses out of 20008 with flag 385001/385526
57.53/29.86	c cleaning 10001 clauses out of 20010 with flag 395002/395527
59.09/30.64	c cleaning 10000 clauses out of 20007 with flag 405000/405525
60.63/31.48	c cleaning 9998 clauses out of 20007 with flag 415000/415525
62.38/32.33	c cleaning 10002 clauses out of 20010 with flag 425001/425526
63.90/33.12	c cleaning 9998 clauses out of 20007 with flag 435000/435525
65.44/33.92	c cleaning 9999 clauses out of 20010 with flag 445001/445526
66.79/34.69	c cleaning 10000 clauses out of 20011 with flag 455001/455526
68.54/35.54	c cleaning 10001 clauses out of 20011 with flag 465001/465526
70.25/36.45	c cleaning 10001 clauses out of 20010 with flag 475001/475526
71.80/37.29	c cleaning 10000 clauses out of 20009 with flag 485001/485526
73.75/38.21	c cleaning 10001 clauses out of 20010 with flag 495002/495527
75.50/39.10	c cleaning 10001 clauses out of 20009 with flag 505002/505527
77.21/40.02	c cleaning 10001 clauses out of 20008 with flag 515002/515527
78.98/40.91	c cleaning 9999 clauses out of 20005 with flag 525000/525525
80.74/41.84	c cleaning 9999 clauses out of 20006 with flag 535000/535525
82.69/42.82	c cleaning 10000 clauses out of 20008 with flag 545001/545526
84.59/43.83	c cleaning 10002 clauses out of 20010 with flag 555003/555528
86.53/44.82	c cleaning 9998 clauses out of 20006 with flag 565001/565526
88.52/45.84	c cleaning 10001 clauses out of 20007 with flag 575000/575525
91.03/46.91	c cleaning 9999 clauses out of 20006 with flag 585000/585525
93.19/47.97	c cleaning 10000 clauses out of 20006 with flag 595000/595525
94.74/48.71	c  And the winner is Resolution
94.99/49.25	c starts		: 155
94.99/49.25	c conflicts		: 602880
94.99/49.25	c decisions		: 855781
94.99/49.25	c propagations		: 44654774
94.99/49.25	c inspects		: 469591246
94.99/49.25	c shortcuts		: 0
94.99/49.25	c learnt literals	: 5
94.99/49.25	c learnt binary clauses	: 10
94.99/49.25	c learnt ternary clauses	: 22
94.99/49.25	c learnt constraints	: 602874
94.99/49.25	c ignored constraints	: 0
94.99/49.25	c root simplifications	: 0
94.99/49.25	c removed literals (reason simplification)	: 1474230
94.99/49.25	c reason swapping (by a shorter reason)	: 0
94.99/49.25	c Calls to reduceDB	: 61
94.99/49.25	c number of reductions to clauses (during analyze)	: 0
94.99/49.25	c number of learned constraints concerned by reduction	: 0
94.99/49.25	c number of learning phase by resolution	: 0
94.99/49.25	c number of learning phase by cutting planes	: 0
94.99/49.25	c speed (assignments/second)	: 929920.3248646397
94.99/49.25	c non guided choices	0
94.99/49.25	c learnt constraints type 
94.99/49.25	c constraints type 
94.99/49.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
94.99/49.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
94.99/49.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
94.99/49.25	c constraints type 
94.99/49.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
94.99/49.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
94.99/49.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
94.99/49.25	s OPTIMUM FOUND
94.99/49.25	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 
94.99/49.25	c objective function=6
94.99/49.25	c Total wall clock time (in seconds): 49.13

Verifier Data

OK	6

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 3.73 3.62 4/198 14557
/proc/meminfo: memFree=25565844/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14557/stat : 14557 (java) R 14555 14557 12644 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 337896959 9515008 183 33554432000 1073741824 1073778376 140735101493984 140735101476712 270707581879 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14557/statm: 2323 183 140 9 0 71 0

[startup+0.096938 s]
/proc/loadavg: 3.75 3.73 3.62 4/198 14557
/proc/meminfo: memFree=25565844/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 5566 0 1 0 6 2 0 0 20 0 18 0 337896959 11864465408 13406 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2896598 13406 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100188 s]
/proc/loadavg: 3.75 3.73 3.62 4/198 14557
/proc/meminfo: memFree=25565844/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 5725 0 1 0 7 2 0 0 20 0 18 0 337896959 11864465408 13562 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2896598 13562 2087 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300175 s]
/proc/loadavg: 3.75 3.73 3.62 4/198 14557
/proc/meminfo: memFree=25565844/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 6615 0 1 0 30 3 0 0 20 0 19 0 337896959 12137111552 16296 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 16296 2216 9 0 2953849 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 11852648

[startup+0.700122 s]
/proc/loadavg: 3.75 3.73 3.62 4/198 14557
/proc/meminfo: memFree=25565844/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 6615 0 1 0 30 3 0 0 20 0 19 0 337896959 12137111552 16296 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 16296 2216 9 0 2953849 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 11852648

[startup+1.50066 s]
/proc/loadavg: 3.75 3.73 3.62 4/217 14582
/proc/meminfo: memFree=25488388/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=2.34 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 16066 0 1 0 227 7 0 0 20 0 22 0 337896959 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 39139 2252 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) S 14555 14557 12644 0 -1 4202560 3889 0 1 0 18 2 0 0 20 0 22 0 337896960 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180243059864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3608 0 0 0 53 0 0 0 20 0 22 0 337896967 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 7220 0 0 0 68 0 0 0 20 0 22 0 337896967 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896983 12137111552 39139 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.61 3.70 3.61 4/220 14585
/proc/meminfo: memFree=25230036/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=5.71 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 16677 0 1 0 558 13 0 0 20 0 22 0 337896959 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 113958 2280 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) S 14555 14557 12644 0 -1 4202560 3889 0 1 0 18 2 0 0 20 0 22 0 337896960 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180243059864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 22 0 337896964 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3988 0 0 0 64 0 0 0 20 0 22 0 337896967 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 7227 0 0 0 82 0 0 0 20 0 22 0 337896967 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896983 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14583] ppid=14555 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/14557/task/14583/stat : 14583 (java) R 14555 14557 12644 0 -1 4202560 7 0 0 0 174 0 0 0 20 0 22 0 337897083 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180050047696 140180099355648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14584] ppid=14555 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/14557/task/14584/stat : 14584 (java) R 14555 14557 12644 0 -1 4202560 170 0 0 0 169 5 0 0 20 0 22 0 337897083 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180051099656 140180099506502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14585] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14585/stat : 14585 (java) S 14555 14557 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337897083 12137111552 113958 33554432000 1073741824 1073778376 140737094594944 140180052153512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 3.61 3.70 3.61 4/220 14585
/proc/meminfo: memFree=25079288/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=11.97 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 16715 0 1 0 1183 14 0 0 20 0 22 0 337896959 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 123306 2280 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) S 14555 14557 12644 0 -1 4202560 3889 0 1 0 18 2 0 0 20 0 22 0 337896960 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180243059864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337896963 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 35 0 0 0 25 0 0 0 20 0 22 0 337896964 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3988 0 0 0 64 0 0 0 20 0 22 0 337896967 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 7227 0 0 0 82 0 0 0 20 0 22 0 337896967 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 123306 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=3.23 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 77 0 0 0 321 2 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3990 0 0 0 69 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 14619 0 0 0 142 2 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896983 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14583] ppid=14555 vsize=11852648 CPUtime=43.11 cores=1,3,5,7
/proc/14557/task/14583/stat : 14583 (java) R 14555 14557 12644 0 -1 4202560 57 0 0 0 4311 0 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180050047864 140180099361967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14584] ppid=14555 vsize=11852648 CPUtime=43.11 cores=1,3,5,7
/proc/14557/task/14584/stat : 14584 (java) R 14555 14557 12644 0 -1 4202560 198 0 0 0 4305 6 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180051097856 140180099505440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14585] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14585/stat : 14585 (java) S 14555 14557 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180052153512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 93.19
Current children cumulated vsize (KiB) 11852648

[startup+48.7007 s]
/proc/loadavg: 3.77 3.73 3.62 5/219 14585
/proc/meminfo: memFree=25044764/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=94.74 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 24280 0 1 0 9455 19 0 0 20 0 22 0 337896959 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 130249 2282 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) S 14555 14557 12644 0 -1 4202560 3895 0 1 0 18 2 0 0 20 0 22 0 337896960 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180243059864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 22 0 0 0 13 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 22 0 337896963 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=3.29 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 77 0 0 0 327 2 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337896964 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3990 0 0 0 69 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 14619 0 0 0 143 2 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 337896967 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337896983 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14583] ppid=14555 vsize=11852648 CPUtime=43.84 cores=1,3,5,7
/proc/14557/task/14583/stat : 14583 (java) R 14555 14557 12644 0 -1 4202560 57 0 0 0 4384 0 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180050047696 140180099355648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14584] ppid=14555 vsize=11852648 CPUtime=43.85 cores=1,3,5,7
/proc/14557/task/14584/stat : 14584 (java) R 14555 14557 12644 0 -1 4202560 198 0 0 0 4379 6 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180051098224 140180099472554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14585] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14585/stat : 14585 (java) S 14555 14557 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337897083 12137111552 130249 33554432000 1073741824 1073778376 140737094594944 140180052153512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 94.74
Current children cumulated vsize (KiB) 11852648

[startup+49.1006 s]
/proc/loadavg: 3.77 3.73 3.62 5/219 14585
/proc/meminfo: memFree=25044764/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=94.89 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 24281 0 1 0 9469 20 0 0 20 0 19 0 337896959 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 130238 2282 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 12644 0 -1 4202560 3896 0 1 0 24 2 0 0 20 0 19 0 337896960 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180243059480 140180099176386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 22 0 0 0 13 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=3.29 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 77 0 0 0 327 2 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3990 0 0 0 69 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 14619 0 0 0 144 2 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337896983 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 11852648

[startup+49.2006 s]
/proc/loadavg: 3.77 3.73 3.62 5/219 14585
/proc/meminfo: memFree=25044764/32873648 swapFree=6864/6864
[pid=14557] ppid=14555 vsize=11852648 CPUtime=94.99 cores=1,3,5,7
/proc/14557/stat : 14557 (java) S 14555 14557 12644 0 -1 4202496 24281 0 1 0 9479 20 0 0 20 0 19 0 337896959 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140737094586080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14557/statm: 2963162 130238 2282 9 0 2953849 0
[pid=14557/tid=14559] ppid=14555 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 12644 0 -1 4202560 3896 0 1 0 34 2 0 0 20 0 19 0 337896960 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180243059368 140180099176368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 12644 0 -1 4202560 22 0 0 0 13 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180218464680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 12644 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180217412136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14562] ppid=14555 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 12644 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180078250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180077197608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 12644 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180076145576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180075093032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180074039976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 12644 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 337896963 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180072987432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=11852648 CPUtime=3.29 cores=1,3,5,7
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 12644 0 -1 4202560 77 0 0 0 327 2 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180060576104 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180059522424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 337896964 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180058469256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14571] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14571/stat : 14571 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180057418000 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14557/tid=14572] ppid=14555 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/14557/task/14572/stat : 14572 (java) S 14555 14557 12644 0 -1 4202560 3990 0 0 0 69 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180056365880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14573] ppid=14555 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/14557/task/14573/stat : 14573 (java) S 14555 14557 12644 0 -1 4202560 14619 0 0 0 144 2 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180055313336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14557/tid=14574] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14574/stat : 14574 (java) S 14555 14557 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180054260472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14575] ppid=14555 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/14557/task/14575/stat : 14575 (java) S 14555 14557 12644 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 337896967 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180053208136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14557/tid=14579] ppid=14555 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/14557/task/14579/stat : 14579 (java) S 14555 14557 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337896983 12137111552 130238 33554432000 1073741824 1073778376 140737094594944 140180048995240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 94.99
Current children cumulated vsize (KiB) 11852648

Child status: 30
Real time (s): 49.2587
CPU time (s): 95.1205
CPU user time (s): 94.8176
CPU system time (s): 0.302953
CPU usage (%): 193.104
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.8176
system time used= 0.302953
maximum resident set size= 527372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24286
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3162
involuntary context switches= 1873

runsolver used 0.205968 second user time and 0.52292 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 12:01:55
IDJOB=3736767
IDBENCH=48114
IDSOLVER=2328
FILE ID=node125/3736767-1338717715
RUNJOBID= node125-1338714015-12661
PBS_JOBID= 14636751
Free space on /tmp= 70440 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736767-1338717715/watcher-3736767-1338717715 -o /tmp/evaluation-result-3736767-1338717715/solver-3736767-1338717715 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736767-1338717715.opb

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

MD5SUM BENCH= 381026b11996e1fba08582de081db326
RANDOM SEED=436061785

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        25566480 kB
Buffers:          608668 kB
Cached:          5028796 kB
SwapCached:         2308 kB
Active:          3233108 kB
Inactive:        3165832 kB
Active(anon):     752364 kB
Inactive(anon):     9240 kB
Active(file):    2480744 kB
Inactive(file):  3156592 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:                88 kB
Writeback:             0 kB
AnonPages:        764208 kB
Mapped:            22508 kB
Shmem:                96 kB
Slab:             767256 kB
SReclaimable:     211080 kB
SUnreclaim:       556176 kB
KernelStack:        1640 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10462500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70440 MiB
End job on node125 at 2012-06-03 12:02:45