Trace number 4106896

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.73 898.064

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
MD5SUMd17850f8cb83537ab22f6a30504d9d46
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106896-1466278815.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
2.54/1.06	c ... done. Wall clock time 0.951s.
2.54/1.06	c declared #vars     1000
2.54/1.06	c internal #vars     16754
2.54/1.06	c #constraints  33011
2.54/1.06	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.54/1.06	c constraints type 
2.54/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
2.54/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.54/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.54/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
2.54/1.07	c 33011 constraints processed.
2.54/1.07	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.54/1.07	c constraints type 
2.54/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.54/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
2.54/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.54/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
2.54/1.07	c 33011 constraints processed.
11.54/4.66	c cleaning 2536 clauses out of 5072 with flag 10682/5072
19.76/8.59	c cleaning 4275 clauses out of 8549 with flag 23308/11085
29.49/13.34	c cleaning 5577 clauses out of 11189 with flag 37824/18000
41.39/19.22	c cleaning 6806 clauses out of 13612 with flag 55083/26000
55.63/26.38	c cleaning 7906 clauses out of 15812 with flag 85020/35006
73.58/35.25	c cleaning 8950 clauses out of 17900 with flag 115699/45000
94.76/45.87	c cleaning 9940 clauses out of 19950 with flag 139310/56000
118.96/57.90	c cleaning 10990 clauses out of 22012 with flag 166810/68002
136.40/66.69	c cleaning 12011 clauses out of 24021 with flag 208421/81001
157.94/77.32	c cleaning 13030 clauses out of 26060 with flag 242527/95051
182.35/89.52	c cleaning 13997 clauses out of 27993 with flag 274370/110014
210.15/103.49	c cleaning 14939 clauses out of 29982 with flag 308806/126000
241.54/119.14	c cleaning 16041 clauses out of 32081 with flag 346533/143038
277.53/137.18	c cleaning 16968 clauses out of 34003 with flag 385266/161001
316.93/156.88	c cleaning 18020 clauses out of 36041 with flag 426840/180007
351.52/174.00	c cleaning 18997 clauses out of 38014 with flag 488879/200000
383.11/189.80	c cleaning 20028 clauses out of 40055 with flag 540387/221038
420.11/208.39	c cleaning 21030 clauses out of 42059 with flag 587205/243070
462.10/229.37	c cleaning 22012 clauses out of 44024 with flag 635836/266065
509.29/253.00	c cleaning 22933 clauses out of 45947 with flag 689684/290000
550.33/273.30	c cleaning 23957 clauses out of 48014 with flag 756258/315000
593.93/295.02	c cleaning 25118 clauses out of 50235 with flag 822144/341178
643.32/319.75	c cleaning 26033 clauses out of 52065 with flag 879277/368126
697.71/346.97	c cleaning 26953 clauses out of 53906 with flag 942601/396000
744.10/370.17	c cleaning 27916 clauses out of 55954 with flag 1025483/425001
774.50/385.36	c cleaning 29020 clauses out of 58040 with flag 1139293/455003
809.19/402.79	c cleaning 30009 clauses out of 60018 with flag 1248034/486001
849.57/422.98	c cleaning 30946 clauses out of 62008 with flag 1359075/518000
894.56/445.47	c cleaning 32006 clauses out of 64062 with flag 1435006/551000
960.55/478.44	c cleaning 33071 clauses out of 66142 with flag 1511271/585086
1008.15/502.30	c cleaning 33868 clauses out of 67986 with flag 1596096/620001
1058.33/527.35	c cleaning 35071 clauses out of 70142 with flag 1685085/656025
1116.73/556.59	c cleaning 36026 clauses out of 72051 with flag 1767713/693005
1172.14/584.21	c cleaning 36885 clauses out of 74020 with flag 1851096/731000
1227.71/612.09	c cleaning 38069 clauses out of 76143 with flag 1947580/770008
1292.30/644.39	c cleaning 39059 clauses out of 78122 with flag 2048708/810056
1358.90/677.69	c cleaning 40042 clauses out of 80084 with flag 2175209/851077
1417.74/706.93	c cleaning 40907 clauses out of 81965 with flag 2269558/893000
1511.54/753.82	c cleaning 41972 clauses out of 84058 with flag 2368878/936000
1579.41/787.74	c cleaning 43083 clauses out of 86167 with flag 2467890/980081
1669.79/832.91	c cleaning 44012 clauses out of 88024 with flag 2564943/1025021
1742.99/869.57	c cleaning 44916 clauses out of 89992 with flag 2674583/1071001
1800.18/898.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.00	c starts		: 1811
1800.18/898.00	c conflicts		: 1103250
1800.18/898.00	c decisions		: 10915931
1800.18/898.00	c propagations		: 119586680
1800.18/898.00	c inspects		: 7418731363
1800.18/898.00	c shortcuts		: 0
1800.18/898.00	c learnt literals	: 0
1800.18/898.00	c learnt binary clauses	: 0
1800.18/898.00	c learnt ternary clauses	: 0
1800.18/898.00	c learnt constraints	: 1103249
1800.18/898.00	c ignored constraints	: 0
1800.18/898.00	c root simplifications	: 0
1800.18/898.00	c removed literals (reason simplification)	: 74256302
1800.18/898.00	c reason swapping (by a shorter reason)	: 0
1800.18/898.00	c Calls to reduceDB	: 42
1800.18/898.00	c Number of update (reduction) of LBD	: 108651
1800.18/898.00	c Imported unit clauses	: 0
1800.18/898.00	c number of reductions to clauses (during analyze)	: 0
1800.18/898.00	c number of learned constraints concerned by reduction	: 0
1800.18/898.00	c number of learning phase by resolution	: 0
1800.18/898.00	c number of learning phase by cutting planes	: 0
1800.18/898.00	c speed (assignments/second)	: 133331.71295702696
1800.18/898.00	c non guided choices	16215
1800.18/898.03	c learnt constraints type 
1800.18/898.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77325
1800.18/898.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.03	c starts		: 1
1800.18/898.03	c conflicts		: 93
1800.18/898.03	c decisions		: 16345
1800.18/898.03	c propagations		: 23977
1800.18/898.03	c inspects		: 404955
1800.18/898.03	c shortcuts		: 0
1800.18/898.03	c learnt literals	: 0
1800.18/898.03	c learnt binary clauses	: 0
1800.18/898.03	c learnt ternary clauses	: 0
1800.18/898.03	c learnt constraints	: 92
1800.18/898.03	c ignored constraints	: 0
1800.18/898.03	c root simplifications	: 0
1800.18/898.03	c removed literals (reason simplification)	: 0
1800.18/898.03	c reason swapping (by a shorter reason)	: 0
1800.18/898.03	c Calls to reduceDB	: 0
1800.18/898.03	c Number of update (reduction) of LBD	: 0
1800.18/898.03	c Imported unit clauses	: 0
1800.18/898.03	c number of reductions to clauses (during analyze)	: 0
1800.18/898.03	c number of learned constraints concerned by reduction	: 0
1800.18/898.03	c number of learning phase by resolution	: 0
1800.18/898.03	c number of learning phase by cutting planes	: 0
1800.18/898.03	c speed (assignments/second)	: 26.732059518049187
1800.18/898.03	c non guided choices	16215
1800.18/898.03	c learnt constraints type 
1800.18/898.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/898.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 91
1800.18/898.03	s UNKNOWN
1800.18/898.03	c Total wall clock time (in seconds): 897.915

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-4106896-1466278815/watcher-4106896-1466278815 -o /tmp/evaluation-result-4106896-1466278815/solver-4106896-1466278815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106896-1466278815.opb 

