Trace number 4101037

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.81 1787.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scsd1.opb
MD5SUM171c173d92217c349c0d73c9a0572b78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved NO
Number of variables22800
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint600
Maximum length of a constraint1500
Number of terms in the objective function 22800
Biggest coefficient in the objective function 748
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 542722
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 24156
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 542722
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4101037-1466219996.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.73/0.47	c ... done. Wall clock time 0.351s.
0.73/0.47	c declared #vars     22800
0.73/0.47	c #constraints  154
0.73/0.47	c constraints type 
0.73/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 154
0.73/0.47	c 154 constraints processed.
0.73/0.47	c objective function length is 22800 literals
3.50/2.86	c cleaning 2496 clauses out of 5000 with flag 10006/5000
6.07/5.24	c cleaning 4248 clauses out of 8504 with flag 22006/11000
9.07/8.25	c cleaning 5638 clauses out of 11283 with flag 36061/18027
12.47/11.65	c cleaning 6806 clauses out of 13620 with flag 52012/26002
16.19/15.33	c cleaning 7904 clauses out of 15816 with flag 70016/35004
20.75/19.78	c cleaning 8953 clauses out of 17914 with flag 90020/45006
25.85/24.83	c cleaning 9974 clauses out of 19955 with flag 112008/56000
31.55/30.60	c cleaning 10987 clauses out of 21981 with flag 136009/68000
38.38/37.26	c cleaning 11991 clauses out of 23994 with flag 162009/81000
45.59/44.45	c cleaning 12977 clauses out of 26006 with flag 190015/95003
53.19/52.03	c cleaning 14007 clauses out of 28027 with flag 220012/110001
61.53/60.22	c cleaning 15005 clauses out of 30040 with flag 252053/126021
70.33/69.06	c cleaning 15992 clauses out of 32031 with flag 286046/143017
79.18/77.70	c cleaning 16971 clauses out of 34022 with flag 322012/161000
88.68/87.22	c cleaning 17992 clauses out of 36056 with flag 360023/180005
97.83/96.27	c cleaning 18994 clauses out of 38061 with flag 400019/200002
104.93/103.37	c cleaning 20024 clauses out of 40065 with flag 442016/221000
114.82/113.03	c cleaning 21017 clauses out of 42056 with flag 486047/243015
126.33/124.44	c cleaning 22004 clauses out of 44035 with flag 532041/266011
139.82/137.94	c cleaning 22977 clauses out of 46023 with flag 580027/290003
154.22/152.20	c cleaning 23993 clauses out of 48043 with flag 630022/315000
169.40/167.24	c cleaning 25024 clauses out of 50061 with flag 682044/341011
185.85/183.51	c cleaning 26003 clauses out of 52032 with flag 736035/368006
204.37/202.00	c cleaning 27018 clauses out of 54044 with flag 792066/396021
223.95/221.52	c cleaning 27995 clauses out of 56014 with flag 850042/425009
243.32/240.83	c cleaning 28987 clauses out of 58015 with flag 910034/455005
263.87/261.37	c cleaning 30002 clauses out of 60023 with flag 972024/486000
284.74/282.12	c cleaning 31002 clauses out of 62023 with flag 1036028/518002
305.69/302.97	c cleaning 32004 clauses out of 64023 with flag 1102032/551004
326.27/323.46	c cleaning 33004 clauses out of 66015 with flag 1170024/585000
354.74/351.81	c cleaning 33990 clauses out of 68011 with flag 1240026/620000
381.92/378.95	c cleaning 34990 clauses out of 70025 with flag 1312034/656004
409.03/405.93	c cleaning 36012 clauses out of 72032 with flag 1386028/693001
439.31/436.16	c cleaning 36995 clauses out of 74021 with flag 1462030/731002
465.38/462.10	c cleaning 37974 clauses out of 76026 with flag 1540030/770002
502.98/499.56	c cleaning 39012 clauses out of 78056 with flag 1620038/810006
543.85/540.36	c cleaning 39986 clauses out of 80038 with flag 1702028/851000
579.76/576.12	c cleaning 41003 clauses out of 82062 with flag 1786051/893010
611.17/607.33	c cleaning 41986 clauses out of 84052 with flag 1872039/936003
653.49/649.53	c cleaning 43006 clauses out of 86076 with flag 1960065/980013
699.36/695.24	c cleaning 44017 clauses out of 88058 with flag 2050042/1025001
737.61/733.36	c cleaning 44984 clauses out of 90051 with flag 2142062/1071011
769.13/764.75	c cleaning 46015 clauses out of 92056 with flag 2236132/1118000
802.25/797.78	c cleaning 47017 clauses out of 94046 with flag 2332144/1166005
839.21/834.56	c cleaning 47990 clauses out of 96028 with flag 2430143/1215004
881.19/876.32	c cleaning 49004 clauses out of 98035 with flag 2530138/1265001
925.74/920.62	c cleaning 50000 clauses out of 100039 with flag 2632154/1316009
969.78/964.47	c cleaning 50991 clauses out of 102034 with flag 2736144/1368004
1016.77/1011.04	c cleaning 51996 clauses out of 104043 with flag 2842144/1421004
1068.98/1062.92	c cleaning 53011 clauses out of 106044 with flag 2950138/1475001
1124.52/1118.11	c cleaning 54005 clauses out of 108032 with flag 3060136/1530000
1180.52/1173.77	c cleaning 55002 clauses out of 110030 with flag 3172147/1586003
1239.05/1231.99	c cleaning 56007 clauses out of 112025 with flag 3286149/1643000
1304.99/1297.46	c cleaning 57013 clauses out of 114038 with flag 3402196/1701020
1368.52/1360.39	c cleaning 57989 clauses out of 116006 with flag 3520162/1760001
1438.31/1429.40	c cleaning 59014 clauses out of 118041 with flag 3640214/1820025
1499.44/1489.91	c cleaning 59997 clauses out of 120003 with flag 3762168/1881001
1574.24/1564.05	c cleaning 60999 clauses out of 122007 with flag 3886179/1943002
1642.34/1631.59	c cleaning 61993 clauses out of 124017 with flag 4012205/2006011
1729.01/1717.43	c cleaning 63001 clauses out of 126020 with flag 4140203/2070007
1800.07/1787.80	c starts		: 2
1800.07/1787.80	c conflicts		: 2132815
1800.07/1787.80	c decisions		: 2158157
1800.07/1787.80	c propagations		: 26292305
1800.07/1787.80	c inspects		: 23844539595
1800.07/1787.80	c shortcuts		: 0
1800.07/1787.80	c learnt literals	: 0
1800.07/1787.80	c learnt binary clauses	: 0
1800.07/1787.80	c learnt ternary clauses	: 0
1800.07/1787.80	c learnt constraints	: 2132815
1800.07/1787.80	c ignored constraints	: 0
1800.07/1787.80	c root simplifications	: 0
1800.07/1787.80	c removed literals (reason simplification)	: 0
1800.07/1787.80	c reason swapping (by a shorter reason)	: 0
1800.07/1787.80	c Calls to reduceDB	: 60
1800.07/1787.80	c Number of update (reduction) of LBD	: 77
1800.07/1787.80	c Imported unit clauses	: 0
1800.07/1787.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1787.80	c number of learned constraints concerned by reduction	: 0
1800.07/1787.80	c number of learning phase by resolution	: 0
1800.07/1787.80	c number of learning phase by cutting planes	: 0
1800.07/1787.80	c speed (assignments/second)	: 14710.686496282367
1800.07/1787.80	c non guided choices	0
1800.07/1787.82	c timeout
1800.07/1787.83	c learnt constraints type 
1800.07/1787.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125828
1800.07/1787.83	s UNKNOWN
1800.07/1787.83	c Total wall clock time (in seconds): 1787.719

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-4101037-1466219996/watcher-4101037-1466219996 -o /tmp/evaluation-result-4101037-1466219996/solver-4101037-1466219996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101037-1466219996.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.20 2.18 4/194 18597
/proc/meminfo: memFree=29952940/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18597/stat : 18597 (java) D 18594 18597 15548 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 24046095 9515008 182 33554432000 1073741824 1073778376 140736713688752 140736713679784 229355896501 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/18597/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.25 2.20 2.18 4/194 18597
/proc/meminfo: memFree=29952940/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 4451 0 1 0 7 1 0 0 20 0 18 0 24046095 9787879424 5577 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2389619 5577 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.25 2.20 2.18 4/194 18597
/proc/meminfo: memFree=29952940/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 5047 0 1 0 27 1 0 0 20 0 18 0 24046095 9787879424 6522 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2389619 6522 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.25 2.20 2.18 4/194 18597
/proc/meminfo: memFree=29952940/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 6405 0 1 0 49 2 0 0 20 0 18 0 24046095 9787879424 10324 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2389619 10324 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 2.25 2.20 2.18 4/194 18597
/proc/meminfo: memFree=29952940/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 7234 0 1 0 119 3 0 0 20 0 19 0 24046095 9856040960 28959 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 28959 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.25 2.20 2.18 4/213 18616
/proc/meminfo: memFree=29838944/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 8632 0 1 0 217 3 0 0 20 0 19 0 24046095 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 31486 2261 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2508 0 1 0 143 3 0 0 20 0 19 0 24046096 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139641058490784 139640998930119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1765 0 0 0 31 0 0 0 20 0 19 0 24046101 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3087 0 0 0 39 0 0 0 20 0 19 0 24046101 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 31486 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10066 s]
/proc/loadavg: 2.31 2.22 2.19 4/213 18616
/proc/meminfo: memFree=29826532/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 8650 0 1 0 380 3 0 0 20 0 19 0 24046095 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 35591 2265 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2516 0 1 0 302 3 0 0 20 0 19 0 24046096 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139641058483936 139640998904061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1771 0 0 0 33 0 0 0 20 0 19 0 24046101 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3091 0 0 0 41 0 0 0 20 0 19 0 24046101 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 35591 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.31 2.22 2.19 4/214 18619
/proc/meminfo: memFree=29766344/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 8764 0 1 0 708 9 0 0 20 0 19 0 24046095 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 48420 2279 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2529 0 1 0 617 3 0 0 20 0 19 0 24046096 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139641058492880 139640998903996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 26 0 0 0 0 2 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24046097 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1774 0 0 0 35 0 0 0 20 0 19 0 24046101 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3095 0 0 0 43 0 0 0 20 0 19 0 24046101 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 48420 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040


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

