Trace number 4089758

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.02 893.289

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v090-n1.opb
MD5SUMd522a051431a8d69bf39a689d6d690a7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.080987
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables179
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4089758-1466017811.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.028s.
0.08/0.15	c declared #vars     179
0.08/0.15	c #constraints  180
0.08/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 178
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.15	c 180 constraints processed.
0.08/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.08/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 178
0.08/0.15	c 180 constraints processed.
2.68/0.84	c cleaning 2498 clauses out of 5002 with flag 36610/5002
4.53/1.31	c cleaning 4242 clauses out of 8502 with flag 115449/11000
5.54/1.87	c cleaning 5624 clauses out of 11260 with flag 210073/18000
7.14/2.68	c cleaning 6811 clauses out of 13636 with flag 329757/26000
9.18/3.68	c cleaning 7904 clauses out of 15825 with flag 474086/35000
11.82/5.00	c cleaning 8956 clauses out of 17924 with flag 646975/45003
14.82/6.46	c cleaning 9974 clauses out of 19965 with flag 828288/56000
18.25/8.18	c cleaning 10987 clauses out of 21992 with flag 1016675/68001
18.65/8.38	c cleaning 0 clauses out of 5000 with flag 0/5000
22.79/10.22	c cleaning 11998 clauses out of 24005 with flag 1218780/81001
27.42/12.40	c cleaning 12994 clauses out of 26007 with flag 1434864/95001
32.86/15.11	c cleaning 13995 clauses out of 28012 with flag 1683153/110000
39.50/18.43	c cleaning 14998 clauses out of 30020 with flag 1969392/126003
46.49/21.99	c cleaning 16001 clauses out of 32019 with flag 2273967/143000
54.92/26.13	c cleaning 16997 clauses out of 34019 with flag 2587866/161001
63.75/30.53	c cleaning 18001 clauses out of 36021 with flag 2883369/180000
74.00/35.62	c cleaning 19003 clauses out of 38025 with flag 3239084/200005
82.25/39.72	c cleaning 0 clauses out of 11001 with flag 0/11001
85.69/41.43	c cleaning 20000 clauses out of 40018 with flag 3609506/221001
98.10/47.65	c cleaning 21001 clauses out of 42017 with flag 3977309/243000
112.76/54.90	c cleaning 21997 clauses out of 44019 with flag 4385820/266003
127.80/62.45	c cleaning 23001 clauses out of 46019 with flag 4790743/290000
145.48/71.24	c cleaning 23998 clauses out of 48019 with flag 5245735/315001
166.20/81.58	c cleaning 25002 clauses out of 50020 with flag 5691392/341000
186.07/91.45	c cleaning 25997 clauses out of 52018 with flag 6143799/368000
207.94/102.32	c cleaning 27004 clauses out of 54022 with flag 6595174/396001
215.56/106.19	c cleaning 0 clauses out of 18000 with flag 0/18000
232.66/114.67	c cleaning 27995 clauses out of 56017 with flag 7091497/425000
256.63/126.54	c cleaning 29007 clauses out of 58022 with flag 7565695/455000
283.83/140.02	c cleaning 30002 clauses out of 60015 with flag 8071734/486000
314.56/155.34	c cleaning 30996 clauses out of 62013 with flag 8625098/518000
348.73/172.37	c cleaning 32003 clauses out of 64017 with flag 9194011/551000
385.40/190.50	c cleaning 32996 clauses out of 66015 with flag 9785238/585001
424.46/209.90	c cleaning 33996 clauses out of 68020 with flag 10383572/620002
461.72/228.41	c cleaning 35006 clauses out of 70022 with flag 10993892/656000
465.92/230.54	c cleaning 0 clauses out of 26001 with flag 0/26001
503.36/249.16	c cleaning 36001 clauses out of 72017 with flag 11645201/693001
546.68/270.63	c cleaning 36998 clauses out of 74016 with flag 12283504/731001
583.30/288.80	c cleaning 37997 clauses out of 76018 with flag 12892858/770001
621.13/307.62	c cleaning 38997 clauses out of 78021 with flag 13424439/810001
664.27/329.05	c cleaning 39984 clauses out of 80024 with flag 14059161/851001
709.39/351.42	c cleaning 41004 clauses out of 82039 with flag 14651737/893000
755.69/374.44	c cleaning 42003 clauses out of 84035 with flag 15234585/936000
804.20/398.43	c cleaning 42992 clauses out of 86033 with flag 15865314/980001
859.05/425.63	c cleaning 43997 clauses out of 88040 with flag 16484380/1025000
872.15/432.19	c cleaning 0 clauses out of 35001 with flag 0/35001
914.89/453.39	c cleaning 45018 clauses out of 90046 with flag 17072184/1071003
976.75/484.03	c cleaning 46001 clauses out of 92025 with flag 17732306/1118000
1044.00/517.46	c cleaning 47004 clauses out of 94024 with flag 18390649/1166000
1109.10/549.77	c cleaning 48001 clauses out of 96022 with flag 19047430/1215002
1177.33/583.82	c cleaning 49005 clauses out of 98019 with flag 19685784/1265000
1248.42/619.13	c cleaning 50000 clauses out of 100015 with flag 20407255/1316001
1320.91/655.10	c cleaning 50996 clauses out of 102015 with flag 21015822/1368001
1396.99/692.94	c cleaning 52000 clauses out of 104018 with flag 21667646/1421000
1427.85/708.26	c cleaning 0 clauses out of 45002 with flag 0/45002
1478.64/733.43	c cleaning 52996 clauses out of 106019 with flag 22351668/1475001
1561.45/774.54	c cleaning 53996 clauses out of 108022 with flag 23035092/1530000
1648.07/817.55	c cleaning 55005 clauses out of 110029 with flag 23751884/1586003
1742.74/864.53	c cleaning 55999 clauses out of 112024 with flag 24532606/1643003
1800.02/893.21	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.21	c starts		: 168
1800.02/893.21	c conflicts		: 1685208
1800.02/893.21	c decisions		: 1934081
1800.02/893.21	c propagations		: 67852611
1800.02/893.21	c inspects		: 12850920309
1800.02/893.21	c shortcuts		: 0
1800.02/893.21	c learnt literals	: 0
1800.02/893.21	c learnt binary clauses	: 0
1800.02/893.21	c learnt ternary clauses	: 0
1800.02/893.21	c learnt constraints	: 1685208
1800.02/893.21	c ignored constraints	: 0
1800.02/893.21	c root simplifications	: 0
1800.02/893.21	c removed literals (reason simplification)	: 9747487
1800.02/893.21	c reason swapping (by a shorter reason)	: 0
1800.02/893.21	c Calls to reduceDB	: 53
1800.02/893.21	c Number of update (reduction) of LBD	: 613335
1800.02/893.21	c Imported unit clauses	: 0
1800.02/893.21	c number of reductions to clauses (during analyze)	: 0
1800.02/893.21	c number of learned constraints concerned by reduction	: 0
1800.02/893.21	c number of learning phase by resolution	: 0
1800.02/893.21	c number of learning phase by cutting planes	: 0
1800.02/893.21	c speed (assignments/second)	: 75978.1804907654
1800.02/893.21	c non guided choices	34
1800.02/893.24	c learnt constraints type 
1800.02/893.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98230
1800.02/893.24	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.24	c starts		: 73
1800.02/893.24	c conflicts		: 51233
1800.02/893.24	c decisions		: 65343
1800.02/893.24	c propagations		: 567782
1800.02/893.24	c inspects		: 1161160898
1800.02/893.24	c shortcuts		: 0
1800.02/893.24	c learnt literals	: 0
1800.02/893.24	c learnt binary clauses	: 0
1800.02/893.24	c learnt ternary clauses	: 0
1800.02/893.24	c learnt constraints	: 51233
1800.02/893.24	c ignored constraints	: 0
1800.02/893.24	c root simplifications	: 0
1800.02/893.24	c removed literals (reason simplification)	: 0
1800.02/893.24	c reason swapping (by a shorter reason)	: 0
1800.02/893.24	c Calls to reduceDB	: 6
1800.02/893.24	c Number of update (reduction) of LBD	: 0
1800.02/893.24	c Imported unit clauses	: 0
1800.02/893.24	c number of reductions to clauses (during analyze)	: 0
1800.02/893.24	c number of learned constraints concerned by reduction	: 0
1800.02/893.24	c number of learning phase by resolution	: 0
1800.02/893.24	c number of learning phase by cutting planes	: 0
1800.02/893.24	c speed (assignments/second)	: 635.75501941029
1800.02/893.24	c non guided choices	34
1800.02/893.26	c learnt constraints type 
1800.02/893.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.02/893.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.02/893.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51218
1800.02/893.26	s UNKNOWN
1800.02/893.26	c Total wall clock time (in seconds): 893.143

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-4089758-1466017811/watcher-4089758-1466017811 -o /tmp/evaluation-result-4089758-1466017811/solver-4089758-1466017811 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089758-1466017811.opb 

