Trace number 4088820

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 20.3419 8.47113

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity4houseP064.opb
MD5SUM36dad230568f281765e6f2b6e3ee77c2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.09068
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16636
Total number of constraints4160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4095
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4088820-1466012202.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.72/0.42	c ... done. Wall clock time 0.319s.
0.72/0.42	c declared #vars     16636
0.72/0.42	c #constraints  4160
0.72/0.43	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.43	c constraints type 
0.72/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
0.72/0.43	c 4160 constraints processed.
0.72/0.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.43	c constraints type 
0.72/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4160
0.72/0.43	c 4160 constraints processed.
2.64/0.92	c cleaning 2497 clauses out of 5002 with flag 14446/5002
3.04/1.02	c cleaning 4214 clauses out of 8503 with flag 33115/11000
4.63/1.42	c cleaning 5645 clauses out of 11289 with flag 55919/18000
5.03/1.53	c cleaning 6808 clauses out of 13644 with flag 82651/26000
5.43/1.66	c cleaning 7914 clauses out of 15837 with flag 117535/35001
5.81/1.79	c cleaning 8912 clauses out of 17925 with flag 156228/45003
6.26/1.91	c cleaning 9992 clauses out of 20012 with flag 189520/56002
6.50/2.07	c cleaning 10998 clauses out of 22019 with flag 230377/68001
6.91/2.23	c cleaning 12007 clauses out of 24024 with flag 276879/81004
7.36/2.44	c cleaning 12910 clauses out of 26015 with flag 327854/95002
7.76/2.64	c cleaning 14037 clauses out of 28103 with flag 384164/110000
8.16/2.85	c cleaning 15021 clauses out of 30066 with flag 436508/126000
8.84/3.14	c cleaning 15914 clauses out of 32046 with flag 494633/143001
9.45/3.42	c cleaning 16984 clauses out of 34132 with flag 558591/161001
9.84/3.67	c cleaning 18018 clauses out of 36147 with flag 627341/180000
10.72/4.01	c cleaning 0 clauses out of 5000 with flag 0/5000
11.05/4.12	c cleaning 19053 clauses out of 38130 with flag 699335/200001
11.98/4.56	c cleaning 19986 clauses out of 40076 with flag 773423/221000
13.36/5.11	c cleaning 20983 clauses out of 42090 with flag 853356/243000
14.03/5.47	c cleaning 22040 clauses out of 44107 with flag 935236/266000
14.83/5.83	c cleaning 23010 clauses out of 46067 with flag 1019835/290000
15.65/6.27	c cleaning 24012 clauses out of 48059 with flag 1105091/315002
16.67/6.73	c cleaning 24989 clauses out of 50046 with flag 1196741/341001
17.72/7.21	c cleaning 25965 clauses out of 52056 with flag 1299069/368000
18.73/7.75	c cleaning 27025 clauses out of 54091 with flag 1393264/396000
19.77/8.26	c cleaning 28024 clauses out of 56067 with flag 1496551/425001
20.00/8.38	c And the winner is solver0
20.19/8.43	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
20.19/8.43	c starts		: 254
20.19/8.43	c conflicts		: 435707
20.19/8.43	c decisions		: 2814845
20.19/8.43	c propagations		: 6006662
20.19/8.43	c inspects		: 38009111
20.19/8.43	c shortcuts		: 0
20.19/8.43	c learnt literals	: 7
20.19/8.43	c learnt binary clauses	: 36
20.19/8.43	c learnt ternary clauses	: 7102
20.19/8.43	c learnt constraints	: 435699
20.19/8.43	c ignored constraints	: 0
20.19/8.43	c root simplifications	: 0
20.19/8.43	c removed literals (reason simplification)	: 155670
20.19/8.43	c reason swapping (by a shorter reason)	: 0
20.19/8.43	c Calls to reduceDB	: 25
20.19/8.43	c Number of update (reduction) of LBD	: 115856
20.19/8.43	c Imported unit clauses	: 0
20.19/8.43	c number of reductions to clauses (during analyze)	: 0
20.19/8.43	c number of learned constraints concerned by reduction	: 0
20.19/8.43	c number of learning phase by resolution	: 0
20.19/8.43	c number of learning phase by cutting planes	: 0
20.19/8.43	c speed (assignments/second)	: 752714.536340852
20.19/8.43	c non guided choices	1774519
20.19/8.45	c learnt constraints type 
20.19/8.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
20.19/8.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38705
20.19/8.45	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
20.19/8.45	c starts		: 33
20.19/8.45	c conflicts		: 9161
20.19/8.45	c decisions		: 30568
20.19/8.45	c propagations		: 148424
20.19/8.45	c inspects		: 10662640
20.19/8.45	c shortcuts		: 0
20.19/8.45	c learnt literals	: 0
20.19/8.45	c learnt binary clauses	: 0
20.19/8.45	c learnt ternary clauses	: 0
20.19/8.45	c learnt constraints	: 9160
20.19/8.45	c ignored constraints	: 0
20.19/8.45	c root simplifications	: 0
20.19/8.45	c removed literals (reason simplification)	: 0
20.19/8.45	c reason swapping (by a shorter reason)	: 0
20.19/8.45	c Calls to reduceDB	: 1
20.19/8.45	c Number of update (reduction) of LBD	: 0
20.19/8.45	c Imported unit clauses	: 0
20.19/8.45	c number of reductions to clauses (during analyze)	: 0
20.19/8.45	c number of learned constraints concerned by reduction	: 0
20.19/8.45	c number of learning phase by resolution	: 0
20.19/8.45	c number of learning phase by cutting planes	: 0
20.19/8.45	c speed (assignments/second)	: 18559.959984994373
20.19/8.45	c non guided choices	556
20.19/8.45	c learnt constraints type 
20.19/8.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
20.19/8.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
20.19/8.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9136
20.19/8.45	s UNSATISFIABLE
20.19/8.45	c Total wall clock time (in seconds): 8.344

