Trace number 3453839

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.0OPT3 86.5818 44.4248

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.089985
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453839-1307194304.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.06s.
0.10/0.17	c #vars     324
0.10/0.17	c #constraints  496
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
2.66/0.87	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.21/1.47	c cleaning 4252 clauses out of 8503 with flag 11002/11002
6.02/2.34	c cleaning 5623 clauses out of 11249 with flag 18000/18000
8.03/3.39	c cleaning 6812 clauses out of 13628 with flag 26002/26002
10.61/4.65	c cleaning 7907 clauses out of 15815 with flag 35001/35001
13.57/6.11	c cleaning 8954 clauses out of 17907 with flag 45000/45000
17.34/8.01	c cleaning 9477 clauses out of 18954 with flag 55001/55001
20.49/9.69	c cleaning 9737 clauses out of 19476 with flag 65000/65000
23.43/11.19	c cleaning 9871 clauses out of 19741 with flag 75002/75002
25.59/12.28	c cleaning 9935 clauses out of 19869 with flag 85001/85001
28.84/13.77	c cleaning 9965 clauses out of 19934 with flag 95001/95001
32.15/15.28	c cleaning 9985 clauses out of 19969 with flag 105001/105001
34.88/16.64	c cleaning 9992 clauses out of 19984 with flag 115001/115001
36.44/17.47	c cleaning 9990 clauses out of 19991 with flag 125001/125001
38.81/18.69	c cleaning 9997 clauses out of 20000 with flag 135000/135000
41.33/19.97	c cleaning 9998 clauses out of 20003 with flag 145000/145000
42.24/20.42	c  And the winner is Resolution
42.31/20.89	c SATISFIABLE
42.31/20.89	c OPTIMIZING...
42.31/20.89	c Got one! Elapsed wall clock time (in seconds):20.774
42.31/20.89	o 129
42.52/21.06	c cleaning 7581 clauses out of 15169 with flag 1001/150164
43.46/21.55	c cleaning 6788 clauses out of 13587 with flag 7000/156163
44.42/22.04	c  And the winner is Resolution
44.52/22.40	c Got one! Elapsed wall clock time (in seconds):22.282
44.52/22.40	o 47
45.32/22.86	c cleaning 9109 clauses out of 18225 with flag 5000/167589
46.45/23.44	c cleaning 7550 clauses out of 15116 with flag 11000/173589
47.16/23.87	c  And the winner is CuttingPlanes
47.31/23.94	c Got one! Elapsed wall clock time (in seconds):23.825
47.31/23.94	o 3
47.43/24.02	c cleaning 6490 clauses out of 12983 with flag 1002/179006
48.56/24.68	c cleaning 6242 clauses out of 12491 with flag 7000/185004
50.13/25.42	c cleaning 6622 clauses out of 13250 with flag 14001/192005
51.88/26.39	c cleaning 7314 clauses out of 14627 with flag 22000/200004
54.18/27.57	c cleaning 8157 clauses out of 16313 with flag 31000/209004
56.90/28.93	c cleaning 9075 clauses out of 18156 with flag 41000/219004
59.62/30.39	c cleaning 9540 clauses out of 19081 with flag 51000/229004
62.57/31.81	c cleaning 9770 clauses out of 19542 with flag 61001/239005
65.25/33.26	c cleaning 9881 clauses out of 19771 with flag 71000/249004
68.17/34.73	c cleaning 9945 clauses out of 19891 with flag 81001/259005
70.90/36.11	c cleaning 9971 clauses out of 19946 with flag 91001/269005
71.07/36.21	c cleaning 0 clauses out of 5902 with flag 0/5904
73.85/37.60	c cleaning 9983 clauses out of 19975 with flag 101001/279005
76.38/38.99	c cleaning 9996 clauses out of 19993 with flag 111002/289006
79.09/40.35	c cleaning 9994 clauses out of 19994 with flag 121000/299004
81.60/41.65	c cleaning 10001 clauses out of 20003 with flag 131003/309007
84.28/43.05	c cleaning 9998 clauses out of 19999 with flag 141000/319004
86.24/44.02	c  And the winner is Resolution
86.44/44.38	c starts		: 211
86.44/44.38	c conflicts		: 326740
86.44/44.38	c decisions		: 336013
86.44/44.38	c propagations		: 8321059
86.44/44.38	c inspects		: 423056651
86.44/44.38	c shortcuts		: 0
86.44/44.38	c learnt literals	: 17
86.44/44.38	c learnt binary clauses	: 97
86.44/44.38	c learnt ternary clauses	: 349
86.44/44.38	c learnt constraints	: 326722
86.44/44.38	c ignored constraints	: 0
86.44/44.38	c root simplifications	: 0
86.44/44.38	c removed literals (reason simplification)	: 16676108
86.44/44.38	c reason swapping (by a shorter reason)	: 0
86.44/44.38	c Calls to reduceDB	: 36
86.44/44.38	c number of reductions to clauses (during analyze)	: 0
86.44/44.38	c number of learned constraints concerned by reduction	: 0
86.44/44.38	c number of learning phase by resolution	: 0
86.44/44.38	c number of learning phase by cutting planes	: 0
86.44/44.38	c speed (assignments/second)	: 407037.07870664774
86.44/44.38	c non guided choices	720
86.44/44.38	c learnt constraints type 
86.44/44.38	c constraints type 
86.44/44.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
86.44/44.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
86.44/44.38	c constraints type 
86.44/44.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
86.44/44.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
86.44/44.38	s OPTIMUM FOUND
86.44/44.38	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 -x29 x30 -x31 x32 -x33 -x34 -x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 x67 x68 x69 x70 x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 
86.44/44.38	c objective function=3
86.44/44.38	c Total wall clock time (in seconds): 44.269