pid=13675
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: 4.29 4.25 4.19 4/198 13678
/proc/meminfo: memFree=28351548/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13678/stat : 13678 (java) D 13675 13678 5545 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 3830304 9515008 182 33554432000 1073741824 1073778376 140734393616048 140734393607080 219513962165 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/13678/statm: 2323 182 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.29 4.25 4.19 4/198 13678
/proc/meminfo: memFree=28351548/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 4397 0 1 0 7 1 0 0 20 0 18 0 3830304 9787879424 6026 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.29 4.25 4.19 4/198 13678
/proc/meminfo: memFree=28351548/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 6008 0 1 0 26 2 0 0 20 0 22 0 3830304 10060525568 8663 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 8663 2214 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300249 s]
/proc/loadavg: 4.29 4.25 4.19 4/198 13678
/proc/meminfo: memFree=28351548/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 9241 0 1 0 66 2 0 0 20 0 22 0 3830304 10060525568 11044 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 11044 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.70021 s]
/proc/loadavg: 4.29 4.25 4.19 4/198 13678
/proc/meminfo: memFree=28351548/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 18311 0 1 0 224 4 0 0 20 0 22 0 3830304 10060525568 26516 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 26516 2241 9 0 2446860 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.29 4.25 4.19 6/220 13700
/proc/meminfo: memFree=28179332/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=4.93 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 26804 0 1 0 485 8 0 0 20 0 22 0 3830304 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 47082 2272 9 0 2446860 0
[pid=13678/tid=13680] ppid=13675 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13678/task/13680/stat : 13680 (java) S 13675 13678 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3830305 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465792738168 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13681] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13681/stat : 13681 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465636157736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13682] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13682/stat : 13682 (java) S 13675 13678 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465635104936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13683] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13683/stat : 13683 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465634052648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/13678/task/13693/stat : 13693 (java) S 13675 13678 5545 0 -1 4202560 6863 0 0 0 109 1 0 0 20 0 22 0 3830311 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465276283576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13694] ppid=13675 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/13678/task/13694/stat : 13694 (java) S 13675 13678 5545 0 -1 4202560 16028 0 0 0 95 3 0 0 20 0 22 0 3830311 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465275230776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13695] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13695/stat : 13695 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465274178680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13696] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13696/stat : 13696 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465273126088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13697] ppid=13675 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/13678/task/13697/stat : 13697 (java) R 13675 13678 5545 0 -1 4202560 38 0 0 0 131 0 0 0 20 0 22 0 3830320 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465271970288 140465647678290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13698] ppid=13675 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/13678/task/13698/stat : 13698 (java) R 13675 13678 5545 0 -1 4202560 94 0 0 0 128 2 0 0 20 0 22 0 3830320 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465270918240 140465647631807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13699] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13699/stat : 13699 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465269867688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13700] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13700/stat : 13700 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 47082 33554432000 1073741824 1073778376 140736565262016 140465268814888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.29 4.25 4.19 5/220 13700
/proc/meminfo: memFree=28057320/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=8.18 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 27363 0 1 0 806 12 0 0 20 0 22 0 3830304 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 82870 2272 9 0 2446860 0
[pid=13678/tid=13680] ppid=13675 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13678/task/13680/stat : 13680 (java) S 13675 13678 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3830305 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465792738168 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13681] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13681/stat : 13681 (java) S 13675 13678 5545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465636157736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13682] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13682/stat : 13682 (java) S 13675 13678 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465635104936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13683] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13683/stat : 13683 (java) S 13675 13678 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465634052648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 100 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 3830307 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 186 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/13678/task/13693/stat : 13693 (java) S 13675 13678 5545 0 -1 4202560 6863 0 0 0 110 1 0 0 20 0 22 0 3830311 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465276283576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13694] ppid=13675 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/13678/task/13694/stat : 13694 (java) S 13675 13678 5545 0 -1 4202560 16028 0 0 0 99 3 0 0 20 0 22 0 3830311 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465275230776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13695] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13695/stat : 13695 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465274178680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13696] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13696/stat : 13696 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465273126088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13697] ppid=13675 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/13678/task/13697/stat : 13697 (java) R 13675 13678 5545 0 -1 4202560 41 0 0 0 288 0 0 0 20 0 22 0 3830320 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465271970400 140465647667050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13698] ppid=13675 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/13678/task/13698/stat : 13698 (java) R 13675 13678 5545 0 -1 4202560 151 0 0 0 282 4 0 0 20 0 22 0 3830320 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465270919056 140465647690985 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13699] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13699/stat : 13699 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465269867688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13700] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13700/stat : 13700 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 82870 33554432000 1073741824 1073778376 140736565262016 140465268814888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.27 4.25 4.19 5/220 13700
/proc/meminfo: memFree=27761740/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=14.61 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 28016 0 1 0 1442 19 0 0 20 0 22 0 3830304 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 184361 2272 9 0 2446860 0
[pid=13678/tid=13680] ppid=13675 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13678/task/13680/stat : 13680 (java) S 13675 13678 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3830305 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465792738168 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13681] ppid=13675 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/13678/task/13681/stat : 13681 (java) S 13675 13678 5545 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465636157736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13682] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13682/stat : 13682 (java) S 13675 13678 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465635104936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13683] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13683/stat : 13683 (java) S 13675 13678 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465634052648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 22 0 3830307 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 437 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 184361 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.12 cores=1,3,5,7

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

