Trace number 4100010

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.1 894.256

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
MD5SUMd44ccf8fb2d5e43b368613290c78fd1e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 655014
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 655014
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100010-1466207414.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.27/1.97	c ... done. Wall clock time 1.856s.
3.27/1.97	c declared #vars     155000
3.27/1.97	c #constraints  5300
3.27/1.97	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.27/1.97	c constraints type 
3.60/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
3.60/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5273
3.60/2.08	c 5300 constraints processed.
3.60/2.08	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.60/2.08	c constraints type 
3.60/2.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
3.60/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5273
3.60/2.08	c 5300 constraints processed.
3.60/2.08	c objective function length is 155000 literals
10.17/4.79	c cleaning 2500 clauses out of 5000 with flag 10082/5000
15.86/7.54	c cleaning 4246 clauses out of 8500 with flag 22084/11000
23.21/11.39	c cleaning 5624 clauses out of 11255 with flag 36086/18001
31.34/15.23	c cleaning 6809 clauses out of 13630 with flag 52084/26000
39.29/19.13	c cleaning 7902 clauses out of 15823 with flag 70104/35002
50.61/24.69	c cleaning 8944 clauses out of 17919 with flag 90190/45000
66.21/32.32	c cleaning 9974 clauses out of 19980 with flag 112307/56005
82.89/40.58	c cleaning 10982 clauses out of 22001 with flag 136447/68000
99.38/48.91	c cleaning 11995 clauses out of 24022 with flag 162511/81003
117.92/58.15	c cleaning 12994 clauses out of 26024 with flag 190621/95000
139.25/68.68	c cleaning 14000 clauses out of 28033 with flag 220798/110003
160.90/79.30	c cleaning 14997 clauses out of 30031 with flag 252827/126001
183.53/90.51	c cleaning 16001 clauses out of 32034 with flag 286962/143001
210.97/104.18	c cleaning 16996 clauses out of 34033 with flag 323219/161001
239.86/118.46	c cleaning 18001 clauses out of 36036 with flag 361304/180000
268.69/133.11	c cleaning 19004 clauses out of 38040 with flag 401382/200005
300.42/148.91	c cleaning 19995 clauses out of 40034 with flag 443552/221003
338.01/167.67	c cleaning 21002 clauses out of 42036 with flag 487689/243000
378.64/187.89	c cleaning 22004 clauses out of 44040 with flag 533816/266006
425.24/210.89	c cleaning 22998 clauses out of 46031 with flag 582063/290001
469.39/232.55	c cleaning 23991 clauses out of 48032 with flag 632084/315000
514.51/255.22	c cleaning 25004 clauses out of 50043 with flag 684088/341002
551.27/273.57	c cleaning 25997 clauses out of 52037 with flag 738084/368000
590.56/293.03	c cleaning 27006 clauses out of 54046 with flag 794096/396006
636.36/315.61	c cleaning 28000 clauses out of 56034 with flag 852084/425000
681.79/338.28	c cleaning 29002 clauses out of 58035 with flag 912086/455001
710.83/352.45	c cleaning 30013 clauses out of 60032 with flag 992219/486000
767.98/380.33	c cleaning 31000 clauses out of 62019 with flag 1101448/518000
828.18/410.03	c cleaning 31998 clauses out of 64021 with flag 1221194/551002
884.16/437.65	c cleaning 33001 clauses out of 66023 with flag 1350470/585002
942.64/467.25	c cleaning 34000 clauses out of 68023 with flag 1483805/620003
995.22/493.30	c cleaning 34998 clauses out of 70021 with flag 1618656/656001
1061.49/526.30	c cleaning 35998 clauses out of 72024 with flag 1757067/693002
1130.06/560.28	c cleaning 36995 clauses out of 74024 with flag 1905652/731000
1189.63/589.60	c cleaning 37997 clauses out of 76029 with flag 2046327/770000
1245.22/617.79	c cleaning 38988 clauses out of 78040 with flag 2183327/810008
1297.75/643.99	c cleaning 39997 clauses out of 80044 with flag 2340435/851000
1332.74/661.47	c cleaning 40980 clauses out of 82047 with flag 2461357/893000
1379.92/685.00	c cleaning 42024 clauses out of 84067 with flag 2581287/936000
1437.34/713.57	c cleaning 42996 clauses out of 86043 with flag 2752205/980000
1558.04/773.77	c cleaning 43999 clauses out of 88050 with flag 2904315/1025003
1634.19/811.69	c cleaning 44996 clauses out of 90048 with flag 3052825/1071000
1726.58/857.86	c cleaning 45990 clauses out of 92053 with flag 3154502/1118001
1796.30/892.40	c cleaning 46994 clauses out of 94065 with flag 3336161/1166003
1800.10/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.20	c starts		: 9
1800.10/894.20	c conflicts		: 1168761
1800.10/894.20	c decisions		: 1647974
1800.10/894.20	c propagations		: 129482442
1800.10/894.20	c inspects		: 5425277029
1800.10/894.20	c shortcuts		: 0
1800.10/894.20	c learnt literals	: 0
1800.10/894.20	c learnt binary clauses	: 0
1800.10/894.20	c learnt ternary clauses	: 0
1800.10/894.20	c learnt constraints	: 1168761
1800.10/894.20	c ignored constraints	: 0
1800.10/894.20	c root simplifications	: 0
1800.10/894.20	c removed literals (reason simplification)	: 2972339
1800.10/894.20	c reason swapping (by a shorter reason)	: 0
1800.10/894.20	c Calls to reduceDB	: 44
1800.10/894.20	c Number of update (reduction) of LBD	: 62604
1800.10/894.20	c Imported unit clauses	: 0
1800.10/894.20	c number of reductions to clauses (during analyze)	: 0
1800.10/894.20	c number of learned constraints concerned by reduction	: 0
1800.10/894.20	c number of learning phase by resolution	: 0
1800.10/894.20	c number of learning phase by cutting planes	: 0
1800.10/894.20	c speed (assignments/second)	: 145144.39285546142
1800.10/894.20	c non guided choices	236309
1800.10/894.22	c learnt constraints type 
1800.10/894.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49829
1800.10/894.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.22	c starts		: 2
1800.10/894.22	c conflicts		: 988
1800.10/894.22	c decisions		: 4111397
1800.10/894.22	c propagations		: 24370227
1800.10/894.22	c inspects		: 234225726
1800.10/894.22	c shortcuts		: 0
1800.10/894.22	c learnt literals	: 0
1800.10/894.22	c learnt binary clauses	: 0
1800.10/894.22	c learnt ternary clauses	: 0
1800.10/894.22	c learnt constraints	: 987
1800.10/894.22	c ignored constraints	: 0
1800.10/894.22	c root simplifications	: 0
1800.10/894.22	c removed literals (reason simplification)	: 0
1800.10/894.22	c reason swapping (by a shorter reason)	: 0
1800.10/894.22	c Calls to reduceDB	: 0
1800.10/894.22	c Number of update (reduction) of LBD	: 0
1800.10/894.22	c Imported unit clauses	: 0
1800.10/894.22	c number of reductions to clauses (during analyze)	: 0
1800.10/894.22	c number of learned constraints concerned by reduction	: 0
1800.10/894.22	c number of learning phase by resolution	: 0
1800.10/894.22	c number of learning phase by cutting planes	: 0
1800.10/894.22	c speed (assignments/second)	: 27317.42167191824
1800.10/894.22	c non guided choices	0
1800.10/894.22	c learnt constraints type 
1800.10/894.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10
1800.10/894.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 977
1800.10/894.22	s UNKNOWN
1800.10/894.22	c Total wall clock time (in seconds): 894.115

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-4100010-1466207414/watcher-4100010-1466207414 -o /tmp/evaluation-result-4100010-1466207414/solver-4100010-1466207414 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100010-1466207414.opb 

