Trace number 4085054

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1804.23 1790.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_mh.opb
MD5SUMfa15dfc7844dffcfc27adc27005c5c95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10689768
Best CPU time to get the best result obtained on this benchmark1801.72
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 360045909092
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 360045909092
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version PB16.v20160501
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4085054-1465324722.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
42.43/31.75	c ... done. Wall clock time 31.616s.
42.43/31.75	c declared #vars     2000400
42.43/31.75	c #constraints  4940614
42.43/31.75	c constraints type 
42.43/31.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.43/31.75	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.43/31.75	c org.sat4j.specs.Constr$1 => 3
42.43/31.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.43/31.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.43/31.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.43/31.75	c 4940614 constraints processed.
42.43/31.75	c objective function length is 1019800 literals
58.22/46.91	c SATISFIABLE
58.22/46.91	c OPTIMIZING...
58.22/46.91	c Got one! Elapsed wall clock time (in seconds):46.782
58.22/46.91	o 10636013
203.33/191.93	c cleaning 2511 clauses out of 5038 with flag 32967/5038
577.69/566.22	c cleaning 4255 clauses out of 8528 with flag 139226/11039
1283.93/1272.49	c cleaning 5600 clauses out of 11274 with flag 276354/18040

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-4085054-1465324722/watcher-4085054-1465324722 -o /tmp/evaluation-result-4085054-1465324722/solver-4085054-1465324722 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085054-1465324722.opb 

pid=24795
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.08 2.03 2.02 3/193 24798
/proc/meminfo: memFree=27137688/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/24798/stat : 24798 (java) D 24795 24798 27127 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 114408003 278528 33 33554432000 1073741824 1073778376 140734368743568 140734368740744 249640873255 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 68 33 25 9 0 25 0

[startup+0.100096 s]
/proc/loadavg: 2.08 2.03 2.02 3/193 24798
/proc/meminfo: memFree=27137688/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 3628 0 1 0 6 1 0 0 20 0 18 0 114408003 9787879424 4758 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 4779 1859 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200307 s]
/proc/loadavg: 2.08 2.03 2.02 3/193 24798
/proc/meminfo: memFree=27137688/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 5145 0 1 0 23 2 0 0 20 0 18 0 114408003 9787879424 17908 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 17908 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 2.08 2.03 2.02 3/193 24798
/proc/meminfo: memFree=27137688/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 5521 0 1 0 42 2 0 0 20 0 18 0 114408003 9787879424 20929 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 20929 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 2.08 2.03 2.02 3/193 24798
/proc/meminfo: memFree=27137688/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=0.95 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 5685 0 1 0 90 5 0 0 20 0 18 0 114408003 9787879424 52767 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 52767 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.08 2.03 2.02 3/212 24817
/proc/meminfo: memFree=26893136/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=1.87 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 6095 0 1 0 179 8 0 0 20 0 18 0 114408003 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 63369 2247 9 0 2380296 0
[pid=24798/tid=24800] ppid=24795 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) R 24795 24798 27127 0 -1 4202560 2463 0 1 0 133 3 0 0 20 0 18 0 114408005 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708338556800 140708179007683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) S 24795 24798 27127 0 -1 4202560 70 0 0 0 3 1 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708300056872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) S 24795 24798 27127 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708299004072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) S 24795 24798 27127 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708297951784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) S 24795 24798 27127 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708178553256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) S 24795 24798 27127 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708177500968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) S 24795 24798 27127 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708176448168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) S 24795 24798 27127 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708175395880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) S 24795 24798 27127 0 -1 4202560 73 0 0 0 4 0 0 0 20 0 18 0 114408006 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140708174343080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) S 24795 24798 27127 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 114408007 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707692013800 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707688855952 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 796 0 0 0 7 0 0 0 20 0 18 0 114408011 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 1039 0 0 0 8 0 0 0 20 0 18 0 114408011 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 63369 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9558476