Verifier Data

OK	3

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-3453839-1307194304/watcher-3453839-1307194304 -o /tmp/evaluation-result-3453839-1307194304/solver-3453839-1307194304 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453839-1307194304.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.39 3.81 3.68 3/372 22891
/proc/meminfo: memFree=22770464/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 1316 0 0 0 0 0 0 0 17 0 2 0 831030878 36646912 1017 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 8947 1017 782 9 0 386 0
[pid=22891/tid=22893] ppid=22887 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) R 22887 22891 19222 0 -1 4202560 1177 0 1 0 0 0 0 0 17 0 2 0 831030879 10681323520 1992 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0568181 s]
/proc/loadavg: 3.39 3.81 3.68 3/372 22891
/proc/meminfo: memFree=22770464/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 11456 0 1 0 3 1 0 0 17 0 13 0 831030878 10785947648 11152 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2633288 11153 1685 9 0 2624036 0
[pid=22891/tid=22893] ppid=22887 vsize=10533152 CPUtime=0.03 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) R 22887 22891 19222 0 -1 4202560 10308 0 1 0 3 0 0 0 17 0 13 0 831030879 10785947648 11153 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230809161573 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533152

[startup+0.100834 s]
/proc/loadavg: 3.39 3.81 3.68 3/372 22891
/proc/meminfo: memFree=22770464/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10605412 CPUtime=0.1 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 13038 0 1 0 9 1 0 0 17 0 18 0 831030878 10859941888 12711 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2651353 12714 2092 9 0 2642087 0
[pid=22891/tid=22893] ppid=22887 vsize=10605412 CPUtime=0.08 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) R 22887 22891 19222 0 -1 4202560 11100 0 1 0 7 1 0 0 18 0 18 0 831030879 10859941888 12714 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820992459 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605412

[startup+0.300725 s]
/proc/loadavg: 3.39 3.81 3.68 3/372 22891
/proc/meminfo: memFree=22770464/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10612712 CPUtime=0.67 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 17382 0 1 0 65 2 0 0 17 0 22 0 831030878 10867417088 16010 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2653178 16010 2197 9 0 2643912 0
[pid=22891/tid=22893] ppid=22887 vsize=10612712 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11780 0 1 0 15 1 0 0 19 0 22 0 831030879 10867417088 16010 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10612712

[startup+0.700654 s]
/proc/loadavg: 3.39 3.81 3.68 3/372 22891
/proc/meminfo: memFree=22770464/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10624912 CPUtime=2.26 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 41582 0 1 0 220 6 0 0 17 0 22 0 831030878 10879909888 37097 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2656228 37101 2218 9 0 2646962 0
[pid=22891/tid=22893] ppid=22887 vsize=10624912 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11780 0 1 0 15 1 0 0 15 0 22 0 831030879 10879909888 37103 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10624912

