Trace number 4098109

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.75 890.063

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_15.opb
MD5SUMc226793b4129901062d8cb1e10a179c8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6320
Total number of constraints30894
Number of constraints which are clauses30889
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint79
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4098109-1466115332.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.56/1.29	c ... done. Wall clock time 1.183s.
2.56/1.29	c declared #vars     6320
2.56/1.29	c #constraints  30898
2.56/1.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.56/1.29	c constraints type 
2.56/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18486
2.56/1.29	c org.sat4j.specs.Constr$1 => 4
2.56/1.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
2.56/1.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
2.56/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12402
2.56/1.29	c 30898 constraints processed.
2.56/1.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.56/1.29	c constraints type 
2.56/1.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12402
2.56/1.29	c org.sat4j.specs.Constr$1 => 4
2.56/1.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18486
2.56/1.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
2.56/1.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
2.56/1.29	c 30898 constraints processed.
10.74/4.15	c cleaning 2495 clauses out of 5001 with flag 44052/5001
15.60/6.47	c cleaning 4245 clauses out of 8506 with flag 130409/11001
21.55/9.24	c cleaning 5623 clauses out of 11260 with flag 194116/18000
27.66/12.17	c cleaning 6811 clauses out of 13637 with flag 289612/26000
34.44/15.44	c cleaning 7907 clauses out of 15833 with flag 366119/35007
41.81/19.00	c cleaning 8947 clauses out of 17919 with flag 441989/45000
53.41/24.72	c cleaning 9978 clauses out of 19974 with flag 512868/56002
62.42/29.21	c cleaning 10978 clauses out of 21994 with flag 603993/68000
72.34/34.20	c cleaning 12008 clauses out of 24018 with flag 717416/81002
81.88/38.88	c cleaning 12990 clauses out of 26008 with flag 804911/95000
92.50/44.16	c cleaning 14001 clauses out of 28018 with flag 899895/110000
104.26/49.95	c cleaning 15006 clauses out of 30017 with flag 1017275/126000
114.47/55.07	c cleaning 16002 clauses out of 32011 with flag 1135550/143000
127.90/62.16	c cleaning 16998 clauses out of 34010 with flag 1255320/161001
139.78/68.08	c cleaning 18005 clauses out of 36011 with flag 1375998/180000
152.99/74.67	c cleaning 18998 clauses out of 38006 with flag 1508717/200000
166.97/81.58	c cleaning 19998 clauses out of 40008 with flag 1641690/221000
181.58/88.76	c cleaning 21000 clauses out of 42011 with flag 1787350/243001
196.70/96.22	c cleaning 22000 clauses out of 44010 with flag 1930014/266000
199.54/97.62	c cleaning 0 clauses out of 5000 with flag 0/5000
212.23/103.82	c cleaning 23004 clauses out of 46010 with flag 2084844/290000
228.87/112.04	c cleaning 23996 clauses out of 48007 with flag 2239172/315001
245.27/120.15	c cleaning 24992 clauses out of 50012 with flag 2392844/341002
262.21/128.54	c cleaning 25999 clauses out of 52020 with flag 2550940/368002
279.13/136.96	c cleaning 27006 clauses out of 54021 with flag 2708860/396002
297.73/146.81	c cleaning 28007 clauses out of 56015 with flag 2857184/425002
314.12/155.07	c cleaning 29002 clauses out of 58007 with flag 3002308/455001
338.32/167.00	c cleaning 29997 clauses out of 60004 with flag 3201778/486000
362.89/179.27	c cleaning 30999 clauses out of 62007 with flag 3409092/518000
389.90/192.69	c cleaning 31992 clauses out of 64009 with flag 3642565/551001
416.31/205.70	c cleaning 32997 clauses out of 66018 with flag 3859057/585002
443.56/219.25	c cleaning 34001 clauses out of 68020 with flag 4085407/620001
472.61/233.49	c cleaning 34988 clauses out of 70018 with flag 4304077/656000
503.19/248.59	c cleaning 35973 clauses out of 72032 with flag 4535615/693002
535.35/264.26	c cleaning 37008 clauses out of 74058 with flag 4787053/731001
570.21/281.33	c cleaning 38012 clauses out of 76050 with flag 5041961/770001
603.21/297.69	c cleaning 39010 clauses out of 78037 with flag 5292670/810000
634.60/313.22	c cleaning 40001 clauses out of 80028 with flag 5552775/851001
670.13/330.80	c cleaning 41010 clauses out of 82026 with flag 5829914/893000
705.55/348.35	c cleaning 42005 clauses out of 84016 with flag 6118743/936000
740.97/365.94	c cleaning 42989 clauses out of 86011 with flag 6402167/980000
779.49/384.98	c cleaning 44002 clauses out of 88024 with flag 6686567/1025002
817.32/403.50	c cleaning 45006 clauses out of 90021 with flag 6967328/1071001
854.77/421.91	c cleaning 46004 clauses out of 92014 with flag 7238561/1118000
894.85/441.63	c cleaning 46983 clauses out of 94010 with flag 7510330/1166000
937.98/462.87	c cleaning 47987 clauses out of 96028 with flag 7824366/1215001
939.38/463.57	c cleaning 0 clauses out of 11002 with flag 0/11002
983.39/485.13	c cleaning 48999 clauses out of 98040 with flag 8145797/1265000
1032.51/510.69	c cleaning 50008 clauses out of 100041 with flag 8481417/1316000
1076.18/532.15	c cleaning 51012 clauses out of 102035 with flag 8834124/1368002
1122.60/555.00	c cleaning 51972 clauses out of 104024 with flag 9198134/1421003
1167.28/577.19	c cleaning 53016 clauses out of 106057 with flag 9563726/1475008
1212.43/599.50	c cleaning 54006 clauses out of 108033 with flag 9928921/1530000
1256.07/621.06	c cleaning 55012 clauses out of 110028 with flag 10261805/1586001
1300.17/642.87	c cleaning 55997 clauses out of 112017 with flag 10593098/1643002
1352.02/668.59	c cleaning 57006 clauses out of 114019 with flag 10970325/1701001
1403.80/694.05	c cleaning 57983 clauses out of 116012 with flag 11343619/1760000
1453.42/718.64	c cleaning 58992 clauses out of 118029 with flag 11708172/1820000
1502.07/742.78	c cleaning 60011 clauses out of 120037 with flag 12060619/1881000
1547.15/765.07	c cleaning 61007 clauses out of 122026 with flag 12401331/1943000
1605.83/794.07	c cleaning 62006 clauses out of 124019 with flag 12812312/2006000
1664.47/823.08	c cleaning 62999 clauses out of 126013 with flag 13237411/2070000
1724.65/852.75	c cleaning 63981 clauses out of 128014 with flag 13671489/2135000
1786.48/883.24	c cleaning 65011 clauses out of 130033 with flag 14125527/2201000
1800.09/890.01	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/890.01	c starts		: 4756
1800.09/890.01	c conflicts		: 2218900
1800.09/890.01	c decisions		: 18130935
1800.09/890.01	c propagations		: 736600169
1800.09/890.01	c inspects		: 10296886592
1800.09/890.01	c shortcuts		: 0
1800.09/890.01	c learnt literals	: 0
1800.09/890.01	c learnt binary clauses	: 0
1800.09/890.01	c learnt ternary clauses	: 1
1800.09/890.01	c learnt constraints	: 2218900
1800.09/890.01	c ignored constraints	: 0
1800.09/890.01	c root simplifications	: 0
1800.09/890.01	c removed literals (reason simplification)	: 39400556
1800.09/890.01	c reason swapping (by a shorter reason)	: 0
1800.09/890.01	c Calls to reduceDB	: 62
1800.09/890.01	c Number of update (reduction) of LBD	: 1154751
1800.09/890.01	c Imported unit clauses	: 0
1800.09/890.01	c number of reductions to clauses (during analyze)	: 0
1800.09/890.01	c number of learned constraints concerned by reduction	: 0
1800.09/890.01	c number of learning phase by resolution	: 0
1800.09/890.01	c number of learning phase by cutting planes	: 0
1800.09/890.01	c speed (assignments/second)	: 828845.725132946
1800.09/890.01	c non guided choices	4837
1800.09/890.04	c learnt constraints type 
1800.09/890.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82923
1800.09/890.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/890.04	c starts		: 42
1800.09/890.04	c conflicts		: 14834
1800.09/890.04	c decisions		: 22945
1800.09/890.04	c propagations		: 1541890
1800.09/890.04	c inspects		: 927300773
1800.09/890.04	c shortcuts		: 0
1800.09/890.04	c learnt literals	: 0
1800.09/890.04	c learnt binary clauses	: 0
1800.09/890.04	c learnt ternary clauses	: 0
1800.09/890.04	c learnt constraints	: 14834
1800.09/890.04	c ignored constraints	: 0
1800.09/890.04	c root simplifications	: 0
1800.09/890.04	c removed literals (reason simplification)	: 0
1800.09/890.04	c reason swapping (by a shorter reason)	: 0
1800.09/890.04	c Calls to reduceDB	: 2
1800.09/890.04	c Number of update (reduction) of LBD	: 0
1800.09/890.04	c Imported unit clauses	: 0
1800.09/890.04	c number of reductions to clauses (during analyze)	: 0
1800.09/890.04	c number of learned constraints concerned by reduction	: 0
1800.09/890.04	c number of learning phase by resolution	: 0
1800.09/890.04	c number of learning phase by cutting planes	: 0
1800.09/890.04	c speed (assignments/second)	: 1734.9578438178996
1800.09/890.04	c non guided choices	4837
1800.09/890.04	c learnt constraints type 
1800.09/890.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 293
1800.09/890.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 108
1800.09/890.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14433
1800.09/890.04	s UNKNOWN
1800.09/890.04	c Total wall clock time (in seconds): 889.935

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-4098109-1466115332/watcher-4098109-1466115332 -o /tmp/evaluation-result-4098109-1466115332/solver-4098109-1466115332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4098109-1466115332.opb 