Verifier Data

ERROR: no interpretation found !

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-4088820-1466012202/watcher-4088820-1466012202 -o /tmp/evaluation-result-4088820-1466012202/solver-4088820-1466012202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088820-1466012202.opb 

pid=6375
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.23 1.86 1.93 4/196 6378
/proc/meminfo: memFree=28610244/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 1445 0 0 0 0 0 0 0 20 0 2 0 3270575 103964672 1050 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 25382 1050 805 9 0 16774 0
[pid=6378/tid=6379] ppid=6375 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 2 0 3270576 103964672 1051 33554432000 1073741824 1073778376 140735170677232 140272632890896 247064265187 0 0 0 16784584 18446744071580425449 0 0 -1 1 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.23 1.86 1.93 4/196 6378
/proc/meminfo: memFree=28610244/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 4555 0 1 0 9 2 0 0 20 0 18 0 3270575 9787879424 5675 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2389619 5675 2158 9 0 2380296 0
[pid=6378/tid=6379] ppid=6375 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) R 6375 6378 5767 0 -1 4202560 2444 0 1 0 6 1 0 0 20 0 18 0 3270576 9787879424 5675 33554432000 1073741824 1073778376 140735170677232 140272632888224 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.23 1.86 1.93 4/196 6378
/proc/meminfo: memFree=28610244/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 4887 0 1 0 26 2 0 0 20 0 18 0 3270575 9787879424 6922 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2389619 6922 2219 9 0 2380296 0
[pid=6378/tid=6379] ppid=6375 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) R 6375 6378 5767 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 18 0 3270576 9787879424 6922 33554432000 1073741824 1073778376 140735170677232 140272632888224 247067622456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 2.23 1.86 1.93 4/196 6378
/proc/meminfo: memFree=28610244/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 5922 0 1 0 51 2 0 0 20 0 18 0 3270575 9787879424 9657 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2389619 9657 2235 9 0 2380296 0
[pid=6378/tid=6379] ppid=6375 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) R 6375 6378 5767 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 18 0 3270576 9787879424 9657 33554432000 1073741824 1073778376 140735170677232 140272632881008 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700228 s]
/proc/loadavg: 2.23 1.86 1.93 4/196 6378
/proc/meminfo: memFree=28610244/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 14433 0 1 0 181 4 0 0 20 0 22 0 3270575 10060525568 26413 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 26413 2262 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 26413 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.54 1.93 1.95 8/219 6401
/proc/meminfo: memFree=28419132/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 27302 0 1 0 494 9 0 0 20 0 22 0 3270575 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 50570 2288 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6388/stat : 6388 (java) S 6375 6378 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3270576 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272469428648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6389] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6389/stat : 6389 (java) S 6375 6378 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3270577 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272457018088 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6390] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6390/stat : 6390 (java) S 6375 6378 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272455964152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6391] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6391/stat : 6391 (java) S 6375 6378 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272454911752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6392] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6392/stat : 6392 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272453860240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) R 6375 6378 5767 0 -1 4202560 10569 0 0 0 120 2 0 0 20 0 22 0 3270580 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272452793440 140272637006063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) R 6375 6378 5767 0 -1 4202560 12708 0 0 0 118 2 0 0 20 0 22 0 3270580 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272451745656 140272636495070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6398] ppid=6375 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/6378/task/6398/stat : 6398 (java) R 6375 6378 5767 0 -1 4202560 23 0 0 0 102 0 0 0 20 0 22 0 3270618 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272448303392 140272505435358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 74 0 0 0 101 1 0 0 20 0 22 0 3270618 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272447257624 140272637156417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6400] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6400/stat : 6400 (java) S 6375 6378 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3270620 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272446207656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3270621 10060525568 50570 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.54 1.93 1.95 5/219 6401
/proc/meminfo: memFree=28263240/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=8.84 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 28140 0 1 0 857 27 0 0 20 0 22 0 3270575 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 156023 2290 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 62 0 0 0 5 3 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 44 0 0 0 2 3 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6378/task/6388/stat : 6388 (java) S 6375 6378 5767 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 3270576 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272469428648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6389] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6389/stat : 6389 (java) S 6375 6378 5767 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 3270577 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272457018088 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6390] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6390/stat : 6390 (java) S 6375 6378 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272455964152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6391] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6391/stat : 6391 (java) S 6375 6378 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272454911752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6392] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6392/stat : 6392 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272453860240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) S 6375 6378 5767 0 -1 4202560 10605 0 0 0 143 3 0 0 20 0 22 0 3270580 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272452806840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) S 6375 6378 5767 0 -1 4202560 12718 0 0 0 137 2 0 0 20 0 22 0 3270580 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272451754040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6398] ppid=6375 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/6378/task/6398/stat : 6398 (java) R 6375 6378 5767 0 -1 4202560 26 0 0 0 251 0 0 0 20 0 22 0 3270618 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272448311160 140272505888363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 236 0 0 0 244 6 0 0 20 0 22 0 3270618 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272447258592 140272504975480 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6400] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6400/stat : 6400 (java) S 6375 6378 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3270620 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272446207656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3270621 10060525568 156023 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 2.54 1.93 1.95 5/219 6401
/proc/meminfo: memFree=27445424/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=15.84 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 32879 0 1 0 1542 42 0 0 20 0 22 0 3270575 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 289588 2290 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 73 0 0 0 6 4 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 49 0 0 0 4 3 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 70 0 0 0 6 3 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 60 0 0 0 6 3 0 0 20 0 22 0 3270576 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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

