Trace number 3453910

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
Sat4j Res//CP 2.3.0OPT6 95.2015 49.6868

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.413936
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453910-1307194410.opb
0.11/0.11	c reading problem ... 
0.24/0.21	c ... done. Wall clock time 0.108s.
0.24/0.21	c #vars     656
0.24/0.21	c #constraints  1262
0.24/0.21	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.24/0.23	c  And the winner is Resolution
0.32/0.72	c SATISFIABLE
0.32/0.72	c OPTIMIZING...
0.32/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
0.32/0.72	o 7
1.00/0.92	c  And the winner is Resolution
1.48/1.23	c Got one! Elapsed wall clock time (in seconds):1.12
1.48/1.23	o 6
2.45/1.58	c cleaning 2761 clauses out of 5527 with flag 5002/5527
3.34/1.95	c cleaning 4380 clauses out of 8765 with flag 11001/11526
4.27/2.38	c cleaning 5690 clauses out of 11386 with flag 18002/18527
5.21/2.89	c cleaning 6844 clauses out of 13694 with flag 26000/26525
6.60/3.50	c cleaning 7923 clauses out of 15852 with flag 35002/35527
7.77/4.16	c cleaning 8961 clauses out of 17927 with flag 45000/45525
9.15/4.84	c cleaning 9480 clauses out of 18968 with flag 55002/55527
10.54/5.54	c cleaning 9737 clauses out of 19486 with flag 65000/65525
12.08/6.31	c cleaning 9873 clauses out of 19750 with flag 75001/75526
13.45/7.03	c cleaning 9933 clauses out of 19876 with flag 85000/85525
14.61/7.71	c cleaning 9969 clauses out of 19945 with flag 95002/95527
16.17/8.41	c cleaning 9984 clauses out of 19974 with flag 105000/105525
17.52/9.19	c cleaning 9992 clauses out of 19992 with flag 115002/115527
18.88/9.91	c cleaning 9999 clauses out of 19999 with flag 125001/125526
20.43/10.65	c cleaning 9995 clauses out of 19999 with flag 135000/135525
21.79/11.39	c cleaning 10000 clauses out of 20005 with flag 145001/145526
23.36/12.16	c cleaning 10000 clauses out of 20005 with flag 155001/155526
24.91/12.93	c cleaning 10000 clauses out of 20008 with flag 165004/165529
26.26/13.68	c cleaning 10002 clauses out of 20006 with flag 175002/175527
27.64/14.40	c cleaning 9998 clauses out of 20002 with flag 185000/185525
29.16/15.14	c cleaning 9999 clauses out of 20005 with flag 195001/195526
30.52/15.88	c cleaning 9998 clauses out of 20006 with flag 205001/205526
31.89/16.60	c cleaning 10001 clauses out of 20010 with flag 215003/215528
33.65/17.40	c cleaning 10002 clauses out of 20012 with flag 225006/225531
34.99/18.18	c cleaning 9999 clauses out of 20005 with flag 235001/235526
36.54/18.95	c cleaning 10000 clauses out of 20007 with flag 245002/245527
38.09/19.75	c cleaning 10000 clauses out of 20005 with flag 255000/255525
39.64/20.52	c cleaning 10001 clauses out of 20006 with flag 265001/265526
40.98/21.28	c cleaning 10000 clauses out of 20007 with flag 275003/275528
42.55/22.07	c cleaning 10000 clauses out of 20004 with flag 285000/285525
44.28/22.90	c cleaning 9998 clauses out of 20004 with flag 295000/295525
45.64/23.69	c cleaning 10002 clauses out of 20011 with flag 305005/305530
47.36/24.52	c cleaning 9997 clauses out of 20004 with flag 315000/315525
48.71/25.30	c cleaning 10000 clauses out of 20008 with flag 325001/325526
50.25/26.07	c cleaning 10001 clauses out of 20009 with flag 335002/335527
51.80/26.89	c cleaning 10000 clauses out of 20008 with flag 345002/345527
53.37/27.64	c cleaning 10001 clauses out of 20009 with flag 355003/355528
54.87/28.42	c cleaning 9999 clauses out of 20006 with flag 365001/365526
56.42/29.25	c cleaning 9999 clauses out of 20006 with flag 375000/375525
57.96/30.10	c cleaning 9999 clauses out of 20008 with flag 385001/385526
59.50/30.89	c cleaning 10001 clauses out of 20010 with flag 395002/395527
61.02/31.63	c cleaning 10000 clauses out of 20007 with flag 405000/405525
62.57/32.43	c cleaning 9998 clauses out of 20007 with flag 415000/415525
64.11/33.24	c cleaning 10002 clauses out of 20010 with flag 425001/425526
65.63/34.01	c cleaning 9998 clauses out of 20007 with flag 435000/435525
66.97/34.78	c cleaning 9999 clauses out of 20010 with flag 445001/445526
68.52/35.51	c cleaning 10000 clauses out of 20011 with flag 455001/455526
70.08/36.33	c cleaning 10001 clauses out of 20011 with flag 465001/465526
71.59/37.19	c cleaning 10001 clauses out of 20010 with flag 475001/475526
73.13/37.99	c cleaning 10000 clauses out of 20009 with flag 485001/485526
74.87/38.87	c cleaning 10001 clauses out of 20010 with flag 495002/495527
76.65/39.73	c cleaning 10001 clauses out of 20009 with flag 505002/505527
78.32/40.61	c cleaning 10001 clauses out of 20008 with flag 515002/515527
79.88/41.47	c cleaning 9999 clauses out of 20005 with flag 525000/525525
81.62/42.37	c cleaning 9999 clauses out of 20006 with flag 535000/535525
83.56/43.32	c cleaning 10000 clauses out of 20008 with flag 545001/545526
85.28/44.28	c cleaning 10002 clauses out of 20010 with flag 555003/555528
87.26/45.24	c cleaning 9998 clauses out of 20006 with flag 565001/565526
89.21/46.22	c cleaning 10001 clauses out of 20007 with flag 575000/575525
91.41/47.25	c cleaning 9999 clauses out of 20006 with flag 585000/585525
93.36/48.27	c cleaning 10000 clauses out of 20006 with flag 595000/595525
94.89/49.00	c  And the winner is Resolution
95.13/49.66	c starts		: 155
95.13/49.66	c conflicts		: 602880
95.13/49.66	c decisions		: 855781
95.13/49.66	c propagations		: 44654774
95.13/49.66	c inspects		: 469591246
95.13/49.66	c shortcuts		: 0
95.13/49.66	c learnt literals	: 5
95.13/49.66	c learnt binary clauses	: 10
95.13/49.66	c learnt ternary clauses	: 22
95.13/49.66	c learnt constraints	: 602874
95.13/49.66	c ignored constraints	: 0
95.13/49.66	c root simplifications	: 0
95.13/49.66	c removed literals (reason simplification)	: 1474230
95.13/49.66	c reason swapping (by a shorter reason)	: 0
95.13/49.66	c Calls to reduceDB	: 61
95.13/49.66	c number of reductions to clauses (during analyze)	: 0
95.13/49.66	c number of learned constraints concerned by reduction	: 0
95.13/49.66	c number of learning phase by resolution	: 0
95.13/49.66	c number of learning phase by cutting planes	: 0
95.13/49.66	c speed (assignments/second)	: 921971.6314985341
95.13/49.66	c non guided choices	0
95.13/49.66	c learnt constraints type 
95.13/49.66	c constraints type 
95.13/49.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
95.13/49.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
95.13/49.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
95.13/49.66	c constraints type 
95.13/49.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
95.13/49.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
95.13/49.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
95.13/49.66	s OPTIMUM FOUND
95.13/49.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 
95.13/49.66	c objective function=6
95.13/49.66	c Total wall clock time (in seconds): 49.554

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453910-1307194410/watcher-3453910-1307194410 -o /tmp/evaluation-result-3453910-1307194410/solver-3453910-1307194410 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453910-1307194410.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.88 3.59 3.63 3/593 3976
/proc/meminfo: memFree=30993984/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 3033 0 1 0 0 0 0 0 25 0 2 0 831039779 10681323520 2735 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2607745 2749 906 9 0 2598901 0
[pid=3976/tid=3977] ppid=3974 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) R 3974 3976 32216 0 -1 4202560 8823 0 1 0 0 1 0 0 25 0 10 0 831039780 10703900672 9648 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 47642629373992 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9649 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) R 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9651 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9651 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9652 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9653 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9653 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) R 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831039781 10703900672 9654 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.105764 s]
/proc/loadavg: 2.88 3.59 3.63 3/593 3976
/proc/meminfo: memFree=30993984/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10540256 CPUtime=0.11 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 13220 0 1 0 9 2 0 0 25 0 18 0 831039779 10793222144 12887 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2635064 12887 2107 9 0 2625798 0
[pid=3976/tid=3977] ppid=3974 vsize=10540256 CPUtime=0.09 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) R 3974 3976 32216 0 -1 4202560 11251 0 1 0 7 2 0 0 25 0 18 0 831039780 10793222144 12888 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 47642634926931 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12889 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12889 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10540256 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793222144 12890 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540256