pid=11788
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.16 4.26 4.13 4/197 11791
/proc/meminfo: memFree=27482932/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13581819 98570240 978 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 24065 978 744 9 0 16771 0
[pid=11791/tid=11792] ppid=11788 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) R 11788 11791 7556 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13581820 98570240 978 33554432000 1073741824 1073778376 140734249430720 140402265493032 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.16 4.26 4.13 4/197 11791
/proc/meminfo: memFree=27482932/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 4511 0 1 0 9 1 0 0 20 0 18 0 13581819 9787879424 6133 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2389619 6133 2156 9 0 2380296 0
[pid=11791/tid=11792] ppid=11788 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) R 11788 11791 7556 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 13581820 9787879424 6133 33554432000 1073741824 1073778376 140734249430720 140402265496480 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.16 4.26 4.13 4/197 11791
/proc/meminfo: memFree=27482932/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 6465 0 1 0 29 2 0 0 20 0 18 0 13581819 9787879424 8610 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2389619 8610 2221 9 0 2380296 0
[pid=11791/tid=11792] ppid=11788 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) R 11788 11791 7556 0 -1 4202560 2401 0 1 0 16 2 0 0 20 0 18 0 13581820 9787879424 8610 33554432000 1073741824 1073778376 140734249430720 140402265496264 140402095153871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 4.16 4.26 4.13 4/197 11791
/proc/meminfo: memFree=27482932/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 7023 0 1 0 57 2 0 0 20 0 18 0 13581819 9787879424 11309 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2389619 11309 2234 9 0 2380296 0
[pid=11791/tid=11792] ppid=11788 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) R 11788 11791 7556 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 18 0 13581820 9787879424 11309 33554432000 1073741824 1073778376 140734249430720 140402265496264 140402095138007 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700243 s]
/proc/loadavg: 4.16 4.26 4.13 4/197 11791
/proc/meminfo: memFree=27482932/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 12428 0 1 0 107 6 0 0 20 0 18 0 13581819 9787879424 44877 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2389619 44877 2255 9 0 2380296 0
[pid=11791/tid=11792] ppid=11788 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) R 11788 11791 7556 0 -1 4202560 2466 0 1 0 63 4 0 0 20 0 18 0 13581820 9787879424 44877 33554432000 1073741824 1073778376 140734249430720 140402265496896 140402095520818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.16 4.26 4.13 6/215 11809
/proc/meminfo: memFree=27270284/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 33716 0 1 0 352 11 0 0 20 0 22 0 13581819 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 59197 2275 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2484 0 1 0 121 4 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13581821 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11805/stat : 11805 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402086603280 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11806] ppid=11788 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/11791/task/11806/stat : 11806 (java) R 11788 11791 7556 0 -1 4202560 18190 0 0 0 101 3 0 0 20 0 22 0 13581824 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402085538216 140402273215155 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11807] ppid=11788 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11791/task/11807/stat : 11807 (java) R 11788 11791 7556 0 -1 4202560 11607 0 0 0 81 2 0 0 20 0 22 0 13581824 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402084485344 140402272472447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11808] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11808/stat : 11808 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402083445752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11809] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11809/stat : 11809 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 59197 33554432000 1073741824 1073778376 140734249430720 140402082393416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.16 4.26 4.13 7/219 11813
/proc/meminfo: memFree=27229420/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=8.66 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 36944 0 1 0 855 11 0 0 20 0 22 0 13581819 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 58336 2288 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2484 0 1 0 121 4 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13581821 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11805/stat : 11805 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402086603280 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11806] ppid=11788 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/11791/task/11806/stat : 11806 (java) S 11788 11791 7556 0 -1 4202560 20228 0 0 0 189 4 0 0 20 0 22 0 13581824 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402085550648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11807] ppid=11788 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/11791/task/11807/stat : 11807 (java) S 11788 11791 7556 0 -1 4202560 12784 0 0 0 176 3 0 0 20 0 22 0 13581824 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402084498104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11808] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11808/stat : 11808 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402083445752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11809] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11809/stat : 11809 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402082393416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11810] ppid=11788 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/11791/task/11810/stat : 11810 (java) R 11788 11791 7556 0 -1 4202560 22 0 0 0 179 0 0 0 20 0 22 0 13581949 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402081288392 140402096213632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11811] ppid=11788 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/11791/task/11811/stat : 11811 (java) R 11788 11791 7556 0 -1 4202560 28 0 0 0 177 0 0 0 20 0 22 0 13581949 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140402080235224 140402096334811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11812] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11812/stat : 11812 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140400937395240 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11813] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11813/stat : 11813 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 58336 33554432000 1073741824 1073778376 140734249430720 140400936342696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.23 4.27 4.14 6/219 11813
/proc/meminfo: memFree=27212032/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=15.41 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 37005 0 1 0 1525 16 0 0 20 0 22 0 13581819 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 62749 2293 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2484 0 1 0 121 4 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13581820 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13581821 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 62749 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 2.99 3.98 4.13 4/191 11864
/proc/meminfo: memFree=26638104/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=1663.07 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 46112 0 1 0 166088 219 0 0 20 0 22 0 13581819 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 988700 2302 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2502 0 1 0 124 5 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=5.19 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 860 0 0 0 501 18 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 655 0 0 0 512 22 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=5.01 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 634 0 0 0 483 18 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 514 0 0 0 473 15 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=5.47 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 717 0 0 0 526 21 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=5.04 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 802 0 0 0 487 17 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=5.63 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 599 0 0 0 544 19 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=5.23 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 622 0 0 0 504 19 0 0 20 0 22 0 13581820 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 2528 0 0 0 492 8 0 0 20 0 22 0 13581821 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11805/stat : 11805 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402086603280 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11806] ppid=11788 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/11791/task/11806/stat : 11806 (java) S 11788 11791 7556 0 -1 4202560 20241 0 0 0 245 4 0 0 20 0 22 0 13581824 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402085550648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11807] ppid=11788 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/11791/task/11807/stat : 11807 (java) S 11788 11791 7556 0 -1 4202560 12794 0 0 0 218 3 0 0 20 0 22 0 13581824 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402084498104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11808] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11808/stat : 11808 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402083445752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11809] ppid=11788 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/11791/task/11809/stat : 11809 (java) S 11788 11791 7556 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 13581824 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402082393416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11810] ppid=11788 vsize=9824732 CPUtime=805.11 cores=1,3,5,7
/proc/11791/task/11810/stat : 11810 (java) R 11788 11791 7556 0 -1 4202560 69 0 0 0 80496 15 0 0 20 0 22 0 13581949 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402081286432 140402096226623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11811] ppid=11788 vsize=9824732 CPUtime=805.08 cores=1,3,5,7
/proc/11791/task/11811/stat : 11811 (java) R 11788 11791 7556 0 -1 4202560 1259 0 0 0 80462 46 0 0 20 0 22 0 13581949 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140402080234656 140402095797749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11812] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11812/stat : 11812 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140400937395240 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11813] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11813/stat : 11813 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 988700 33554432000 1073741824 1073778376 140734249430720 140400936342696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.07
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.54 3.66 4.01 3/192 11868
/proc/meminfo: memFree=26586632/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=1784.7 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 46169 0 1 0 178248 222 0 0 20 0 22 0 13581819 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 1001500 2302 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2504 0 1 0 124 5 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=5.57 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 864 0 0 0 538 19 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=5.78 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 663 0 0 0 556 22 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=5.4 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 637 0 0 0 522 18 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 519 0 0 0 511 15 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=5.85 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 724 0 0 0 564 21 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=5.39 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 807 0 0 0 522 17 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 602 0 0 0 591 19 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=5.77 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 628 0 0 0 557 20 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=5.01 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 2533 0 0 0 492 9 0 0 20 0 22 0 13581821 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11805/stat : 11805 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402086603280 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11806] ppid=11788 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/11791/task/11806/stat : 11806 (java) S 11788 11791 7556 0 -1 4202560 20241 0 0 0 245 4 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402085550648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11807] ppid=11788 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/11791/task/11807/stat : 11807 (java) S 11788 11791 7556 0 -1 4202560 12795 0 0 0 218 3 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402084498104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11808] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11808/stat : 11808 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402083445752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11809] ppid=11788 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11791/task/11809/stat : 11809 (java) S 11788 11791 7556 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402082393416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11810] ppid=11788 vsize=9824732 CPUtime=864.26 cores=1,3,5,7
/proc/11791/task/11810/stat : 11810 (java) R 11788 11791 7556 0 -1 4202560 71 0 0 0 86410 16 0 0 20 0 22 0 13581949 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402081287344 140402096225953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11811] ppid=11788 vsize=9824732 CPUtime=864.22 cores=1,3,5,7
/proc/11791/task/11811/stat : 11811 (java) R 11788 11791 7556 0 -1 4202560 1261 0 0 0 86375 47 0 0 20 0 22 0 13581949 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402080235864 140402095943284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11812] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11812/stat : 11812 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140400937395240 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11813] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11813/stat : 11813 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140400936342696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+890.008 s]
/proc/loadavg: 2.54 3.62 3.99 3/192 11869
/proc/meminfo: memFree=26586760/32872528 swapFree=1243920/1391088
[pid=11791] ppid=11788 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/11791/stat : 11791 (java) S 11788 11791 7556 0 -1 4202496 46169 0 1 0 179787 222 0 0 20 0 22 0 13581819 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140734249421856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11791/statm: 2456183 1001500 2302 9 0 2446860 0
[pid=11791/tid=11792] ppid=11788 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11791/task/11792/stat : 11792 (java) S 11788 11791 7556 0 -1 4202560 2504 0 1 0 124 5 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402265498488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11794] ppid=11788 vsize=9824732 CPUtime=5.57 cores=1,3,5,7
/proc/11791/task/11794/stat : 11794 (java) S 11788 11791 7556 0 -1 4202560 864 0 0 0 538 19 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402226989224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11795] ppid=11788 vsize=9824732 CPUtime=5.78 cores=1,3,5,7
/proc/11791/task/11795/stat : 11795 (java) S 11788 11791 7556 0 -1 4202560 663 0 0 0 556 22 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402225936680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11796] ppid=11788 vsize=9824732 CPUtime=5.4 cores=1,3,5,7
/proc/11791/task/11796/stat : 11796 (java) S 11788 11791 7556 0 -1 4202560 637 0 0 0 522 18 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402224884136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11797] ppid=11788 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/11791/task/11797/stat : 11797 (java) S 11788 11791 7556 0 -1 4202560 519 0 0 0 511 15 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402223831592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11798] ppid=11788 vsize=9824732 CPUtime=5.85 cores=1,3,5,7
/proc/11791/task/11798/stat : 11798 (java) S 11788 11791 7556 0 -1 4202560 724 0 0 0 564 21 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402222779048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11799] ppid=11788 vsize=9824732 CPUtime=5.39 cores=1,3,5,7
/proc/11791/task/11799/stat : 11799 (java) S 11788 11791 7556 0 -1 4202560 807 0 0 0 522 17 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402221726504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11800] ppid=11788 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/11791/task/11800/stat : 11800 (java) S 11788 11791 7556 0 -1 4202560 602 0 0 0 591 19 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402220673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11801] ppid=11788 vsize=9824732 CPUtime=5.77 cores=1,3,5,7
/proc/11791/task/11801/stat : 11801 (java) S 11788 11791 7556 0 -1 4202560 628 0 0 0 557 20 0 0 20 0 22 0 13581820 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402219621416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11802] ppid=11788 vsize=9824732 CPUtime=5.01 cores=1,3,5,7
/proc/11791/task/11802/stat : 11802 (java) S 11788 11791 7556 0 -1 4202560 2533 0 0 0 492 9 0 0 20 0 22 0 13581821 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402089760872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11803] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11803/stat : 11803 (java) S 11788 11791 7556 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402088707192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11804] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11804/stat : 11804 (java) S 11788 11791 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13581822 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402087654536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11805] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11805/stat : 11805 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402086603280 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11806] ppid=11788 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/11791/task/11806/stat : 11806 (java) S 11788 11791 7556 0 -1 4202560 20241 0 0 0 245 4 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402085550648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11807] ppid=11788 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/11791/task/11807/stat : 11807 (java) S 11788 11791 7556 0 -1 4202560 12795 0 0 0 218 3 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402084498104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11791/tid=11808] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11808/stat : 11808 (java) S 11788 11791 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402083445752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11791/tid=11809] ppid=11788 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11791/task/11809/stat : 11809 (java) S 11788 11791 7556 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 13581824 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402082393416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11810] ppid=11788 vsize=9824732 CPUtime=871.96 cores=1,3,5,7
/proc/11791/task/11810/stat : 11810 (java) R 11788 11791 7556 0 -1 4202560 71 0 0 0 87180 16 0 0 20 0 22 0 13581949 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402081279632 140402096217315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11811] ppid=11788 vsize=9824732 CPUtime=871.92 cores=1,3,5,7
/proc/11791/task/11811/stat : 11811 (java) R 11788 11791 7556 0 -1 4202560 1261 0 0 0 87145 47 0 0 20 0 22 0 13581949 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140402080235864 140402095744826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11791/tid=11812] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11812/stat : 11812 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140400937395240 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11791/tid=11813] ppid=11788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11791/task/11813/stat : 11813 (java) S 11788 11791 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13581950 10060525568 1001500 33554432000 1073741824 1073778376 140734249430720 140400936342696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 11791 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 890.063
CPU time (s): 1800.75
CPU user time (s): 1798.03
CPU system time (s): 2.72059
CPU usage (%): 202.317
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.72059
maximum resident set size= 4006116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23658
involuntary context switches= 36958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67114 second user time and 7.62584 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-17 00:15:32
IDJOB=4098109
IDBENCH=107853
IDSOLVER=2543
FILE ID=node119/4098109-1466115332
RUNJOBID= node119-1466112183-7573
PBS_JOBID= 19904129
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098109-1466115332/watcher-4098109-1466115332 -o /tmp/evaluation-result-4098109-1466115332/solver-4098109-1466115332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4098109-1466115332.opb

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

MD5SUM BENCH= c226793b4129901062d8cb1e10a179c8
RANDOM SEED=1563992806

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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:        27483196 kB
Buffers:           66256 kB
Cached:           119412 kB
SwapCached:         1048 kB
Active:          3175704 kB
Inactive:         110648 kB
Active(anon):    3101612 kB
Inactive(anon):     1560 kB
Active(file):      74092 kB
Inactive(file):   109088 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              5204 kB
Writeback:             0 kB
AnonPages:       4492840 kB
Mapped:            15192 kB
Shmem:                 0 kB
Slab:             572312 kB
SReclaimable:      15816 kB
SUnreclaim:       556496 kB
KernelStack:        1624 kB
PageTables:        13224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4832296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3172352 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= 71732 MiB
End job on node119 at 2016-06-17 00:30:22