Trace number 4096208

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 Resolution PB16UNSAT 102.568 101.768

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_23.opb
MD5SUMeeaf9c87d8778ca82691db1f79f7fb24
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 benchmark36.3965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables812
Total number of constraints3813
Number of constraints which are clauses3808
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.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.00/0.09	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4096208-1466112990.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.48/0.31	c ... done. Wall clock time 0.192s.
0.48/0.31	c declared #vars     812
0.48/0.31	c #constraints  3817
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2268
0.48/0.31	c org.sat4j.specs.Constr$1 => 4
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.48/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1539
0.48/0.31	c 3817 constraints processed.
1.43/0.92	c cleaning 2497 clauses out of 5001 with flag 27320/5001
2.23/1.62	c cleaning 4251 clauses out of 8503 with flag 67836/11000
3.13/2.51	c cleaning 5626 clauses out of 11252 with flag 116464/18000
4.05/3.47	c cleaning 6812 clauses out of 13626 with flag 145690/26000
5.16/4.59	c cleaning 7907 clauses out of 15814 with flag 180927/35000
6.56/5.91	c cleaning 8952 clauses out of 17909 with flag 223693/45002
7.95/7.39	c cleaning 9978 clauses out of 19955 with flag 267044/56000
9.76/9.12	c cleaning 10991 clauses out of 21982 with flag 315815/68005
11.55/10.96	c cleaning 11993 clauses out of 23987 with flag 373089/81001
13.65/13.03	c cleaning 12993 clauses out of 25993 with flag 437880/95000
15.95/15.35	c cleaning 13996 clauses out of 28000 with flag 508191/110000
18.45/17.88	c cleaning 15002 clauses out of 30005 with flag 589027/126001
21.46/20.84	c cleaning 15998 clauses out of 32003 with flag 672218/143001
24.66/24.04	c cleaning 16999 clauses out of 34005 with flag 758316/161001
28.46/27.88	c cleaning 18003 clauses out of 36006 with flag 857576/180001
32.67/32.09	c cleaning 18999 clauses out of 38002 with flag 963860/200000
36.83/36.15	c cleaning 19998 clauses out of 40002 with flag 1053828/221000
41.13/40.49	c cleaning 20996 clauses out of 42004 with flag 1145614/243000
45.94/45.27	c cleaning 22005 clauses out of 44009 with flag 1241770/266001
51.23/50.56	c cleaning 23001 clauses out of 46004 with flag 1348940/290001
56.84/56.19	c cleaning 23995 clauses out of 48002 with flag 1470078/315000
63.33/62.62	c cleaning 25002 clauses out of 50008 with flag 1596289/341001
69.92/69.23	c cleaning 26000 clauses out of 52006 with flag 1731571/368002
77.33/76.64	c cleaning 26999 clauses out of 54004 with flag 1878127/396000
85.23/84.56	c cleaning 28002 clauses out of 56005 with flag 2039329/425001
94.24/93.53	c cleaning 28997 clauses out of 58001 with flag 2207243/455000
102.43/101.73	c starts		: 16
102.43/101.73	c conflicts		: 481647
102.43/101.73	c decisions		: 528518
102.43/101.73	c propagations		: 44346679
102.43/101.73	c inspects		: 1882138488
102.43/101.73	c shortcuts		: 0
102.43/101.73	c learnt literals	: 18
102.43/101.73	c learnt binary clauses	: 0
102.43/101.73	c learnt ternary clauses	: 13
102.43/101.73	c learnt constraints	: 481628
102.43/101.73	c ignored constraints	: 0
102.43/101.73	c root simplifications	: 0
102.43/101.73	c removed literals (reason simplification)	: 0
102.43/101.73	c reason swapping (by a shorter reason)	: 0
102.43/101.73	c Calls to reduceDB	: 26
102.43/101.73	c Number of update (reduction) of LBD	: 79562
102.43/101.73	c Imported unit clauses	: 0
102.43/101.73	c number of reductions to clauses (during analyze)	: 0
102.43/101.73	c number of learned constraints concerned by reduction	: 0
102.43/101.73	c number of learning phase by resolution	: 0
102.43/101.73	c number of learning phase by cutting planes	: 0
102.43/101.73	c speed (assignments/second)	: 437274.97633509507
102.43/101.73	c non guided choices	109
102.43/101.75	c learnt constraints type 
102.43/101.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55636
102.43/101.75	s UNSATISFIABLE
102.43/101.75	c Total wall clock time (in seconds): 101.632

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-4096208-1466112990/watcher-4096208-1466112990 -o /tmp/evaluation-result-4096208-1466112990/solver-4096208-1466112990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096208-1466112990.opb 