[startup+0.200748 s]
/proc/loadavg: 2.88 3.59 3.63 3/593 3976
/proc/meminfo: memFree=30993984/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10540400 CPUtime=0.24 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 13982 0 1 0 22 2 0 0 25 0 18 0 831039779 10793369600 13649 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2635100 13649 2180 9 0 2625834 0
[pid=3976/tid=3977] ppid=3974 vsize=10540400 CPUtime=0.19 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) R 3974 3976 32216 0 -1 4202560 11900 0 1 0 17 2 0 0 25 0 18 0 831039780 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 47642631288456 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13650 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10540400 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831039781 10793369600 13651 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540400

[startup+0.300739 s]
/proc/loadavg: 2.88 3.59 3.63 3/593 3976
/proc/meminfo: memFree=30993984/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10545756 CPUtime=0.32 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 14748 0 1 0 30 2 0 0 25 0 19 0 831039779 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2636439 14252 2193 9 0 2627173 0
[pid=3976/tid=3977] ppid=3974 vsize=10545756 CPUtime=0.2 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) S 3974 3976 32216 0 -1 4202560 12039 0 1 0 18 2 0 0 25 0 19 0 831039780 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10545756

[startup+0.700657 s]
/proc/loadavg: 2.88 3.59 3.63 3/593 3976
/proc/meminfo: memFree=30993984/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10545756 CPUtime=0.32 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 14748 0 1 0 30 2 0 0 25 0 19 0 831039779 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2636439 14252 2193 9 0 2627173 0
[pid=3976/tid=3977] ppid=3974 vsize=10545756 CPUtime=0.2 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) S 3974 3976 32216 0 -1 4202560 12039 0 1 0 18 2 0 0 25 0 19 0 831039780 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10545756 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039781 10798854144 14252 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10545756

