Trace number 4080464

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
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 variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080464-1465263876.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
4.38/1.70	c ... done. Wall clock time 1.588s.
4.38/1.70	c declared #vars     37752
4.38/1.70	c #constraints  120373
4.38/1.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.38/1.71	c constraints type 
4.38/1.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
4.38/1.71	c org.sat4j.specs.Constr$1 => 8727
4.38/1.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
4.38/1.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
4.38/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
4.38/1.71	c 120373 constraints processed.
4.38/1.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.38/1.71	c constraints type 
4.38/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 92086
4.38/1.71	c org.sat4j.specs.Constr$1 => 8727
4.38/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15799
4.38/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
4.38/1.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 3141
4.38/1.71	c 120373 constraints processed.
10.58/4.03	c cleaning 2485 clauses out of 4996 with flag 21967/5000
16.13/6.68	c cleaning 4247 clauses out of 8509 with flag 54807/11001
21.82/9.48	c cleaning 5628 clauses out of 11263 with flag 96553/18002
28.71/12.81	c cleaning 6807 clauses out of 13633 with flag 145965/26000
35.58/16.20	c cleaning 7903 clauses out of 15827 with flag 200769/35001
45.48/21.13	c cleaning 8952 clauses out of 17924 with flag 263135/45002
54.37/25.58	c cleaning 9983 clauses out of 19970 with flag 338006/56000
58.18/27.43	c cleaning 0 clauses out of 5002 with flag 0/5002
65.41/30.93	c cleaning 10988 clauses out of 21986 with flag 419547/68000
78.91/37.66	c cleaning 11988 clauses out of 23997 with flag 504042/81000
92.18/44.22	c cleaning 12983 clauses out of 26011 with flag 598363/95002
107.48/51.81	c cleaning 14003 clauses out of 28027 with flag 689557/110001
122.54/59.31	c cleaning 14999 clauses out of 30023 with flag 788873/126000
139.80/67.97	c cleaning 16010 clauses out of 32024 with flag 897787/143000
159.07/77.53	c cleaning 16999 clauses out of 34014 with flag 1007797/161000
176.98/86.47	c cleaning 17988 clauses out of 36016 with flag 1136816/180002
196.45/96.17	c cleaning 19005 clauses out of 38030 with flag 1257220/200004
215.58/105.68	c cleaning 0 clauses out of 11001 with flag 0/11001
218.37/107.09	c cleaning 19986 clauses out of 40019 with flag 1388559/221000
244.51/120.07	c cleaning 21003 clauses out of 42033 with flag 1523459/243001
273.50/134.41	c cleaning 22005 clauses out of 44028 with flag 1672277/266001
301.06/148.12	c cleaning 22996 clauses out of 46024 with flag 1817111/290002
328.83/161.99	c cleaning 24002 clauses out of 48026 with flag 1967830/315000
359.50/177.12	c cleaning 25002 clauses out of 50027 with flag 2112011/341004
390.70/192.65	c cleaning 25994 clauses out of 52022 with flag 2275486/368001
423.51/208.98	c cleaning 26999 clauses out of 54027 with flag 2441460/396000
459.75/227.31	c cleaning 27994 clauses out of 56029 with flag 2608105/425001
499.36/247.09	c cleaning 29011 clauses out of 58036 with flag 2779931/455003
538.11/266.33	c cleaning 29981 clauses out of 60023 with flag 2949682/486001
568.84/281.67	c cleaning 0 clauses out of 18000 with flag 0/18000
577.91/286.15	c cleaning 31006 clauses out of 62041 with flag 3142126/518000
620.50/307.34	c cleaning 32006 clauses out of 64037 with flag 3323658/551002
664.95/329.45	c cleaning 33011 clauses out of 66029 with flag 3514485/585000
709.58/351.61	c cleaning 33990 clauses out of 68018 with flag 3709241/620000
758.21/375.89	c cleaning 35004 clauses out of 70028 with flag 3896141/656000
809.81/402.07	c cleaning 36004 clauses out of 72024 with flag 4093114/693000
857.19/425.61	c cleaning 37011 clauses out of 74021 with flag 4296155/731001
905.00/449.40	c cleaning 37991 clauses out of 76009 with flag 4503138/770000
961.60/477.69	c cleaning 38983 clauses out of 78020 with flag 4720117/810002
1020.06/506.73	c cleaning 40001 clauses out of 80035 with flag 4936438/851000
1076.51/534.80	c cleaning 41010 clauses out of 82036 with flag 5157493/893002
1132.88/562.99	c cleaning 41996 clauses out of 84024 with flag 5376405/936000
1192.89/592.83	c cleaning 43000 clauses out of 86028 with flag 5604586/980000
1259.62/626.05	c cleaning 43990 clauses out of 88027 with flag 5858446/1025000
1323.75/657.99	c cleaning 45012 clauses out of 90037 with flag 6096961/1071000
1392.86/692.31	c cleaning 46005 clauses out of 92026 with flag 6339671/1118001
1415.58/703.64	c cleaning 0 clauses out of 26000 with flag 0/26000
1469.03/730.28	c cleaning 46985 clauses out of 94020 with flag 6571096/1166000
1540.90/766.03	c cleaning 48005 clauses out of 96034 with flag 6805129/1215000
1613.42/802.17	c cleaning 49012 clauses out of 98028 with flag 7063996/1265000
1690.92/840.71	c cleaning 49985 clauses out of 100018 with flag 7346340/1316002
1772.56/882.19	c cleaning 51005 clauses out of 102032 with flag 7637632/1368001
1800.03/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.80	c starts		: 6136
1800.03/895.80	c conflicts		: 1387930
1800.03/895.80	c decisions		: 2421512
1800.03/895.80	c propagations		: 1475181186
1800.03/895.80	c inspects		: 6138666212
1800.03/895.80	c shortcuts		: 0
1800.03/895.80	c learnt literals	: 21
1800.03/895.80	c learnt binary clauses	: 213
1800.03/895.80	c learnt ternary clauses	: 3327
1800.03/895.80	c learnt constraints	: 1387909
1800.03/895.80	c ignored constraints	: 0
1800.03/895.80	c root simplifications	: 0
1800.03/895.80	c removed literals (reason simplification)	: 18223449
1800.03/895.80	c reason swapping (by a shorter reason)	: 0
1800.03/895.80	c Calls to reduceDB	: 48
1800.03/895.80	c Number of update (reduction) of LBD	: 563827
1800.03/895.80	c Imported unit clauses	: 0
1800.03/895.80	c number of reductions to clauses (during analyze)	: 0
1800.03/895.80	c number of learned constraints concerned by reduction	: 0
1800.03/895.80	c number of learning phase by resolution	: 0
1800.03/895.80	c number of learning phase by cutting planes	: 0
1800.03/895.80	c speed (assignments/second)	: 1650137.4054084285
1800.03/895.80	c non guided choices	621
1800.03/895.83	c learnt constraints type 
1800.03/895.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 213
1800.03/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70744
1800.03/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.83	c starts		: 54
1800.03/895.83	c conflicts		: 28673
1800.03/895.83	c decisions		: 92017
1800.03/895.83	c propagations		: 32171318
1800.03/895.83	c inspects		: 1064028258
1800.03/895.83	c shortcuts		: 0
1800.03/895.83	c learnt literals	: 0
1800.03/895.83	c learnt binary clauses	: 0
1800.03/895.83	c learnt ternary clauses	: 123
1800.03/895.83	c learnt constraints	: 28673
1800.03/895.83	c ignored constraints	: 0
1800.03/895.83	c root simplifications	: 0
1800.03/895.83	c removed literals (reason simplification)	: 0
1800.03/895.83	c reason swapping (by a shorter reason)	: 0
1800.03/895.83	c Calls to reduceDB	: 4
1800.03/895.83	c Number of update (reduction) of LBD	: 0
1800.03/895.83	c Imported unit clauses	: 0
1800.03/895.83	c number of reductions to clauses (during analyze)	: 0
1800.03/895.83	c number of learned constraints concerned by reduction	: 0
1800.03/895.83	c number of learning phase by resolution	: 0
1800.03/895.83	c number of learning phase by cutting planes	: 0
1800.03/895.83	c speed (assignments/second)	: 35985.661137981486
1800.03/895.83	c non guided choices	280
1800.03/895.84	c learnt constraints type 
1800.03/895.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 124
1800.03/895.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28549
1800.03/895.84	s UNKNOWN
1800.03/895.84	c Total wall clock time (in seconds): 895.725

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

