Trace number 4098266

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 73.4028 71.5801

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_8.opb
MD5SUM25cc42be48aa98d39cfe5a501399a316
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 benchmark1.00585
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints7804
Number of constraints which are clauses7800
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint40
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 48
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4098266-1466120046.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.307s.
0.70/0.41	c declared #vars     1640
0.70/0.41	c #constraints  7808
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4680
0.70/0.41	c org.sat4j.specs.Constr$1 => 3
0.70/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3120
0.70/0.41	c 7808 constraints processed.
1.78/1.26	c cleaning 2499 clauses out of 5000 with flag 21203/5000
2.54/1.98	c cleaning 4248 clauses out of 8502 with flag 43430/11001
3.59/2.91	c cleaning 5626 clauses out of 11255 with flag 73442/18002
4.69/4.04	c cleaning 6811 clauses out of 13627 with flag 108155/26000
5.91/5.28	c cleaning 7905 clauses out of 15816 with flag 147887/35000
7.21/6.56	c cleaning 8955 clauses out of 17912 with flag 187782/45001
8.73/8.10	c cleaning 9976 clauses out of 19956 with flag 233212/56000
10.87/9.84	c cleaning 10989 clauses out of 21980 with flag 284044/68000
12.68/11.68	c cleaning 11992 clauses out of 23990 with flag 336786/81000
14.78/13.71	c cleaning 12991 clauses out of 25998 with flag 393820/95000
17.14/16.01	c cleaning 13999 clauses out of 28007 with flag 456524/110001
19.76/18.32	c cleaning 14998 clauses out of 30009 with flag 523157/126003
22.44/20.77	c cleaning 16000 clauses out of 32008 with flag 592517/143000
25.04/23.35	c cleaning 17003 clauses out of 34008 with flag 665296/161001
27.54/25.89	c cleaning 17997 clauses out of 36006 with flag 742635/180002
30.65/28.97	c cleaning 19001 clauses out of 38007 with flag 827889/200001
34.05/32.37	c cleaning 20001 clauses out of 40004 with flag 918055/221002
37.45/35.70	c cleaning 20998 clauses out of 42004 with flag 1009570/243003
41.04/39.33	c cleaning 21990 clauses out of 44003 with flag 1108602/266000
44.67/42.98	c cleaning 23005 clauses out of 46013 with flag 1209893/290000
48.16/46.40	c cleaning 23998 clauses out of 48009 with flag 1311417/315001
51.86/50.18	c cleaning 24996 clauses out of 50010 with flag 1419178/341001
55.86/54.17	c cleaning 25998 clauses out of 52012 with flag 1530479/368000
59.96/58.29	c cleaning 27007 clauses out of 54013 with flag 1643092/396000
64.26/62.58	c cleaning 27988 clauses out of 56005 with flag 1763309/425000
68.66/66.98	c cleaning 29002 clauses out of 58016 with flag 1888567/455001
73.26/71.55	c starts		: 597
73.26/71.55	c conflicts		: 485362
73.26/71.55	c decisions		: 1128987
73.26/71.55	c propagations		: 38389876
73.26/71.55	c inspects		: 901389442
73.26/71.55	c shortcuts		: 0
73.26/71.55	c learnt literals	: 26
73.26/71.55	c learnt binary clauses	: 29
73.26/71.55	c learnt ternary clauses	: 29
73.26/71.55	c learnt constraints	: 485335
73.26/71.55	c ignored constraints	: 0
73.26/71.55	c root simplifications	: 0
73.26/71.55	c removed literals (reason simplification)	: 0
73.26/71.55	c reason swapping (by a shorter reason)	: 0
73.26/71.55	c Calls to reduceDB	: 26
73.26/71.55	c Number of update (reduction) of LBD	: 153015
73.26/71.55	c Imported unit clauses	: 0
73.26/71.55	c number of reductions to clauses (during analyze)	: 0
73.26/71.55	c number of learned constraints concerned by reduction	: 0
73.26/71.55	c number of learning phase by resolution	: 0
73.26/71.55	c number of learning phase by cutting planes	: 0
73.26/71.55	c speed (assignments/second)	: 539737.03375652
73.26/71.55	c non guided choices	1171
73.26/71.57	c learnt constraints type 
73.26/71.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 29
73.26/71.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59333
73.26/71.57	s UNSATISFIABLE
73.26/71.57	c Total wall clock time (in seconds): 71.465

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-4098266-1466120046/watcher-4098266-1466120046 -o /tmp/evaluation-result-4098266-1466120046/solver-4098266-1466120046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11903 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098266-1466120046.opb 

