Trace number 4106548

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 PB 2.3.6 Res+CP PB16OPT3 97.7102 48.0081

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
MD5SUM0b0d874eaa404001e586f84b413e6897
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.088985
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 variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4106548-1466272114.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.22/0.20	c ... done. Wall clock time 0.075s.
0.22/0.20	c declared #vars     120
0.22/0.20	c internal #vars     440
0.22/0.20	c #constraints  656
0.22/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.22/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.22/0.20	c 656 constraints processed.
0.22/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.22/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.22/0.20	c 656 constraints processed.
0.22/0.20	c objective function length is 8 literals
2.03/0.77	c cleaning 2496 clauses out of 5001 with flag 10745/5001
3.24/1.10	c And the winner is solver0
3.84/1.21	c SATISFIABLE
3.84/1.21	c OPTIMIZING...
3.84/1.21	c Got one! Elapsed wall clock time (in seconds):1.079
3.84/1.21	o 37
4.44/1.44	c And the winner is solver0
4.54/1.71	c Got one! Elapsed wall clock time (in seconds):1.579
4.54/1.71	o 17
4.54/1.77	c cleaning 6496 clauses out of 12996 with flag 2249/15492
5.00/1.96	c And the winner is solver0
5.22/2.21	c Got one! Elapsed wall clock time (in seconds):2.08
5.22/2.21	o 5
5.43/2.34	c cleaning 5759 clauses out of 11542 with flag 4410/20534
5.43/2.38	c And the winner is solver0
5.88/2.71	c Got one! Elapsed wall clock time (in seconds):2.581
5.88/2.71	o 3
6.54/2.98	c cleaning 5793 clauses out of 11611 with flag 11075/26362
8.10/3.43	c cleaning 5906 clauses out of 11818 with flag 25378/32362
8.69/3.77	c cleaning 6449 clauses out of 12913 with flag 41001/39363
9.94/4.40	c cleaning 7216 clauses out of 14463 with flag 61210/47362
11.36/5.03	c cleaning 8112 clauses out of 16248 with flag 83034/56363
12.57/5.67	c cleaning 9064 clauses out of 18137 with flag 106664/66364
14.69/6.69	c cleaning 10035 clauses out of 20071 with flag 134496/77362
16.47/7.53	c cleaning 11009 clauses out of 22036 with flag 163509/89362
18.72/8.62	c cleaning 12004 clauses out of 24027 with flag 195436/102362
21.34/9.97	c cleaning 13009 clauses out of 26022 with flag 229787/116362
24.17/11.38	c cleaning 14001 clauses out of 28014 with flag 263466/131364
27.57/13.09	c cleaning 14994 clauses out of 30011 with flag 298501/147362
32.23/15.37	c cleaning 16006 clauses out of 32018 with flag 336222/164363
35.43/17.00	c cleaning 17004 clauses out of 34014 with flag 375045/182365
38.87/18.68	c cleaning 17996 clauses out of 36007 with flag 417084/201362
43.69/21.03	c cleaning 18993 clauses out of 38012 with flag 465859/221363
45.27/21.87	c cleaning 0 clauses out of 5783 with flag 0/5786
47.93/23.01	c cleaning 20006 clauses out of 40018 with flag 512934/242362
52.81/25.49	c cleaning 21001 clauses out of 42013 with flag 564539/264363
57.01/27.59	c cleaning 22001 clauses out of 44011 with flag 614333/287363
62.87/30.41	c cleaning 23000 clauses out of 46009 with flag 667856/311362
68.47/33.23	c cleaning 23999 clauses out of 48010 with flag 722298/336363
75.08/36.51	c cleaning 25005 clauses out of 50010 with flag 782402/362362
84.93/41.47	c cleaning 26003 clauses out of 52006 with flag 852541/389363
96.91/47.34	c cleaning 26996 clauses out of 53997 with flag 915389/417362
97.29/47.55	c And the winner is solver0
97.50/47.98	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
97.50/47.98	c starts		: 1066
97.50/47.98	c conflicts		: 419605
97.50/47.98	c decisions		: 485590
97.50/47.98	c propagations		: 8062569
97.50/47.98	c inspects		: 753605872
97.50/47.98	c shortcuts		: 0
97.50/47.98	c learnt literals	: 18
97.50/47.98	c learnt binary clauses	: 20
97.50/47.98	c learnt ternary clauses	: 44
97.50/47.98	c learnt constraints	: 419586
97.50/47.98	c ignored constraints	: 0
97.50/47.98	c root simplifications	: 0
97.50/47.98	c removed literals (reason simplification)	: 1029942
97.50/47.98	c reason swapping (by a shorter reason)	: 0
97.50/47.98	c Calls to reduceDB	: 27
97.50/47.98	c Number of update (reduction) of LBD	: 18658
97.50/47.98	c Imported unit clauses	: 0
97.50/47.98	c number of reductions to clauses (during analyze)	: 0
97.50/47.98	c number of learned constraints concerned by reduction	: 0
97.50/47.98	c number of learning phase by resolution	: 0
97.50/47.98	c number of learning phase by cutting planes	: 0
97.50/47.98	c speed (assignments/second)	: 168768.3210181483
97.50/47.98	c non guided choices	2565
97.50/47.98	c learnt constraints type 
97.50/47.98	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
97.50/47.98	c starts		: 42
97.50/47.98	c conflicts		: 10146
97.50/47.98	c decisions		: 12033
97.50/47.98	c propagations		: 168959
97.50/47.98	c inspects		: 79305018
97.50/47.98	c shortcuts		: 0
97.50/47.98	c learnt literals	: 0
97.50/47.98	c learnt binary clauses	: 0
97.50/47.98	c learnt ternary clauses	: 0
97.50/47.98	c learnt constraints	: 10142
97.50/47.98	c ignored constraints	: 0
97.50/47.98	c root simplifications	: 0
97.50/47.98	c removed literals (reason simplification)	: 0
97.50/47.98	c reason swapping (by a shorter reason)	: 0
97.50/47.98	c Calls to reduceDB	: 1
97.50/47.98	c Number of update (reduction) of LBD	: 0
97.50/47.98	c Imported unit clauses	: 0
97.50/47.98	c number of reductions to clauses (during analyze)	: 0
97.50/47.98	c number of learned constraints concerned by reduction	: 0
97.50/47.98	c number of learning phase by resolution	: 0
97.50/47.98	c number of learning phase by cutting planes	: 0
97.50/47.98	c speed (assignments/second)	: 3732.0860576073514
97.50/47.98	c non guided choices	721
97.50/47.98	c learnt constraints type 
97.50/47.98	s OPTIMUM FOUND
97.50/47.98	c Found 4 solution(s)
97.50/47.98	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 x12 -x13 -x14 x15 x16 x17 x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 -x36 x37 x38 -x39 -x40 x41 -x42 -x43 -x44 x45 x46 x47 -x48 x49 x50 x51 -x52 -x53 x54 x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 x118 x119 -x120 
97.50/47.98	c objective function=3
97.50/47.98	c Total wall clock time (in seconds): 47.855

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106548-1466272114/watcher-4106548-1466272114 -o /tmp/evaluation-result-4106548-1466272114/solver-4106548-1466272114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106548-1466272114.opb 