[startup+1.50152 s]
/proc/loadavg: 2.88 3.59 3.63 3/612 4001
/proc/meminfo: memFree=30920904/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10559420 CPUtime=2.45 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 43594 0 1 0 239 6 0 0 25 0 22 0 831039779 10812846080 34477 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2639855 34482 2230 9 0 2630589 0
[pid=3976/tid=3977] ppid=3974 vsize=10559420 CPUtime=0.21 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) S 3974 3976 32216 0 -1 4202560 12085 0 1 0 19 2 0 0 17 0 22 0 831039780 10812846080 34484 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34487 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34489 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34492 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34494 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34497 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34499 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34502 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039781 10812846080 34504 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3987] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3987/stat : 3987 (java) S 3974 3976 32216 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831039782 10812846080 34506 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 0 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3988] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3988/stat : 3988 (java) S 3974 3976 32216 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831039783 10812846080 34509 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3989] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3989/stat : 3989 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831039783 10812846080 34511 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3990] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3990/stat : 3990 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10812846080 34514 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284512689 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3991] ppid=3974 vsize=10559420 CPUtime=0.6 cores=1,3,5,7
/proc/3976/task/3991/stat : 3991 (java) S 3974 3976 32216 0 -1 4202560 10438 0 0 0 59 1 0 0 19 0 22 0 831039785 10812846080 34516 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3992] ppid=3974 vsize=10559420 CPUtime=0.66 cores=1,3,5,7
/proc/3976/task/3992/stat : 3992 (java) S 3974 3976 32216 0 -1 4202560 4105 0 0 0 66 0 0 0 19 0 22 0 831039785 10812846080 34519 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3993] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3993/stat : 3993 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10812846080 34522 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3994] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3994/stat : 3994 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831039785 10812846080 34525 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3998] ppid=3974 vsize=10559420 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3998/stat : 3998 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831039802 10812846080 34527 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 10559420