[startup+3.10091 s]
/proc/loadavg: 2.08 2.03 2.02 6/212 24817
/proc/meminfo: memFree=26723092/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=4.26 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 8081 0 1 0 398 28 0 0 20 0 18 0 114408003 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 186040 2252 9 0 2380296 0
[pid=24798/tid=24800] ppid=24795 vsize=9558476 CPUtime=2.72 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) R 24795 24798 27127 0 -1 4202560 2798 0 1 0 263 9 0 0 20 0 18 0 114408005 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708338556880 140708346330209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) S 24795 24798 27127 0 -1 4202560 255 0 0 0 16 5 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708300056872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) S 24795 24798 27127 0 -1 4202560 67 0 0 0 8 2 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708299004072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) S 24795 24798 27127 0 -1 4202560 352 0 0 0 13 2 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708297951784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) S 24795 24798 27127 0 -1 4202560 61 0 0 0 9 1 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708178553256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) S 24795 24798 27127 0 -1 4202560 72 0 0 0 10 2 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708177500968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) S 24795 24798 27127 0 -1 4202560 92 0 0 0 15 3 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708176448168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) S 24795 24798 27127 0 -1 4202560 283 0 0 0 7 2 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708175395880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) S 24795 24798 27127 0 -1 4202560 148 0 0 0 14 3 0 0 20 0 18 0 114408006 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140708174343080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) S 24795 24798 27127 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 114408007 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707692013800 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707688855952 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 926 0 0 0 12 0 0 0 20 0 18 0 114408011 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 1281 0 0 0 15 0 0 0 20 0 18 0 114408011 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 186040 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9558476

[startup+6.30075 s]
/proc/loadavg: 2.15 2.04 2.03 3/212 24817
/proc/meminfo: memFree=25719160/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=10.24 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 17958 0 1 0 958 66 0 0 20 0 18 0 114408003 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 400562 2272 9 0 2380296 0
[pid=24798/tid=24800] ppid=24795 vsize=9558476 CPUtime=5.14 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) S 24795 24798 27127 0 -1 4202560 3506 0 1 0 497 17 0 0 20 0 18 0 114408005 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708338564552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) R 24795 24798 27127 0 -1 4202560 709 0 0 0 48 7 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708300056632 140708345461676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9558476 CPUtime=0.72 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) R 24795 24798 27127 0 -1 4202560 612 0 0 0 63 9 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708299004248 140708342322589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) R 24795 24798 27127 0 -1 4202560 490 0 0 0 46 5 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708297951664 140708345463890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) R 24795 24798 27127 0 -1 4202560 1034 0 0 0 30 5 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708178553016 140708345462382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) R 24795 24798 27127 0 -1 4202560 345 0 0 0 48 7 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708177501144 140708341036729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) R 24795 24798 27127 0 -1 4202560 603 0 0 0 42 5 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708176448344 140708341036729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) R 24795 24798 27127 0 -1 4202560 502 0 0 0 43 4 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708175396056 140708341036729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) R 24795 24798 27127 0 -1 4202560 394 0 0 0 50 7 0 0 20 0 18 0 114408006 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140708174343256 140708341036729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) S 24795 24798 27127 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 114408007 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707692012680 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114408008 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707688855952 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 3035 0 0 0 37 0 0 0 20 0 18 0 114408011 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 4440 0 0 0 40 2 0 0 20 0 18 0 114408011 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114408011 9787879424 400562 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.14 2.04 2.03 3/212 24817
/proc/meminfo: memFree=24370592/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9558476 CPUtime=19.46 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 22908 0 1 0 1847 99 0 0 20 0 18 0 114408003 9787879424 693304 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2389619 693304 2283 9 0 2380296 0

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

[pid=24798/tid=24803] ppid=24795 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) R 24795 24798 27127 0 -1 4202560 2819 0 0 0 185 14 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708297951960 140708341036787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) R 24795 24798 27127 0 -1 4202560 2753 0 0 0 157 14 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708178553432 140708341036737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) R 24795 24798 27127 0 -1 4202560 1204 0 0 0 169 15 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708177501144 140708342727297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) R 24795 24798 27127 0 -1 4202560 2748 0 0 0 155 14 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708176448344 140708345461626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) R 24795 24798 27127 0 -1 4202560 5000 0 0 0 150 14 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708175396056 140708342471927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) R 24795 24798 27127 0 -1 4202560 1850 0 0 0 170 16 0 0 20 0 19 0 114408006 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140708174342840 140708345074092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) S 24795 24798 27127 0 -1 4202560 2126 0 0 0 430 5 0 0 20 0 19 0 114408007 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707692012680 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707688854360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 3051 0 0 0 73 0 0 0 20 0 19 0 114408011 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 4460 0 0 0 93 2 0 0 20 0 19 0 114408011 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 114408011 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24818] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24818/stat : 24818 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114411205 9856040960 923976 33554432000 1073741824 1073778376 140736403058384 140707683591080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 9625040

