Trace number 4101002

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 Res+CP PB16? (TO) 1800.15 897.459

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-ship04l.opb
MD5SUM8c2ebef1f909dd9b378c2f7f10ba6b39
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
Optimality of the best value was proved
Number of variables63540
Total number of constraints348
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 constraints348
Minimum length of a constraint30
Maximum length of a constraint2520
Number of terms in the objective function 63540
Biggest coefficient in the objective function 2379
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 577490
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 577490
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101002-1466212412.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.63/1.00	c ... done. Wall clock time 0.877s.
1.63/1.00	c declared #vars     63540
1.63/1.00	c #constraints  660
1.86/1.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.86/1.00	c constraints type 
1.86/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 223
1.86/1.00	c org.sat4j.specs.Constr$1 => 56
1.86/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 381
1.86/1.00	c 660 constraints processed.
1.86/1.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.86/1.00	c constraints type 
1.86/1.00	c org.sat4j.specs.Constr$1 => 56
1.86/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 223
1.86/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 381
1.86/1.00	c 660 constraints processed.
1.86/1.00	c objective function length is 63540 literals
5.90/2.50	c cleaning 2475 clauses out of 5007 with flag 11675/5007
8.94/3.94	c cleaning 4244 clauses out of 8525 with flag 25905/11000
12.53/5.76	c cleaning 5625 clauses out of 11281 with flag 42251/18000
16.56/7.78	c cleaning 6793 clauses out of 13656 with flag 60863/26000
21.38/10.04	c cleaning 7925 clauses out of 15863 with flag 82286/35000
25.91/12.27	c cleaning 8950 clauses out of 17939 with flag 105941/45001
31.09/14.82	c cleaning 9971 clauses out of 19988 with flag 131788/56000
38.15/18.36	c cleaning 11006 clauses out of 22017 with flag 160054/68000
64.95/31.62	c cleaning 11978 clauses out of 24011 with flag 189909/81000
70.35/34.34	c cleaning 13002 clauses out of 26033 with flag 222771/95000
76.36/37.31	c cleaning 13983 clauses out of 28031 with flag 257877/110000
82.56/40.43	c cleaning 14988 clauses out of 30048 with flag 295648/126000
92.94/45.71	c cleaning 16013 clauses out of 32062 with flag 334680/143002
104.73/51.69	c cleaning 17008 clauses out of 34050 with flag 375103/161003
116.87/57.69	c cleaning 17991 clauses out of 36041 with flag 419065/180002
130.15/64.24	c cleaning 19009 clauses out of 38048 with flag 465667/200000
143.58/70.97	c cleaning 19999 clauses out of 40040 with flag 512855/221001
157.78/78.06	c cleaning 20995 clauses out of 42046 with flag 566017/243006
172.98/85.61	c cleaning 21989 clauses out of 44046 with flag 623490/266001
191.00/94.55	c cleaning 23003 clauses out of 46056 with flag 681319/290000
209.99/104.08	c cleaning 24001 clauses out of 48054 with flag 742423/315001
230.14/113.94	c cleaning 25000 clauses out of 50053 with flag 806768/341001
252.18/124.71	c cleaning 26007 clauses out of 52052 with flag 872358/368000
274.79/136.01	c cleaning 26995 clauses out of 54046 with flag 937705/396001
300.65/149.26	c cleaning 28007 clauses out of 56052 with flag 1006478/425002
359.32/178.54	c cleaning 29016 clauses out of 58043 with flag 1071047/455000
396.65/197.12	c cleaning 30011 clauses out of 60028 with flag 1136697/486001
437.63/217.67	c cleaning 31010 clauses out of 62020 with flag 1204530/518004
487.52/242.44	c cleaning 32001 clauses out of 64007 with flag 1281793/551001
538.13/267.75	c cleaning 32998 clauses out of 66006 with flag 1363213/585001
594.60/295.85	c cleaning 34000 clauses out of 68007 with flag 1443506/620000
639.40/318.21	c cleaning 35001 clauses out of 70009 with flag 1525027/656002
679.33/338.77	c cleaning 36001 clauses out of 72009 with flag 1611951/693003
752.97/375.42	c cleaning 36999 clauses out of 74005 with flag 1704447/731000
771.16/384.53	c cleaning 38003 clauses out of 76006 with flag 1802489/770000
802.68/400.17	c cleaning 38993 clauses out of 78003 with flag 1883723/810000
836.88/417.25	c cleaning 39995 clauses out of 80013 with flag 1966895/851003
866.27/431.96	c cleaning 40998 clauses out of 82016 with flag 2054179/893001
896.51/448.04	c cleaning 42001 clauses out of 84019 with flag 2144249/936002
923.70/461.66	c cleaning 42998 clauses out of 86016 with flag 2239826/980000
954.52/476.92	c cleaning 43997 clauses out of 88018 with flag 2334917/1025000
990.72/495.03	c cleaning 44997 clauses out of 90021 with flag 2429876/1071000
1022.87/510.96	c cleaning 46002 clauses out of 92025 with flag 2529661/1118001
1056.26/527.63	c cleaning 47000 clauses out of 94025 with flag 2631238/1166003
1089.81/544.11	c cleaning 47997 clauses out of 96023 with flag 2733090/1215001
1133.82/566.15	c cleaning 49003 clauses out of 98026 with flag 2835571/1265001
1170.46/584.28	c cleaning 50002 clauses out of 100027 with flag 2946086/1316005
1213.01/605.25	c cleaning 50997 clauses out of 102020 with flag 3058000/1368000
1255.75/627.66	c cleaning 51999 clauses out of 104026 with flag 3169168/1421003
1301.11/649.94	c cleaning 52999 clauses out of 106024 with flag 3282362/1475000
1352.22/675.34	c cleaning 54005 clauses out of 108027 with flag 3400621/1530002
1401.62/699.80	c cleaning 54996 clauses out of 110021 with flag 3521228/1586001
1451.12/724.40	c cleaning 56004 clauses out of 112026 with flag 3643487/1643002
1500.76/748.87	c cleaning 57006 clauses out of 114022 with flag 3767811/1701002
1551.35/774.13	c cleaning 57993 clauses out of 116015 with flag 3895377/1760001
1595.33/795.73	c cleaning 0 clauses out of 5001 with flag 0/5001
1606.44/801.19	c cleaning 58997 clauses out of 118021 with flag 4023770/1820000
1669.88/831.64	c cleaning 60005 clauses out of 120025 with flag 4152560/1881001
1732.10/861.81	c cleaning 60995 clauses out of 122019 with flag 4284841/1943000
1796.95/895.81	c cleaning 62001 clauses out of 124025 with flag 4420356/2006001
1800.15/897.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.40	c starts		: 5981
1800.15/897.40	c conflicts		: 2010927
1800.15/897.40	c decisions		: 7075069
1800.15/897.40	c propagations		: 95309788
1800.15/897.40	c inspects		: 8837356875
1800.15/897.40	c shortcuts		: 0
1800.15/897.40	c learnt literals	: 0
1800.15/897.40	c learnt binary clauses	: 0
1800.15/897.40	c learnt ternary clauses	: 0
1800.15/897.40	c learnt constraints	: 2010927
1800.15/897.40	c ignored constraints	: 0
1800.15/897.40	c root simplifications	: 0
1800.15/897.40	c removed literals (reason simplification)	: 12123213
1800.15/897.40	c reason swapping (by a shorter reason)	: 0
1800.15/897.40	c Calls to reduceDB	: 59
1800.15/897.40	c Number of update (reduction) of LBD	: 157154
1800.15/897.40	c Imported unit clauses	: 0
1800.15/897.40	c number of reductions to clauses (during analyze)	: 0
1800.15/897.40	c number of learned constraints concerned by reduction	: 0
1800.15/897.40	c number of learning phase by resolution	: 0
1800.15/897.40	c number of learning phase by cutting planes	: 0
1800.15/897.40	c speed (assignments/second)	: 106338.35106572887
1800.15/897.40	c non guided choices	184905
1800.15/897.43	c learnt constraints type 
1800.15/897.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66950
1800.15/897.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.43	c starts		: 25
1800.15/897.43	c conflicts		: 5694
1800.15/897.43	c decisions		: 42001
1800.15/897.43	c propagations		: 218929
1800.15/897.43	c inspects		: 66122220
1800.15/897.43	c shortcuts		: 0
1800.15/897.43	c learnt literals	: 0
1800.15/897.43	c learnt binary clauses	: 0
1800.15/897.43	c learnt ternary clauses	: 0
1800.15/897.43	c learnt constraints	: 5693
1800.15/897.43	c ignored constraints	: 0
1800.15/897.43	c root simplifications	: 0
1800.15/897.43	c removed literals (reason simplification)	: 0
1800.15/897.43	c reason swapping (by a shorter reason)	: 0
1800.15/897.43	c Calls to reduceDB	: 1
1800.15/897.43	c Number of update (reduction) of LBD	: 0
1800.15/897.43	c Imported unit clauses	: 0
1800.15/897.43	c number of reductions to clauses (during analyze)	: 0
1800.15/897.43	c number of learned constraints concerned by reduction	: 0
1800.15/897.43	c number of learning phase by resolution	: 0
1800.15/897.43	c number of learning phase by cutting planes	: 0
1800.15/897.43	c speed (assignments/second)	: 244.25616612128184
1800.15/897.43	c non guided choices	0
1800.15/897.43	c learnt constraints type 
1800.15/897.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 454
1800.15/897.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5239
1800.15/897.43	s UNKNOWN
1800.15/897.43	c Total wall clock time (in seconds): 897.31

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-4101002-1466212412/watcher-4101002-1466212412 -o /tmp/evaluation-result-4101002-1466212412/solver-4101002-1466212412 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101002-1466212412.opb 