[startup+3.10123 s]

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

/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 270 0 0 0 6 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 318 0 0 0 5 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3987] ppid=3974 vsize=10557188 CPUtime=3.22 cores=1,3,5,7
/proc/3976/task/3987/stat : 3987 (java) S 3974 3976 32216 0 -1 4202560 7655 0 0 0 321 1 0 0 16 0 22 0 831039782 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 0 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3988] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3988/stat : 3988 (java) S 3974 3976 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3989] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3989/stat : 3989 (java) S 3974 3976 32216 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3990] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3990/stat : 3990 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284512689 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3991] ppid=3974 vsize=10557188 CPUtime=0.76 cores=1,3,5,7
/proc/3976/task/3991/stat : 3991 (java) S 3974 3976 32216 0 -1 4202560 12373 0 0 0 75 1 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3992] ppid=3974 vsize=10557188 CPUtime=1.17 cores=1,3,5,7
/proc/3976/task/3992/stat : 3992 (java) S 3974 3976 32216 0 -1 4202560 5585 0 0 0 117 0 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3993] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3993/stat : 3993 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3994] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3994/stat : 3994 (java) S 3974 3976 32216 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3998] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3998/stat : 3998 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831039802 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=4002] ppid=3974 vsize=10557188 CPUtime=43.31 cores=1,3,5,7
/proc/3976/task/4002/stat : 4002 (java) R 3974 3976 32216 0 -1 4202560 722 0 0 0 4331 0 0 0 25 0 22 0 831039902 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 46912505560367 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3976/tid=4003] ppid=3974 vsize=10557188 CPUtime=43.3 cores=1,3,5,7
/proc/3976/task/4003/stat : 4003 (java) R 3974 3976 32216 0 -1 4202560 95192 0 0 0 4321 9 0 0 25 0 22 0 831039902 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 46912505555591 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3976/tid=4004] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/4004/stat : 4004 (java) S 3974 3976 32216 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831039903 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.96
Current children cumulated vsize (KiB) 10557188