[startup+1.50154 s]
/proc/loadavg: 3.39 3.81 3.68 5/414 22938
/proc/meminfo: memFree=22479060/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10625736 CPUtime=4.4 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 99663 0 1 0 428 12 0 0 17 0 22 0 831030878 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2656434 91116 2249 9 0 2647168 0
[pid=22891/tid=22893] ppid=22887 vsize=10625736 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11780 0 1 0 15 1 0 0 15 0 22 0 831030879 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 512 0 0 0 0 0 0 0 16 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22913] ppid=22887 vsize=10625736 CPUtime=0.03 cores=1,3,5,7
/proc/22891/task/22913/stat : 22913 (java) S 22887 22891 19222 0 -1 4202560 1250 0 0 0 3 0 0 0 16 0 22 0 831030882 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 0 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22915] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22915/stat : 22915 (java) S 22887 22891 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831030883 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22917] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22917/stat : 22917 (java) S 22887 22891 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831030883 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22920] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22920/stat : 22920 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831030885 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820989361 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22921] ppid=22887 vsize=10625736 CPUtime=0.86 cores=1,3,5,7
/proc/22891/task/22921/stat : 22921 (java) S 22887 22891 19222 0 -1 4202560 8868 0 0 0 85 1 0 0 16 0 22 0 831030885 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22924] ppid=22887 vsize=10625736 CPUtime=0.74 cores=1,3,5,7
/proc/22891/task/22924/stat : 22924 (java) S 22887 22891 19222 0 -1 4202560 7668 0 0 0 73 1 0 0 15 0 22 0 831030885 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22925] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22925/stat : 22925 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831030885 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22927] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831030885 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22932] ppid=22887 vsize=10625736 CPUtime=1.27 cores=1,3,5,7
/proc/22891/task/22932/stat : 22932 (java) R 22887 22891 19222 0 -1 4202560 526 0 0 0 127 0 0 0 22 0 22 0 831030896 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505581402 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22891/tid=22933] ppid=22887 vsize=10625736 CPUtime=1.27 cores=1,3,5,7
/proc/22891/task/22933/stat : 22933 (java) R 22887 22891 19222 0 -1 4202560 67034 0 0 0 120 7 0 0 25 0 22 0 831030896 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505627920 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22891/tid=22934] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22934/stat : 22934 (java) S 22887 22891 19222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831030897 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22935] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22935/stat : 22935 (java) S 22887 22891 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831030897 10880753664 91116 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 10625736

[startup+3.10125 s]
/proc/loadavg: 3.39 3.81 3.68 9/416 22987
/proc/meminfo: memFree=22264144/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10625736 CPUtime=7.6 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 133728 0 1 0 745 15 0 0 17 0 22 0 831030878 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2656434 125180 2249 9 0 2647168 0
[pid=22891/tid=22893] ppid=22887 vsize=10625736 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11780 0 1 0 15 1 0 0 15 0 22 0 831030879 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 634 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831030881 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22913] ppid=22887 vsize=10625736 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22913/stat : 22913 (java) S 22887 22891 19222 0 -1 4202560 2148 0 0 0 6 0 0 0 16 0 22 0 831030882 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 0 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22915] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22915/stat : 22915 (java) S 22887 22891 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831030883 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22917] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22917/stat : 22917 (java) S 22887 22891 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831030883 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22920] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22920/stat : 22920 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831030885 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820989361 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22921] ppid=22887 vsize=10625736 CPUtime=0.87 cores=1,3,5,7
/proc/22891/task/22921/stat : 22921 (java) S 22887 22891 19222 0 -1 4202560 8868 0 0 0 86 1 0 0 15 0 22 0 831030885 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22924] ppid=22887 vsize=10625736 CPUtime=0.76 cores=1,3,5,7
/proc/22891/task/22924/stat : 22924 (java) S 22887 22891 19222 0 -1 4202560 7671 0 0 0 75 1 0 0 15 0 22 0 831030885 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22925] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22925/stat : 22925 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831030885 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22927] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831030885 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22932] ppid=22887 vsize=10625736 CPUtime=2.84 cores=1,3,5,7
/proc/22891/task/22932/stat : 22932 (java) R 22887 22891 19222 0 -1 4202560 527 0 0 0 284 0 0 0 25 0 22 0 831030896 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505643730 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22891/tid=22933] ppid=22887 vsize=10625736 CPUtime=2.84 cores=1,3,5,7
/proc/22891/task/22933/stat : 22933 (java) R 22887 22891 19222 0 -1 4202560 99769 0 0 0 274 10 0 0 25 0 22 0 831030896 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912506036790 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22891/tid=22934] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22934/stat : 22934 (java) S 22887 22891 19222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831030897 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22935] ppid=22887 vsize=10625736 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22935/stat : 22935 (java) S 22887 22891 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831030897 10880753664 125180 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 10625736

