Trace number 4084715

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 37 35.8584

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark7.12692
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084715-1465264671.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.22/0.29	c ... done. Wall clock time 0.179s.
0.22/0.29	c declared #vars     100
0.22/0.29	c internal #vars     1564
0.22/0.29	c #constraints  3081
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
0.22/0.29	c 3081 constraints processed.
1.16/0.71	c cleaning 2500 clauses out of 5000 with flag 17595/5000
1.81/1.10	c cleaning 4243 clauses out of 8500 with flag 43250/11001
2.30/1.66	c cleaning 5630 clauses out of 11259 with flag 72645/18003
2.91/2.27	c cleaning 6813 clauses out of 13626 with flag 104001/26001
3.62/2.95	c cleaning 7905 clauses out of 15816 with flag 138785/35005
4.52/3.81	c cleaning 8953 clauses out of 17906 with flag 183176/45000
5.53/4.80	c cleaning 9974 clauses out of 19953 with flag 236811/56001
6.67/5.93	c cleaning 10986 clauses out of 21978 with flag 309003/68000
8.26/7.11	c cleaning 11993 clauses out of 23991 with flag 372738/81000
9.47/8.35	c cleaning 12997 clauses out of 26000 with flag 446759/95002
10.89/9.79	c cleaning 13994 clauses out of 28000 with flag 522051/110001
12.30/11.13	c cleaning 15003 clauses out of 30010 with flag 591767/126005
13.89/12.72	c cleaning 16002 clauses out of 32006 with flag 679106/143005
15.69/14.54	c cleaning 16990 clauses out of 33998 with flag 762935/161001
17.59/16.40	c cleaning 17992 clauses out of 36008 with flag 847491/180001
19.59/18.44	c cleaning 18990 clauses out of 38014 with flag 942105/200000
21.89/20.71	c cleaning 20009 clauses out of 40025 with flag 1033892/221002
24.40/23.21	c cleaning 21003 clauses out of 42014 with flag 1128387/243003
27.10/25.91	c cleaning 21999 clauses out of 44006 with flag 1226470/266000
29.70/28.58	c cleaning 22998 clauses out of 46008 with flag 1319492/290003
32.90/31.76	c cleaning 23997 clauses out of 48002 with flag 1412688/315003
36.00/34.89	c cleaning 24985 clauses out of 49987 with flag 1500185/341001
37.00/35.82	c starts		: 912
37.00/35.82	c conflicts		: 351605
37.00/35.82	c decisions		: 761565
37.00/35.82	c propagations		: 19640074
37.00/35.82	c inspects		: 543953010
37.00/35.82	c shortcuts		: 0
37.00/35.82	c learnt literals	: 50
37.00/35.82	c learnt binary clauses	: 59
37.00/35.82	c learnt ternary clauses	: 15890
37.00/35.82	c learnt constraints	: 351554
37.00/35.82	c ignored constraints	: 0
37.00/35.82	c root simplifications	: 0
37.00/35.82	c removed literals (reason simplification)	: 0
37.00/35.82	c reason swapping (by a shorter reason)	: 0
37.00/35.82	c Calls to reduceDB	: 22
37.00/35.82	c Number of update (reduction) of LBD	: 144574
37.00/35.82	c Imported unit clauses	: 0
37.00/35.82	c number of reductions to clauses (during analyze)	: 0
37.00/35.82	c number of learned constraints concerned by reduction	: 0
37.00/35.82	c number of learning phase by resolution	: 0
37.00/35.82	c number of learning phase by cutting planes	: 0
37.00/35.82	c speed (assignments/second)	: 552836.626695941
37.00/35.82	c non guided choices	1481
37.00/35.84	c learnt constraints type 
37.00/35.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59
37.00/35.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35539
37.00/35.84	s UNSATISFIABLE
37.00/35.84	c Total wall clock time (in seconds): 35.726

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-4084715-1465264671/watcher-4084715-1465264671 -o /tmp/evaluation-result-4084715-1465264671/solver-4084715-1465264671 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084715-1465264671.opb 

pid=7625
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.55 2.34 2.28 3/194 7628
/proc/meminfo: memFree=29614476/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7628/stat : 7628 (java) R 7625 7628 5965 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 108400282 278528 34 33554432000 1073741824 1073778376 140734783496384 140733875733656 260181159093 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.55 2.34 2.28 3/194 7628
/proc/meminfo: memFree=29614476/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 4469 0 1 0 8 1 0 0 20 0 18 0 108400282 9787879424 5579 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.55 2.34 2.28 3/194 7628
/proc/meminfo: memFree=29614476/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 4676 0 1 0 21 1 0 0 20 0 18 0 108400282 9787879424 6243 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2389619 6243 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300254 s]
/proc/loadavg: 2.55 2.34 2.28 3/194 7628
/proc/meminfo: memFree=29614476/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 6161 0 1 0 42 1 0 0 20 0 18 0 108400282 9787879424 8856 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2389619 8856 2251 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.55 2.34 2.28 3/194 7628
/proc/meminfo: memFree=29614476/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 7852 0 1 0 114 2 0 0 20 0 19 0 108400282 9856040960 9776 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 9776 2269 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.55 2.34 2.28 3/213 7647
/proc/meminfo: memFree=29557172/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 16772 0 1 0 216 4 0 0 20 0 19 0 108400282 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 16710 2270 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2476 0 1 0 145 1 0 0 20 0 19 0 108400283 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124987023712 140124860051094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2569 0 0 0 31 0 0 0 20 0 19 0 108400288 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 10451 0 0 0 37 2 0 0 20 0 19 0 108400288 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 16710 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.55 2.34 2.28 3/213 7647
/proc/meminfo: memFree=29552712/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 16778 0 1 0 377 5 0 0 20 0 19 0 108400282 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 18248 2270 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2480 0 1 0 303 1 0 0 20 0 19 0 108400283 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124987023672 140124859997697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2569 0 0 0 31 0 0 0 20 0 19 0 108400288 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 10453 0 0 0 39 3 0 0 20 0 19 0 108400288 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 18248 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.50 2.33 2.28 3/213 7647
/proc/meminfo: memFree=29542300/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 17446 0 1 0 741 5 0 0 20 0 19 0 108400282 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 20421 2272 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2487 0 1 0 622 1 0 0 20 0 19 0 108400283 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124987020984 140124859983393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2572 0 0 0 34 0 0 0 20 0 19 0 108400288 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 11109 0 0 0 82 3 0 0 20 0 19 0 108400288 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 20421 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040


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