[startup+48.8011 s]
/proc/loadavg: 3.42 3.63 3.64 5/615 4066
/proc/meminfo: memFree=29459848/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10557188 CPUtime=94.49 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 137888 0 1 0 9432 17 0 0 25 0 22 0 831039779 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2639297 125105 2260 9 0 2630031 0
[pid=3976/tid=3977] ppid=3974 vsize=10557188 CPUtime=0.21 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) S 3974 3976 32216 0 -1 4202560 12090 0 1 0 19 2 0 0 15 0 22 0 831039780 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 229 0 0 0 7 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 309 0 0 0 7 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 270 0 0 0 6 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 318 0 0 0 6 0 0 0 15 0 22 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3987] ppid=3974 vsize=10557188 CPUtime=3.29 cores=1,3,5,7
/proc/3976/task/3987/stat : 3987 (java) S 3974 3976 32216 0 -1 4202560 7655 0 0 0 328 1 0 0 16 0 22 0 831039782 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 0 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3988] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3988/stat : 3988 (java) S 3974 3976 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3989] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3989/stat : 3989 (java) S 3974 3976 32216 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3990] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3990/stat : 3990 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284512689 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3991] ppid=3974 vsize=10557188 CPUtime=0.76 cores=1,3,5,7
/proc/3976/task/3991/stat : 3991 (java) S 3974 3976 32216 0 -1 4202560 12373 0 0 0 75 1 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3992] ppid=3974 vsize=10557188 CPUtime=1.18 cores=1,3,5,7
/proc/3976/task/3992/stat : 3992 (java) S 3974 3976 32216 0 -1 4202560 5585 0 0 0 118 0 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3993] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3993/stat : 3993 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3994] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3994/stat : 3994 (java) S 3974 3976 32216 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3998] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3998/stat : 3998 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831039802 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=4002] ppid=3974 vsize=10557188 CPUtime=44.04 cores=1,3,5,7
/proc/3976/task/4002/stat : 4002 (java) R 3974 3976 32216 0 -1 4202560 723 0 0 0 4404 0 0 0 25 0 22 0 831039902 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 46912505572050 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3976/tid=4003] ppid=3974 vsize=10557188 CPUtime=44.03 cores=1,3,5,7
/proc/3976/task/4003/stat : 4003 (java) R 3974 3976 32216 0 -1 4202560 95192 0 0 0 4394 9 0 0 25 0 22 0 831039902 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 46912505719094 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3976/tid=4004] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/4004/stat : 4004 (java) S 3974 3976 32216 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831039903 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.49
Current children cumulated vsize (KiB) 10557188

[startup+49.201 s]
/proc/loadavg: 3.42 3.63 3.64 5/615 4066
/proc/meminfo: memFree=29459848/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10557188 CPUtime=94.97 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 137888 0 1 0 9480 17 0 0 25 0 19 0 831039779 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2639297 125105 2260 9 0 2630031 0
[pid=3976/tid=3977] ppid=3974 vsize=10557188 CPUtime=0.21 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) S 3974 3976 32216 0 -1 4202560 12090 0 1 0 19 2 0 0 15 0 19 0 831039780 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 229 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 309 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 270 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 318 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3987] ppid=3974 vsize=10557188 CPUtime=3.29 cores=1,3,5,7
/proc/3976/task/3987/stat : 3987 (java) S 3974 3976 32216 0 -1 4202560 7655 0 0 0 328 1 0 0 16 0 19 0 831039782 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 0 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3988] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3988/stat : 3988 (java) S 3974 3976 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3989] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3989/stat : 3989 (java) S 3974 3976 32216 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3990] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3990/stat : 3990 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284512689 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3991] ppid=3974 vsize=10557188 CPUtime=0.76 cores=1,3,5,7
/proc/3976/task/3991/stat : 3991 (java) S 3974 3976 32216 0 -1 4202560 12373 0 0 0 75 1 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3992] ppid=3974 vsize=10557188 CPUtime=1.18 cores=1,3,5,7
/proc/3976/task/3992/stat : 3992 (java) S 3974 3976 32216 0 -1 4202560 5585 0 0 0 118 0 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3993] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3993/stat : 3993 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3994] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3994/stat : 3994 (java) S 3974 3976 32216 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3998] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3998/stat : 3998 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831039802 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.97
Current children cumulated vsize (KiB) 10557188