[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 487 0 0 0 297 7 0 0 20 0 22 0 3830307 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 529 0 0 0 308 8 0 0 20 0 22 0 3830307 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 408 0 0 0 314 9 0 0 20 0 22 0 3830307 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 533 0 0 0 315 9 0 0 20 0 22 0 3830307 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 518 0 0 0 319 10 0 0 20 0 22 0 3830307 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 1284 0 0 0 47 21 0 0 20 0 22 0 3830308 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13678/task/13693/stat : 13693 (java) S 13675 13678 5545 0 -1 4202560 12210 0 0 0 180 3 0 0 20 0 22 0 3830311 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465276283576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13694] ppid=13675 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13678/task/13694/stat : 13694 (java) S 13675 13678 5545 0 -1 4202560 16028 0 0 0 103 3 0 0 20 0 22 0 3830311 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465275230776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13695] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13695/stat : 13695 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465274178680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13696] ppid=13675 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/13678/task/13696/stat : 13696 (java) S 13675 13678 5545 0 -1 4202560 47 0 0 0 12 22 0 0 20 0 22 0 3830311 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465273126088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13697] ppid=13675 vsize=9824732 CPUtime=812.04 cores=1,3,5,7
/proc/13678/task/13697/stat : 13697 (java) R 13675 13678 5545 0 -1 4202560 211 0 0 0 81191 13 0 0 20 0 22 0 3830320 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465271971072 140465647598776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13698] ppid=13675 vsize=9824732 CPUtime=811.97 cores=1,3,5,7
/proc/13678/task/13698/stat : 13698 (java) R 13675 13678 5545 0 -1 4202560 1099 0 0 0 81160 37 0 0 20 0 22 0 3830320 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465270917488 140465647679746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13699] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13699/stat : 13699 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465269867688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13700] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13700/stat : 13700 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504997 33554432000 1073741824 1073778376 140736565262016 140465268814888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1657.74
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.23 4.19 5/219 13857
/proc/meminfo: memFree=26306512/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=1778.13 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 38430 0 1 0 177670 143 0 0 20 0 22 0 3830304 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 504146 2281 9 0 2446860 0
[pid=13678/tid=13680] ppid=13675 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13678/task/13680/stat : 13680 (java) S 13675 13678 5545 0 -1 4202560 2406 0 1 0 13 4 0 0 20 0 22 0 3830305 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465792738168 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13681] ppid=13675 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/13678/task/13681/stat : 13681 (java) S 13675 13678 5545 0 -1 4202560 455 0 0 0 341 10 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465636157736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13682] ppid=13675 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/13678/task/13682/stat : 13682 (java) S 13675 13678 5545 0 -1 4202560 436 0 0 0 338 9 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465635104936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13683] ppid=13675 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/13678/task/13683/stat : 13683 (java) S 13675 13678 5545 0 -1 4202560 410 0 0 0 345 8 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465634052648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 491 0 0 0 317 7 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 536 0 0 0 336 9 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 414 0 0 0 346 9 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 539 0 0 0 334 10 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 528 0 0 0 344 11 0 0 20 0 22 0 3830307 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 1336 0 0 0 98 22 0 0 20 0 22 0 3830308 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13678/task/13693/stat : 13693 (java) S 13675 13678 5545 0 -1 4202560 12210 0 0 0 180 3 0 0 20 0 22 0 3830311 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465276283576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13694] ppid=13675 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13678/task/13694/stat : 13694 (java) S 13675 13678 5545 0 -1 4202560 16028 0 0 0 103 3 0 0 20 0 22 0 3830311 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465275230776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13695] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13695/stat : 13695 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465274178680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13696] ppid=13675 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/13678/task/13696/stat : 13696 (java) S 13675 13678 5545 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 3830311 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465273126088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13697] ppid=13675 vsize=9824732 CPUtime=870.81 cores=1,3,5,7
/proc/13678/task/13697/stat : 13697 (java) R 13675 13678 5545 0 -1 4202560 223 0 0 0 87067 14 0 0 20 0 22 0 3830320 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465271972392 140465647666336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13698] ppid=13675 vsize=9824732 CPUtime=870.76 cores=1,3,5,7
/proc/13678/task/13698/stat : 13698 (java) R 13675 13678 5545 0 -1 4202560 1103 0 0 0 87038 38 0 0 20 0 22 0 3830320 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465270918272 140465647679750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13699] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13699/stat : 13699 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465269867688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13700] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13700/stat : 13700 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504146 33554432000 1073741824 1073778376 140736565262016 140465268814888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1778.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.201 s]
/proc/loadavg: 4.16 4.22 4.18 6/219 13857
/proc/meminfo: memFree=26311720/32872528 swapFree=1073728/1155488
[pid=13678] ppid=13675 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/13678/stat : 13678 (java) S 13675 13678 5545 0 -1 4202496 38436 0 1 0 179859 143 0 0 20 0 22 0 3830304 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140736565253152 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13678/statm: 2456183 504112 2281 9 0 2446860 0
[pid=13678/tid=13680] ppid=13675 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13678/task/13680/stat : 13680 (java) S 13675 13678 5545 0 -1 4202560 2406 0 1 0 13 4 0 0 20 0 22 0 3830305 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465792738168 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13681] ppid=13675 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/13678/task/13681/stat : 13681 (java) S 13675 13678 5545 0 -1 4202560 455 0 0 0 343 10 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465636157736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13682] ppid=13675 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/13678/task/13682/stat : 13682 (java) S 13675 13678 5545 0 -1 4202560 436 0 0 0 339 9 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465635104936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13683] ppid=13675 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/13678/task/13683/stat : 13683 (java) S 13675 13678 5545 0 -1 4202560 410 0 0 0 348 8 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465634052648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13684] ppid=13675 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/13678/task/13684/stat : 13684 (java) S 13675 13678 5545 0 -1 4202560 493 0 0 0 320 8 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465632999848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13685] ppid=13675 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/13678/task/13685/stat : 13685 (java) S 13675 13678 5545 0 -1 4202560 536 0 0 0 338 9 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465631947560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13686] ppid=13675 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/13678/task/13686/stat : 13686 (java) S 13675 13678 5545 0 -1 4202560 416 0 0 0 349 9 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465294797480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13687] ppid=13675 vsize=9824732 CPUtime=3.46 cores=1,3,5,7
/proc/13678/task/13687/stat : 13687 (java) S 13675 13678 5545 0 -1 4202560 539 0 0 0 336 10 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465293745192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13688] ppid=13675 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/13678/task/13688/stat : 13688 (java) S 13675 13678 5545 0 -1 4202560 528 0 0 0 347 11 0 0 20 0 22 0 3830307 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465292692392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13689] ppid=13675 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/13678/task/13689/stat : 13689 (java) S 13675 13678 5545 0 -1 4202560 1336 0 0 0 98 22 0 0 20 0 22 0 3830308 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465280493800 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13690] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13690/stat : 13690 (java) S 13675 13678 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465279439864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13691] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13691/stat : 13691 (java) S 13675 13678 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3830308 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465278387464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13692] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13692/stat : 13692 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465277335952 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13678/tid=13693] ppid=13675 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13678/task/13693/stat : 13693 (java) S 13675 13678 5545 0 -1 4202560 12210 0 0 0 180 3 0 0 20 0 22 0 3830311 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465276283576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13694] ppid=13675 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13678/task/13694/stat : 13694 (java) S 13675 13678 5545 0 -1 4202560 16028 0 0 0 103 3 0 0 20 0 22 0 3830311 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465275230776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13695] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13695/stat : 13695 (java) S 13675 13678 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3830311 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465274178680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13696] ppid=13675 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/13678/task/13696/stat : 13696 (java) S 13675 13678 5545 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 3830311 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465273126088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13678/tid=13697] ppid=13675 vsize=9824732 CPUtime=881.63 cores=1,3,5,7
/proc/13678/task/13697/stat : 13697 (java) R 13675 13678 5545 0 -1 4202560 223 0 0 0 88149 14 0 0 20 0 22 0 3830320 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465271970288 140465647598905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13678/tid=13698] ppid=13675 vsize=9824732 CPUtime=881.57 cores=1,3,5,7
/proc/13678/task/13698/stat : 13698 (java) R 13675 13678 5545 0 -1 4202560 1105 0 0 0 88119 38 0 0 20 0 22 0 3830320 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465270918256 140465647693570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13699] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13699/stat : 13699 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465269867688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13678/tid=13700] ppid=13675 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13678/task/13700/stat : 13700 (java) S 13675 13678 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3830320 10060525568 504112 33554432000 1073741824 1073778376 140736565262016 140465268814888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 13678 sig 9
??? kill -13678 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 13678 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=268229
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=979699
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.289
CPU time (s): 1800.02
CPU user time (s): 1798.59
CPU system time (s): 1.43
CPU usage (%): 201.505
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 1.9797
maximum resident set size= 2070920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30083
involuntary context switches= 56335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82311 second user time and 7.41387 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 21:10:11
IDJOB=4089758
IDBENCH=107452
IDSOLVER=2543
FILE ID=node114/4089758-1466017811
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v090-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089758-1466017811/watcher-4089758-1466017811 -o /tmp/evaluation-result-4089758-1466017811/solver-4089758-1466017811 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089758-1466017811.opb

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

MD5SUM BENCH= d522a051431a8d69bf39a689d6d690a7
RANDOM SEED=1873799789

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.761
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:        28352192 kB
Buffers:           18708 kB
Cached:            43868 kB
SwapCached:        33296 kB
Active:          2591084 kB
Inactive:          69576 kB
Active(anon):    2567028 kB
Inactive(anon):    33292 kB
Active(file):      24056 kB
Inactive(file):    36284 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       3657556 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             565800 kB
SReclaimable:       9856 kB
SUnreclaim:       555944 kB
KernelStack:        1816 kB
PageTables:        11516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3903016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2533376 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= 71736 MiB
End job on node114 at 2016-06-15 21:25:04