Trace number 4085763

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) 1800.67 1796.64

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa1c8f87e33a217e9c288dbd99c4ff21b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2272
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188920
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188920
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085763-1465298366.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.28/5.39	c ... done. Wall clock time 5.276s.
7.28/5.39	c declared #vars     400896
7.64/5.52	c #constraints  402763
7.64/5.52	c constraints type 
7.64/5.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.64/5.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.64/5.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.64/5.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.64/5.52	c 402763 constraints processed.
7.64/5.52	c objective function length is 1605 literals
57.08/54.41	c cleaning 2499 clauses out of 5001 with flag 29051/5002
120.20/117.47	c cleaning 4245 clauses out of 8500 with flag 116098/11000
179.81/177.02	c cleaning 5626 clauses out of 11255 with flag 175980/18000
246.53/243.75	c cleaning 6816 clauses out of 13631 with flag 245647/26002
327.48/324.62	c cleaning 7674 clauses out of 15814 with flag 294753/35001
407.25/404.23	c cleaning 9032 clauses out of 18139 with flag 488704/45000
498.07/495.09	c cleaning 9619 clauses out of 20107 with flag 591662/56000
593.31/590.27	c cleaning 10512 clauses out of 22488 with flag 689222/68000
693.35/690.21	c cleaning 12479 clauses out of 24976 with flag 762562/81000
828.29/825.12	c cleaning 13072 clauses out of 26497 with flag 848423/95000
945.53/942.33	c cleaning 13523 clauses out of 28425 with flag 990856/110000
1073.35/1070.10	c cleaning 15374 clauses out of 30903 with flag 1122733/126001
1211.79/1208.59	c cleaning 16132 clauses out of 32529 with flag 1262205/143001
1348.14/1344.83	c cleaning 17198 clauses out of 34396 with flag 1422166/161000
1486.49/1483.18	c cleaning 18018 clauses out of 36198 with flag 1588548/180000
1646.02/1642.67	c cleaning 19080 clauses out of 38181 with flag 1685720/200001
1800.07/1796.60	c starts		: 1663
1800.07/1796.60	c conflicts		: 219048
1800.07/1796.60	c decisions		: 10226675
1800.07/1796.60	c propagations		: 5096539397
1800.07/1796.60	c inspects		: 2541414882
1800.07/1796.60	c shortcuts		: 0
1800.07/1796.60	c learnt literals	: 1
1800.07/1796.60	c learnt binary clauses	: 1286
1800.07/1796.60	c learnt ternary clauses	: 621
1800.07/1796.60	c learnt constraints	: 219046
1800.07/1796.60	c ignored constraints	: 0
1800.07/1796.60	c root simplifications	: 0
1800.07/1796.60	c removed literals (reason simplification)	: 0
1800.07/1796.60	c reason swapping (by a shorter reason)	: 0
1800.07/1796.60	c Calls to reduceDB	: 16
1800.07/1796.60	c Number of update (reduction) of LBD	: 72609
1800.07/1796.60	c Imported unit clauses	: 0
1800.07/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.60	c number of learned constraints concerned by reduction	: 0
1800.07/1796.60	c number of learning phase by resolution	: 0
1800.07/1796.60	c number of learning phase by cutting planes	: 0
1800.07/1796.60	c speed (assignments/second)	: 2845397.4855288663
1800.07/1796.60	c non guided choices	0
1800.07/1796.62	c timeout
1800.07/1796.62	c learnt constraints type 
1800.07/1796.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1286
1800.07/1796.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36862
1800.07/1796.62	s UNKNOWN
1800.07/1796.62	c Total wall clock time (in seconds): 1796.507

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-4085763-1465298366/watcher-4085763-1465298366 -o /tmp/evaluation-result-4085763-1465298366/solver-4085763-1465298366 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085763-1465298366.opb 

