Trace number 4108936

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.6 1797.45

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4108936-1466293276.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
7.14/5.90	c ... done. Wall clock time 5.782s.
7.14/5.90	c declared #vars     42127
7.14/5.90	c #constraints  975848
7.14/5.90	c constraints type 
7.14/5.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 672019
7.14/5.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 3063
7.14/5.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204985
7.14/5.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
7.14/5.90	c 975848 constraints processed.
15.26/13.53	c cleaning 2500 clauses out of 5000 with flag 162951/5000
20.95/18.79	c cleaning 4250 clauses out of 8500 with flag 385006/11000
24.65/22.47	c cleaning 5615 clauses out of 11250 with flag 618071/18000
34.76/32.56	c cleaning 6802 clauses out of 13635 with flag 818651/26000
44.88/42.70	c cleaning 7730 clauses out of 15833 with flag 1223931/35000
54.38/52.12	c cleaning 8961 clauses out of 18103 with flag 1561184/45000
62.58/60.39	c cleaning 9737 clauses out of 20142 with flag 1878879/56000
72.98/70.74	c cleaning 10997 clauses out of 22405 with flag 2186985/68000
85.18/82.92	c cleaning 12151 clauses out of 24408 with flag 2718534/81000
94.68/92.44	c cleaning 12700 clauses out of 26257 with flag 3026833/95000
105.28/103.03	c cleaning 14229 clauses out of 28557 with flag 3448789/110000
115.18/112.94	c cleaning 15156 clauses out of 30329 with flag 3643606/126001
123.18/120.92	c cleaning 16082 clauses out of 32173 with flag 3762382/143001
134.99/132.77	c cleaning 16908 clauses out of 34087 with flag 4066945/161000
151.00/148.76	c cleaning 18076 clauses out of 36179 with flag 4476734/180000
161.11/158.88	c cleaning 19023 clauses out of 38099 with flag 4611061/200000
174.72/172.49	c cleaning 19990 clauses out of 40068 with flag 4972911/221000
188.02/185.74	c cleaning 21004 clauses out of 42078 with flag 5160169/243000
199.52/197.24	c cleaning 22020 clauses out of 44074 with flag 5345089/266000
213.76/211.16	c cleaning 22997 clauses out of 46058 with flag 5562204/290004
230.05/227.49	c cleaning 24023 clauses out of 48057 with flag 5858456/315000
246.75/244.14	c cleaning 25016 clauses out of 50036 with flag 6163023/341002
264.96/262.32	c cleaning 26008 clauses out of 52025 with flag 6502193/368007
282.55/279.99	c cleaning 27004 clauses out of 54012 with flag 6866037/396002
301.95/299.39	c cleaning 28001 clauses out of 56006 with flag 7223257/425000
322.55/319.93	c cleaning 28997 clauses out of 58005 with flag 7579150/455000
345.04/342.42	c cleaning 29998 clauses out of 60008 with flag 7960347/486000
364.83/362.21	c cleaning 31002 clauses out of 62010 with flag 8316012/518000
385.04/382.46	c cleaning 32001 clauses out of 64009 with flag 8836791/551001
400.73/398.17	c cleaning 32994 clauses out of 66007 with flag 9922216/585000
425.13/422.54	c cleaning 34005 clauses out of 68020 with flag 10282307/620007
447.63/445.04	c cleaning 34999 clauses out of 70011 with flag 10675725/656003
472.43/469.88	c cleaning 35994 clauses out of 72009 with flag 11089234/693000
494.52/491.97	c cleaning 36986 clauses out of 74018 with flag 11493526/731003
518.11/515.56	c cleaning 37996 clauses out of 76029 with flag 11874825/770000
545.41/542.85	c cleaning 38999 clauses out of 78034 with flag 12310122/810001
572.00/569.43	c cleaning 40001 clauses out of 80035 with flag 12719498/851001
601.50/598.96	c cleaning 41005 clauses out of 82037 with flag 13172865/893004
633.39/630.84	c cleaning 42004 clauses out of 84033 with flag 13684644/936005
661.30/658.80	c cleaning 42995 clauses out of 86024 with flag 14147092/980000
690.58/688.07	c cleaning 44001 clauses out of 88029 with flag 14577834/1025000
726.08/723.59	c cleaning 44995 clauses out of 90028 with flag 15097049/1071000
761.48/758.91	c cleaning 45995 clauses out of 92033 with flag 15734886/1118000
797.47/794.97	c cleaning 46991 clauses out of 94038 with flag 16859969/1166000
828.88/826.32	c cleaning 47992 clauses out of 96048 with flag 17563542/1215001
868.88/866.34	c cleaning 49015 clauses out of 98056 with flag 18243905/1265001
913.78/911.22	c cleaning 50006 clauses out of 100044 with flag 18796161/1316004
959.09/956.50	c cleaning 51011 clauses out of 102034 with flag 19322144/1368000
1007.99/1005.46	c cleaning 51996 clauses out of 104025 with flag 19820169/1421002
1050.79/1048.30	c cleaning 52992 clauses out of 106027 with flag 20309949/1475000
1094.10/1091.52	c cleaning 54011 clauses out of 108036 with flag 20772020/1530001
1132.20/1129.64	c cleaning 55003 clauses out of 110024 with flag 21261099/1586000
1170.49/1167.92	c cleaning 56000 clauses out of 112021 with flag 21816706/1643000
1214.50/1211.95	c cleaning 57004 clauses out of 114025 with flag 22428422/1701004
1258.12/1255.55	c cleaning 58001 clauses out of 116019 with flag 23014950/1760002
1305.52/1302.92	c cleaning 59001 clauses out of 118016 with flag 23574765/1820000
1357.43/1354.89	c cleaning 60000 clauses out of 120018 with flag 24127571/1881003
1408.64/1406.07	c cleaning 61001 clauses out of 122016 with flag 24719926/1943001
1457.47/1454.84	c cleaning 61999 clauses out of 124014 with flag 25323147/2006000
1502.08/1499.47	c cleaning 63000 clauses out of 126017 with flag 25994259/2070002
1559.59/1556.94	c cleaning 63999 clauses out of 128017 with flag 26731980/2135002
1612.18/1609.55	c cleaning 65001 clauses out of 130020 with flag 27439546/2201004
1672.27/1669.61	c cleaning 65998 clauses out of 132015 with flag 28107941/2268000
1731.87/1729.23	c cleaning 66995 clauses out of 134018 with flag 28737198/2336001
1794.95/1792.37	c cleaning 68005 clauses out of 136024 with flag 29392585/2405002
1800.05/1797.41	c starts		: 6273
1800.05/1797.41	c conflicts		: 2413897
1800.05/1797.41	c decisions		: 21354232
1800.05/1797.41	c propagations		: 3184282583
1800.05/1797.41	c inspects		: 24187146578
1800.05/1797.41	c shortcuts		: 0
1800.05/1797.41	c learnt literals	: 15
1800.05/1797.41	c learnt binary clauses	: 452
1800.05/1797.41	c learnt ternary clauses	: 1478
1800.05/1797.41	c learnt constraints	: 2413882
1800.05/1797.41	c ignored constraints	: 0
1800.05/1797.41	c root simplifications	: 0
1800.05/1797.41	c removed literals (reason simplification)	: 0
1800.05/1797.41	c reason swapping (by a shorter reason)	: 0
1800.05/1797.41	c Calls to reduceDB	: 65
1800.05/1797.41	c Number of update (reduction) of LBD	: 1381106
1800.05/1797.41	c Imported unit clauses	: 0
1800.05/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.41	c number of learned constraints concerned by reduction	: 0
1800.05/1797.41	c number of learning phase by resolution	: 0
1800.05/1797.41	c number of learning phase by cutting planes	: 0
1800.05/1797.41	c speed (assignments/second)	: 1777447.2802557868
1800.05/1797.41	c non guided choices	1798534
1800.05/1797.41	c timeout
1800.05/1797.44	c learnt constraints type 
1800.05/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 452
1800.05/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76462
1800.05/1797.44	s UNKNOWN
1800.05/1797.44	c Total wall clock time (in seconds): 1797.324

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-4108936-1466293276/watcher-4108936-1466293276 -o /tmp/evaluation-result-4108936-1466293276/solver-4108936-1466293276 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108936-1466293276.opb 