pid=11314
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.26 4.23 4.24 4/198 11317
/proc/meminfo: memFree=26949988/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11317/stat : 11317 (java) R 11314 11317 3621 0 -1 4202496 1002 0 0 0 0 0 0 0 20 0 1 0 29928284 23793664 652 33554432000 1073741824 1073778376 140733325326784 140733325315848 214360439361 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 5809 663 490 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 4.26 4.23 4.24 4/198 11317
/proc/meminfo: memFree=26949988/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 4426 0 1 0 8 2 0 0 20 0 18 0 29928284 9787879424 6052 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2389619 6052 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.26 4.23 4.24 4/198 11317
/proc/meminfo: memFree=26949988/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 4607 0 1 0 22 2 0 0 20 0 18 0 29928284 9787879424 7224 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2389619 7224 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 4.26 4.23 4.24 4/198 11317
/proc/meminfo: memFree=26949988/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 6224 0 1 0 46 2 0 0 20 0 18 0 29928284 9787879424 9717 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2389619 9717 2244 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 4.26 4.23 4.24 4/198 11317
/proc/meminfo: memFree=26949988/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9558476 CPUtime=1.62 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 24185 0 1 0 156 6 0 0 20 0 18 0 29928284 9787879424 35049 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2389619 35049 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.26 4.23 4.24 8/220 11339
/proc/meminfo: memFree=26708812/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 32092 0 1 0 434 14 0 0 20 0 22 0 29928284 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 63520 2282 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2488 0 1 0 94 3 0 0 20 0 22 0 29928285 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 108 0 0 0 3 1 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29928287 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/11317/task/11332/stat : 11332 (java) R 11314 11317 3621 0 -1 4202560 15522 0 0 0 116 4 0 0 20 0 22 0 29928290 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631317916104 140631970736216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11333] ppid=11314 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/11317/task/11333/stat : 11333 (java) R 11314 11317 3621 0 -1 4202560 12256 0 0 0 116 3 0 0 20 0 22 0 29928290 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631316863808 140631971947872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11334] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11334/stat : 11334 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631315811064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11335] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11335/stat : 11335 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631314758728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11336] ppid=11314 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/11317/task/11336/stat : 11336 (java) R 11314 11317 3621 0 -1 4202560 21 0 0 0 40 0 0 0 20 0 22 0 29928392 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631313703160 140631808694914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11337] ppid=11314 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11317/task/11337/stat : 11337 (java) R 11314 11317 3621 0 -1 4202560 26 0 0 0 41 0 0 0 20 0 22 0 29928392 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631312650904 140631809960269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11338] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11338/stat : 11338 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631311598376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11339] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11339/stat : 11339 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 63520 33554432000 1073741824 1073778376 140733325326784 140631310545832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.32 4.24 4.24 6/220 11339
/proc/meminfo: memFree=26700092/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=8.34 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 33074 0 1 0 820 14 0 0 20 0 22 0 29928284 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 62428 2286 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2488 0 1 0 94 3 0 0 20 0 22 0 29928285 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 108 0 0 0 3 1 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 22 0 29928286 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29928287 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/11317/task/11332/stat : 11332 (java) S 11314 11317 3621 0 -1 4202560 16493 0 0 0 142 4 0 0 20 0 22 0 29928290 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631317916472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11333] ppid=11314 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/11317/task/11333/stat : 11333 (java) S 11314 11317 3621 0 -1 4202560 12266 0 0 0 158 3 0 0 20 0 22 0 29928290 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631316863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11334] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11334/stat : 11334 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631315811064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11335] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11335/stat : 11335 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631314758728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11336] ppid=11314 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11317/task/11336/stat : 11336 (java) R 11314 11317 3621 0 -1 4202560 22 0 0 0 200 0 0 0 20 0 22 0 29928392 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631313703592 140631809907484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11337] ppid=11314 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/11317/task/11337/stat : 11337 (java) R 11314 11317 3621 0 -1 4202560 26 0 0 0 201 0 0 0 20 0 22 0 29928392 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631312650792 140631810071132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11338] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11338/stat : 11338 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631311598376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11339] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11339/stat : 11339 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 62428 33554432000 1073741824 1073778376 140733325326784 140631310545832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.32 4.24 4.24 6/220 11339
/proc/meminfo: memFree=26538996/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=15.2 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 36547 0 1 0 1496 24 0 0 20 0 22 0 29928284 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 102429 2294 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2488 0 1 0 94 3 0 0 20 0 22 0 29928285 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 22 0 29928286 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29928287 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 102429 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=1.7 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.16 4.17 4.18 5/219 11834
/proc/meminfo: memFree=24036504/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=1648.59 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 85164 0 1 0 164546 313 0 0 20 0 22 0 29928284 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 1030509 2302 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2494 0 1 0 95 5 0 0 20 0 22 0 29928285 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 8099 0 0 0 63 40 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 3234 0 0 0 51 32 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 5290 0 0 0 53 28 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 5289 0 0 0 47 26 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 6643 0 0 0 56 31 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 5558 0 0 0 63 34 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 2289 0 0 0 57 34 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 6744 0 0 0 65 37 0 0 20 0 22 0 29928286 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 4457 0 0 0 188 5 0 0 20 0 22 0 29928287 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/11317/task/11332/stat : 11332 (java) S 11314 11317 3621 0 -1 4202560 19657 0 0 0 193 5 0 0 20 0 22 0 29928290 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631317916472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11333] ppid=11314 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/11317/task/11333/stat : 11333 (java) S 11314 11317 3621 0 -1 4202560 12274 0 0 0 178 3 0 0 20 0 22 0 29928290 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631316863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11334] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11334/stat : 11334 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631315811064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11335] ppid=11314 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/11317/task/11335/stat : 11335 (java) S 11314 11317 3621 0 -1 4202560 47 0 0 0 9 11 0 0 20 0 22 0 29928290 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631314758728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11336] ppid=11314 vsize=9824732 CPUtime=817.35 cores=1,3,5,7
/proc/11317/task/11336/stat : 11336 (java) R 11314 11317 3621 0 -1 4202560 111 0 0 0 81718 17 0 0 20 0 22 0 29928392 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631313694608 140631810000427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11337] ppid=11314 vsize=9824732 CPUtime=817.27 cores=1,3,5,7
/proc/11317/task/11337/stat : 11337 (java) R 11314 11317 3621 0 -1 4202560 1712 0 0 0 81693 34 0 0 20 0 22 0 29928392 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631312649200 140631810025665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11338] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11338/stat : 11338 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631311598376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11339] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11339/stat : 11339 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030509 33554432000 1073741824 1073778376 140733325326784 140631310545832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1648.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.10 4.14 4.17 5/219 11836
/proc/meminfo: memFree=24076392/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=1768.81 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 85185 0 1 0 176566 315 0 0 20 0 22 0 29928284 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 1030521 2303 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2494 0 1 0 95 5 0 0 20 0 22 0 29928285 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 8099 0 0 0 67 40 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 3234 0 0 0 56 32 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 5301 0 0 0 57 28 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 5289 0 0 0 56 26 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 6643 0 0 0 60 31 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 5558 0 0 0 66 34 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 2289 0 0 0 61 34 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 6744 0 0 0 76 37 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 4459 0 0 0 188 5 0 0 20 0 22 0 29928287 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11317/task/11332/stat : 11332 (java) S 11314 11317 3621 0 -1 4202560 19660 0 0 0 195 5 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631317916472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11333] ppid=11314 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/11317/task/11333/stat : 11333 (java) S 11314 11317 3621 0 -1 4202560 12274 0 0 0 178 3 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631316863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11334] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11334/stat : 11334 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631315811064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11335] ppid=11314 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11317/task/11335/stat : 11335 (java) S 11314 11317 3621 0 -1 4202560 51 0 0 0 10 11 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631314758728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11336] ppid=11314 vsize=9824732 CPUtime=877.21 cores=1,3,5,7
/proc/11317/task/11336/stat : 11336 (java) R 11314 11317 3621 0 -1 4202560 112 0 0 0 87703 18 0 0 20 0 22 0 29928392 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631313702304 140631809907484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11337] ppid=11314 vsize=9824732 CPUtime=877.15 cores=1,3,5,7
/proc/11317/task/11337/stat : 11337 (java) R 11314 11317 3621 0 -1 4202560 1712 0 0 0 87680 35 0 0 20 0 22 0 29928392 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631312648720 140631810025632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11338] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11338/stat : 11338 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631311598376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11339] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11339/stat : 11339 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631310545832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1768.81
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 4.16 4.15 4.17 6/219 11836
/proc/meminfo: memFree=24072100/32872528 swapFree=1286400/1433568
[pid=11317] ppid=11314 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/11317/stat : 11317 (java) S 11314 11317 3621 0 -1 4202496 85187 0 1 0 179703 315 0 0 20 0 22 0 29928284 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140733325317920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11317/statm: 2456183 1030521 2303 9 0 2446860 0
[pid=11317/tid=11319] ppid=11314 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11317/task/11319/stat : 11319 (java) S 11314 11317 3621 0 -1 4202560 2494 0 1 0 95 5 0 0 20 0 22 0 29928285 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631967830904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11320] ppid=11314 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/11317/task/11320/stat : 11320 (java) S 11314 11317 3621 0 -1 4202560 8099 0 0 0 67 40 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631929321896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11321] ppid=11314 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/11317/task/11321/stat : 11321 (java) S 11314 11317 3621 0 -1 4202560 3234 0 0 0 56 32 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631928269352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11322] ppid=11314 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11317/task/11322/stat : 11322 (java) S 11314 11317 3621 0 -1 4202560 5301 0 0 0 57 28 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631927216296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11323] ppid=11314 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/11317/task/11323/stat : 11323 (java) S 11314 11317 3621 0 -1 4202560 5289 0 0 0 56 26 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631808665896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11324] ppid=11314 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11317/task/11324/stat : 11324 (java) S 11314 11317 3621 0 -1 4202560 6643 0 0 0 60 31 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631807613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11325] ppid=11314 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11317/task/11325/stat : 11325 (java) S 11314 11317 3621 0 -1 4202560 5558 0 0 0 66 34 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631806561320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11326] ppid=11314 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11317/task/11326/stat : 11326 (java) S 11314 11317 3621 0 -1 4202560 2289 0 0 0 61 34 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631805508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11327] ppid=11314 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/11317/task/11327/stat : 11327 (java) S 11314 11317 3621 0 -1 4202560 6744 0 0 0 76 37 0 0 20 0 22 0 29928286 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631804455720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11328] ppid=11314 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/11317/task/11328/stat : 11328 (java) S 11314 11317 3621 0 -1 4202560 4459 0 0 0 188 5 0 0 20 0 22 0 29928287 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631322126696 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11329] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11329/stat : 11329 (java) S 11314 11317 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631321073016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11330] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11330/stat : 11330 (java) S 11314 11317 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29928288 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631320019848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11331] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11331/stat : 11331 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631318968592 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11317/tid=11332] ppid=11314 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11317/task/11332/stat : 11332 (java) S 11314 11317 3621 0 -1 4202560 19660 0 0 0 195 5 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631317916472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11317/tid=11333] ppid=11314 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/11317/task/11333/stat : 11333 (java) S 11314 11317 3621 0 -1 4202560 12274 0 0 0 178 3 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631316863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11334] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11334/stat : 11334 (java) S 11314 11317 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631315811064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11335] ppid=11314 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/11317/task/11335/stat : 11335 (java) S 11314 11317 3621 0 -1 4202560 53 0 0 0 11 11 0 0 20 0 22 0 29928290 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631314758728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11336] ppid=11314 vsize=9824732 CPUtime=892.91 cores=1,3,5,7
/proc/11317/task/11336/stat : 11336 (java) R 11314 11317 3621 0 -1 4202560 112 0 0 0 89273 18 0 0 20 0 22 0 29928392 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631313702304 140631810000493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11337] ppid=11314 vsize=9824732 CPUtime=892.84 cores=1,3,5,7
/proc/11317/task/11337/stat : 11337 (java) R 11314 11317 3621 0 -1 4202560 1712 0 0 0 89249 35 0 0 20 0 22 0 29928392 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631312648720 140631810025735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11317/tid=11338] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11338/stat : 11338 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631311598376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11317/tid=11339] ppid=11314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11317/task/11339/stat : 11339 (java) S 11314 11317 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29928394 10060525568 1030521 33554432000 1073741824 1073778376 140733325326784 140631310545832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 11317 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.064
CPU time (s): 1800.73
CPU user time (s): 1797.1
CPU system time (s): 3.63145
CPU usage (%): 200.512
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.63145
maximum resident set size= 4122200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85221
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24100
involuntary context switches= 21934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.37318 second user time and 7.75282 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 21:40:15
IDJOB=4106896
IDBENCH=48311
IDSOLVER=2543
FILE ID=node130/4106896-1466278815
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106896-1466278815/watcher-4106896-1466278815 -o /tmp/evaluation-result-4106896-1466278815/solver-4106896-1466278815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106896-1466278815.opb

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

MD5SUM BENCH= d17850f8cb83537ab22f6a30504d9d46
RANDOM SEED=855899122

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        26950624 kB
Buffers:           56188 kB
Cached:           171432 kB
SwapCached:         1872 kB
Active:          3571008 kB
Inactive:         174332 kB
Active(anon):    3517984 kB
Inactive(anon):     2212 kB
Active(file):      53024 kB
Inactive(file):   172120 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       4952760 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             602256 kB
SReclaimable:      45480 kB
SUnreclaim:       556776 kB
KernelStack:        1600 kB
PageTables:        13900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5099240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3561472 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= 71748 MiB
End job on node130 at 2016-06-18 21:55:13