pid=14393
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: 3.72 3.68 3.74 5/197 14396
/proc/meminfo: memFree=29079720/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 108322230 98570240 976 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 24065 976 743 9 0 16771 0
[pid=14396/tid=14397] ppid=14393 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108322230 98570240 976 33554432000 1073741824 1073778376 140736662102464 140296626429480 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 3.72 3.68 3.74 5/197 14396
/proc/meminfo: memFree=29079720/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 108322230 9787879424 6039 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2389619 6039 2126 9 0 2380296 0
[pid=14396/tid=14397] ppid=14393 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 108322230 9787879424 6039 33554432000 1073741824 1073778376 140736662102464 140296626432928 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 3.72 3.68 3.74 5/197 14396
/proc/meminfo: memFree=29079720/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 4662 0 1 0 23 1 0 0 20 0 18 0 108322230 9787879424 7274 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2389619 7274 2209 9 0 2380296 0
[pid=14396/tid=14397] ppid=14393 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 108322230 9787879424 7274 33554432000 1073741824 1073778376 140736662102464 140296626432928 224925891640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 3.72 3.68 3.74 5/197 14396
/proc/meminfo: memFree=29079720/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 5891 0 1 0 46 2 0 0 20 0 18 0 108322230 9787879424 9185 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2389619 9185 2233 9 0 2380296 0
[pid=14396/tid=14397] ppid=14393 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 108322230 9787879424 9185 33554432000 1073741824 1073778376 140736662102464 140296626432928 140296629719930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 3.72 3.68 3.74 5/197 14396
/proc/meminfo: memFree=29079720/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9559080 CPUtime=1.64 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 23346 0 1 0 159 5 0 0 20 0 18 0 108322230 9788497920 32551 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2389770 32551 2251 9 0 2380447 0
[pid=14396/tid=14397] ppid=14393 vsize=9559080 CPUtime=0.67 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 2434 0 1 0 66 1 0 0 20 0 18 0 108322230 9788497920 32551 33554432000 1073741824 1073778376 140736662102464 140296626425728 140296465701510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9559080