[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) S 6375 6378 5767 0 -1 4202560 10605 0 0 0 148 3 0 0 20 0 22 0 3270580 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272452806840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) S 6375 6378 5767 0 -1 4202560 16114 0 0 0 183 3 0 0 20 0 22 0 3270580 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272451754040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6398] ppid=6375 vsize=9824732 CPUtime=5.73 cores=1,3,5,7
/proc/6378/task/6398/stat : 6398 (java) R 6375 6378 5767 0 -1 4202560 30 0 0 0 573 0 0 0 20 0 22 0 3270618 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272448309384 140272505888368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=5.71 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 935 0 0 0 557 14 0 0 20 0 22 0 3270618 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272447257408 140272505867163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6400] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6400/stat : 6400 (java) S 6375 6378 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3270620 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272446207656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3270621 10060525568 289588 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 9824732

[startup+7.20099 s]
/proc/loadavg: 2.65 1.96 1.96 5/219 6401
/proc/meminfo: memFree=27445184/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=17.72 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 33123 0 1 0 1727 45 0 0 20 0 22 0 3270575 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 298986 2290 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 63 0 0 0 5 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 82 0 0 0 8 4 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 116 0 0 0 7 4 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 109 0 0 0 8 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 105 0 0 0 7 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6388/stat : 6388 (java) S 6375 6378 5767 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272469428648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6389] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6389/stat : 6389 (java) S 6375 6378 5767 0 -1 4202560 961 0 0 0 0 0 0 0 20 0 22 0 3270577 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272457018088 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6390] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6390/stat : 6390 (java) S 6375 6378 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272455964152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6391] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6391/stat : 6391 (java) S 6375 6378 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272454911752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6392] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6392/stat : 6392 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272453860240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) S 6375 6378 5767 0 -1 4202560 10605 0 0 0 148 3 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272452806840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) S 6375 6378 5767 0 -1 4202560 16114 0 0 0 183 3 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272451754040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6398] ppid=6375 vsize=9824732 CPUtime=6.49 cores=1,3,5,7
/proc/6378/task/6398/stat : 6398 (java) R 6375 6378 5767 0 -1 4202560 31 0 0 0 649 0 0 0 20 0 22 0 3270618 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272448312496 140272506307766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=6.46 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 935 0 0 0 632 14 0 0 20 0 22 0 3270618 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272447257888 140272505624844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6400] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6400/stat : 6400 (java) S 6375 6378 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3270620 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272446207656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3270621 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.72
Current children cumulated vsize (KiB) 9824732