[startup+1789.6 s]
/proc/loadavg: 2.17 2.10 2.03 8/213 24953
/proc/meminfo: memFree=26170640/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9625040 CPUtime=1802.68 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 36042 0 1 0 180067 201 0 0 20 0 19 0 114408003 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2406260 942925 2297 9 0 2396937 0
[pid=24798/tid=24800] ppid=24795 vsize=9625040 CPUtime=1780.51 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) S 24795 24798 27127 0 -1 4202560 3951 0 1 0 177982 69 0 0 20 0 19 0 114408005 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708338563576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) S 24795 24798 27127 0 -1 4202560 1568 0 0 0 174 17 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708300056872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) S 24795 24798 27127 0 -1 4202560 3083 0 0 0 200 20 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708299004072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) S 24795 24798 27127 0 -1 4202560 2827 0 0 0 189 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708297951784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) S 24795 24798 27127 0 -1 4202560 2762 0 0 0 163 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708178553256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) S 24795 24798 27127 0 -1 4202560 1214 0 0 0 174 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708177500968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) S 24795 24798 27127 0 -1 4202560 2759 0 0 0 160 15 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708176448168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) S 24795 24798 27127 0 -1 4202560 5013 0 0 0 155 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708175395880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) S 24795 24798 27127 0 -1 4202560 1859 0 0 0 182 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708174343080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9625040 CPUtime=5.02 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) R 24795 24798 27127 0 -1 4202560 2128 0 0 0 497 5 0 0 20 0 19 0 114408007 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707692012560 140708344691855 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707688854360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 3051 0 0 0 73 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 4460 0 0 0 93 2 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24818] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24818/stat : 24818 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114411205 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707683591080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1802.68
Current children cumulated vsize (KiB) 9625040

[startup+1790 s]
/proc/loadavg: 2.16 2.09 2.03 3/213 24953
/proc/meminfo: memFree=25963048/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9625040 CPUtime=1803.08 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 36042 0 1 0 180107 201 0 0 20 0 19 0 114408003 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2406260 942925 2297 9 0 2396937 0
[pid=24798/tid=24800] ppid=24795 vsize=9625040 CPUtime=1780.51 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) S 24795 24798 27127 0 -1 4202560 3951 0 1 0 177982 69 0 0 20 0 19 0 114408005 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708338563576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) S 24795 24798 27127 0 -1 4202560 1568 0 0 0 174 17 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708300056872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) S 24795 24798 27127 0 -1 4202560 3083 0 0 0 200 20 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708299004072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) S 24795 24798 27127 0 -1 4202560 2827 0 0 0 189 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708297951784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) S 24795 24798 27127 0 -1 4202560 2762 0 0 0 163 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708178553256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) S 24795 24798 27127 0 -1 4202560 1214 0 0 0 174 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708177500968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) S 24795 24798 27127 0 -1 4202560 2759 0 0 0 160 15 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708176448168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) S 24795 24798 27127 0 -1 4202560 5013 0 0 0 155 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708175395880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) S 24795 24798 27127 0 -1 4202560 1859 0 0 0 182 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708174343080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9625040 CPUtime=5.42 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) R 24795 24798 27127 0 -1 4202560 2128 0 0 0 537 5 0 0 20 0 19 0 114408007 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707692012560 140708340761148 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707688854360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 3051 0 0 0 73 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 4460 0 0 0 93 2 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24818] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24818/stat : 24818 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114411205 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707683591080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1803.08
Current children cumulated vsize (KiB) 9625040