pid=2730
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: 4.01 4.14 3.99 3/197 2733
/proc/meminfo: memFree=27230556/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2733/stat : 2733 (java) D 2730 2733 28285 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29259853 9515008 175 33554432000 1073741824 1073778376 140734755089664 140734755072392 217410519952 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2733/statm: 2323 175 133 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 4.01 4.14 3.99 3/197 2733
/proc/meminfo: memFree=27230556/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 4322 0 1 0 7 1 0 0 20 0 18 0 29259853 9787879424 5448 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2389619 5449 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.01 4.14 3.99 3/197 2733
/proc/meminfo: memFree=27230556/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 4560 0 1 0 20 2 0 0 20 0 18 0 29259853 9787879424 7187 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2389619 7187 2192 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 4.01 4.14 3.99 3/197 2733
/proc/meminfo: memFree=27230556/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 7823 0 1 0 57 2 0 0 20 0 22 0 29259853 10060525568 10390 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 10390 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.700176 s]
/proc/loadavg: 4.01 4.14 3.99 3/197 2733
/proc/meminfo: memFree=27230556/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 15339 0 1 0 199 4 0 0 20 0 22 0 29259853 10060525568 22055 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 22055 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.01 4.14 3.99 6/217 2755
/proc/meminfo: memFree=27039220/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 26254 0 1 0 442 12 0 0 20 0 19 0 29259853 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 50479 2279 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 15 1 0 0 20 0 19 0 29259854 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29259855 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 29259857 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29259857 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29259857 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259859 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10844 0 0 0 114 2 0 0 20 0 19 0 29259860 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 28285 0 -1 4202560 11465 0 0 0 96 2 0 0 20 0 19 0 29259860 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930689178552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259860 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259860 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29259874 10060525568 50479 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.01 4.14 3.99 3/216 2761
/proc/meminfo: memFree=27024692/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=7.11 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 32826 0 1 0 694 17 0 0 20 0 22 0 29259853 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 55626 2283 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 15 2 0 0 20 0 22 0 29259854 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29259855 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259859 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10861 0 0 0 175 2 0 0 20 0 22 0 29259860 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) R 2730 2733 28285 0 -1 4202560 17966 0 0 0 129 3 0 0 20 0 22 0 29259860 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930689166120 139931343861852 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29259874 10060525568 55626 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.09 4.16 3.99 5/219 2767
/proc/meminfo: memFree=26629716/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=14.07 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 33572 0 1 0 1380 27 0 0 20 0 22 0 29259853 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 153168 2283 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 15 2 0 0 20 0 22 0 29259854 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 29259855 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259859 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10862 0 0 0 197 2 0 0 20 0 22 0 29259860 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 28285 0 -1 4202560 18046 0 0 0 155 3 0 0 20 0 22 0 29259860 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930689178552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29259874 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2765] ppid=2730 vsize=9824732 CPUtime=3.49 cores=1,3,5,7
/proc/2733/task/2765/stat : 2765 (java) R 2730 2733 28285 0 -1 4202560 7 0 0 0 349 0 0 0 20 0 22 0 29260124 10060525568 153168 33554432000 1073741824 1073778376 140736411338720 139930686016672 139931192694989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2766] ppid=2730 vsize=9824732 CPUtime=3.49 cores=1,3,5,7

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