[startup+6.30167 s]
/proc/loadavg: 3.36 3.80 3.68 4/412 23041
/proc/meminfo: memFree=22042152/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10622044 CPUtime=13.93 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 190312 0 1 0 1372 21 0 0 17 0 22 0 831030878 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2655511 180376 2256 9 0 2646245 0
[pid=22891/tid=22893] ppid=22887 vsize=10622044 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11780 0 1 0 15 1 0 0 15 0 22 0 831030879 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10622044 CPUtime=0.01 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 394 0 0 0 1 0 0 0 16 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 667 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10622044 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 22 0 831030881 10876973056 180376 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0

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

[pid=22891/tid=22927] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831030885 10885939200 242002 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=23212] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23212/stat : 23212 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831033119 10885939200 242002 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=23213] ppid=22887 vsize=10630800 CPUtime=16.21 cores=1,3,5,7
/proc/22891/task/23213/stat : 23213 (java) R 22887 22891 19222 0 -1 4202560 11 0 0 0 1621 0 0 0 25 0 22 0 831033273 10885939200 242002 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505643538 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22891/tid=23214] ppid=22887 vsize=10630800 CPUtime=16.21 cores=1,3,5,7
/proc/22891/task/23214/stat : 23214 (java) R 22887 22891 19222 0 -1 4202560 3 0 0 0 1621 0 0 0 25 0 22 0 831033273 10885939200 242002 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505601820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22891/tid=23215] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23215/stat : 23215 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831033273 10885939200 242002 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 81.4
Current children cumulated vsize (KiB) 10630800

[startup+43.1009 s]
/proc/loadavg: 3.62 3.80 3.68 4/416 23219
/proc/meminfo: memFree=20999164/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10630800 CPUtime=84.44 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 253553 0 1 0 8414 30 0 0 17 0 22 0 831030878 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2657700 242008 2258 9 0 2648434 0
[pid=22891/tid=22893] ppid=22887 vsize=10630800 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11785 0 1 0 15 1 0 0 15 0 22 0 831030879 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 329 0 0 0 5 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 243 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 409 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10630800 CPUtime=0.02 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 675 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 294 0 0 0 6 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 364 0 0 0 5 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 139 0 0 0 6 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22913] ppid=22887 vsize=10630800 CPUtime=2.57 cores=1,3,5,7
/proc/22891/task/22913/stat : 22913 (java) R 22887 22891 19222 0 -1 4202560 12699 0 0 0 255 2 0 0 15 0 22 0 831030882 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 47297947571737 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22891/tid=22915] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22915/stat : 22915 (java) S 22887 22891 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22917] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22917/stat : 22917 (java) S 22887 22891 19222 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22920] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22920/stat : 22920 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820989361 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22921] ppid=22887 vsize=10630800 CPUtime=1.76 cores=1,3,5,7
/proc/22891/task/22921/stat : 22921 (java) S 22887 22891 19222 0 -1 4202560 12726 0 0 0 174 2 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22924] ppid=22887 vsize=10630800 CPUtime=0.8 cores=1,3,5,7
/proc/22891/task/22924/stat : 22924 (java) S 22887 22891 19222 0 -1 4202560 7681 0 0 0 79 1 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22925] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22925/stat : 22925 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22927] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=23212] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23212/stat : 23212 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831033119 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=23213] ppid=22887 vsize=10630800 CPUtime=17.63 cores=1,3,5,7
/proc/22891/task/23213/stat : 23213 (java) S 22887 22891 19222 0 -1 4202560 13 0 0 0 1763 0 0 0 25 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=23214] ppid=22887 vsize=10630800 CPUtime=17.63 cores=1,3,5,7
/proc/22891/task/23214/stat : 23214 (java) S 22887 22891 19222 0 -1 4202560 3 0 0 0 1763 0 0 0 25 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=23215] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23215/stat : 23215 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 84.44
Current children cumulated vsize (KiB) 10630800