pid=32092
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.12 2.05 2.01 2/194 32095
/proc/meminfo: memFree=29075456/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32095/stat : 32095 (java) R 32092 32095 28803 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 111769909 9515008 185 33554432000 1073741824 1073778376 140734636034064 140734636023128 262953594151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.05 2.01 2/194 32095
/proc/meminfo: memFree=29075456/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 111769909 9787879424 6022 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.12 2.05 2.01 2/194 32095
/proc/meminfo: memFree=29075456/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 5172 0 1 0 26 2 0 0 20 0 18 0 111769909 9787879424 11111 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 11111 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 2.12 2.05 2.01 2/194 32095
/proc/meminfo: memFree=29075456/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 6079 0 1 0 49 2 0 0 20 0 18 0 111769909 9787879424 13048 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 13048 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700201 s]
/proc/loadavg: 2.12 2.05 2.01 2/194 32095
/proc/meminfo: memFree=29075456/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=1.16 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 7324 0 1 0 112 4 0 0 20 0 18 0 111769909 9787879424 44270 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 44270 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.12 2.05 2.01 3/212 32113
/proc/meminfo: memFree=28730532/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=2.24 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 8026 0 1 0 211 13 0 0 20 0 18 0 111769909 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 88331 2263 9 0 2380296 0
[pid=32095/tid=32097] ppid=32092 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) R 32092 32095 28803 0 -1 4202560 2518 0 1 0 129 5 0 0 20 0 18 0 111769910 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667610374096 262966142221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) S 32092 32095 28803 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667454290088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) S 32092 32095 28803 0 -1 4202560 135 0 0 0 4 1 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667452185000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) S 32092 32095 28803 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667451132456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) S 32092 32095 28803 0 -1 4202560 153 0 0 0 5 0 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667450079912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) S 32092 32095 28803 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667449027368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) S 32092 32095 28803 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) S 32092 32095 28803 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 111769911 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139667446922280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 111769912 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666964592744 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111769913 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111769913 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 2277 0 0 0 25 0 0 0 20 0 18 0 111769915 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 1205 0 0 0 19 0 0 0 20 0 18 0 111769915 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 88331 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9558476

[startup+3.10457 s]
/proc/loadavg: 2.12 2.05 2.01 3/212 32113
/proc/meminfo: memFree=28449028/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9558476 CPUtime=4.14 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 8802 0 1 0 388 26 0 0 20 0 18 0 111769909 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2389619 161558 2263 9 0 2380296 0
[pid=32095/tid=32097] ppid=32092 vsize=9558476 CPUtime=2.85 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) S 32092 32095 28803 0 -1 4202560 2808 0 1 0 276 9 0 0 20 0 18 0 111769910 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667610380808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) R 32092 32095 28803 0 -1 4202560 167 0 0 0 5 2 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667454290264 139667612853953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) R 32092 32095 28803 0 -1 4202560 145 0 0 0 6 1 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667452185000 139667613661084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) R 32092 32095 28803 0 -1 4202560 81 0 0 0 10 4 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667451132456 139667614139532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) R 32092 32095 28803 0 -1 4202560 177 0 0 0 7 2 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667450080088 139667616891264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) R 32092 32095 28803 0 -1 4202560 91 0 0 0 10 4 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667449027544 139667612942258 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) R 32092 32095 28803 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) R 32092 32095 28803 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 111769911 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139667446922280 139667613661084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 111769912 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666964591624 262966129724 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111769913 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111769913 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 2277 0 0 0 25 0 0 0 20 0 18 0 111769915 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 1205 0 0 0 19 0 0 0 20 0 18 0 111769915 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111769915 9787879424 161558 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9558476

[startup+6.30092 s]
/proc/loadavg: 2.11 2.05 2.01 4/213 32114
/proc/meminfo: memFree=26851612/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9625040 CPUtime=8.87 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 16994 0 1 0 820 67 0 0 20 0 19 0 111769909 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2406260 558492 2277 9 0 2396937 0
[pid=32095/tid=32097] ppid=32092 vsize=9625040 CPUtime=5.71 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) R 32092 32095 28803 0 -1 4202560 4333 0 1 0 541 30 0 0 20 0 19 0 111769910 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667610374280 139667455098314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) S 32092 32095 28803 0 -1 4202560 204 0 0 0 14 3 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667454290088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 117 0 0 0 16 4 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) S 32092 32095 28803 0 -1 4202560 438 0 0 0 21 4 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667452185000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) S 32092 32095 28803 0 -1 4202560 370 0 0 0 24 6 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667451132456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) S 32092 32095 28803 0 -1 4202560 233 0 0 0 21 5 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667450079912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) S 32092 32095 28803 0 -1 4202560 214 0 0 0 30 8 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667449027368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) S 32092 32095 28803 0 -1 4202560 423 0 0 0 18 4 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) S 32092 32095 28803 0 -1 4202560 411 0 0 0 15 4 0 0 20 0 19 0 111769911 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139667446922280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 111769912 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666964592744 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 4456 0 0 0 54 0 0 0 20 0 19 0 111769915 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 3270 0 0 0 49 0 0 0 20 0 19 0 111769915 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32114] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32114/stat : 32114 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111770455 9856040960 558492 33554432000 1073741824 1073778376 140734636034064 139666956170024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.10 2.05 2.01 3/212 32179
/proc/meminfo: memFree=28787008/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9625040 CPUtime=15.3 cores=1,3,5,7

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