[startup+8.00094 s]
/proc/loadavg: 2.65 1.96 1.96 5/219 6401
/proc/meminfo: memFree=27407140/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=19.31 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 33124 0 1 0 1886 45 0 0 20 0 22 0 3270575 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 298986 2290 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 63 0 0 0 5 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 82 0 0 0 8 4 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 116 0 0 0 7 4 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 109 0 0 0 8 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 105 0 0 0 7 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6388/stat : 6388 (java) S 6375 6378 5767 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 22 0 3270576 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272469428648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6389] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6389/stat : 6389 (java) S 6375 6378 5767 0 -1 4202560 961 0 0 0 0 0 0 0 20 0 22 0 3270577 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272457018088 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6390] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6390/stat : 6390 (java) S 6375 6378 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272455964152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6391] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6391/stat : 6391 (java) S 6375 6378 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3270578 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272454911752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6392] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6392/stat : 6392 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272453860240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) S 6375 6378 5767 0 -1 4202560 10605 0 0 0 148 3 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272452806840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) S 6375 6378 5767 0 -1 4202560 16114 0 0 0 183 3 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272451754040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3270580 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6398] ppid=6375 vsize=9824732 CPUtime=7.28 cores=1,3,5,7
/proc/6378/task/6398/stat : 6398 (java) R 6375 6378 5767 0 -1 4202560 32 0 0 0 728 0 0 0 20 0 22 0 3270618 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272448312520 140272505415274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=7.26 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 935 0 0 0 712 14 0 0 20 0 22 0 3270618 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272447257232 140272505252293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6400] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6400/stat : 6400 (java) S 6375 6378 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3270620 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272446207656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3270621 10060525568 298986 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.31
Current children cumulated vsize (KiB) 9824732