pid=10938
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: 4.22 4.30 4.27 4/200 10941
/proc/meminfo: memFree=27684224/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/10941/stat : 10941 (java) R 10938 10941 7329 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 23287136 3653632 51 33554432000 1073741824 1073778376 140734029238320 140734029235448 215115402409 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 1408 55 43 9 0 30 0

[startup+0.100156 s]
/proc/loadavg: 4.22 4.30 4.27 4/200 10941
/proc/meminfo: memFree=27684224/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 23287136 9787879424 6039 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 4.22 4.30 4.27 4/200 10941
/proc/meminfo: memFree=27684224/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 5002 0 1 0 26 1 0 0 20 0 18 0 23287136 9787879424 7449 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2389619 7449 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 4.22 4.30 4.27 4/200 10941
/proc/meminfo: memFree=27684224/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 5416 0 1 0 43 2 0 0 20 0 18 0 23287136 9787879424 13780 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2389619 13780 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 4.22 4.30 4.27 4/200 10941
/proc/meminfo: memFree=27684224/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 8557 0 1 0 125 9 0 0 20 0 18 0 23287136 9787879424 49131 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2389619 49131 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.28 4.32 4.27 8/220 10961
/proc/meminfo: memFree=27441568/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 11834 0 1 0 346 17 0 0 20 0 22 0 23287136 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2456183 64021 2277 9 0 2446860 0
[pid=10941/tid=10943] ppid=10938 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/10941/task/10943/stat : 10943 (java) S 10938 10941 7329 0 -1 4202560 2486 0 1 0 81 3 0 0 20 0 22 0 23287137 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084956267384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10944] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10944/stat : 10944 (java) S 10938 10941 7329 0 -1 4202560 110 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084928719272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10945] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10945/stat : 10945 (java) S 10938 10941 7329 0 -1 4202560 93 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084927666728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10946] ppid=10938 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 94 0 0 0 3 1 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 143 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 90 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) S 10938 10941 7329 0 -1 4202560 4298 0 0 0 66 0 0 0 20 0 22 0 23287142 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084305144632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 3026 0 0 0 62 0 0 0 20 0 22 0 23287142 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10958/stat : 10958 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084303039224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10959] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10959/stat : 10959 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084301986888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10960] ppid=10938 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/10941/task/10960/stat : 10960 (java) R 10938 10941 7329 0 -1 4202560 15 0 0 0 48 0 0 0 20 0 22 0 23287236 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084300931448 140084805139583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10961] ppid=10938 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/10941/task/10961/stat : 10961 (java) R 10938 10941 7329 0 -1 4202560 30 0 0 0 48 0 0 0 20 0 22 0 23287236 10060525568 64021 33554432000 1073741824 1073778376 140734029238320 140084299878664 140084805236749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.28 4.32 4.27 6/222 10963
/proc/meminfo: memFree=27435832/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9824732 CPUtime=7.23 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 16952 0 1 0 704 19 0 0 20 0 22 0 23287136 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2456183 64836 2282 9 0 2446860 0
[pid=10941/tid=10943] ppid=10938 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/10941/task/10943/stat : 10943 (java) S 10938 10941 7329 0 -1 4202560 2486 0 1 0 81 3 0 0 20 0 22 0 23287137 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084956267384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10944] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10944/stat : 10944 (java) S 10938 10941 7329 0 -1 4202560 110 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084928719272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10945] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10945/stat : 10945 (java) S 10938 10941 7329 0 -1 4202560 93 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084927666728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10946] ppid=10938 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 94 0 0 0 3 1 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 143 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 90 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) R 10938 10941 7329 0 -1 4202560 9413 0 0 0 97 1 0 0 20 0 22 0 23287142 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084305144632 140084962293123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 3026 0 0 0 72 0 0 0 20 0 22 0 23287142 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10958/stat : 10958 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084303039224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10959] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10959/stat : 10959 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084301986888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10960] ppid=10938 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/10941/task/10960/stat : 10960 (java) R 10938 10941 7329 0 -1 4202560 17 0 0 0 205 0 0 0 20 0 22 0 23287236 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084300931400 140084805183885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10961] ppid=10938 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/10941/task/10961/stat : 10961 (java) R 10938 10941 7329 0 -1 4202560 30 0 0 0 207 0 0 0 20 0 22 0 23287236 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084299878664 140084805414858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10962] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10962/stat : 10962 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084298826536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10963] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10963/stat : 10963 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 64836 33554432000 1073741824 1073778376 140734029238320 140084297773992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.34 4.33 4.27 6/222 10963
/proc/meminfo: memFree=27438028/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9824732 CPUtime=13.73 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 16953 0 1 0 1354 19 0 0 20 0 22 0 23287136 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2456183 64751 2282 9 0 2446860 0
[pid=10941/tid=10943] ppid=10938 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/10941/task/10943/stat : 10943 (java) S 10938 10941 7329 0 -1 4202560 2486 0 1 0 81 3 0 0 20 0 22 0 23287137 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084956267384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10944] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10944/stat : 10944 (java) S 10938 10941 7329 0 -1 4202560 110 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084928719272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10945] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10945/stat : 10945 (java) S 10938 10941 7329 0 -1 4202560 93 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084927666728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10946] ppid=10938 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 94 0 0 0 3 1 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 143 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 90 0 0 0 3 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 23287138 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) S 10938 10941 7329 0 -1 4202560 9413 0 0 0 103 1 0 0 20 0 22 0 23287142 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084305144632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 3026 0 0 0 77 0 0 0 20 0 22 0 23287142 10060525568 64751 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 749 0 0 0 263 32 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 819 0 0 0 257 40 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 841 0 0 0 278 31 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 827 0 0 0 288 36 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 799 0 0 0 310 31 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 805 0 0 0 225 35 0 0 20 0 22 0 23287138 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=8.55 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 3645 0 0 0 847 8 0 0 20 0 22 0 23287139 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) S 10938 10941 7329 0 -1 4202560 14037 0 0 0 199 2 0 0 20 0 22 0 23287142 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084305144632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 6740 0 0 0 134 2 0 0 20 0 22 0 23287142 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10958/stat : 10958 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084303039224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10959] ppid=10938 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10941/task/10959/stat : 10959 (java) S 10938 10941 7329 0 -1 4202560 47 0 0 0 11 13 0 0 20 0 22 0 23287142 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084301986888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10960] ppid=10938 vsize=9824732 CPUtime=804.18 cores=0,2,4,6
/proc/10941/task/10960/stat : 10960 (java) R 10938 10941 7329 0 -1 4202560 650 0 0 0 80398 20 0 0 20 0 22 0 23287236 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084300929816 140084804895335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10961] ppid=10938 vsize=9824732 CPUtime=804.19 cores=0,2,4,6
/proc/10941/task/10961/stat : 10961 (java) R 10938 10941 7329 0 -1 4202560 1511 0 0 0 80393 26 0 0 20 0 22 0 23287236 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084299877824 140084805404687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10962] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10962/stat : 10962 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084298826536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10963] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10963/stat : 10963 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1035843 33554432000 1073741824 1073778376 140734029238320 140084297773992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1650.43
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.83 4.55 4.37 5/222 11052
/proc/meminfo: memFree=22473284/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9824732 CPUtime=1769.78 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 38402 0 1 0 176622 356 0 0 20 0 22 0 23287136 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2456183 1172308 2293 9 0 2446860 0
[pid=10941/tid=10943] ppid=10938 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/10941/task/10943/stat : 10943 (java) S 10938 10941 7329 0 -1 4202560 2508 0 1 0 83 4 0 0 20 0 22 0 23287137 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084956267384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10944] ppid=10938 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/10941/task/10944/stat : 10944 (java) S 10938 10941 7329 0 -1 4202560 906 0 0 0 413 35 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084928719272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10945] ppid=10938 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/10941/task/10945/stat : 10945 (java) S 10938 10941 7329 0 -1 4202560 962 0 0 0 327 40 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084927666728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10946] ppid=10938 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 851 0 0 0 354 35 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 895 0 0 0 344 43 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 942 0 0 0 363 33 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 948 0 0 0 386 39 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 902 0 0 0 395 36 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 924 0 0 0 310 41 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=12.69 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 4308 0 0 0 1259 10 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) S 10938 10941 7329 0 -1 4202560 14037 0 0 0 199 2 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084305144632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 6740 0 0 0 134 2 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10958/stat : 10958 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084303039224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10959] ppid=10938 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10941/task/10959/stat : 10959 (java) S 10938 10941 7329 0 -1 4202560 51 0 0 0 11 14 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084301986888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10960] ppid=10938 vsize=9824732 CPUtime=858.11 cores=0,2,4,6
/proc/10941/task/10960/stat : 10960 (java) R 10938 10941 7329 0 -1 4202560 652 0 0 0 85790 21 0 0 20 0 22 0 23287236 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084300929696 140084805250529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10961] ppid=10938 vsize=9824732 CPUtime=858.11 cores=0,2,4,6
/proc/10941/task/10961/stat : 10961 (java) R 10938 10941 7329 0 -1 4202560 1512 0 0 0 85784 27 0 0 20 0 22 0 23287236 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084299877936 140084805463539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10962] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10962/stat : 10962 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084298826536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10963] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10963/stat : 10963 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084297773992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.401 s]
/proc/loadavg: 4.64 4.53 4.37 5/222 11052
/proc/meminfo: memFree=22473164/32872528 swapFree=1505436/1685308
[pid=10941] ppid=10938 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/10941/stat : 10941 (java) S 10938 10941 7329 0 -1 4202496 38403 0 1 0 179658 357 0 0 20 0 22 0 23287136 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140734029229456 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10941/statm: 2456183 1172308 2293 9 0 2446860 0
[pid=10941/tid=10943] ppid=10938 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/10941/task/10943/stat : 10943 (java) S 10938 10941 7329 0 -1 4202560 2508 0 1 0 83 4 0 0 20 0 22 0 23287137 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084956267384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10944] ppid=10938 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/10941/task/10944/stat : 10944 (java) S 10938 10941 7329 0 -1 4202560 906 0 0 0 417 35 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084928719272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10945] ppid=10938 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/10941/task/10945/stat : 10945 (java) S 10938 10941 7329 0 -1 4202560 962 0 0 0 336 40 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084927666728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10946] ppid=10938 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/10941/task/10946/stat : 10946 (java) S 10938 10941 7329 0 -1 4202560 851 0 0 0 359 35 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084926613672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10947] ppid=10938 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/10941/task/10947/stat : 10947 (java) S 10938 10941 7329 0 -1 4202560 895 0 0 0 346 43 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084925561128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10948] ppid=10938 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/10941/task/10948/stat : 10948 (java) S 10938 10941 7329 0 -1 4202560 942 0 0 0 365 33 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084924509096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10949] ppid=10938 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/10941/task/10949/stat : 10949 (java) S 10938 10941 7329 0 -1 4202560 948 0 0 0 389 39 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084923456552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10950] ppid=10938 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/10941/task/10950/stat : 10950 (java) S 10938 10941 7329 0 -1 4202560 902 0 0 0 398 36 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084793354920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10951] ppid=10938 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/10941/task/10951/stat : 10951 (java) S 10938 10941 7329 0 -1 4202560 924 0 0 0 319 41 0 0 20 0 22 0 23287138 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084792302376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10952] ppid=10938 vsize=9824732 CPUtime=12.69 cores=0,2,4,6
/proc/10941/task/10952/stat : 10952 (java) S 10938 10941 7329 0 -1 4202560 4308 0 0 0 1259 10 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084309354856 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10953] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10953/stat : 10953 (java) S 10938 10941 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084308301176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10954] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10954/stat : 10954 (java) S 10938 10941 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23287139 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084307248008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10955] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10955/stat : 10955 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084306196752 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10956] ppid=10938 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/10941/task/10956/stat : 10956 (java) S 10938 10941 7329 0 -1 4202560 14037 0 0 0 199 2 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084305144632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10957] ppid=10938 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/10941/task/10957/stat : 10957 (java) S 10938 10941 7329 0 -1 4202560 6740 0 0 0 134 2 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084304092088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10958] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10958/stat : 10958 (java) S 10938 10941 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084303039224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10941/tid=10959] ppid=10938 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10941/task/10959/stat : 10959 (java) S 10938 10941 7329 0 -1 4202560 51 0 0 0 11 14 0 0 20 0 22 0 23287142 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084301986888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10960] ppid=10938 vsize=9824732 CPUtime=873.07 cores=0,2,4,6
/proc/10941/task/10960/stat : 10960 (java) R 10938 10941 7329 0 -1 4202560 652 0 0 0 87286 21 0 0 20 0 22 0 23287236 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084300922752 140084805134058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10941/tid=10961] ppid=10938 vsize=9824732 CPUtime=873.07 cores=0,2,4,6
/proc/10941/task/10961/stat : 10961 (java) R 10938 10941 7329 0 -1 4202560 1513 0 0 0 87279 28 0 0 20 0 22 0 23287236 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084299879072 140084805414858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10941/tid=10962] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10962/stat : 10962 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084298826536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10941/tid=10963] ppid=10938 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10941/task/10963/stat : 10963 (java) S 10938 10941 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23287248 10060525568 1172308 33554432000 1073741824 1073778376 140734029238320 140084297773992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

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 10941 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10941 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=29570
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=2391
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.459
CPU time (s): 1800.15
CPU user time (s): 1796.58
CPU system time (s): 3.57
CPU usage (%): 200.583
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.03
system time used= 4.00239
maximum resident set size= 4689352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38445
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22312
involuntary context switches= 25684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21406 second user time and 6.78297 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 03:13:32
IDJOB=4101002
IDBENCH=1688
IDSOLVER=2543
FILE ID=node135/4101002-1466212412
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP 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-ship04l.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101002-1466212412/watcher-4101002-1466212412 -o /tmp/evaluation-result-4101002-1466212412/solver-4101002-1466212412 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101002-1466212412.opb

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

MD5SUM BENCH= 8c2ebef1f909dd9b378c2f7f10ba6b39
RANDOM SEED=514830819

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27684752 kB
Buffers:           44560 kB
Cached:           124772 kB
SwapCached:          704 kB
Active:          2670972 kB
Inactive:         121536 kB
Active(anon):    2624372 kB
Inactive(anon):     1264 kB
Active(file):      46600 kB
Inactive(file):   120272 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:              2892 kB
Writeback:             0 kB
AnonPages:       4308056 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             569260 kB
SReclaimable:      13240 kB
SUnreclaim:       556020 kB
KernelStack:        1616 kB
PageTables:        12760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4548644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2744320 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= 71696 MiB
End job on node135 at 2016-06-18 03:28:30