[startup+46.401 s]
/proc/loadavg: 4.19 4.17 4.00 6/219 2767
/proc/meminfo: memFree=24462984/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=95.04 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 36763 0 1 0 9428 76 0 0 20 0 22 0 29259853 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 694970 2286 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 29259854 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 121 0 0 0 10 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 124 0 0 0 11 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 55 0 0 0 11 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 164 0 0 0 9 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 92 0 0 0 6 2 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 78 0 0 0 12 3 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 80 0 0 0 8 2 0 0 20 0 22 0 29259855 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 22 0 29259857 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259859 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10873 0 0 0 240 2 0 0 20 0 22 0 29259860 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 28285 0 -1 4202560 18053 0 0 0 157 3 0 0 20 0 22 0 29259860 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930689178552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 29259860 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29259874 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2765] ppid=2730 vsize=9824732 CPUtime=43.24 cores=1,3,5,7
/proc/2733/task/2765/stat : 2765 (java) R 2730 2733 28285 0 -1 4202560 32 0 0 0 4324 0 0 0 20 0 22 0 29260124 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930686016984 139931192695635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2766] ppid=2730 vsize=9824732 CPUtime=43.18 cores=1,3,5,7
/proc/2733/task/2766/stat : 2766 (java) R 2730 2733 28285 0 -1 4202560 1930 0 0 0 4284 34 0 0 20 0 22 0 29260124 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930684963632 139931192587031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2767] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2767/stat : 2767 (java) S 2730 2733 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29260124 10060525568 694970 33554432000 1073741824 1073778376 140736411338720 139930683913640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 95.04
Current children cumulated vsize (KiB) 9824732

[startup+47.2009 s]
/proc/loadavg: 4.19 4.17 4.00 6/219 2767
/proc/meminfo: memFree=24462984/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=96.69 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 36796 0 1 0 9593 76 0 0 20 0 22 0 29259853 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 694354 2286 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 29259854 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 129 0 0 0 13 3 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 127 0 0 0 12 3 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 61 0 0 0 14 3 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 164 0 0 0 11 3 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 82 0 0 0 10 3 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 96 0 0 0 7 2 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 88 0 0 0 13 4 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 80 0 0 0 9 2 0 0 20 0 22 0 29259855 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 22 0 29259857 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29259857 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259859 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10873 0 0 0 241 2 0 0 20 0 22 0 29259860 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 28285 0 -1 4202560 18053 0 0 0 157 3 0 0 20 0 22 0 29259860 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930689178552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29259860 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 29259860 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29259874 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2765] ppid=2730 vsize=9824732 CPUtime=44 cores=1,3,5,7
/proc/2733/task/2765/stat : 2765 (java) R 2730 2733 28285 0 -1 4202560 33 0 0 0 4400 0 0 0 20 0 22 0 29260124 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930686016784 139931192610232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2766] ppid=2730 vsize=9824732 CPUtime=43.95 cores=1,3,5,7
/proc/2733/task/2766/stat : 2766 (java) R 2730 2733 28285 0 -1 4202560 1931 0 0 0 4361 34 0 0 20 0 22 0 29260124 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930684965248 139931192588225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2767] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2767/stat : 2767 (java) S 2730 2733 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29260124 10060525568 694354 33554432000 1073741824 1073778376 140736411338720 139930683913640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 96.69
Current children cumulated vsize (KiB) 9824732