[startup+8.40086 s]
/proc/loadavg: 2.65 1.96 1.96 5/219 6401
/proc/meminfo: memFree=27407140/32872528 swapFree=248296/248296
[pid=6378] ppid=6375 vsize=9824732 CPUtime=20.19 cores=1,3,5,7
/proc/6378/stat : 6378 (java) S 6375 6378 5767 0 -1 4202496 33126 0 1 0 1973 46 0 0 20 0 20 0 3270575 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140735170668368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2456183 298980 2291 9 0 2446860 0
[pid=6378/tid=6379] ppid=6375 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (java) S 6375 6378 5767 0 -1 4202560 2531 0 1 0 39 2 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272632890232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6381] ppid=6375 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (java) S 6375 6378 5767 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272476797736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6382] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6382/stat : 6382 (java) S 6375 6378 5767 0 -1 4202560 63 0 0 0 5 3 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272475744936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6383] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6383/stat : 6383 (java) S 6375 6378 5767 0 -1 4202560 82 0 0 0 8 4 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272474692648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6378/tid=6384] ppid=6375 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6378/task/6384/stat : 6384 (java) S 6375 6378 5767 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272473639848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6385] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6385/stat : 6385 (java) S 6375 6378 5767 0 -1 4202560 116 0 0 0 7 4 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272472586536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6386] ppid=6375 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6378/task/6386/stat : 6386 (java) S 6375 6378 5767 0 -1 4202560 109 0 0 0 8 3 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272471533736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6387] ppid=6375 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/6378/task/6387/stat : 6387 (java) S 6375 6378 5767 0 -1 4202560 105 0 0 0 7 3 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272470481448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6388] ppid=6375 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6388/stat : 6388 (java) S 6375 6378 5767 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 20 0 3270576 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272469428648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6389] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6389/stat : 6389 (java) S 6375 6378 5767 0 -1 4202560 961 0 0 0 0 0 0 0 20 0 20 0 3270577 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272457018088 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6390] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6390/stat : 6390 (java) S 6375 6378 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 3270578 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272455964152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6391] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6391/stat : 6391 (java) S 6375 6378 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 3270578 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272454911752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6392] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6392/stat : 6392 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 3270580 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272453860240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6393] ppid=6375 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/6378/task/6393/stat : 6393 (java) R 6375 6378 5767 0 -1 4202560 10605 0 0 0 155 3 0 0 20 0 20 0 3270580 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272452806720 140272640255528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6378/tid=6394] ppid=6375 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/6378/task/6394/stat : 6394 (java) S 6375 6378 5767 0 -1 4202560 16114 0 0 0 187 3 0 0 20 0 20 0 3270580 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272451754040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6395] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6395/stat : 6395 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 3270580 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272450701944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6378/tid=6396] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6396/stat : 6396 (java) S 6375 6378 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 3270580 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272449649352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6399] ppid=6375 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/6378/task/6399/stat : 6399 (java) R 6375 6378 5767 0 -1 4202560 935 0 0 0 751 14 0 0 20 0 20 0 3270618 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272447257232 140272505867086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6378/tid=6401] ppid=6375 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6401/stat : 6401 (java) S 6375 6378 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 3270621 10060525568 298980 33554432000 1073741824 1073778376 140735170677232 140272445154856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.19
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 8.47113
CPU time (s): 20.3419
CPU user time (s): 19.717
CPU system time (s): 0.624905
CPU usage (%): 240.132
Max. virtual memory (cumulated for all children) (KiB): 9825008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.717
system time used= 0.624905
maximum resident set size= 1195952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 763
involuntary context switches= 637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043993 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 19:36:42
IDJOB=4088820
IDBENCH=107318
IDSOLVER=2543
FILE ID=node103/4088820-1466012202
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity4houseP064.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088820-1466012202/watcher-4088820-1466012202 -o /tmp/evaluation-result-4088820-1466012202/solver-4088820-1466012202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088820-1466012202.opb

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

MD5SUM BENCH= 36dad230568f281765e6f2b6e3ee77c2
RANDOM SEED=1603978707

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28610772 kB
Buffers:          122200 kB
Cached:           341716 kB
SwapCached:            0 kB
Active:          2958336 kB
Inactive:         319592 kB
Active(anon):    2816716 kB
Inactive(anon):        0 kB
Active(file):     141620 kB
Inactive(file):   319592 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:       3089012 kB
Mapped:            21436 kB
Shmem:               204 kB
Slab:             574516 kB
SReclaimable:      17948 kB
SUnreclaim:       556568 kB
KernelStack:        1584 kB
PageTables:        10300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3497820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2783232 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= 71736 MiB
End job on node103 at 2016-06-15 19:36:50