pid=13945
running on 4 cores: 0,2,4,6

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.25 2.22 2.19 3/194 13948
/proc/meminfo: memFree=30388016/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 14053190 98570240 976 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 24065 976 743 9 0 16771 0
[pid=13948/tid=13949] ppid=13945 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 14053190 98570240 976 33554432000 1073741824 1073778376 140737409851488 139870780669480 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.25 2.22 2.19 3/194 13948
/proc/meminfo: memFree=30388016/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 14053190 9787879424 5601 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2389619 5601 2140 9 0 2380296 0
[pid=13948/tid=13949] ppid=13945 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 14053190 9787879424 5601 33554432000 1073741824 1073778376 140737409851488 139870780672928 139870788571964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.25 2.22 2.19 3/194 13948
/proc/meminfo: memFree=30388016/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 5031 0 1 0 28 1 0 0 20 0 18 0 14053190 9787879424 6999 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2389619 6999 2216 9 0 2380296 0
[pid=13948/tid=13949] ppid=13945 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2448 0 1 0 18 0 0 0 20 0 18 0 14053190 9787879424 6999 33554432000 1073741824 1073778376 140737409851488 139870780672928 139870653323350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300342 s]
/proc/loadavg: 2.25 2.22 2.19 3/194 13948
/proc/meminfo: memFree=30388016/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 7083 0 1 0 54 2 0 0 20 0 18 0 14053190 9787879424 10231 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2389619 10231 2233 9 0 2380296 0
[pid=13948/tid=13949] ppid=13945 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2452 0 1 0 26 2 0 0 20 0 18 0 14053190 9787879424 10231 33554432000 1073741824 1073778376 140737409851488 139870780672928 139870653298471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700256 s]
/proc/loadavg: 2.25 2.22 2.19 3/194 13948
/proc/meminfo: memFree=30388016/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 7928 0 1 0 119 2 0 0 20 0 19 0 14053190 9856040960 17578 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 17578 2256 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2480 0 1 0 66 2 0 0 20 0 19 0 14053190 9856040960 17578 33554432000 1073741824 1073778376 140737409851488 139870780674688 139870653857033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.25 2.22 2.19 3/213 13967
/proc/meminfo: memFree=30323584/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 8512 0 1 0 209 2 0 0 20 0 19 0 14053190 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 18102 2267 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2482 0 1 0 146 2 0 0 20 0 19 0 14053190 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870780674488 139870653845075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 1905 0 0 0 31 0 0 0 20 0 19 0 14053195 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 29 0 0 0 20 0 19 0 14053195 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 18102 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.23 2.22 2.19 3/213 13967
/proc/meminfo: memFree=30321288/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 9345 0 1 0 377 3 0 0 20 0 19 0 14053190 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 19126 2267 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2486 0 1 0 306 2 0 0 20 0 19 0 14053190 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870780674456 139870653856667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 2734 0 0 0 37 0 0 0 20 0 19 0 14053195 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 30 0 0 0 20 0 19 0 14053195 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 19126 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.23 2.22 2.19 3/213 13967
/proc/meminfo: memFree=30314436/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 9350 0 1 0 698 3 0 0 20 0 19 0 14053190 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 20647 2268 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2490 0 1 0 625 2 0 0 20 0 19 0 14053190 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870780674360 139870653844530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 2734 0 0 0 38 0 0 0 20 0 19 0 14053195 9856040960 20647 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.32 cores=0,2,4,6

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