pid=497
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.03 2.03 2.00 3/194 500
/proc/meminfo: memFree=29209796/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/500/stat : 500 (java) D 497 500 26669 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 31377658 9515008 175 33554432000 1073741824 1073778376 140733899021488 140733899004216 224922518416 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/500/statm: 2323 175 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 500
/proc/meminfo: memFree=29209796/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 31377658 9787879424 6028 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 500
/proc/meminfo: memFree=29209796/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 4765 0 1 0 23 1 0 0 20 0 18 0 31377658 9787879424 7365 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 7365 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 500
/proc/meminfo: memFree=29209796/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 6032 0 1 0 45 1 0 0 20 0 18 0 31377658 9787879424 10217 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 10217 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 500
/proc/meminfo: memFree=29209796/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=1.15 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 7191 0 1 0 112 3 0 0 20 0 18 0 31377658 9787879424 40303 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 40303 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 519
/proc/meminfo: memFree=28979064/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=2.2 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 8964 0 1 0 212 8 0 0 20 0 18 0 31377658 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 77229 2263 9 0 2380296 0
[pid=500/tid=502] ppid=497 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 2525 0 1 0 137 5 0 0 20 0 18 0 31377659 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885567499736 139885424300628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 31377660 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31377661 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31377662 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31377662 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2328 0 0 0 25 0 0 0 20 0 18 0 31377664 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 2590 0 0 0 30 0 0 0 20 0 18 0 31377664 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 77229 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 519
/proc/meminfo: memFree=28785376/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9558476 CPUtime=4.05 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 9477 0 1 0 386 19 0 0 20 0 18 0 31377658 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2389619 150218 2263 9 0 2380296 0
[pid=500/tid=502] ppid=497 vsize=9558476 CPUtime=2.93 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 2642 0 1 0 284 9 0 0 20 0 18 0 31377659 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885567499688 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 31377660 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 18 0 31377661 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31377662 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31377662 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2328 0 0 0 25 0 0 0 20 0 18 0 31377664 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 2595 0 0 0 32 0 0 0 20 0 18 0 31377664 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31377664 9787879424 150218 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 519
/proc/meminfo: memFree=28055260/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9625040 CPUtime=7.97 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 12310 0 1 0 761 36 0 0 20 0 19 0 31377658 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2406260 290879 2277 9 0 2396937 0
[pid=500/tid=502] ppid=497 vsize=9625040 CPUtime=6 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 3387 0 1 0 584 16 0 0 20 0 19 0 31377659 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885567500872 139885424664365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 73 0 0 0 12 3 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 56 0 0 0 9 2 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 56 0 0 0 8 2 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 69 0 0 0 10 3 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 19 0 31377660 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 982 0 0 0 0 0 0 0 20 0 19 0 31377661 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2426 0 0 0 39 0 0 0 20 0 19 0 31377664 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 3806 0 0 0 54 0 0 0 20 0 19 0 31377664 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 290879 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.02 2.02 2.00 3/212 520
/proc/meminfo: memFree=28052060/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9625040 CPUtime=14.46 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 12543 0 1 0 1410 36 0 0 20 0 19 0 31377658 9856040960 290881 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2406260 290881 2279 9 0 2396937 0

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