pid=17699
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.35 4.17 3.19 4/198 17702
/proc/meminfo: memFree=24851760/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 1267 0 0 0 0 0 0 0 20 0 2 0 22789863 94019584 901 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 22954 909 689 9 0 16769 0
[pid=17702/tid=17703] ppid=17699 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) D 17699 17702 15709 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 22789863 94019584 917 33554432000 1073741824 1073778376 140736725993136 140043153718824 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.35 4.17 3.19 4/198 17702
/proc/meminfo: memFree=24851760/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 4458 0 1 0 9 1 0 0 20 0 18 0 22789863 9787879424 6079 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2389619 6081 2141 9 0 2380296 0
[pid=17702/tid=17703] ppid=17699 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 15709 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 22789863 9787879424 6081 33554432000 1073741824 1073778376 140736725993136 140043153722272 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 4.35 4.17 3.19 4/198 17702
/proc/meminfo: memFree=24851760/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 5027 0 1 0 28 1 0 0 20 0 18 0 22789863 9787879424 8985 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2389619 8985 2221 9 0 2380296 0
[pid=17702/tid=17703] ppid=17699 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 15709 0 -1 4202560 2407 0 1 0 16 1 0 0 20 0 18 0 22789863 9787879424 8985 33554432000 1073741824 1073778376 140736725993136 140043153722272 140042995927399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300359 s]
/proc/loadavg: 4.35 4.17 3.19 4/198 17702
/proc/meminfo: memFree=24851760/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 5430 0 1 0 44 1 0 0 20 0 18 0 22789863 9787879424 15283 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2389619 15283 2232 9 0 2380296 0
[pid=17702/tid=17703] ppid=17699 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 15709 0 -1 4202560 2419 0 1 0 25 2 0 0 20 0 18 0 22789863 9787879424 15283 33554432000 1073741824 1073778376 140736725993136 140043153722272 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700319 s]
/proc/loadavg: 4.35 4.17 3.19 4/198 17702
/proc/meminfo: memFree=24851760/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9558476 CPUtime=1.27 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 7419 0 1 0 119 8 0 0 20 0 18 0 22789863 9787879424 48677 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2389619 48677 2269 9 0 2380296 0
[pid=17702/tid=17703] ppid=17699 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 15709 0 -1 4202560 2478 0 1 0 59 4 0 0 20 0 18 0 22789863 9787879424 48677 33554432000 1073741824 1073778376 140736725993136 140043153721352 140042996049586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 4.35 4.17 3.19 4/216 17720
/proc/meminfo: memFree=24592016/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9558476 CPUtime=2.58 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 8619 0 1 0 233 25 0 0 20 0 18 0 22789863 9787879424 109280 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2389619 109282 2269 9 0 2380296 0
[pid=17702/tid=17703] ppid=17699 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) S 17699 17702 15709 0 -1 4202560 2532 0 1 0 121 5 0 0 20 0 18 0 22789863 9787879424 109283 33554432000 1073741824 1073778376 140736725993136 140043153722504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17705] ppid=17699 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17702/task/17705/stat : 17705 (java) R 17699 17702 15709 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 18 0 22789864 9787879424 109286 33554432000 1073741824 1073778376 140736725993136 140043115215320 140043157002140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17706] ppid=17699 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17702/task/17706/stat : 17706 (java) R 17699 17702 15709 0 -1 4202560 304 0 0 0 13 4 0 0 20 0 18 0 22789864 9787879424 109288 33554432000 1073741824 1073778376 140736725993136 140043114162344 140043160619942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17707] ppid=17699 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17702/task/17707/stat : 17707 (java) R 17699 17702 15709 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 18 0 22789864 9787879424 109290 33554432000 1073741824 1073778376 140736725993136 140042995493592 140043157480588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) R 17699 17702 15709 0 -1 4202560 289 0 0 0 9 4 0 0 20 0 18 0 22789864 9787879424 109293 33554432000 1073741824 1073778376 140736725993136 140042994440792 140043157885568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) R 17699 17702 15709 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 22789864 9787879424 109296 33554432000 1073741824 1073778376 140736725993136 140042993388504 140043157002093 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) R 17699 17702 15709 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 18 0 22789864 9787879424 109298 33554432000 1073741824 1073778376 140736725993136 140042992335704 140043156283314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) R 17699 17702 15709 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 18 0 22789864 9787879424 109300 33554432000 1073741824 1073778376 140736725993136 140042991283416 140043157480588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) R 17699 17702 15709 0 -1 4202560 135 0 0 0 5 1 0 0 20 0 18 0 22789864 9787879424 109303 33554432000 1073741824 1073778376 140736725993136 140042990230320 140043160619948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22789865 9787879424 109305 33554432000 1073741824 1073778376 140736725993136 140042507900040 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22789866 9787879424 109307 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22789866 9787879424 109307 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789868 9787879424 109307 33554432000 1073741824 1073778376 140736725993136 140042504743312 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17717] ppid=17699 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 15709 0 -1 4202560 1072 0 0 0 21 0 0 0 20 0 18 0 22789868 9787879424 109307 33554432000 1073741824 1073778376 140736725993136 140042503690936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17718] ppid=17699 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 15709 0 -1 4202560 2591 0 0 0 24 0 0 0 20 0 18 0 22789868 9787879424 109308 33554432000 1073741824 1073778376 140736725993136 140042502638136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17719] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789868 9787879424 109308 33554432000 1073741824 1073778376 140736725993136 140042501586040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17720] ppid=17699 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789868 9787879424 109308 33554432000 1073741824 1073778376 140736725993136 140042500533448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 4.40 4.18 3.20 7/220 17724
/proc/meminfo: memFree=24378900/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9824732 CPUtime=6.75 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 21163 0 1 0 644 31 0 0 20 0 22 0 22789863 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2456183 120091 2284 9 0 2446860 0
[pid=17702/tid=17703] ppid=17699 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) S 17699 17702 15709 0 -1 4202560 2539 0 1 0 164 5 0 0 20 0 22 0 22789863 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140043153724280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17705] ppid=17699 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 15709 0 -1 4202560 74 0 0 0 6 3 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140043115215144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17706] ppid=17699 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 15709 0 -1 4202560 317 0 0 0 16 5 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140043114162344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17707] ppid=17699 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 15709 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042995493416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 15709 0 -1 4202560 294 0 0 0 10 4 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042994440616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 15709 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042993388328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 15709 0 -1 4202560 159 0 0 0 7 2 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042992335528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 15709 0 -1 4202560 117 0 0 0 7 3 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042991283240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 15709 0 -1 4202560 141 0 0 0 6 2 0 0 20 0 22 0 22789864 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042990230440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22789865 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042507901160 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042504743312 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17717] ppid=17699 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 15709 0 -1 4202560 7801 0 0 0 87 0 0 0 20 0 22 0 22789868 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042503690936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17718] ppid=17699 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 15709 0 -1 4202560 8129 0 0 0 93 0 0 0 20 0 22 0 22789868 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042502638136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17719] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042501586040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17720] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042500533448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17721] ppid=17699 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/17702/task/17721/stat : 17721 (java) R 17699 17702 15709 0 -1 4202560 17 0 0 0 109 0 0 0 20 0 22 0 22790060 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042499477848 140042996465530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17722] ppid=17699 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/17702/task/17722/stat : 17722 (java) R 17699 17702 15709 0 -1 4202560 31 0 0 0 110 0 0 0 20 0 22 0 22790060 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042498424680 140042996573890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17723] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17723/stat : 17723 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042497373352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17724] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17724/stat : 17724 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 120091 33554432000 1073741824 1073778376 140736725993136 140042496320552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.40 4.18 3.20 5/220 17724
/proc/meminfo: memFree=24303904/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9824732 CPUtime=13.41 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 21347 0 1 0 1303 38 0 0 20 0 22 0 22789863 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2456183 138579 2289 9 0 2446860 0
[pid=17702/tid=17703] ppid=17699 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) S 17699 17702 15709 0 -1 4202560 2539 0 1 0 164 5 0 0 20 0 22 0 22789863 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140043153724280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17705] ppid=17699 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 15709 0 -1 4202560 81 0 0 0 8 3 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140043115215144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17706] ppid=17699 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 15709 0 -1 4202560 324 0 0 0 17 6 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140043114162344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17707] ppid=17699 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 15709 0 -1 4202560 58 0 0 0 9 3 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042995493416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 15709 0 -1 4202560 338 0 0 0 15 6 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042994440616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 15709 0 -1 4202560 74 0 0 0 10 4 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042993388328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 15709 0 -1 4202560 193 0 0 0 10 3 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042992335528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 15709 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042991283240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 15709 0 -1 4202560 144 0 0 0 8 3 0 0 20 0 22 0 22789864 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042990230440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22789865 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042507901160 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 138579 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 15709 0 -1 4202560 1616 0 0 0 405 47 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042995493416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 15709 0 -1 4202560 1404 0 0 0 426 41 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042994440616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 15709 0 -1 4202560 1730 0 0 0 405 37 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042993388328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 15709 0 -1 4202560 2043 0 0 0 379 39 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042992335528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 15709 0 -1 4202560 2446 0 0 0 358 43 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042991283240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 15709 0 -1 4202560 1257 0 0 0 366 36 0 0 20 0 22 0 22789864 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042990230440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9824732 CPUtime=6.65 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 3148 0 0 0 657 8 0 0 20 0 22 0 22789865 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042507901160 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042504743312 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17717] ppid=17699 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 15709 0 -1 4202560 14518 0 0 0 157 2 0 0 20 0 22 0 22789868 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042503690936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17718] ppid=17699 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 15709 0 -1 4202560 8134 0 0 0 114 0 0 0 20 0 22 0 22789868 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042502638136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17719] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042501586040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17720] ppid=17699 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 15709 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 22789868 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042500533448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17721] ppid=17699 vsize=9824732 CPUtime=802.55 cores=1,3,5,7
/proc/17702/task/17721/stat : 17721 (java) R 17699 17702 15709 0 -1 4202560 295 0 0 0 80240 15 0 0 20 0 22 0 22790060 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042499469072 140042996475945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17722] ppid=17699 vsize=9824732 CPUtime=802.58 cores=1,3,5,7
/proc/17702/task/17722/stat : 17722 (java) R 17699 17702 15709 0 -1 4202560 1053 0 0 0 80232 26 0 0 20 0 22 0 22790060 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042498422704 140042996835812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17723] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17723/stat : 17723 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042497373352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17724] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17724/stat : 17724 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1044917 33554432000 1073741824 1073778376 140736725993136 140042496320552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1655.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.29 3.87 6/219 17836
/proc/meminfo: memFree=21281704/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9824732 CPUtime=1775.87 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 45238 0 1 0 177207 380 0 0 20 0 22 0 22789863 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2456183 1044923 2299 9 0 2446860 0
[pid=17702/tid=17703] ppid=17699 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) S 17699 17702 15709 0 -1 4202560 2553 0 1 0 166 7 0 0 20 0 22 0 22789863 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140043153724280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17705] ppid=17699 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 15709 0 -1 4202560 1850 0 0 0 436 40 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140043115215144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17706] ppid=17699 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 15709 0 -1 4202560 1866 0 0 0 413 47 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140043114162344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17707] ppid=17699 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 15709 0 -1 4202560 1616 0 0 0 419 47 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042995493416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 15709 0 -1 4202560 1404 0 0 0 430 41 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042994440616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 15709 0 -1 4202560 1730 0 0 0 410 37 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042993388328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 15709 0 -1 4202560 2044 0 0 0 384 39 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042992335528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 15709 0 -1 4202560 2446 0 0 0 362 43 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042991283240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9824732 CPUtime=4.06 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 15709 0 -1 4202560 1258 0 0 0 370 36 0 0 20 0 22 0 22789864 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042990230440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9824732 CPUtime=6.65 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 3154 0 0 0 657 8 0 0 20 0 22 0 22789865 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042507901160 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042504743312 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17717] ppid=17699 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 15709 0 -1 4202560 14518 0 0 0 157 2 0 0 20 0 22 0 22789868 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042503690936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17718] ppid=17699 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 15709 0 -1 4202560 8134 0 0 0 114 0 0 0 20 0 22 0 22789868 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042502638136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17719] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042501586040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17720] ppid=17699 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 15709 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 22789868 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042500533448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17721] ppid=17699 vsize=9824732 CPUtime=862.26 cores=1,3,5,7
/proc/17702/task/17721/stat : 17721 (java) R 17699 17702 15709 0 -1 4202560 295 0 0 0 86210 16 0 0 20 0 22 0 22790060 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042499476016 140042996475931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17722] ppid=17699 vsize=9824732 CPUtime=862.29 cores=1,3,5,7
/proc/17702/task/17722/stat : 17722 (java) R 17699 17702 15709 0 -1 4202560 1054 0 0 0 86202 27 0 0 20 0 22 0 22790060 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042498423728 140042996792315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17723] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17723/stat : 17723 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042497373352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17724] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17724/stat : 17724 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1044923 33554432000 1073741824 1073778376 140736725993136 140042496320552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.24 4.29 3.88 5/219 17837
/proc/meminfo: memFree=21242476/32872528 swapFree=1534436/1655032
[pid=17702] ppid=17699 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/17702/stat : 17702 (java) S 17699 17702 15709 0 -1 4202496 45816 0 1 0 179625 385 0 0 20 0 22 0 22789863 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140736725984272 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17702/statm: 2456183 1053121 2299 9 0 2446860 0
[pid=17702/tid=17703] ppid=17699 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/17702/task/17703/stat : 17703 (java) S 17699 17702 15709 0 -1 4202560 2554 0 1 0 166 7 0 0 20 0 22 0 22789863 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140043153724280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17705] ppid=17699 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 15709 0 -1 4202560 2021 0 0 0 457 41 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140043115215144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17706] ppid=17699 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 15709 0 -1 4202560 1872 0 0 0 421 47 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140043114162344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17707] ppid=17699 vsize=9824732 CPUtime=4.73 cores=1,3,5,7
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 15709 0 -1 4202560 1619 0 0 0 426 47 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042995493416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17708] ppid=17699 vsize=9824732 CPUtime=4.79 cores=1,3,5,7
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 15709 0 -1 4202560 1404 0 0 0 438 41 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042994440616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17709] ppid=17699 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 15709 0 -1 4202560 1897 0 0 0 417 37 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042993388328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17710] ppid=17699 vsize=9824732 CPUtime=4.31 cores=1,3,5,7
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 15709 0 -1 4202560 2053 0 0 0 392 39 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042992335528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17711] ppid=17699 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 15709 0 -1 4202560 2623 0 0 0 379 43 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042991283240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17702/tid=17712] ppid=17699 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 15709 0 -1 4202560 1263 0 0 0 381 36 0 0 20 0 22 0 22789864 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042990230440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17713] ppid=17699 vsize=9824732 CPUtime=6.65 cores=1,3,5,7
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 15709 0 -1 4202560 3193 0 0 0 657 8 0 0 20 0 22 0 22789865 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042507901160 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17714] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042506847224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17715] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789866 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042505794824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17716] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042504743312 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17717] ppid=17699 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 15709 0 -1 4202560 14518 0 0 0 157 2 0 0 20 0 22 0 22789868 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042503690936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17718] ppid=17699 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 15709 0 -1 4202560 8134 0 0 0 114 0 0 0 20 0 22 0 22789868 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042502638136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17719] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789868 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042501586040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17720] ppid=17699 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 15709 0 -1 4202560 51 0 0 0 16 20 0 0 20 0 22 0 22789868 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042500533448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17702/tid=17721] ppid=17699 vsize=9824732 CPUtime=873.9 cores=1,3,5,7
/proc/17702/task/17721/stat : 17721 (java) R 17699 17702 15709 0 -1 4202560 295 0 0 0 87374 16 0 0 20 0 22 0 22790060 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042499469072 140042996465530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17722] ppid=17699 vsize=9824732 CPUtime=873.92 cores=1,3,5,7
/proc/17702/task/17722/stat : 17722 (java) R 17699 17702 15709 0 -1 4202560 1054 0 0 0 87365 27 0 0 20 0 22 0 22790060 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042498422704 140042996792449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17702/tid=17723] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17723/stat : 17723 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042497373352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17702/tid=17724] ppid=17699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17702/task/17724/stat : 17724 (java) S 17699 17702 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22790074 10060525568 1053121 33554432000 1073741824 1073778376 140736725993136 140042496320552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 17702 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17702 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=850597
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=279349
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.256
CPU time (s): 1800.1
CPU user time (s): 1796.25
CPU system time (s): 3.85
CPU usage (%): 201.296
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.85
system time used= 4.27935
maximum resident set size= 4230904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45861
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23224
involuntary context switches= 22177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37349 second user time and 4.01939 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 01:50:14
IDJOB=4100010
IDBENCH=1562
IDSOLVER=2543
FILE ID=node122/4100010-1466207414
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100010-1466207414/watcher-4100010-1466207414 -o /tmp/evaluation-result-4100010-1466207414/solver-4100010-1466207414 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100010-1466207414.opb

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

MD5SUM BENCH= d44ccf8fb2d5e43b368613290c78fd1e
RANDOM SEED=1184767986

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24852024 kB
Buffers:          120660 kB
Cached:          1627232 kB
SwapCached:            0 kB
Active:          3962948 kB
Inactive:        1653588 kB
Active(anon):    3869176 kB
Inactive(anon):     1852 kB
Active(file):      93772 kB
Inactive(file):  1651736 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7508 kB
Writeback:             0 kB
AnonPages:       5598776 kB
Mapped:            21176 kB
Shmem:               204 kB
Slab:             608456 kB
SReclaimable:      51772 kB
SUnreclaim:       556684 kB
KernelStack:        1816 kB
PageTables:        14568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6246232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3997696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node122 at 2016-06-18 02:05:09