[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2572 0 0 0 34 0 0 0 20 0 19 0 108400288 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 11109 0 0 0 85 3 0 0 20 0 19 0 108400288 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 35781 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 34.8
Current children cumulated vsize (KiB) 9625040

[startup+35.2007 s]
/proc/loadavg: 2.36 2.31 2.28 2/189 7680
/proc/meminfo: memFree=30005980/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=36.4 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 17482 0 1 0 3634 6 0 0 20 0 19 0 108400282 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 36293 2272 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=35.06 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2521 0 1 0 3504 2 0 0 20 0 19 0 108400283 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124987023592 140124860051126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2572 0 0 0 34 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 11109 0 0 0 85 3 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 36.4
Current children cumulated vsize (KiB) 9625040

[startup+35.6008 s]
/proc/loadavg: 2.36 2.31 2.28 2/189 7680
/proc/meminfo: memFree=30005980/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=36.8 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 17482 0 1 0 3674 6 0 0 20 0 19 0 108400282 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 36293 2272 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=35.45 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2521 0 1 0 3543 2 0 0 20 0 19 0 108400283 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124987023592 140124860051094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2572 0 0 0 34 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 11109 0 0 0 85 3 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 36.8
Current children cumulated vsize (KiB) 9625040

[startup+35.8007 s]
/proc/loadavg: 2.36 2.31 2.28 2/189 7680
/proc/meminfo: memFree=30005980/32872528 swapFree=16360/1798728
[pid=7628] ppid=7625 vsize=9625040 CPUtime=37 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7625 7628 5965 0 -1 4202496 17482 0 1 0 3694 6 0 0 20 0 19 0 108400282 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140734783487520 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7628/statm: 2406260 36293 2272 9 0 2396937 0
[pid=7628/tid=7630] ppid=7625 vsize=9625040 CPUtime=35.65 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) R 7625 7628 5965 0 -1 4202560 2521 0 1 0 3563 2 0 0 20 0 19 0 108400283 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124987023592 140124859998720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7631] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124831083048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7632] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124830030248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7633] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124828977448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7634] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124827924648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7635] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124826872872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7636] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124825820072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7637] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124824767272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7628/tid=7638] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7625 7628 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108400284 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124823714472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7639] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7625 7628 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124811303400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7640] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7625 7628 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108400285 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124810249464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7641] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7625 7628 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108400286 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124809196552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7642] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124808145040 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7643] ppid=7625 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) S 7625 7628 5965 0 -1 4202560 2572 0 0 0 34 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124807093176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7628/tid=7644] ppid=7625 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) S 7625 7628 5965 0 -1 4202560 11109 0 0 0 85 3 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124806040376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7645] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) S 7625 7628 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124804987768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7628/tid=7646] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) S 7625 7628 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108400288 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124803935176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7628/tid=7647] ppid=7625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7647/stat : 7647 (java) S 7625 7628 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108400312 9856040960 36293 33554432000 1073741824 1073778376 140734783496384 140124802831528 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 37
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7628 and gives
#  childrusage.ru_utime.tv_sec=36
#  childrusage.ru_utime.tv_usec=895391
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=91986
# CPU time returned by wait4() is 36.9874
# while last known CPU time is 37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 35.8584
CPU time (s): 37
CPU user time (s): 36.94
CPU system time (s): 0.06
CPU usage (%): 103.184
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.8954
system time used= 0.091986
maximum resident set size= 147276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1097
involuntary context switches= 163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.197969 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 03:57:51
IDJOB=4084715
IDBENCH=48342
IDSOLVER=2546
FILE ID=node123/4084715-1465264671
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084715-1465264671/watcher-4084715-1465264671 -o /tmp/evaluation-result-4084715-1465264671/solver-4084715-1465264671 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084715-1465264671.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=440117216

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29614640 kB
Buffers:           89700 kB
Cached:           106292 kB
SwapCached:         1808 kB
Active:           589316 kB
Inactive:         135432 kB
Active(anon):     527488 kB
Inactive(anon):     3756 kB
Active(file):      61828 kB
Inactive(file):   131676 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       2328576 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             597560 kB
SReclaimable:      41412 kB
SUnreclaim:       556148 kB
KernelStack:        1584 kB
PageTables:         9340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2557972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2265088 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 node123 at 2016-06-07 03:58:27