[startup+49.6229 s]
/proc/loadavg: 3.31 3.61 3.63 4/612 4066
/proc/meminfo: memFree=29459872/32950928 swapFree=43925852/67111528
[pid=3976] ppid=3974 vsize=10557188 CPUtime=95.13 cores=1,3,5,7
/proc/3976/stat : 3976 (java) S 3974 3976 32216 0 -1 4202496 137889 0 1 0 9496 17 0 0 25 0 19 0 831039779 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3976/statm: 2639297 125105 2260 9 0 2630031 0
[pid=3976/tid=3977] ppid=3974 vsize=10557188 CPUtime=0.35 cores=1,3,5,7
/proc/3976/task/3977/stat : 3977 (java) R 3974 3976 32216 0 -1 4202560 12091 0 1 0 33 2 0 0 16 0 19 0 831039780 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3976/tid=3978] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3978/stat : 3978 (java) S 3974 3976 32216 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3979] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3979/stat : 3979 (java) S 3974 3976 32216 0 -1 4202560 229 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3980] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3980/stat : 3980 (java) S 3974 3976 32216 0 -1 4202560 309 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3981] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3981/stat : 3981 (java) S 3974 3976 32216 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3982] ppid=3974 vsize=10557188 CPUtime=0.07 cores=1,3,5,7
/proc/3976/task/3982/stat : 3982 (java) S 3974 3976 32216 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3983] ppid=3974 vsize=10557188 CPUtime=0.05 cores=1,3,5,7
/proc/3976/task/3983/stat : 3983 (java) S 3974 3976 32216 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3984] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3984/stat : 3984 (java) S 3974 3976 32216 0 -1 4202560 270 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
[pid=3976/tid=3985] ppid=3974 vsize=10557188 CPUtime=0.06 cores=1,3,5,7
/proc/3976/task/3985/stat : 3985 (java) S 3974 3976 32216 0 -1 4202560 318 0 0 0 6 0 0 0 15 0 19 0 831039781 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3987] ppid=3974 vsize=10557188 CPUtime=3.29 cores=1,3,5,7
/proc/3976/task/3987/stat : 3987 (java) S 3974 3976 32216 0 -1 4202560 7655 0 0 0 328 1 0 0 15 0 19 0 831039782 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 0 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3988] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3988/stat : 3988 (java) S 3974 3976 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3989] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3989/stat : 3989 (java) S 3974 3976 32216 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831039783 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3990] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3990/stat : 3990 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284512689 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3991] ppid=3974 vsize=10557188 CPUtime=0.77 cores=1,3,5,7
/proc/3976/task/3991/stat : 3991 (java) S 3974 3976 32216 0 -1 4202560 12373 0 0 0 76 1 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3992] ppid=3974 vsize=10557188 CPUtime=1.18 cores=1,3,5,7
/proc/3976/task/3992/stat : 3992 (java) S 3974 3976 32216 0 -1 4202560 5585 0 0 0 118 0 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 1 0 0 0
[pid=3976/tid=3993] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3993/stat : 3993 (java) S 3974 3976 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284504985 0 4 0 16800975 18446604458212701248 0 0 -1 3 0 0 0
[pid=3976/tid=3994] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3994/stat : 3994 (java) S 3974 3976 32216 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831039785 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 5 0 0 0
[pid=3976/tid=3998] ppid=3974 vsize=10557188 CPUtime=0 cores=1,3,5,7
/proc/3976/task/3998/stat : 3998 (java) S 3974 3976 32216 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831039802 10810560512 125105 33554432000 1073741824 1073778376 140736773191440 18446744073709551615 268284505600 0 4 0 16800975 18446604458212701248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.13
Current children cumulated vsize (KiB) 10557188

Child status: 30
Real time (s): 49.6868
CPU time (s): 95.2015
CPU user time (s): 95.0026
CPU system time (s): 0.198969
CPU usage (%): 191.603
Max. virtual memory (cumulated for all children) (KiB): 10563992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.0026
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137893
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3059
involuntary context switches= 1963

runsolver used 0.294955 second user time and 0.714891 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-04 15:33:30
IDJOB=3453910
IDBENCH=48114
IDSOLVER=1950
FILE ID=node122/3453910-1307194410
RUNJOBID= node122-1307194380-3874
PBS_JOBID= 13508834
Free space on /tmp= 73812 MiB

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

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

MD5SUM BENCH= 381026b11996e1fba08582de081db326
RANDOM SEED=233947058

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30994280 kB
Buffers:        331632 kB
Cached:         554640 kB
SwapCached:      16832 kB
Active:        1103644 kB
Inactive:       538104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30994280 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      752384 kB
Mapped:          17488 kB
Slab:           150512 kB
PageTables:      94332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 191112000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73812 MiB
End job on node122 at 2011-06-04 15:34:20