[startup+1.5008 s]
/proc/loadavg: 3.72 3.68 3.74 7/215 14414
/proc/meminfo: memFree=28876912/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9558476 CPUtime=3.78 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 33188 0 1 0 367 11 0 0 20 0 18 0 108322230 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2389619 59863 2270 9 0 2380296 0
[pid=14396/tid=14397] ppid=14393 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) R 14393 14396 8839 0 -1 4202560 2475 0 1 0 137 3 0 0 20 0 18 0 108322230 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296626433160 140296466087784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14399] ppid=14393 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14396/task/14399/stat : 14399 (java) S 14393 14396 8839 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296587926056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14400] ppid=14393 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14396/task/14400/stat : 14400 (java) S 14393 14396 8839 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296586873256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14401] ppid=14393 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 108322231 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 108322232 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108322233 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108322233 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14410/stat : 14410 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108322235 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295842810000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14411] ppid=14393 vsize=9558476 CPUtime=1.02 cores=1,3,5,7
/proc/14396/task/14411/stat : 14411 (java) R 14393 14396 8839 0 -1 4202560 15658 0 0 0 98 4 0 0 20 0 18 0 108322235 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295841757976 140296630528740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14412] ppid=14393 vsize=9558476 CPUtime=1.06 cores=1,3,5,7
/proc/14396/task/14412/stat : 14412 (java) R 14393 14396 8839 0 -1 4202560 13311 0 0 0 104 2 0 0 20 0 18 0 108322235 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295840682584 140296630551910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14413] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14413/stat : 14413 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108322235 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295839652728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14414] ppid=14393 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14414/stat : 14414 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108322235 9787879424 59863 33554432000 1073741824 1073778376 140736662102464 140295838600136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9558476