[startup+1790.4 s]
/proc/loadavg: 2.16 2.09 2.03 3/213 24953
/proc/meminfo: memFree=25963048/32872528 swapFree=10608/190480
[pid=24798] ppid=24795 vsize=9625040 CPUtime=1803.48 cores=0,2,4,6
/proc/24798/stat : 24798 (java) S 24795 24798 27127 0 -1 4202496 36042 0 1 0 180147 201 0 0 20 0 19 0 114408003 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140736403049520 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24798/statm: 2406260 942925 2297 9 0 2396937 0
[pid=24798/tid=24800] ppid=24795 vsize=9625040 CPUtime=1780.51 cores=0,2,4,6
/proc/24798/task/24800/stat : 24800 (java) S 24795 24798 27127 0 -1 4202560 3951 0 1 0 177982 69 0 0 20 0 19 0 114408005 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708338563576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24801] ppid=24795 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/24798/task/24801/stat : 24801 (java) S 24795 24798 27127 0 -1 4202560 1568 0 0 0 174 17 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708300056872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24802] ppid=24795 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24798/task/24802/stat : 24802 (java) S 24795 24798 27127 0 -1 4202560 3083 0 0 0 200 20 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708299004072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24803] ppid=24795 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/24798/task/24803/stat : 24803 (java) S 24795 24798 27127 0 -1 4202560 2827 0 0 0 189 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708297951784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24798/tid=24804] ppid=24795 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/24798/task/24804/stat : 24804 (java) S 24795 24798 27127 0 -1 4202560 2762 0 0 0 163 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708178553256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24805] ppid=24795 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/24798/task/24805/stat : 24805 (java) S 24795 24798 27127 0 -1 4202560 1214 0 0 0 174 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708177500968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24806] ppid=24795 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/24798/task/24806/stat : 24806 (java) S 24795 24798 27127 0 -1 4202560 2759 0 0 0 160 15 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708176448168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24807] ppid=24795 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/24798/task/24807/stat : 24807 (java) S 24795 24798 27127 0 -1 4202560 5013 0 0 0 155 14 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708175395880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24808] ppid=24795 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24798/task/24808/stat : 24808 (java) S 24795 24798 27127 0 -1 4202560 1859 0 0 0 182 16 0 0 20 0 19 0 114408006 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140708174343080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24809] ppid=24795 vsize=9625040 CPUtime=5.82 cores=0,2,4,6
/proc/24798/task/24809/stat : 24809 (java) R 24795 24798 27127 0 -1 4202560 2128 0 0 0 577 5 0 0 20 0 19 0 114408007 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707692012560 140708342727066 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24810] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24810/stat : 24810 (java) S 24795 24798 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707690959864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24811] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24811/stat : 24811 (java) S 24795 24798 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114408008 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707689907464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24812] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24812/stat : 24812 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707688854360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24813] ppid=24795 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/24798/task/24813/stat : 24813 (java) S 24795 24798 27127 0 -1 4202560 3051 0 0 0 73 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707687803576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24814] ppid=24795 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24798/task/24814/stat : 24814 (java) S 24795 24798 27127 0 -1 4202560 4460 0 0 0 93 2 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707686750776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24815] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24815/stat : 24815 (java) S 24795 24798 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707685698680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24798/tid=24816] ppid=24795 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24798/task/24816/stat : 24816 (java) S 24795 24798 27127 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 114408011 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707684646088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24798/tid=24818] ppid=24795 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24798/task/24818/stat : 24818 (java) S 24795 24798 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114411205 9856040960 942925 33554432000 1073741824 1073778376 140736403058384 140707683591080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1803.48
Current children cumulated vsize (KiB) 9625040

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.42
CPU time (s): 1804.23
CPU user time (s): 1801.72
CPU system time (s): 2.51162
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.72
system time used= 2.51162
maximum resident set size= 3771700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36042
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42226
involuntary context switches= 19534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3144 second user time and 13.8629 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 20:38:47
IDJOB=4085054
IDBENCH=92650
IDSOLVER=2546
FILE ID=node102/4085054-1465324722
RUNJOBID= node102-1465312757-23537
PBS_JOBID= 19850416
Free space on /tmp= 71424 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085054-1465324722/watcher-4085054-1465324722 -o /tmp/evaluation-result-4085054-1465324722/solver-4085054-1465324722 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085054-1465324722.opb

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

MD5SUM BENCH= fa15dfc7844dffcfc27adc27005c5c95
RANDOM SEED=368936179

node102.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.470
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.94
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.470
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.470
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.470
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.56
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.470
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.56
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.470
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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        27138240 kB
Buffers:          190996 kB
Cached:          1097848 kB
SwapCached:         2712 kB
Active:          4046456 kB
Inactive:         721928 kB
Active(anon):    3479712 kB
Inactive(anon):     2284 kB
Active(file):     566744 kB
Inactive(file):   719644 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:            223028 kB
Writeback:             0 kB
AnonPages:       3668824 kB
Mapped:            16416 kB
Shmem:                 0 kB
Slab:             637232 kB
SReclaimable:      80284 kB
SUnreclaim:       556948 kB
KernelStack:        1560 kB
PageTables:        11432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4843000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3573760 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= 71508 MiB
End job on node102 at 2016-06-07 21:08:37