[startup+47.601 s]
/proc/loadavg: 4.19 4.17 4.00 5/219 2767
/proc/meminfo: memFree=24465588/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=9824732 CPUtime=97.2 cores=1,3,5,7
/proc/2733/stat : 2733 (java) S 2730 2733 28285 0 -1 4202496 36796 0 1 0 9643 77 0 0 20 0 19 0 29259853 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 140736411329856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2733/statm: 2456183 694341 2286 9 0 2446860 0
[pid=2733/tid=2735] ppid=2730 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2733/task/2735/stat : 2735 (java) S 2730 2733 28285 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 19 0 29259854 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931340956536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 28285 0 -1 4202560 129 0 0 0 13 3 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931313408424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 28285 0 -1 4202560 127 0 0 0 12 3 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931312355880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 28285 0 -1 4202560 61 0 0 0 14 3 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931311302824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 28285 0 -1 4202560 164 0 0 0 11 3 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931181164840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 28285 0 -1 4202560 82 0 0 0 10 3 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931180112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 28285 0 -1 4202560 96 0 0 0 7 2 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931179060264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 28285 0 -1 4202560 88 0 0 0 13 4 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931178007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 28285 0 -1 4202560 80 0 0 0 9 2 0 0 20 0 19 0 29259855 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139931176954664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 19 0 29259857 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930694441320 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29259857 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930693387640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29259857 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930692334472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259859 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930691283216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 28285 0 -1 4202560 10873 0 0 0 241 2 0 0 20 0 19 0 29259860 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930690231096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 28285 0 -1 4202560 18053 0 0 0 157 3 0 0 20 0 19 0 29259860 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930689178552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29259860 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930688125688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29259860 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930687073352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2733/tid=2755] ppid=2730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2733/task/2755/stat : 2755 (java) S 2730 2733 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29259874 10060525568 694341 33554432000 1073741824 1073778376 140736411338720 139930682860456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 97.2
Current children cumulated vsize (KiB) 9824732

[startup+48.001 s]
/proc/loadavg: 4.19 4.17 4.00 5/219 2767
/proc/meminfo: memFree=24465588/32872528 swapFree=1534436/1655032
[pid=2733] ppid=2730 vsize=0 CPUtime=97.59 cores=1,3,5,7
/proc/2733/stat : 2733 (java) Z 2730 2733 28285 0 -1 4203532 36814 0 1 0 9670 89 0 0 20 0 2 0 29259853 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2733/statm: 0 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=0 CPUtime=0.15 cores=1,3,5,7
/proc/2733/task/2737/stat : 2737 (java) R 2730 2733 28285 0 -1 4203588 127 0 0 0 12 3 0 0 20 0 2 0 29259855 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 97.59
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.090004
#  lost CPU user time (s): 0.0999985
#  lost CPU system time (s): -0.00999999

Real time (s): 48.0081
CPU time (s): 97.7102
CPU user time (s): 96.8053
CPU system time (s): 0.90486
CPU usage (%): 203.528
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.7053
system time used= 0.91486
maximum resident set size= 2794756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2131
involuntary context switches= 2908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.201969 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:48:34
IDJOB=4106548
IDBENCH=48099
IDSOLVER=2543
FILE ID=node122/4106548-1466272114
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106548-1466272114/watcher-4106548-1466272114 -o /tmp/evaluation-result-4106548-1466272114/solver-4106548-1466272114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106548-1466272114.opb

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

MD5SUM BENCH= 0b0d874eaa404001e586f84b413e6897
RANDOM SEED=414573635

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27230976 kB
Buffers:          147104 kB
Cached:           221052 kB
SwapCached:            0 kB
Active:          2966672 kB
Inactive:         268924 kB
Active(anon):    2859948 kB
Inactive(anon):     9916 kB
Active(file):     106724 kB
Inactive(file):   259008 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       4571292 kB
Mapped:            21148 kB
Shmem:               204 kB
Slab:             610816 kB
SReclaimable:      54444 kB
SUnreclaim:       556372 kB
KernelStack:        1784 kB
PageTables:        13308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4863800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2981888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-18 19:49:22