/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2670 0 0 0 48 0 0 0 20 0 19 0 31377664 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 10264 0 0 0 110 2 0 0 20 0 19 0 31377664 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 95 0 0 0 27 37 0 0 20 0 19 0 31377664 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=520] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/520/stat : 520 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31378250 9856040960 404170 33554432000 1073741824 1073778376 140737306748240 139885181785256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.97
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.10 1.24 1.59 2/188 616
/proc/meminfo: memFree=29862076/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9625040 CPUtime=1724.95 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 19809 0 1 0 172410 85 0 0 20 0 19 0 31377658 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2406260 413898 2286 9 0 2396937 0
[pid=500/tid=502] ppid=497 vsize=9625040 CPUtime=1721.55 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 3581 0 1 0 172105 50 0 0 20 0 19 0 31377659 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885567491776 139885424664550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 147 0 0 0 20 6 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 69 0 0 0 11 3 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 153 0 0 0 12 4 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 209 0 0 0 9 3 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 111 0 0 0 17 4 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 102 0 0 0 12 5 0 0 20 0 19 0 31377660 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 1014 0 0 0 1 1 0 0 20 0 19 0 31377661 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2670 0 0 0 48 0 0 0 20 0 19 0 31377664 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 10264 0 0 0 110 2 0 0 20 0 19 0 31377664 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 99 0 0 0 28 38 0 0 20 0 19 0 31377664 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=520] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/520/stat : 520 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31378250 9856040960 413898 33554432000 1073741824 1073778376 140737306748240 139885181785256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.95
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.09 1.20 1.55 2/189 620
/proc/meminfo: memFree=29820744/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9625040 CPUtime=1784.95 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 19833 0 1 0 178407 88 0 0 20 0 19 0 31377658 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2406260 424138 2286 9 0 2396937 0
[pid=500/tid=502] ppid=497 vsize=9625040 CPUtime=1781.53 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 3601 0 1 0 178101 52 0 0 20 0 19 0 31377659 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885567491776 139885424726526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 147 0 0 0 20 6 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 69 0 0 0 11 3 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 153 0 0 0 12 4 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 209 0 0 0 9 3 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 111 0 0 0 17 4 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 102 0 0 0 12 5 0 0 20 0 19 0 31377660 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 1014 0 0 0 1 1 0 0 20 0 19 0 31377661 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2670 0 0 0 48 0 0 0 20 0 19 0 31377664 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 10264 0 0 0 110 2 0 0 20 0 19 0 31377664 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 103 0 0 0 29 40 0 0 20 0 19 0 31377664 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=520] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/520/stat : 520 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31378250 9856040960 424138 33554432000 1073741824 1073778376 140737306748240 139885181785256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 1.07 1.19 1.54 2/188 620
/proc/meminfo: memFree=29810076/32872528 swapFree=163656/177964
[pid=500] ppid=497 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/500/stat : 500 (java) S 497 500 26669 0 -1 4202496 19838 0 1 0 179917 88 0 0 20 0 19 0 31377658 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 140737306739376 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/500/statm: 2406260 426698 2286 9 0 2396937 0
[pid=500/tid=502] ppid=497 vsize=9625040 CPUtime=1796.63 cores=1,3,5,7
/proc/500/task/502/stat : 502 (java) R 497 500 26669 0 -1 4202560 3606 0 1 0 179611 52 0 0 20 0 19 0 31377659 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885567491776 139885424664465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=500/tid=503] ppid=497 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/500/task/503/stat : 503 (java) S 497 500 26669 0 -1 4202560 147 0 0 0 20 6 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885545601576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=504] ppid=497 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/500/task/504/stat : 504 (java) S 497 500 26669 0 -1 4202560 69 0 0 0 11 3 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885544548776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=505] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/505/stat : 505 (java) S 497 500 26669 0 -1 4202560 153 0 0 0 12 4 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885543495976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=507] ppid=497 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/500/task/507/stat : 507 (java) S 497 500 26669 0 -1 4202560 209 0 0 0 9 3 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885542443176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=508] ppid=497 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/500/task/508/stat : 508 (java) S 497 500 26669 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885205777448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=509] ppid=497 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/500/task/509/stat : 509 (java) S 497 500 26669 0 -1 4202560 111 0 0 0 17 4 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885204724648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=510] ppid=497 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/500/task/510/stat : 510 (java) S 497 500 26669 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885203671848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=511] ppid=497 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/500/task/511/stat : 511 (java) S 497 500 26669 0 -1 4202560 102 0 0 0 12 5 0 0 20 0 19 0 31377660 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885202619048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=512] ppid=497 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/500/task/512/stat : 512 (java) S 497 500 26669 0 -1 4202560 1014 0 0 0 1 1 0 0 20 0 19 0 31377661 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885190207976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=513] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/513/stat : 513 (java) S 497 500 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885189154040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=514] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/514/stat : 514 (java) S 497 500 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31377662 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885188101128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=515] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/515/stat : 515 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885187049616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=516] ppid=497 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/500/task/516/stat : 516 (java) S 497 500 26669 0 -1 4202560 2670 0 0 0 48 0 0 0 20 0 19 0 31377664 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885185997752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=500/tid=517] ppid=497 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/500/task/517/stat : 517 (java) S 497 500 26669 0 -1 4202560 10264 0 0 0 110 2 0 0 20 0 19 0 31377664 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885184944952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=500/tid=518] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/518/stat : 518 (java) S 497 500 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31377664 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885183892344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=500/tid=519] ppid=497 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/500/task/519/stat : 519 (java) S 497 500 26669 0 -1 4202560 103 0 0 0 29 40 0 0 20 0 19 0 31377664 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885182839752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=500/tid=520] ppid=497 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/500/task/520/stat : 520 (java) S 497 500 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31378250 9856040960 426698 33554432000 1073741824 1073778376 140737306748240 139885181785256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 500 sig 9
??? kill -500 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.45
CPU time (s): 1800.6
CPU user time (s): 1799.19
CPU system time (s): 1.41279
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.41278
maximum resident set size= 1713076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19882
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38343
involuntary context switches= 23057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.80051 second user time and 14.7248 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 01:41:17
IDJOB=4108936
IDBENCH=89747
IDSOLVER=2546
FILE ID=node105/4108936-1466293276
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108936-1466293276/watcher-4108936-1466293276 -o /tmp/evaluation-result-4108936-1466293276/solver-4108936-1466293276 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108936-1466293276.opb

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1358336590

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29210448 kB
Buffers:          107584 kB
Cached:           338432 kB
SwapCached:         1684 kB
Active:          2432060 kB
Inactive:         300908 kB
Active(anon):    2286548 kB
Inactive(anon):     2976 kB
Active(file):     145512 kB
Inactive(file):   297932 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             43852 kB
Writeback:             0 kB
AnonPages:       2471056 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             609556 kB
SReclaimable:      52804 kB
SUnreclaim:       556752 kB
KernelStack:        1584 kB
PageTables:         9200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3440596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2267136 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= 71704 MiB
End job on node105 at 2016-06-19 02:11:15