Trace number 4080456

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.86 892.471

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080456-1465264221.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
4.20/1.68	c ... done. Wall clock time 1.565s.
4.20/1.68	c declared #vars     25410
4.20/1.68	c #constraints  83992
4.20/1.69	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.20/1.69	c constraints type 
4.20/1.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
4.20/1.69	c org.sat4j.specs.Constr$1 => 12915
4.20/1.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
4.20/1.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 5195
4.20/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
4.20/1.69	c 83992 constraints processed.
4.20/1.69	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.20/1.69	c constraints type 
4.20/1.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
4.20/1.69	c org.sat4j.specs.Constr$1 => 12915
4.20/1.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
4.20/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
4.20/1.69	c org.sat4j.pb.constraints.pb.UnitClausePB => 5195
4.20/1.69	c 83992 constraints processed.
8.86/3.26	c cleaning 2498 clauses out of 5000 with flag 26952/5000
11.80/4.69	c cleaning 4241 clauses out of 8502 with flag 57500/11000
15.29/6.36	c cleaning 5622 clauses out of 11264 with flag 101847/18003
18.98/8.16	c cleaning 6808 clauses out of 13641 with flag 147289/26002
24.10/10.63	c cleaning 7909 clauses out of 15831 with flag 216961/35000
30.11/13.63	c cleaning 8951 clauses out of 17923 with flag 314084/45001
36.47/16.74	c cleaning 9976 clauses out of 19973 with flag 391571/56002
42.15/19.54	c cleaning 10994 clauses out of 21995 with flag 450056/68000
49.11/22.93	c cleaning 11995 clauses out of 24001 with flag 520639/81000
56.13/26.45	c cleaning 12997 clauses out of 26007 with flag 600451/95001
65.14/30.84	c cleaning 13997 clauses out of 28009 with flag 710759/110000
74.52/35.57	c cleaning 15000 clauses out of 30013 with flag 848106/126001
83.92/40.11	c cleaning 15995 clauses out of 32014 with flag 951614/143002
93.72/45.05	c cleaning 16990 clauses out of 34018 with flag 1081733/161001
99.51/47.84	c cleaning 0 clauses out of 5000 with flag 0/5000
105.17/50.51	c cleaning 18003 clauses out of 36027 with flag 1227423/180000
119.87/57.79	c cleaning 18988 clauses out of 38024 with flag 1433768/200000
135.19/65.77	c cleaning 20003 clauses out of 40037 with flag 1611352/221001
147.79/72.03	c cleaning 21005 clauses out of 42033 with flag 1783903/243000
161.25/78.74	c cleaning 21995 clauses out of 44031 with flag 1942432/266003
177.74/86.93	c cleaning 23004 clauses out of 46033 with flag 2145935/290000
194.50/95.22	c cleaning 24007 clauses out of 48029 with flag 2325084/315000
211.28/103.56	c cleaning 25006 clauses out of 50025 with flag 2541021/341003
230.47/113.06	c cleaning 25996 clauses out of 52016 with flag 2769741/368000
248.60/122.02	c cleaning 26995 clauses out of 54022 with flag 2962188/396002
268.56/131.91	c cleaning 28001 clauses out of 56027 with flag 3179213/425002
289.34/142.24	c cleaning 28999 clauses out of 58024 with flag 3447271/455000
312.96/153.92	c cleaning 30000 clauses out of 60025 with flag 3688677/486000
336.13/165.42	c cleaning 31000 clauses out of 62026 with flag 3938377/518001
360.80/177.59	c cleaning 31997 clauses out of 64025 with flag 4232411/551000
386.15/190.13	c cleaning 33002 clauses out of 66029 with flag 4511470/585001
397.22/195.59	c cleaning 0 clauses out of 11000 with flag 0/11000
411.64/202.65	c cleaning 33996 clauses out of 68027 with flag 4754422/620001
441.25/218.08	c cleaning 35008 clauses out of 70032 with flag 5084591/656002
469.01/231.84	c cleaning 36003 clauses out of 72024 with flag 5378801/693002
496.35/245.42	c cleaning 37004 clauses out of 74019 with flag 5690801/731000
526.99/260.61	c cleaning 37993 clauses out of 76015 with flag 6061726/770000
560.49/277.25	c cleaning 39000 clauses out of 78022 with flag 6469720/810000
593.05/293.47	c cleaning 39995 clauses out of 80022 with flag 6835361/851000
633.04/313.23	c cleaning 41001 clauses out of 82027 with flag 7236720/893000
678.13/335.47	c cleaning 42004 clauses out of 84027 with flag 7654688/936001
716.05/354.13	c cleaning 42987 clauses out of 86023 with flag 8011164/980001
758.90/375.37	c cleaning 44001 clauses out of 88036 with flag 8465043/1025001
798.04/394.75	c cleaning 45004 clauses out of 90034 with flag 8864587/1071000
838.06/414.56	c cleaning 45999 clauses out of 92030 with flag 9286420/1118000
881.72/436.22	c cleaning 47008 clauses out of 94031 with flag 9689790/1166000
922.24/456.39	c cleaning 47989 clauses out of 96024 with flag 10209807/1215001
972.99/481.40	c cleaning 48996 clauses out of 98034 with flag 10766799/1265000
1018.19/503.82	c cleaning 50011 clauses out of 100040 with flag 11298377/1316002
1071.00/529.98	c cleaning 51008 clauses out of 102027 with flag 11809441/1368000
1122.85/555.69	c cleaning 51995 clauses out of 104020 with flag 12397361/1421001
1164.76/576.25	c cleaning 0 clauses out of 18002 with flag 0/18002
1172.36/580.05	c cleaning 53001 clauses out of 106025 with flag 12938670/1475001
1227.14/608.18	c cleaning 53996 clauses out of 108025 with flag 13471612/1530002
1279.64/634.34	c cleaning 55002 clauses out of 110027 with flag 14043536/1586000
1331.74/660.30	c cleaning 55991 clauses out of 112025 with flag 14648234/1643000
1387.11/687.78	c cleaning 57014 clauses out of 114034 with flag 15231078/1701000
1441.98/714.93	c cleaning 58001 clauses out of 116020 with flag 15736020/1760000
1499.00/743.15	c cleaning 58998 clauses out of 118020 with flag 16326596/1820001
1574.86/780.75	c cleaning 59996 clauses out of 120022 with flag 17182885/1881001
1641.44/813.68	c cleaning 61008 clauses out of 122025 with flag 17754297/1943000
1706.17/845.79	c cleaning 62008 clauses out of 124017 with flag 18419399/2006000
1776.44/880.68	c cleaning 62991 clauses out of 126009 with flag 19134867/2070000
1800.16/892.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/892.40	c starts		: 6064
1800.16/892.40	c conflicts		: 2095284
1800.16/892.40	c decisions		: 3182911
1800.16/892.40	c propagations		: 658503381
1800.16/892.40	c inspects		: 6963555322
1800.16/892.40	c shortcuts		: 0
1800.16/892.40	c learnt literals	: 0
1800.16/892.40	c learnt binary clauses	: 0
1800.16/892.40	c learnt ternary clauses	: 949
1800.16/892.40	c learnt constraints	: 2095284
1800.16/892.40	c ignored constraints	: 0
1800.16/892.40	c root simplifications	: 0
1800.16/892.40	c removed literals (reason simplification)	: 22364933
1800.16/892.40	c reason swapping (by a shorter reason)	: 0
1800.16/892.40	c Calls to reduceDB	: 60
1800.16/892.40	c Number of update (reduction) of LBD	: 810518
1800.16/892.40	c Imported unit clauses	: 0
1800.16/892.40	c number of reductions to clauses (during analyze)	: 0
1800.16/892.40	c number of learned constraints concerned by reduction	: 0
1800.16/892.40	c number of learning phase by resolution	: 0
1800.16/892.40	c number of learning phase by cutting planes	: 0
1800.16/892.40	c speed (assignments/second)	: 739349.8032901739
1800.16/892.40	c non guided choices	1221
1800.16/892.43	c learnt constraints type 
1800.16/892.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88302
1800.16/892.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/892.43	c starts		: 51
1800.16/892.43	c conflicts		: 22461
1800.16/892.43	c decisions		: 87624
1800.16/892.43	c propagations		: 9887006
1800.16/892.43	c inspects		: 885480955
1800.16/892.43	c shortcuts		: 0
1800.16/892.43	c learnt literals	: 0
1800.16/892.43	c learnt binary clauses	: 0
1800.16/892.43	c learnt ternary clauses	: 30
1800.16/892.43	c learnt constraints	: 22460
1800.16/892.43	c ignored constraints	: 0
1800.16/892.43	c root simplifications	: 0
1800.16/892.43	c removed literals (reason simplification)	: 0
1800.16/892.43	c reason swapping (by a shorter reason)	: 0
1800.16/892.43	c Calls to reduceDB	: 3
1800.16/892.43	c Number of update (reduction) of LBD	: 0
1800.16/892.43	c Imported unit clauses	: 0
1800.16/892.43	c number of reductions to clauses (during analyze)	: 0
1800.16/892.43	c number of learned constraints concerned by reduction	: 0
1800.16/892.43	c number of learning phase by resolution	: 0
1800.16/892.43	c number of learning phase by cutting planes	: 0
1800.16/892.43	c speed (assignments/second)	: 11100.576529036967
1800.16/892.43	c non guided choices	35
1800.16/892.44	c learnt constraints type 
1800.16/892.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 31
1800.16/892.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22429
1800.16/892.44	s UNKNOWN
1800.16/892.44	c Total wall clock time (in seconds): 892.319

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-4080456-1465264221/watcher-4080456-1465264221 -o /tmp/evaluation-result-4080456-1465264221/solver-4080456-1465264221 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14348 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080456-1465264221.opb 