[pid=32095/tid=32107] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 4468 0 0 0 63 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 3831 0 0 0 60 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 95 0 0 0 36 46 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32114] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32114/stat : 32114 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111770455 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666956170024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/213 32222
/proc/meminfo: memFree=26796476/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9625040 CPUtime=1725.74 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 17913 0 1 0 172451 123 0 0 20 0 19 0 111769909 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2406260 575391 2285 9 0 2396937 0
[pid=32095/tid=32097] ppid=32092 vsize=9625040 CPUtime=1721.71 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) R 32092 32095 28803 0 -1 4202560 4342 0 1 0 172106 65 0 0 20 0 19 0 111769910 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667610373824 139667455098173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) S 32092 32095 28803 0 -1 4202560 217 0 0 0 15 3 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667454290088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 144 0 0 0 21 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) S 32092 32095 28803 0 -1 4202560 445 0 0 0 22 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667452185000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) S 32092 32095 28803 0 -1 4202560 386 0 0 0 26 7 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667451132456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) S 32092 32095 28803 0 -1 4202560 238 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667450079912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) S 32092 32095 28803 0 -1 4202560 346 0 0 0 33 8 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667449027368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) S 32092 32095 28803 0 -1 4202560 453 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) S 32092 32095 28803 0 -1 4202560 416 0 0 0 16 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667446922280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 1269 0 0 0 3 0 0 0 20 0 19 0 111769912 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666964592744 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 4468 0 0 0 63 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 3831 0 0 0 60 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 99 0 0 0 37 48 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32114] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32114/stat : 32114 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111770455 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666956170024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.74
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/213 32224
/proc/meminfo: memFree=26795600/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9625040 CPUtime=1785.76 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 17917 0 1 0 178451 125 0 0 20 0 19 0 111769909 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2406260 575391 2285 9 0 2396937 0
[pid=32095/tid=32097] ppid=32092 vsize=9625040 CPUtime=1781.71 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) R 32092 32095 28803 0 -1 4202560 4342 0 1 0 178105 66 0 0 20 0 19 0 111769910 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667610373824 139667455152837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) S 32092 32095 28803 0 -1 4202560 217 0 0 0 15 3 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667454290088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 144 0 0 0 21 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) S 32092 32095 28803 0 -1 4202560 445 0 0 0 22 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667452185000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) S 32092 32095 28803 0 -1 4202560 386 0 0 0 26 7 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667451132456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) S 32092 32095 28803 0 -1 4202560 238 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667450079912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) S 32092 32095 28803 0 -1 4202560 346 0 0 0 33 8 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667449027368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) S 32092 32095 28803 0 -1 4202560 453 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) S 32092 32095 28803 0 -1 4202560 416 0 0 0 16 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667446922280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 1269 0 0 0 3 0 0 0 20 0 19 0 111769912 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666964592744 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 4468 0 0 0 63 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 3831 0 0 0 60 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 103 0 0 0 38 50 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32114] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32114/stat : 32114 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111770455 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666956170024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.09 2.08 2.02 3/213 32224
/proc/meminfo: memFree=26796096/32872528 swapFree=11320/319964
[pid=32095] ppid=32092 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/32095/stat : 32095 (java) S 32092 32095 28803 0 -1 4202496 17917 0 1 0 179881 126 0 0 20 0 19 0 111769909 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 140734636025200 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32095/statm: 2406260 575391 2285 9 0 2396937 0
[pid=32095/tid=32097] ppid=32092 vsize=9625040 CPUtime=1796.01 cores=1,3,5,7
/proc/32095/task/32097/stat : 32097 (java) R 32092 32095 28803 0 -1 4202560 4342 0 1 0 179534 67 0 0 20 0 19 0 111769910 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667610373824 139667455098221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32098] ppid=32092 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32095/task/32098/stat : 32098 (java) S 32092 32095 28803 0 -1 4202560 217 0 0 0 15 3 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667454290088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32099] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32099/stat : 32099 (java) S 32092 32095 28803 0 -1 4202560 144 0 0 0 21 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667453237544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32095/tid=32100] ppid=32092 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32095/task/32100/stat : 32100 (java) S 32092 32095 28803 0 -1 4202560 445 0 0 0 22 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667452185000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32101] ppid=32092 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/32095/task/32101/stat : 32101 (java) S 32092 32095 28803 0 -1 4202560 386 0 0 0 26 7 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667451132456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32102] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32102/stat : 32102 (java) S 32092 32095 28803 0 -1 4202560 238 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667450079912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32103] ppid=32092 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/32095/task/32103/stat : 32103 (java) S 32092 32095 28803 0 -1 4202560 346 0 0 0 33 8 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667449027368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32104] ppid=32092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32095/task/32104/stat : 32104 (java) S 32092 32095 28803 0 -1 4202560 453 0 0 0 23 5 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667447974824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32105] ppid=32092 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/32095/task/32105/stat : 32105 (java) S 32092 32095 28803 0 -1 4202560 416 0 0 0 16 4 0 0 20 0 19 0 111769911 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139667446922280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32106] ppid=32092 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/32095/task/32106/stat : 32106 (java) S 32092 32095 28803 0 -1 4202560 1269 0 0 0 3 0 0 0 20 0 19 0 111769912 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666964592744 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32107] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32107/stat : 32107 (java) S 32092 32095 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666963539064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32108] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32108/stat : 32108 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111769913 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666962486408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32109] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32109/stat : 32109 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666961435152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32110] ppid=32092 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/32095/task/32110/stat : 32110 (java) S 32092 32095 28803 0 -1 4202560 4468 0 0 0 63 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666960382520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32095/tid=32111] ppid=32092 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/32095/task/32111/stat : 32111 (java) S 32092 32095 28803 0 -1 4202560 3831 0 0 0 60 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666959329976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32112] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32112/stat : 32112 (java) S 32092 32095 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666958277624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32095/tid=32113] ppid=32092 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/32095/task/32113/stat : 32113 (java) S 32092 32095 28803 0 -1 4202560 103 0 0 0 38 50 0 0 20 0 19 0 111769915 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666957225288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32095/tid=32114] ppid=32092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32095/task/32114/stat : 32114 (java) S 32092 32095 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111770455 9856040960 575391 33554432000 1073741824 1073778376 140734636034064 139666956170024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32095 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.67
CPU user time (s): 1798.93
CPU system time (s): 1.74073
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.74073
maximum resident set size= 2301680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17954
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38342
involuntary context switches= 3428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.983 second user time and 11.9432 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 13:19:26
IDJOB=4085763
IDBENCH=90912
IDSOLVER=2546
FILE ID=node128/4085763-1465298366
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085763-1465298366/watcher-4085763-1465298366 -o /tmp/evaluation-result-4085763-1465298366/solver-4085763-1465298366 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085763-1465298366.opb

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

MD5SUM BENCH= a1c8f87e33a217e9c288dbd99c4ff21b
RANDOM SEED=684210520

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29075464 kB
Buffers:          131152 kB
Cached:           315416 kB
SwapCached:         1664 kB
Active:          2455424 kB
Inactive:         279576 kB
Active(anon):    2290420 kB
Inactive(anon):      588 kB
Active(file):     165004 kB
Inactive(file):   278988 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098520 kB
Dirty:             28152 kB
Writeback:             0 kB
AnonPages:       2610148 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             605432 kB
SReclaimable:      48480 kB
SUnreclaim:       556952 kB
KernelStack:        1584 kB
PageTables:         9448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3587756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2555904 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= 71692 MiB
End job on node128 at 2016-06-07 13:49:23