[startup+3.10096 s]
/proc/loadavg: 3.72 3.68 3.74 7/219 14418
/proc/meminfo: memFree=28847412/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9824732 CPUtime=8.6 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 39206 0 1 0 842 18 0 0 20 0 22 0 108322230 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2456183 96064 2288 9 0 2446860 0
[pid=14396/tid=14397] ppid=14393 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) S 14393 14396 8839 0 -1 4202560 2481 0 1 0 158 3 0 0 20 0 22 0 108322230 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296626434936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14399] ppid=14393 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14396/task/14399/stat : 14399 (java) S 14393 14396 8839 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296587926056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14400] ppid=14393 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14396/task/14400/stat : 14400 (java) S 14393 14396 8839 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296586873256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14401] ppid=14393 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 94 0 0 0 5 1 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 94 0 0 0 5 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 108322231 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 108322232 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14410/stat : 14410 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295842810000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14411] ppid=14393 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/14396/task/14411/stat : 14411 (java) S 14393 14396 8839 0 -1 4202560 19185 0 0 0 183 4 0 0 20 0 22 0 108322235 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295841758136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14412] ppid=14393 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/14396/task/14412/stat : 14412 (java) S 14393 14396 8839 0 -1 4202560 15457 0 0 0 197 2 0 0 20 0 22 0 108322235 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295840705336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14413] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14413/stat : 14413 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295839652728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14414] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14414/stat : 14414 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295838600136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14415] ppid=14393 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/14396/task/14415/stat : 14415 (java) R 14393 14396 8839 0 -1 4202560 22 0 0 0 130 0 0 0 20 0 22 0 108322401 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295837545200 140296467272171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14416] ppid=14393 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/14396/task/14416/stat : 14416 (java) R 14393 14396 8839 0 -1 4202560 80 0 0 0 130 2 0 0 20 0 22 0 108322401 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295836491192 140296467508397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14417] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14417/stat : 14417 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295835440040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14418] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14418/stat : 14418 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 96064 33554432000 1073741824 1073778376 140736662102464 140295834387240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.74 3.68 3.74 5/219 14418
/proc/meminfo: memFree=28447360/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9824732 CPUtime=15.41 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 39992 0 1 0 1515 26 0 0 20 0 22 0 108322230 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2456183 162904 2292 9 0 2446860 0
[pid=14396/tid=14397] ppid=14393 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) S 14393 14396 8839 0 -1 4202560 2481 0 1 0 158 3 0 0 20 0 22 0 108322230 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296626434936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14399] ppid=14393 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14396/task/14399/stat : 14399 (java) S 14393 14396 8839 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296587926056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14400] ppid=14393 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14396/task/14400/stat : 14400 (java) S 14393 14396 8839 0 -1 4202560 48 0 0 0 8 1 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296586873256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14401] ppid=14393 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 77 0 0 0 6 1 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 113 0 0 0 8 2 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 172 0 0 0 5 2 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 117 0 0 0 9 2 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 43 0 0 0 7 1 0 0 20 0 22 0 108322231 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 108322232 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 162904 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 534 0 0 0 214 15 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 547 0 0 0 203 14 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 606 0 0 0 234 15 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 664 0 0 0 226 14 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 572 0 0 0 217 12 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 483 0 0 0 214 11 0 0 20 0 22 0 108322231 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 2054 0 0 0 192 13 0 0 20 0 22 0 108322232 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14410/stat : 14410 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295842810000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14411] ppid=14393 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14396/task/14411/stat : 14411 (java) S 14393 14396 8839 0 -1 4202560 19201 0 0 0 228 4 0 0 20 0 22 0 108322235 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295841758136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14412] ppid=14393 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/14396/task/14412/stat : 14412 (java) S 14393 14396 8839 0 -1 4202560 15480 0 0 0 225 2 0 0 20 0 22 0 108322235 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295840705336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14413] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14413/stat : 14413 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295839652728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14414] ppid=14393 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/14396/task/14414/stat : 14414 (java) S 14393 14396 8839 0 -1 4202560 47 0 0 0 21 17 0 0 20 0 22 0 108322235 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295838600136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14415] ppid=14393 vsize=9824732 CPUtime=811.39 cores=1,3,5,7
/proc/14396/task/14415/stat : 14415 (java) R 14393 14396 8839 0 -1 4202560 71 0 0 0 81126 13 0 0 20 0 22 0 108322401 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295837543968 140296467272305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14416] ppid=14393 vsize=9824732 CPUtime=811.45 cores=1,3,5,7
/proc/14396/task/14416/stat : 14416 (java) R 14393 14396 8839 0 -1 4202560 2629 0 0 0 81090 55 0 0 20 0 22 0 108322401 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295836492320 140296467499731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14417] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14417/stat : 14417 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295835440040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14418] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14418/stat : 14418 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 840696 33554432000 1073741824 1073778376 140736662102464 140295834387240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1653.96
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.95 3.93 3.85 5/219 14828
/proc/meminfo: memFree=25473408/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9824732 CPUtime=1772.97 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 48570 0 1 0 177104 193 0 0 20 0 22 0 108322230 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2456183 850397 2301 9 0 2446860 0
[pid=14396/tid=14397] ppid=14393 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) S 14393 14396 8839 0 -1 4202560 2488 0 1 0 161 4 0 0 20 0 22 0 108322230 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296626434936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14399] ppid=14393 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/14396/task/14399/stat : 14399 (java) S 14393 14396 8839 0 -1 4202560 602 0 0 0 225 13 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296587926056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14400] ppid=14393 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/14396/task/14400/stat : 14400 (java) S 14393 14396 8839 0 -1 4202560 559 0 0 0 232 14 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296586873256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14401] ppid=14393 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 554 0 0 0 232 15 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 553 0 0 0 211 14 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 618 0 0 0 245 16 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 673 0 0 0 239 14 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 574 0 0 0 230 12 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 493 0 0 0 225 12 0 0 20 0 22 0 108322231 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 2278 0 0 0 339 14 0 0 20 0 22 0 108322232 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14410/stat : 14410 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295842810000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14411] ppid=14393 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14396/task/14411/stat : 14411 (java) S 14393 14396 8839 0 -1 4202560 19203 0 0 0 228 4 0 0 20 0 22 0 108322235 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295841758136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14412] ppid=14393 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/14396/task/14412/stat : 14412 (java) S 14393 14396 8839 0 -1 4202560 15480 0 0 0 225 2 0 0 20 0 22 0 108322235 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295840705336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14413] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14413/stat : 14413 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295839652728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14414] ppid=14393 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14396/task/14414/stat : 14414 (java) S 14393 14396 8839 0 -1 4202560 51 0 0 0 23 17 0 0 20 0 22 0 108322235 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295838600136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14415] ppid=14393 vsize=9824732 CPUtime=869.47 cores=1,3,5,7
/proc/14396/task/14415/stat : 14415 (java) R 14393 14396 8839 0 -1 4202560 74 0 0 0 86933 14 0 0 20 0 22 0 108322401 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295837543952 140296467338663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14416] ppid=14393 vsize=9824732 CPUtime=869.53 cores=1,3,5,7
/proc/14396/task/14416/stat : 14416 (java) R 14393 14396 8839 0 -1 4202560 3106 0 0 0 86897 56 0 0 20 0 22 0 108322401 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295836490288 140296467589440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14417] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14417/stat : 14417 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295835440040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14418] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14418/stat : 14418 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 850397 33554432000 1073741824 1073778376 140736662102464 140295834387240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 3.96 3.93 3.86 5/219 14831
/proc/meminfo: memFree=25518952/32872528 swapFree=11372/178980
[pid=14396] ppid=14393 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/14396/stat : 14396 (java) S 14393 14396 8839 0 -1 4202496 48571 0 1 0 179809 194 0 0 20 0 22 0 108322230 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140736662093600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14396/statm: 2456183 846966 2301 9 0 2446860 0
[pid=14396/tid=14397] ppid=14393 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/14396/task/14397/stat : 14397 (java) S 14393 14396 8839 0 -1 4202560 2488 0 1 0 161 4 0 0 20 0 22 0 108322230 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296626434936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14399] ppid=14393 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/14396/task/14399/stat : 14399 (java) S 14393 14396 8839 0 -1 4202560 602 0 0 0 227 13 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296587926056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14400] ppid=14393 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14396/task/14400/stat : 14400 (java) S 14393 14396 8839 0 -1 4202560 559 0 0 0 234 14 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296586873256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14401] ppid=14393 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14396/task/14401/stat : 14401 (java) S 14393 14396 8839 0 -1 4202560 554 0 0 0 233 15 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296585820456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14402] ppid=14393 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/14396/task/14402/stat : 14402 (java) S 14393 14396 8839 0 -1 4202560 553 0 0 0 212 14 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296584767656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14403] ppid=14393 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/14396/task/14403/stat : 14403 (java) S 14393 14396 8839 0 -1 4202560 618 0 0 0 246 16 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296465673256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14404] ppid=14393 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/14396/task/14404/stat : 14404 (java) S 14393 14396 8839 0 -1 4202560 673 0 0 0 243 14 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296464620456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14405] ppid=14393 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/14396/task/14405/stat : 14405 (java) S 14393 14396 8839 0 -1 4202560 574 0 0 0 232 12 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296463567656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14406] ppid=14393 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/14396/task/14406/stat : 14406 (java) S 14393 14396 8839 0 -1 4202560 493 0 0 0 226 12 0 0 20 0 22 0 108322231 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296462514856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14407] ppid=14393 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/14396/task/14407/stat : 14407 (java) S 14393 14396 8839 0 -1 4202560 2278 0 0 0 339 14 0 0 20 0 22 0 108322232 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140296450316776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14408] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14408/stat : 14408 (java) S 14393 14396 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295844914424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14409] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14409/stat : 14409 (java) S 14393 14396 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108322233 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295843861512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14410] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14410/stat : 14410 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295842810000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14411] ppid=14393 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14396/task/14411/stat : 14411 (java) S 14393 14396 8839 0 -1 4202560 19203 0 0 0 228 4 0 0 20 0 22 0 108322235 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295841758136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14412] ppid=14393 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/14396/task/14412/stat : 14412 (java) S 14393 14396 8839 0 -1 4202560 15480 0 0 0 225 2 0 0 20 0 22 0 108322235 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295840705336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14413] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14413/stat : 14413 (java) S 14393 14396 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108322235 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295839652728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14414] ppid=14393 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/14396/task/14414/stat : 14414 (java) S 14393 14396 8839 0 -1 4202560 51 0 0 0 23 18 0 0 20 0 22 0 108322235 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295838600136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14396/tid=14415] ppid=14393 vsize=9824732 CPUtime=882.89 cores=1,3,5,7
/proc/14396/task/14415/stat : 14415 (java) R 14393 14396 8839 0 -1 4202560 74 0 0 0 88275 14 0 0 20 0 22 0 108322401 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295837543968 140296467272171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14396/tid=14416] ppid=14393 vsize=9824732 CPUtime=882.95 cores=1,3,5,7
/proc/14396/task/14416/stat : 14416 (java) R 14393 14396 8839 0 -1 4202560 3107 0 0 0 88239 56 0 0 20 0 22 0 108322401 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295836492320 140296467501320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14396/tid=14417] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14417/stat : 14417 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295835440040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14396/tid=14418] ppid=14393 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14396/task/14418/stat : 14418 (java) S 14393 14396 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108322413 10060525568 846966 33554432000 1073741824 1073778376 140736662102464 140295834387240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 14396 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 14396 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=688317
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=392636
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.87
CPU time (s): 1800.03
CPU user time (s): 1798.09
CPU system time (s): 1.94
CPU usage (%): 200.925
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.69
system time used= 2.39264
maximum resident set size= 3422476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48605
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25293
involuntary context switches= 33520

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40203 second user time and 6.80497 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 03:44:36
IDJOB=4080464
IDBENCH=73805
IDSOLVER=2543
FILE ID=node105/4080464-1465263876
RUNJOBID= node105-1465255598-8856
PBS_JOBID= 19843277
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080464-1465263876/watcher-4080464-1465263876 -o /tmp/evaluation-result-4080464-1465263876/solver-4080464-1465263876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8856 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080464-1465263876.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=949927336

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29080364 kB
Buffers:           75384 kB
Cached:           168520 kB
SwapCached:         1780 kB
Active:          2753904 kB
Inactive:         150296 kB
Active(anon):    2660972 kB
Inactive(anon):     1544 kB
Active(file):      92932 kB
Inactive(file):   148752 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098480 kB
Dirty:              4316 kB
Writeback:             0 kB
AnonPages:       2852884 kB
Mapped:            15492 kB
Shmem:                 0 kB
Slab:             572052 kB
SReclaimable:      14968 kB
SUnreclaim:       557084 kB
KernelStack:        1624 kB
PageTables:         9704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3021960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 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= 71740 MiB
End job on node105 at 2016-06-07 03:59:32