pid=15379
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 3.95 3.28 4/198 15382
/proc/meminfo: memFree=29585232/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/15382/stat : 15382 (java) D 15379 15382 14331 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 108353283 2560000 46 33554432000 1073741824 1073778376 140733382892032 140733382889160 243756264743 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/15382/statm: 625 46 37 9 0 29 0

[startup+0.100165 s]
/proc/loadavg: 4.16 3.95 3.28 4/198 15382
/proc/meminfo: memFree=29585232/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 108353283 9787879424 6030 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200236 s]
/proc/loadavg: 4.16 3.95 3.28 4/198 15382
/proc/meminfo: memFree=29585232/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 4664 0 1 0 22 1 0 0 20 0 18 0 108353283 9787879424 6761 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2389619 6761 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.16 3.95 3.28 4/198 15382
/proc/meminfo: memFree=29585232/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 5670 0 1 0 45 1 0 0 20 0 18 0 108353283 9787879424 9088 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2389619 9088 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.16 3.95 3.28 4/198 15382
/proc/meminfo: memFree=29585232/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9559080 CPUtime=1.63 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 23281 0 1 0 157 6 0 0 20 0 18 0 108353283 9788497920 33019 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2389770 33019 2250 9 0 2380447 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9559080

[startup+1.50086 s]
/proc/loadavg: 4.16 3.95 3.28 6/216 15400
/proc/meminfo: memFree=29373612/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9558476 CPUtime=3.9 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 35868 0 1 0 379 11 0 0 20 0 18 0 108353283 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2389619 53231 2270 9 0 2380296 0
[pid=15382/tid=15384] ppid=15379 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) R 15379 15382 14331 0 -1 4202560 2479 0 1 0 141 3 0 0 20 0 18 0 108353284 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571145898984 243768812813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15379 15382 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571134961960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15379 15382 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571133909160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15379 15382 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571132856872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15379 15382 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571131804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571130751784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15379 15382 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571129698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15379 15382 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571128646696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15379 15382 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 108353285 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140571127593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 108353286 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570969319656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108353286 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108353286 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108353289 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) R 15379 15382 14331 0 -1 4202560 18478 0 0 0 109 3 0 0 20 0 18 0 108353289 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570965103272 140571148445884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) R 15379 15382 14331 0 -1 4202560 13540 0 0 0 118 4 0 0 20 0 18 0 108353289 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570964033880 140571148806206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108353289 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108353289 9787879424 53231 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 4.16 3.95 3.28 5/220 15404
/proc/meminfo: memFree=29356620/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9824732 CPUtime=8.62 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 39547 0 1 0 845 17 0 0 20 0 22 0 108353283 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2456183 93972 2287 9 0 2446860 0
[pid=15382/tid=15384] ppid=15379 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15379 15382 14331 0 -1 4202560 2484 0 1 0 160 3 0 0 20 0 22 0 108353284 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571145900920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) R 15379 15382 14331 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571134961960 140571149657228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) R 15379 15382 14331 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571133909160 140571150062208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) R 15379 15382 14331 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571132857048 140571152799311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) R 15379 15382 14331 0 -1 4202560 131 0 0 0 4 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571131804248 140571152796804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) R 15379 15382 14331 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571130751960 140571148371641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) R 15379 15382 14331 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571129699160 140571152408975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) R 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571128646696 140571150076131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) R 15379 15382 14331 0 -1 4202560 206 0 0 0 1 0 0 0 20 0 22 0 108353285 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140571127594072 140571150076079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570969318536 243768800316 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15379 15382 14331 0 -1 4202560 20945 0 0 0 188 4 0 0 20 0 22 0 108353289 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570965095528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15379 15382 14331 0 -1 4202560 14180 0 0 0 204 4 0 0 20 0 22 0 108353289 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570964042424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15401] ppid=15379 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) S 15379 15382 14331 0 -1 4202560 19 0 0 0 132 0 0 0 20 0 22 0 108353452 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570960894504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15402] ppid=15379 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) S 15379 15382 14331 0 -1 4202560 85 0 0 0 130 1 0 0 20 0 22 0 108353452 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570959841848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570958791848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15404] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 93972 33554432000 1073741824 1073778376 140733382892032 140570957739048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.15 3.95 3.29 5/220 15404
/proc/meminfo: memFree=29006736/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9824732 CPUtime=15.29 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 40483 0 1 0 1498 31 0 0 20 0 22 0 108353283 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2456183 166266 2291 9 0 2446860 0
[pid=15382/tid=15384] ppid=15379 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15379 15382 14331 0 -1 4202560 2484 0 1 0 160 3 0 0 20 0 22 0 108353284 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571145900920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15379 15382 14331 0 -1 4202560 102 0 0 0 9 2 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571134961960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15379 15382 14331 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571133909160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15379 15382 14331 0 -1 4202560 58 0 0 0 5 1 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571132856872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15379 15382 14331 0 -1 4202560 141 0 0 0 7 1 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571131804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15379 15382 14331 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571130751784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15379 15382 14331 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571129698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15379 15382 14331 0 -1 4202560 57 0 0 0 2 2 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571128646696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15379 15382 14331 0 -1 4202560 240 0 0 0 5 2 0 0 20 0 22 0 108353285 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140571127593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 472 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570969319656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15379 15382 14331 0 -1 4202560 20945 0 0 0 192 4 0 0 20 0 22 0 108353289 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570965109432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15379 15382 14331 0 -1 4202560 14184 0 0 0 208 4 0 0 20 0 22 0 108353289 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570964056632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 166266 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15401] ppid=15379 vsize=9824732 CPUtime=4.41 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.07 4.02 3.70 5/218 15689
/proc/meminfo: memFree=25618356/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9824732 CPUtime=1659.02 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 48153 0 1 0 165697 205 0 0 20 0 22 0 108353283 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2456183 940682 2300 9 0 2446860 0
[pid=15382/tid=15384] ppid=15379 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15379 15382 14331 0 -1 4202560 2491 0 1 0 162 5 0 0 20 0 22 0 108353284 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571145900920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15379 15382 14331 0 -1 4202560 569 0 0 0 413 14 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571134961960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15379 15382 14331 0 -1 4202560 540 0 0 0 372 15 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571133909160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15379 15382 14331 0 -1 4202560 498 0 0 0 404 14 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571132856872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15379 15382 14331 0 -1 4202560 695 0 0 0 424 18 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571131804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15379 15382 14331 0 -1 4202560 573 0 0 0 408 16 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571130751784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15379 15382 14331 0 -1 4202560 513 0 0 0 400 17 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571129698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15379 15382 14331 0 -1 4202560 554 0 0 0 393 15 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571128646696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15379 15382 14331 0 -1 4202560 734 0 0 0 417 17 0 0 20 0 22 0 108353285 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140571127593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 2315 0 0 0 436 10 0 0 20 0 22 0 108353286 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570969319656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15379 15382 14331 0 -1 4202560 20972 0 0 0 254 4 0 0 20 0 22 0 108353289 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570965109432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15379 15382 14331 0 -1 4202560 14187 0 0 0 217 4 0 0 20 0 22 0 108353289 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570964056632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 47 0 0 0 12 22 0 0 20 0 22 0 108353289 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15401] ppid=15379 vsize=9824732 CPUtime=807.14 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15379 15382 14331 0 -1 4202560 80 0 0 0 80697 17 0 0 20 0 22 0 108353452 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570960896384 140571009645291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15402] ppid=15379 vsize=9824732 CPUtime=807.29 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15379 15382 14331 0 -1 4202560 2120 0 0 0 80681 48 0 0 20 0 22 0 108353452 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570959842600 140571009701363 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15403] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570958791848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15404] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 940682 33554432000 1073741824 1073778376 140733382892032 140570957739048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.03 3.72 5/219 15691
/proc/meminfo: memFree=25514468/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9824732 CPUtime=1779.85 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 48230 0 1 0 177776 209 0 0 20 0 22 0 108353283 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2456183 953483 2300 9 0 2446860 0
[pid=15382/tid=15384] ppid=15379 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15379 15382 14331 0 -1 4202560 2492 0 1 0 162 5 0 0 20 0 22 0 108353284 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571145900920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15379 15382 14331 0 -1 4202560 584 0 0 0 442 14 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571134961960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15379 15382 14331 0 -1 4202560 546 0 0 0 392 15 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571133909160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15379 15382 14331 0 -1 4202560 506 0 0 0 433 14 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571132856872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15379 15382 14331 0 -1 4202560 700 0 0 0 447 18 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571131804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9824732 CPUtime=4.41 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15379 15382 14331 0 -1 4202560 580 0 0 0 425 16 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571130751784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9824732 CPUtime=4.32 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15379 15382 14331 0 -1 4202560 516 0 0 0 415 17 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571129698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9824732 CPUtime=4.32 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15379 15382 14331 0 -1 4202560 563 0 0 0 417 15 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571128646696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9824732 CPUtime=4.52 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15379 15382 14331 0 -1 4202560 741 0 0 0 435 17 0 0 20 0 22 0 108353285 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140571127593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 2323 0 0 0 437 11 0 0 20 0 22 0 108353286 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570969319656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15379 15382 14331 0 -1 4202560 20972 0 0 0 254 4 0 0 20 0 22 0 108353289 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570965109432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15379 15382 14331 0 -1 4202560 14187 0 0 0 217 4 0 0 20 0 22 0 108353289 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570964056632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 108353289 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15401] ppid=15379 vsize=9824732 CPUtime=866.68 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15379 15382 14331 0 -1 4202560 81 0 0 0 86650 18 0 0 20 0 22 0 108353452 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570960887568 140571009760736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15402] ppid=15379 vsize=9824732 CPUtime=866.82 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15379 15382 14331 0 -1 4202560 2123 0 0 0 86633 49 0 0 20 0 22 0 108353452 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570959842464 140571009798572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570958791848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15404] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 953483 33554432000 1073741824 1073778376 140733382892032 140570957739048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1779.85
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.401 s]
/proc/loadavg: 4.05 4.02 3.72 5/219 15691
/proc/meminfo: memFree=25496344/32872528 swapFree=9100/9100
[pid=15382] ppid=15379 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15379 15382 14331 0 -1 4202496 48246 0 1 0 179806 210 0 0 20 0 22 0 108353283 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140733382883168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2456183 956045 2300 9 0 2446860 0
[pid=15382/tid=15384] ppid=15379 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15379 15382 14331 0 -1 4202560 2492 0 1 0 162 5 0 0 20 0 22 0 108353284 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571145900920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15385] ppid=15379 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15379 15382 14331 0 -1 4202560 585 0 0 0 444 14 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571134961960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15386] ppid=15379 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15379 15382 14331 0 -1 4202560 546 0 0 0 394 15 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571133909160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15387] ppid=15379 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15379 15382 14331 0 -1 4202560 507 0 0 0 435 14 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571132856872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15388] ppid=15379 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15379 15382 14331 0 -1 4202560 701 0 0 0 448 19 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571131804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15389] ppid=15379 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15379 15382 14331 0 -1 4202560 582 0 0 0 427 16 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571130751784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15379 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15379 15382 14331 0 -1 4202560 519 0 0 0 422 17 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571129698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15391] ppid=15379 vsize=9824732 CPUtime=4.38 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15379 15382 14331 0 -1 4202560 567 0 0 0 423 15 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571128646696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15392] ppid=15379 vsize=9824732 CPUtime=4.55 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15379 15382 14331 0 -1 4202560 742 0 0 0 438 17 0 0 20 0 22 0 108353285 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140571127593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15393] ppid=15379 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15379 15382 14331 0 -1 4202560 2325 0 0 0 437 11 0 0 20 0 22 0 108353286 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570969319656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15394] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15379 15382 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570968265720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15395] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15379 15382 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108353286 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570967213320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15396] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570966161808 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15397] ppid=15379 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15379 15382 14331 0 -1 4202560 20972 0 0 0 254 4 0 0 20 0 22 0 108353289 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570965109432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15398] ppid=15379 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15379 15382 14331 0 -1 4202560 14187 0 0 0 217 4 0 0 20 0 22 0 108353289 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570964056632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15379 15382 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108353289 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570963004536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15400] ppid=15379 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15379 15382 14331 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 108353289 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570961951944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15401] ppid=15379 vsize=9824732 CPUtime=876.7 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15379 15382 14331 0 -1 4202560 81 0 0 0 87652 18 0 0 20 0 22 0 108353452 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570960894400 140571009678802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15402] ppid=15379 vsize=9824732 CPUtime=876.84 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15379 15382 14331 0 -1 4202560 2124 0 0 0 87635 49 0 0 20 0 22 0 108353452 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570959842464 140571009603025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15403] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570958791848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15404] ppid=15379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15379 15382 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108353458 10060525568 956045 33554432000 1073741824 1073778376 140733382892032 140570957739048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 15382 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 892.471
CPU time (s): 1800.86
CPU user time (s): 1798.27
CPU system time (s): 2.5936
CPU usage (%): 201.784
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.59361
maximum resident set size= 3824296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48280
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23938
involuntary context switches= 25984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.21321 second user time and 7.99378 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 03:50:21
IDJOB=4080456
IDBENCH=74369
IDSOLVER=2543
FILE ID=node151/4080456-1465264221
RUNJOBID= node151-1465261736-14348
PBS_JOBID= 19843295
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=1648457290

node151.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        29585612 kB
Buffers:           68232 kB
Cached:           157488 kB
SwapCached:         2184 kB
Active:          2392112 kB
Inactive:         130648 kB
Active(anon):    2297940 kB
Inactive(anon):     1680 kB
Active(file):      94172 kB
Inactive(file):   128968 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              3612 kB
Writeback:             0 kB
AnonPages:       2313652 kB
Mapped:            16436 kB
Shmem:                 0 kB
Slab:             610136 kB
SReclaimable:      53596 kB
SUnreclaim:       556540 kB
KernelStack:        1600 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2454596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2248704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node151 at 2016-06-07 04:05:14