[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1774 0 0 0 36 0 0 0 20 0 19 0 24046101 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3104 0 0 0 47 0 0 0 20 0 19 0 24046101 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 96 0 0 0 18 24 0 0 20 0 19 0 24046101 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 78168 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1673.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.25 2.19 3/213 18725
/proc/meminfo: memFree=29241292/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=1733.97 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 29822 0 1 0 173248 149 0 0 20 0 19 0 24046095 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 79097 2287 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=1713.13 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2891 0 1 0 171280 33 0 0 20 0 19 0 24046096 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139641058491616 139640999075056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 1661 0 0 0 178 15 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 2406 0 0 0 189 15 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 3022 0 0 0 186 13 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 2015 0 0 0 179 17 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 2146 0 0 0 184 15 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 2459 0 0 0 184 17 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 2148 0 0 0 181 16 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 2451 0 0 0 173 12 0 0 20 0 19 0 24046097 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 2386 0 0 0 415 5 0 0 20 0 19 0 24046098 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1774 0 0 0 36 0 0 0 20 0 19 0 24046101 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3104 0 0 0 47 0 0 0 20 0 19 0 24046101 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 100 0 0 0 18 25 0 0 20 0 19 0 24046101 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 79097 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.97
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.25 2.19 2/213 18726
/proc/meminfo: memFree=29254016/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=1794.53 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 30897 0 1 0 179299 154 0 0 20 0 19 0 24046095 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 86613 2287 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=1772.53 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2917 0 1 0 177220 33 0 0 20 0 19 0 24046096 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139641058491616 139640999075282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 1880 0 0 0 189 15 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 2412 0 0 0 200 15 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 3219 0 0 0 197 14 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 2232 0 0 0 190 18 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 2316 0 0 0 196 16 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 2467 0 0 0 194 18 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 2288 0 0 0 190 17 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 2452 0 0 0 181 12 0 0 20 0 19 0 24046097 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 2473 0 0 0 445 5 0 0 20 0 19 0 24046098 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1774 0 0 0 36 0 0 0 20 0 19 0 24046101 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3104 0 0 0 47 0 0 0 20 0 19 0 24046101 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 104 0 0 0 20 25 0 0 20 0 19 0 24046101 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 86613 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 18726
/proc/meminfo: memFree=29256000/32872528 swapFree=1370848/1518016
[pid=18597] ppid=18594 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/18597/stat : 18597 (java) S 18594 18597 15548 0 -1 4202496 30899 0 1 0 179853 154 0 0 20 0 19 0 24046095 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 140733286022512 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18597/statm: 2406260 86132 2287 9 0 2396937 0
[pid=18597/tid=18599] ppid=18594 vsize=9625040 CPUtime=1778.01 cores=0,2,4,6
/proc/18597/task/18599/stat : 18599 (java) R 18594 18597 15548 0 -1 4202560 2919 0 1 0 177767 34 0 0 20 0 19 0 24046096 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139641058491632 139640998930101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18600] ppid=18594 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/18597/task/18600/stat : 18600 (java) S 18594 18597 15548 0 -1 4202560 1880 0 0 0 190 15 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640901941672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18601] ppid=18594 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/18597/task/18601/stat : 18601 (java) S 18594 18597 15548 0 -1 4202560 2412 0 0 0 201 15 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640900889128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18602] ppid=18594 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/18597/task/18602/stat : 18602 (java) S 18594 18597 15548 0 -1 4202560 3219 0 0 0 198 14 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640899836072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18597/tid=18603] ppid=18594 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/18597/task/18603/stat : 18603 (java) S 18594 18597 15548 0 -1 4202560 2232 0 0 0 190 18 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640898783528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18604] ppid=18594 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/18597/task/18604/stat : 18604 (java) S 18594 18597 15548 0 -1 4202560 2316 0 0 0 196 16 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640897731496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18605] ppid=18594 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/18597/task/18605/stat : 18605 (java) S 18594 18597 15548 0 -1 4202560 2467 0 0 0 195 18 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640896678952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18597/tid=18606] ppid=18594 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/18597/task/18606/stat : 18606 (java) S 18594 18597 15548 0 -1 4202560 2288 0 0 0 191 17 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640895625896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18607] ppid=18594 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/18597/task/18607/stat : 18607 (java) S 18594 18597 15548 0 -1 4202560 2452 0 0 0 182 12 0 0 20 0 19 0 24046097 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640894573352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18608] ppid=18594 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/18597/task/18608/stat : 18608 (java) S 18594 18597 15548 0 -1 4202560 2473 0 0 0 445 5 0 0 20 0 19 0 24046098 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640882375016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18609] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18609/stat : 18609 (java) S 18594 18597 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640881321336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18610] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18610/stat : 18610 (java) S 18594 18597 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24046098 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640880268168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18611] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18611/stat : 18611 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640879216912 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18612] ppid=18594 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18597/task/18612/stat : 18612 (java) S 18594 18597 15548 0 -1 4202560 1774 0 0 0 36 0 0 0 20 0 19 0 24046101 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640878164792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18597/tid=18613] ppid=18594 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18597/task/18613/stat : 18613 (java) S 18594 18597 15548 0 -1 4202560 3104 0 0 0 47 0 0 0 20 0 19 0 24046101 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640877112248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18614] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18614/stat : 18614 (java) S 18594 18597 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24046101 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640876059384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18615] ppid=18594 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18597/task/18615/stat : 18615 (java) S 18594 18597 15548 0 -1 4202560 104 0 0 0 20 25 0 0 20 0 19 0 24046101 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640875007048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18597/tid=18616] ppid=18594 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18597/task/18616/stat : 18616 (java) S 18594 18597 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24046146 9856040960 86132 33554432000 1073741824 1073778376 140733286031376 139640873952296 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 18597 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.84
CPU time (s): 1800.81
CPU user time (s): 1798.77
CPU system time (s): 2.04169
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 2.04169
maximum resident set size= 671144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30946
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50228
involuntary context switches= 43272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6442 second user time and 11.6622 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 05:19:56
IDJOB=4101037
IDBENCH=1692
IDSOLVER=2546
FILE ID=node129/4101037-1466219996
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scsd1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101037-1466219996/watcher-4101037-1466219996 -o /tmp/evaluation-result-4101037-1466219996/solver-4101037-1466219996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101037-1466219996.opb

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

MD5SUM BENCH= 171c173d92217c349c0d73c9a0572b78
RANDOM SEED=2107011980

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29953220 kB
Buffers:           98328 kB
Cached:           106040 kB
SwapCached:         1944 kB
Active:           520536 kB
Inactive:         145520 kB
Active(anon):     462976 kB
Inactive(anon):     1076 kB
Active(file):      57560 kB
Inactive(file):   144444 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1664 kB
Writeback:             8 kB
AnonPages:       1980844 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             598856 kB
SReclaimable:      42708 kB
SUnreclaim:       556148 kB
KernelStack:        1608 kB
PageTables:         8304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2275128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node129 at 2016-06-18 05:49:44