[startup+43.9008 s]
/proc/loadavg: 3.62 3.80 3.68 5/416 23219
/proc/meminfo: memFree=20997912/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10630800 CPUtime=86.03 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 253553 0 1 0 8573 30 0 0 17 0 22 0 831030878 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2657700 242008 2258 9 0 2648434 0
[pid=22891/tid=22893] ppid=22887 vsize=10630800 CPUtime=0.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) S 22887 22891 19222 0 -1 4202560 11785 0 1 0 15 1 0 0 15 0 22 0 831030879 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 329 0 0 0 5 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 243 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 409 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10630800 CPUtime=0.02 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 675 0 0 0 5 0 0 0 16 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 294 0 0 0 6 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 364 0 0 0 5 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 139 0 0 0 6 0 0 0 15 0 22 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22913] ppid=22887 vsize=10630800 CPUtime=2.62 cores=1,3,5,7
/proc/22891/task/22913/stat : 22913 (java) S 22887 22891 19222 0 -1 4202560 12699 0 0 0 260 2 0 0 16 0 22 0 831030882 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 0 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22915] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22915/stat : 22915 (java) S 22887 22891 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22917] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22917/stat : 22917 (java) S 22887 22891 19222 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22920] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22920/stat : 22920 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820989361 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22921] ppid=22887 vsize=10630800 CPUtime=1.77 cores=1,3,5,7
/proc/22891/task/22921/stat : 22921 (java) S 22887 22891 19222 0 -1 4202560 12726 0 0 0 175 2 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22924] ppid=22887 vsize=10630800 CPUtime=0.81 cores=1,3,5,7
/proc/22891/task/22924/stat : 22924 (java) S 22887 22891 19222 0 -1 4202560 7681 0 0 0 80 1 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22925] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22925/stat : 22925 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22927] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=23212] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23212/stat : 23212 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831033119 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=23213] ppid=22887 vsize=10630800 CPUtime=18.39 cores=1,3,5,7
/proc/22891/task/23213/stat : 23213 (java) R 22887 22891 19222 0 -1 4202560 13 0 0 0 1839 0 0 0 25 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505581762 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22891/tid=23214] ppid=22887 vsize=10630800 CPUtime=18.39 cores=1,3,5,7
/proc/22891/task/23214/stat : 23214 (java) R 22887 22891 19222 0 -1 4202560 3 0 0 0 1839 0 0 0 25 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505601682 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22891/tid=23215] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23215/stat : 23215 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 86.03
Current children cumulated vsize (KiB) 10630800