[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 16478 0 0 0 135 2 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 35 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 72.16
Current children cumulated vsize (KiB) 9625040

[startup+71.2008 s]
/proc/loadavg: 2.25 2.23 2.19 4/213 13969
/proc/meminfo: memFree=30159976/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=72.96 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 23185 0 1 0 7288 8 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 46615 2282 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=71.15 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2536 0 1 0 7110 5 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870780665536 139870653844268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 16478 0 0 0 135 2 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 35 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 72.96
Current children cumulated vsize (KiB) 9625040

[startup+71.4008 s]
/proc/loadavg: 2.25 2.23 2.19 4/213 13969
/proc/meminfo: memFree=30159976/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=73.16 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 23185 0 1 0 7308 8 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 46615 2282 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=71.35 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2536 0 1 0 7130 5 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870780665536 139870653857033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 16478 0 0 0 135 2 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 35 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 73.16
Current children cumulated vsize (KiB) 9625040

[startup+71.5008 s]
/proc/loadavg: 2.31 2.24 2.19 4/213 13969
/proc/meminfo: memFree=30160092/32872528 swapFree=1243920/1391088
[pid=13948] ppid=13945 vsize=9625040 CPUtime=73.26 cores=0,2,4,6
/proc/13948/stat : 13948 (java) S 13945 13948 7556 0 -1 4202496 23185 0 1 0 7318 8 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 140737409842624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13948/statm: 2406260 46615 2282 9 0 2396937 0
[pid=13948/tid=13949] ppid=13945 vsize=9625040 CPUtime=71.46 cores=0,2,4,6
/proc/13948/task/13949/stat : 13949 (java) R 13945 13948 7556 0 -1 4202560 2536 0 1 0 7141 5 0 0 20 0 19 0 14053190 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870780665536 139870653792842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13948/tid=13951] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13951/stat : 13951 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870624676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13952] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13952/stat : 13952 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870623623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13953] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13953/stat : 13953 (java) S 13945 13948 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870622570792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13954] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13954/stat : 13954 (java) S 13945 13948 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870621517992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13955] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13955/stat : 13955 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870620466216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13956] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13956/stat : 13956 (java) S 13945 13948 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870619413416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13948/tid=13957] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13957/stat : 13957 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870618360616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13958] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13958/stat : 13958 (java) S 13945 13948 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14053191 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870617307816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13959] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13959/stat : 13959 (java) S 13945 13948 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870604896744 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13960] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13960/stat : 13960 (java) S 13945 13948 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870603842808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13961] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13961/stat : 13961 (java) S 13945 13948 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14053192 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870602789896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13962] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13962/stat : 13962 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870601738384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13963] ppid=13945 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/13948/task/13963/stat : 13963 (java) S 13945 13948 7556 0 -1 4202560 16478 0 0 0 135 2 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870600686520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13964] ppid=13945 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/13948/task/13964/stat : 13964 (java) S 13945 13948 7556 0 -1 4202560 2853 0 0 0 35 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870599633720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13965] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13965/stat : 13965 (java) S 13945 13948 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870598581112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13948/tid=13966] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13966/stat : 13966 (java) S 13945 13948 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14053195 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870597528520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13948/tid=13967] ppid=13945 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13948/task/13967/stat : 13967 (java) S 13945 13948 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14053232 9856040960 46615 33554432000 1073741824 1073778376 140737409851488 139870596474024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 73.26
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 71.5801
CPU time (s): 73.4028
CPU user time (s): 73.2599
CPU system time (s): 0.142978
CPU usage (%): 102.546
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.2599
system time used= 0.142978
maximum resident set size= 186524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1840
involuntary context switches= 211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.291955 second user time and 0.303953 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-17 01:34:06
IDJOB=4098266
IDBENCH=107875
IDSOLVER=2546
FILE ID=node119/4098266-1466120046
RUNJOBID= node119-1466116222-11903
PBS_JOBID= 19904129
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098266-1466120046/watcher-4098266-1466120046 -o /tmp/evaluation-result-4098266-1466120046/solver-4098266-1466120046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11903 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098266-1466120046.opb

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

MD5SUM BENCH= 25cc42be48aa98d39cfe5a501399a316
RANDOM SEED=15718716

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.456
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.56
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.456
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:        30388560 kB
Buffers:           71208 kB
Cached:           118928 kB
SwapCached:         1048 kB
Active:           270340 kB
Inactive:         116792 kB
Active(anon):     197800 kB
Inactive(anon):     1560 kB
Active(file):      72540 kB
Inactive(file):   115232 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1060 kB
Writeback:             0 kB
AnonPages:       1588996 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             572520 kB
SReclaimable:      16248 kB
SUnreclaim:       556272 kB
KernelStack:        1608 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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= 71732 MiB
End job on node119 at 2016-06-17 01:35:17