pid=26720
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.11 2.04 2.01 4/194 26723
/proc/meminfo: memFree=31750480/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/26723/stat : 26723 (java) D 26720 26723 23926 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 13348940 278528 33 33554432000 1073741824 1073778376 140735143166208 140735143163384 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/26723/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.11 2.04 2.01 4/194 26723
/proc/meminfo: memFree=31750480/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 13348940 9787879424 6012 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2389619 6012 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20024 s]
/proc/loadavg: 2.11 2.04 2.01 4/194 26723
/proc/meminfo: memFree=31750480/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 4940 0 1 0 24 1 0 0 20 0 18 0 13348940 9787879424 6957 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2389619 6957 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.11 2.04 2.01 4/194 26723
/proc/meminfo: memFree=31750480/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 5670 0 1 0 47 1 0 0 20 0 18 0 13348940 9787879424 8435 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2389619 8435 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 2.11 2.04 2.01 4/194 26723
/proc/meminfo: memFree=31750480/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 9306 0 1 0 118 3 0 0 20 0 19 0 13348940 9856040960 10900 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 10900 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50066 s]
/proc/loadavg: 2.11 2.04 2.01 4/213 26742
/proc/meminfo: memFree=31714316/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 10551 0 1 0 210 3 0 0 20 0 19 0 13348940 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 11423 2267 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2418 0 1 0 144 2 0 0 20 0 19 0 13348941 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364272447672 140364111976459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) R 26720 26723 23926 0 -1 4202560 3575 0 0 0 28 0 0 0 20 0 19 0 13348946 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363487479328 140364274995987 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) R 26720 26723 23926 0 -1 4202560 3281 0 0 0 34 0 0 0 20 0 19 0 13348946 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363486439608 140364276537921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 11423 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.11 2.04 2.01 3/213 26742
/proc/meminfo: memFree=31710220/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 10553 0 1 0 371 3 0 0 20 0 19 0 13348940 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 12447 2267 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2420 0 1 0 304 2 0 0 20 0 19 0 13348941 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364272447864 140364111977138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 3281 0 0 0 34 0 0 0 20 0 19 0 13348946 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 12447 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.10 2.04 2.01 3/213 26742
/proc/meminfo: memFree=31703964/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 10557 0 1 0 692 3 0 0 20 0 19 0 13348940 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 13472 2268 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2423 0 1 0 624 2 0 0 20 0 19 0 13348941 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364272438976 140364112018190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 3281 0 0 0 36 0 0 0 20 0 19 0 13348946 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 13472 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9625040


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

[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 5336 0 0 0 42 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 9625040

[startup+101.201 s]
/proc/loadavg: 2.19 2.08 2.02 3/213 26744
/proc/meminfo: memFree=31619596/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=101.94 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 12663 0 1 0 10188 6 0 0 20 0 19 0 13348940 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 34464 2268 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=101.17 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2466 0 1 0 10112 5 0 0 20 0 19 0 13348941 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364272438960 140364111976355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 5336 0 0 0 42 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 9625040

[startup+101.601 s]
/proc/loadavg: 2.19 2.08 2.02 3/213 26744
/proc/meminfo: memFree=31619596/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=102.33 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 12663 0 1 0 10227 6 0 0 20 0 19 0 13348940 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 34464 2268 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=101.56 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2466 0 1 0 10151 5 0 0 20 0 19 0 13348941 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364272438960 140364112018190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 5336 0 0 0 42 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 9625040

[startup+101.701 s]
/proc/loadavg: 2.19 2.08 2.02 3/213 26744
/proc/meminfo: memFree=31619596/32872528 swapFree=162364/176672
[pid=26723] ppid=26720 vsize=9625040 CPUtime=102.43 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 23926 0 -1 4202496 12663 0 1 0 10237 6 0 0 20 0 19 0 13348940 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140733491789888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26723/statm: 2406260 34464 2268 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=101.66 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 23926 0 -1 4202560 2466 0 1 0 10161 5 0 0 20 0 19 0 13348941 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364272438960 140364112065840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364233939624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364232887080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364231834536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364230781992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364111407272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364110354728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364109302184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13348942 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364108249640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140364096051816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363490649720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13348944 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363489597064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363488545808 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 23926 0 -1 4202560 3575 0 0 0 29 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363487492152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 23926 0 -1 4202560 5336 0 0 0 42 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363486439608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363485387256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 23926 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 19 0 13348946 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363484334920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13348972 9856040960 34464 33554432000 1073741824 1073778376 140733491798752 140363483280680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 101.768
CPU time (s): 102.568
CPU user time (s): 102.448
CPU system time (s): 0.119981
CPU usage (%): 100.787
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.448
system time used= 0.119981
maximum resident set size= 139968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12689
page faults= 1
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2440
involuntary context switches= 144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.581911 second user time and 0.738887 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 23:36:30
IDJOB=4096208
IDBENCH=107581
IDSOLVER=2546
FILE ID=node105/4096208-1466112990
RUNJOBID= node105-1466112850-26609
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_23.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096208-1466112990/watcher-4096208-1466112990 -o /tmp/evaluation-result-4096208-1466112990/solver-4096208-1466112990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096208-1466112990.opb

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

MD5SUM BENCH= eeaf9c87d8778ca82691db1f79f7fb24
RANDOM SEED=1905013781

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31750760 kB
Buffers:            2384 kB
Cached:            56320 kB
SwapCached:          584 kB
Active:           205880 kB
Inactive:          31068 kB
Active(anon):     177780 kB
Inactive(anon):     3208 kB
Active(file):      28100 kB
Inactive(file):    27860 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:        319968 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             567532 kB
SReclaimable:      11244 kB
SUnreclaim:       556288 kB
KernelStack:        1760 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71748 MiB
End job on node105 at 2016-06-16 23:38:12