[startup+44.3007 s]
/proc/loadavg: 3.62 3.80 3.68 5/416 23219
/proc/meminfo: memFree=20997912/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=10630800 CPUtime=86.44 cores=1,3,5,7
/proc/22891/stat : 22891 (java) S 22887 22891 19222 0 -1 4202496 253554 0 1 0 8614 30 0 0 17 0 19 0 831030878 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 2657700 242008 2258 9 0 2648434 0
[pid=22891/tid=22893] ppid=22887 vsize=10630800 CPUtime=0.3 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) R 22887 22891 19222 0 -1 4202560 11786 0 1 0 29 1 0 0 15 0 19 0 831030879 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 46912505780210 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22891/tid=22900] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22900/stat : 22900 (java) S 22887 22891 19222 0 -1 4202560 329 0 0 0 5 0 0 0 15 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22902] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22902/stat : 22902 (java) S 22887 22891 19222 0 -1 4202560 243 0 0 0 5 0 0 0 16 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22904] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22904/stat : 22904 (java) S 22887 22891 19222 0 -1 4202560 409 0 0 0 5 0 0 0 16 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22906] ppid=22887 vsize=10630800 CPUtime=0.02 cores=1,3,5,7
/proc/22891/task/22906/stat : 22906 (java) S 22887 22891 19222 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22908] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22908/stat : 22908 (java) S 22887 22891 19222 0 -1 4202560 675 0 0 0 5 0 0 0 16 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22909] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22909/stat : 22909 (java) S 22887 22891 19222 0 -1 4202560 294 0 0 0 6 0 0 0 15 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22910] ppid=22887 vsize=10630800 CPUtime=0.05 cores=1,3,5,7
/proc/22891/task/22910/stat : 22910 (java) S 22887 22891 19222 0 -1 4202560 364 0 0 0 5 0 0 0 15 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22911] ppid=22887 vsize=10630800 CPUtime=0.06 cores=1,3,5,7
/proc/22891/task/22911/stat : 22911 (java) S 22887 22891 19222 0 -1 4202560 139 0 0 0 6 0 0 0 15 0 19 0 831030881 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 5 0 0 0
[pid=22891/tid=22913] ppid=22887 vsize=10630800 CPUtime=2.62 cores=1,3,5,7
/proc/22891/task/22913/stat : 22913 (java) S 22887 22891 19222 0 -1 4202560 12699 0 0 0 260 2 0 0 15 0 19 0 831030882 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 0 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22915] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22915/stat : 22915 (java) S 22887 22891 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22917] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22917/stat : 22917 (java) S 22887 22891 19222 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831030883 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22920] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22920/stat : 22920 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820989361 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22921] ppid=22887 vsize=10630800 CPUtime=1.78 cores=1,3,5,7
/proc/22891/task/22921/stat : 22921 (java) S 22887 22891 19222 0 -1 4202560 12726 0 0 0 176 2 0 0 15 0 19 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 1 0 0 0
[pid=22891/tid=22924] ppid=22887 vsize=10630800 CPUtime=0.81 cores=1,3,5,7
/proc/22891/task/22924/stat : 22924 (java) S 22887 22891 19222 0 -1 4202560 7681 0 0 0 80 1 0 0 15 0 19 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=22925] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22925/stat : 22925 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820981657 0 4 0 16800975 18446604465057643264 0 0 -1 3 0 0 0
[pid=22891/tid=22927] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/22927/stat : 22927 (java) S 22887 22891 19222 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831030885 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
[pid=22891/tid=23215] ppid=22887 vsize=10630800 CPUtime=0 cores=1,3,5,7
/proc/22891/task/23215/stat : 23215 (java) S 22887 22891 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831033273 10885939200 242008 33554432000 1073741824 1073778376 140737109614640 18446744073709551615 230820982272 0 4 0 16800975 18446604465057643264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 86.44
Current children cumulated vsize (KiB) 10630800

[startup+44.4007 s]
/proc/loadavg: 3.62 3.80 3.68 5/416 23219
/proc/meminfo: memFree=20997912/32951124 swapFree=37148216/67111528
[pid=22891] ppid=22887 vsize=0 CPUtime=86.55 cores=1,3,5,7
/proc/22891/stat : 22891 (java) Z 22887 22891 19222 0 -1 4203548 253559 0 1 0 8623 32 0 0 15 0 2 0 831030878 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22891/statm: 0 0 0 0 0 0 0
[pid=22891/tid=22893] ppid=22887 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (java) R 22887 22891 19222 0 -1 4203588 11789 0 1 0 37 2 0 0 17 0 2 0 831030879 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.55
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 44.4248
CPU time (s): 86.5818
CPU user time (s): 86.2349
CPU system time (s): 0.346947
CPU usage (%): 194.895
Max. virtual memory (cumulated for all children) (KiB): 10634736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.2349
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253559
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= 2820
involuntary context switches= 1616

runsolver used 0.157975 second user time and 0.39394 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 15:31:44
IDJOB=3453839
IDBENCH=48043
IDSOLVER=1950
FILE ID=node104/3453839-1307194304
RUNJOBID= node104-1307194304-22873
PBS_JOBID= 13508864
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453839-1307194304/watcher-3453839-1307194304 -o /tmp/evaluation-result-3453839-1307194304/solver-3453839-1307194304 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453839-1307194304.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=1294419119

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22770792 kB
Buffers:        420920 kB
Cached:        7647964 kB
SwapCached:     163904 kB
Active:        3771236 kB
Inactive:      6071348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22770792 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:     1633584 kB
Mapped:          10500 kB
Slab:           182464 kB
PageTables:      88376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87704740 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= 73956 MiB
End job on node104 at 2011-06-04 15:32:29