Trace number 4107895

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 894.869

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_8-unsat.opb
MD5SUM3890946cb13ab5dacc1331cb240d6a09
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 variables31460
Total number of constraints104814
Number of constraints which are clauses104298
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints516
Minimum length of a constraint1
Maximum length of a constraint95
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 534
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4107895-1466285188.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
4.42/1.75	c ... done. Wall clock time 1.63s.
4.42/1.75	c declared #vars     31460
4.42/1.75	c #constraints  104814
4.42/1.75	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.42/1.75	c constraints type 
4.42/1.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12122
4.42/1.75	c org.sat4j.specs.Constr$1 => 11056
4.42/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 76775
4.42/1.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 4345
4.42/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 516
4.42/1.75	c 104814 constraints processed.
4.42/1.75	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.42/1.75	c constraints type 
4.42/1.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 76775
4.42/1.75	c org.sat4j.specs.Constr$1 => 11056
4.42/1.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12122
4.42/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 516
4.42/1.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 4345
4.42/1.75	c 104814 constraints processed.
9.76/3.67	c cleaning 2491 clauses out of 4999 with flag 22984/5001
13.68/5.41	c cleaning 4244 clauses out of 8508 with flag 55666/11001
18.17/7.44	c cleaning 5628 clauses out of 11265 with flag 92816/18002
22.92/9.67	c cleaning 6811 clauses out of 13637 with flag 134178/26002
28.25/12.27	c cleaning 7896 clauses out of 15825 with flag 201506/35001
34.35/15.21	c cleaning 8954 clauses out of 17931 with flag 258595/45003
40.56/18.30	c cleaning 9977 clauses out of 19975 with flag 323069/56001
48.32/22.17	c cleaning 10992 clauses out of 21997 with flag 412553/68000
56.47/26.11	c cleaning 11991 clauses out of 24005 with flag 495615/81000
64.88/30.36	c cleaning 13001 clauses out of 26015 with flag 585666/95001
68.10/31.99	c cleaning 0 clauses out of 5000 with flag 0/5000
75.36/35.31	c cleaning 13992 clauses out of 28013 with flag 678049/110000
85.03/40.19	c cleaning 15001 clauses out of 30022 with flag 785682/126001
96.92/46.01	c cleaning 15998 clauses out of 32022 with flag 891715/143002
108.19/51.67	c cleaning 17005 clauses out of 34024 with flag 1008333/161002
120.19/57.68	c cleaning 17994 clauses out of 36017 with flag 1141742/180000
133.29/64.16	c cleaning 18988 clauses out of 38023 with flag 1304827/200000
146.77/70.89	c cleaning 19998 clauses out of 40035 with flag 1460803/221000
161.68/78.24	c cleaning 21008 clauses out of 42038 with flag 1625909/243001
177.33/86.07	c cleaning 22001 clauses out of 44029 with flag 1792625/266000
194.84/94.72	c cleaning 23002 clauses out of 46028 with flag 1972034/290000
212.33/103.43	c cleaning 23993 clauses out of 48026 with flag 2147574/315001
230.44/112.46	c cleaning 25010 clauses out of 50033 with flag 2351655/341001
249.33/121.89	c cleaning 26003 clauses out of 52023 with flag 2556277/368001
259.21/127.12	c cleaning 0 clauses out of 11000 with flag 0/11000
270.27/132.65	c cleaning 27001 clauses out of 54019 with flag 2757102/396000
291.53/143.23	c cleaning 27998 clauses out of 56018 with flag 2970426/425000
313.31/154.03	c cleaning 28995 clauses out of 58020 with flag 3214223/455000
336.19/165.45	c cleaning 30009 clauses out of 60027 with flag 3446932/486002
360.31/177.42	c cleaning 30992 clauses out of 62016 with flag 3682599/518000
385.12/189.79	c cleaning 31996 clauses out of 64025 with flag 3923269/551001
411.23/202.79	c cleaning 33004 clauses out of 66032 with flag 4182660/585004
440.02/217.02	c cleaning 34002 clauses out of 68026 with flag 4422905/620002
467.70/230.85	c cleaning 34998 clauses out of 70024 with flag 4696452/656002
496.73/245.24	c cleaning 35998 clauses out of 72025 with flag 4949424/693001
525.42/259.54	c cleaning 37012 clauses out of 74026 with flag 5205674/731000
556.41/274.93	c cleaning 37986 clauses out of 76014 with flag 5485431/770000
588.80/291.02	c cleaning 39002 clauses out of 78029 with flag 5740544/810001
622.52/307.89	c cleaning 39994 clauses out of 80026 with flag 6038585/851000
657.73/325.36	c cleaning 40998 clauses out of 82032 with flag 6327818/893000
672.37/333.27	c cleaning 0 clauses out of 18000 with flag 0/18000
693.04/343.54	c cleaning 41998 clauses out of 84034 with flag 6610067/936000
729.63/361.78	c cleaning 43005 clauses out of 86040 with flag 6903946/980004
770.41/382.02	c cleaning 44005 clauses out of 88030 with flag 7227542/1025000
810.42/401.93	c cleaning 45005 clauses out of 90024 with flag 7547311/1071000
850.86/422.01	c cleaning 46000 clauses out of 92019 with flag 7860026/1118000
894.07/443.57	c cleaning 46990 clauses out of 94019 with flag 8208550/1166000
938.26/465.56	c cleaning 48013 clauses out of 96029 with flag 8565817/1215000
984.09/488.29	c cleaning 49000 clauses out of 98017 with flag 8897959/1265001
1032.31/512.28	c cleaning 50004 clauses out of 100019 with flag 9253635/1316003
1081.94/536.82	c cleaning 50983 clauses out of 102012 with flag 9597653/1368000
1131.97/561.74	c cleaning 52003 clauses out of 104029 with flag 9944087/1421000
1182.02/586.61	c cleaning 52994 clauses out of 106026 with flag 10308986/1475000
1233.98/612.51	c cleaning 54017 clauses out of 108033 with flag 10670312/1530001
1290.28/640.56	c cleaning 54998 clauses out of 110015 with flag 11044182/1586000
1346.26/668.33	c cleaning 55988 clauses out of 112018 with flag 11415725/1643001
1403.07/696.56	c cleaning 56999 clauses out of 114033 with flag 11806933/1701004
1462.30/726.05	c cleaning 58011 clauses out of 116031 with flag 12199123/1760001
1494.91/742.24	c cleaning 0 clauses out of 26001 with flag 0/26001
1522.45/755.90	c cleaning 59010 clauses out of 118021 with flag 12581864/1820002
1586.58/787.77	c cleaning 59988 clauses out of 120009 with flag 12991913/1881000
1654.04/822.27	c cleaning 60998 clauses out of 122021 with flag 13370060/1943000
1718.68/854.40	c cleaning 62001 clauses out of 124024 with flag 13760674/2006001
1782.69/886.21	c cleaning 63003 clauses out of 126027 with flag 14137295/2070005
1800.02/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.80	c starts		: 7520
1800.02/894.80	c conflicts		: 2089855
1800.02/894.80	c decisions		: 3303337
1800.02/894.80	c propagations		: 1280069497
1800.02/894.80	c inspects		: 7193409258
1800.02/894.80	c shortcuts		: 0
1800.02/894.80	c learnt literals	: 5
1800.02/894.80	c learnt binary clauses	: 41
1800.02/894.80	c learnt ternary clauses	: 2064
1800.02/894.80	c learnt constraints	: 2089850
1800.02/894.80	c ignored constraints	: 0
1800.02/894.80	c root simplifications	: 0
1800.02/894.80	c removed literals (reason simplification)	: 23741447
1800.02/894.80	c reason swapping (by a shorter reason)	: 0
1800.02/894.80	c Calls to reduceDB	: 60
1800.02/894.80	c Number of update (reduction) of LBD	: 812789
1800.02/894.80	c Imported unit clauses	: 0
1800.02/894.80	c number of reductions to clauses (during analyze)	: 0
1800.02/894.80	c number of learned constraints concerned by reduction	: 0
1800.02/894.80	c number of learning phase by resolution	: 0
1800.02/894.80	c number of learning phase by cutting planes	: 0
1800.02/894.80	c speed (assignments/second)	: 1433496.642664367
1800.02/894.80	c non guided choices	1156
1800.02/894.83	c learnt constraints type 
1800.02/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.02/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82833
1800.02/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.83	c starts		: 55
1800.02/894.83	c conflicts		: 29218
1800.02/894.83	c decisions		: 96539
1800.02/894.83	c propagations		: 20198982
1800.02/894.83	c inspects		: 1021258936
1800.02/894.83	c shortcuts		: 0
1800.02/894.83	c learnt literals	: 0
1800.02/894.83	c learnt binary clauses	: 0
1800.02/894.83	c learnt ternary clauses	: 69
1800.02/894.83	c learnt constraints	: 29217
1800.02/894.83	c ignored constraints	: 0
1800.02/894.83	c root simplifications	: 0
1800.02/894.83	c removed literals (reason simplification)	: 0
1800.02/894.83	c reason swapping (by a shorter reason)	: 0
1800.02/894.83	c Calls to reduceDB	: 4
1800.02/894.83	c Number of update (reduction) of LBD	: 0
1800.02/894.83	c Imported unit clauses	: 0
1800.02/894.83	c number of reductions to clauses (during analyze)	: 0
1800.02/894.83	c number of learned constraints concerned by reduction	: 0
1800.02/894.83	c number of learning phase by resolution	: 0
1800.02/894.83	c number of learning phase by cutting planes	: 0
1800.02/894.83	c speed (assignments/second)	: 22619.392739480892
1800.02/894.83	c non guided choices	67
1800.02/894.84	c learnt constraints type 
1800.02/894.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 69
1800.02/894.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29148
1800.02/894.84	s UNKNOWN
1800.02/894.84	c Total wall clock time (in seconds): 894.72

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-4107895-1466285188/watcher-4107895-1466285188 -o /tmp/evaluation-result-4107895-1466285188/solver-4107895-1466285188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24418 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107895-1466285188.opb 

pid=27592
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.10 4.18 4.09 5/195 27595
/proc/meminfo: memFree=27181352/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=88 CPUtime=0 cores=1,3,5,7
/proc/27595/stat : 27595 (java) R 27592 27595 24401 0 -1 4194304 329 0 0 0 0 0 0 0 20 0 1 0 30568926 90112 1 33554432000 0 0 140735354123818 140736293470520 235374538167 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 67 4 0 0 0 24 0

[startup+0.100126 s]
/proc/loadavg: 4.10 4.18 4.09 5/195 27595
/proc/meminfo: memFree=27181352/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 30568926 9787879424 6032 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.10 4.18 4.09 5/195 27595
/proc/meminfo: memFree=27181352/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 4671 0 1 0 22 1 0 0 20 0 18 0 30568926 9787879424 7275 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2389619 7275 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 4.10 4.18 4.09 5/195 27595
/proc/meminfo: memFree=27181352/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 5506 0 1 0 45 1 0 0 20 0 18 0 30568926 9787879424 9013 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2389619 9013 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 4.10 4.18 4.09 5/195 27595
/proc/meminfo: memFree=27181352/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9559080 CPUtime=1.61 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 23456 0 1 0 156 5 0 0 20 0 18 0 30568926 9788497920 33621 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2389770 33621 2250 9 0 2380447 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9559080

[startup+1.50075 s]
/proc/loadavg: 4.10 4.18 4.09 7/213 27613
/proc/meminfo: memFree=26974484/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9558476 CPUtime=3.78 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 34956 0 1 0 368 10 0 0 20 0 18 0 30568926 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2389619 52436 2268 9 0 2380296 0
[pid=27595/tid=27597] ppid=27592 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/27595/task/27597/stat : 27597 (java) R 27592 27595 24401 0 -1 4202560 2480 0 1 0 140 4 0 0 20 0 18 0 30568927 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531495161776 140531498456016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27598] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27598/stat : 27598 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531467623080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27599] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27599/stat : 27599 (java) S 27592 27595 24401 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531466570536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27600] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) S 27592 27595 24401 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531333630248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) S 27592 27595 24401 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531332577704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) S 27592 27595 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30568928 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140531331525160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30568929 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530849012328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30568929 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30568930 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30568932 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9558476 CPUtime=1.08 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) R 27592 27595 24401 0 -1 4202560 13586 0 0 0 106 2 0 0 20 0 18 0 30568932 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530844801064 140531502177384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) R 27592 27595 24401 0 -1 4202560 17524 0 0 0 110 3 0 0 20 0 18 0 30568932 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530843735944 140531496983328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30568932 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30568932 9787879424 52436 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 4.25 4.21 4.10 7/217 27617
/proc/meminfo: memFree=26952760/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9824732 CPUtime=8.61 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 42552 0 1 0 844 17 0 0 20 0 22 0 30568926 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2456183 90248 2285 9 0 2446860 0
[pid=27595/tid=27597] ppid=27592 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/27595/task/27597/stat : 27597 (java) S 27592 27595 24401 0 -1 4202560 2486 0 1 0 161 4 0 0 20 0 22 0 30568927 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531495170936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27598] ppid=27592 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27595/task/27598/stat : 27598 (java) R 27592 27595 24401 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531467623080 235378095164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27599] ppid=27592 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27595/task/27599/stat : 27599 (java) R 27592 27595 24401 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531466570536 140531499346095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27600] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) R 27592 27595 24401 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531333630248 140531498927244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) R 27592 27595 24401 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531332577880 140531502066604 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) R 27592 27595 24401 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 22 0 30568928 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140531331525160 140531499346095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530849011208 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30568930 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) S 27592 27595 24401 0 -1 4202560 14556 0 0 0 200 3 0 0 20 0 22 0 30568932 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530844801080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) S 27592 27595 24401 0 -1 4202560 23629 0 0 0 196 4 0 0 20 0 22 0 30568932 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530843748536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27614] ppid=27592 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/27595/task/27614/stat : 27614 (java) S 27592 27595 24401 0 -1 4202560 21 0 0 0 130 0 0 0 20 0 22 0 30569102 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530840586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27615] ppid=27592 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/27595/task/27615/stat : 27615 (java) S 27592 27595 24401 0 -1 4202560 82 0 0 0 127 2 0 0 20 0 22 0 30569102 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530839535336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27616] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27616/stat : 27616 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530838484520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27617] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27617/stat : 27617 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 90248 33554432000 1073741824 1073778376 140735354120752 140530837431976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.25 4.21 4.10 6/217 27617
/proc/meminfo: memFree=26569336/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9824732 CPUtime=15.88 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 44958 0 1 0 1558 30 0 0 20 0 22 0 30568926 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2456183 164619 2291 9 0 2446860 0
[pid=27595/tid=27597] ppid=27592 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/27595/task/27597/stat : 27597 (java) S 27592 27595 24401 0 -1 4202560 2486 0 1 0 161 4 0 0 20 0 22 0 30568927 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531495170936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27598] ppid=27592 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27595/task/27598/stat : 27598 (java) S 27592 27595 24401 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531467623080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27599] ppid=27592 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/27595/task/27599/stat : 27599 (java) S 27592 27595 24401 0 -1 4202560 62 0 0 0 6 1 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531466570536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27600] ppid=27592 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 175 0 0 0 7 2 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 68 0 0 0 4 0 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) S 27592 27595 24401 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531333630248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) S 27592 27595 24401 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531332577704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) S 27592 27595 24401 0 -1 4202560 179 0 0 0 6 2 0 0 20 0 22 0 30568928 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140531331525160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 470 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530849012328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30568930 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) S 27592 27595 24401 0 -1 4202560 15090 0 0 0 249 3 0 0 20 0 22 0 30568932 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530844801080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) S 27592 27595 24401 0 -1 4202560 24534 0 0 0 215 4 0 0 20 0 22 0 30568932 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530843748536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 164619 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27614] ppid=27592 vsize=9824732 CPUtime=4.34 cores=1,3,5,7

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

/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 523 0 0 0 240 16 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 637 0 0 0 268 15 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 539 0 0 0 251 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) S 27592 27595 24401 0 -1 4202560 489 0 0 0 217 14 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531333630248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) S 27592 27595 24401 0 -1 4202560 558 0 0 0 262 14 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531332577704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) S 27592 27595 24401 0 -1 4202560 607 0 0 0 254 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531331525160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 2241 0 0 0 391 10 0 0 20 0 22 0 30568929 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530849012328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30568930 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) S 27592 27595 24401 0 -1 4202560 16184 0 0 0 301 3 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530844801080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) S 27592 27595 24401 0 -1 4202560 24547 0 0 0 255 4 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530843748536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27614] ppid=27592 vsize=9824732 CPUtime=808.81 cores=1,3,5,7
/proc/27595/task/27614/stat : 27614 (java) R 27592 27595 24401 0 -1 4202560 54 0 0 0 80868 13 0 0 20 0 22 0 30569102 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530840580224 140531348317065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27615] ppid=27592 vsize=9824732 CPUtime=808.72 cores=1,3,5,7
/proc/27595/task/27615/stat : 27615 (java) R 27592 27595 24401 0 -1 4202560 2164 0 0 0 80819 53 0 0 20 0 22 0 30569102 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530839536512 140531348427009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27616] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27616/stat : 27616 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530838484520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27617] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27617/stat : 27617 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530837431976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1654.24
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.25 4.15 5/217 28043
/proc/meminfo: memFree=23823052/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9824732 CPUtime=1774.9 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 53359 0 1 0 177295 195 0 0 20 0 22 0 30568926 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2456183 897130 2300 9 0 2446860 0
[pid=27595/tid=27597] ppid=27592 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/27595/task/27597/stat : 27597 (java) S 27592 27595 24401 0 -1 4202560 2494 0 1 0 164 5 0 0 20 0 22 0 30568927 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531495170936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27598] ppid=27592 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/27595/task/27598/stat : 27598 (java) S 27592 27595 24401 0 -1 4202560 499 0 0 0 254 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531467623080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27599] ppid=27592 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/27595/task/27599/stat : 27599 (java) S 27592 27595 24401 0 -1 4202560 495 0 0 0 274 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531466570536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27600] ppid=27592 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 523 0 0 0 258 16 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 637 0 0 0 287 15 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 539 0 0 0 266 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) S 27592 27595 24401 0 -1 4202560 489 0 0 0 236 14 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531333630248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) S 27592 27595 24401 0 -1 4202560 558 0 0 0 280 14 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531332577704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) S 27592 27595 24401 0 -1 4202560 607 0 0 0 271 13 0 0 20 0 22 0 30568928 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140531331525160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 2248 0 0 0 392 10 0 0 20 0 22 0 30568929 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530849012328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30568930 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) S 27592 27595 24401 0 -1 4202560 16184 0 0 0 301 3 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530844801080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) S 27592 27595 24401 0 -1 4202560 24547 0 0 0 255 4 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530843748536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30568932 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27614] ppid=27592 vsize=9824732 CPUtime=868.3 cores=1,3,5,7
/proc/27595/task/27614/stat : 27614 (java) R 27592 27595 24401 0 -1 4202560 54 0 0 0 86816 14 0 0 20 0 22 0 30569102 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530840587168 140531348313489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27615] ppid=27592 vsize=9824732 CPUtime=868.19 cores=1,3,5,7
/proc/27595/task/27615/stat : 27615 (java) R 27592 27595 24401 0 -1 4202560 2169 0 0 0 86765 54 0 0 20 0 22 0 30569102 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530839535376 140531348441305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27616] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27616/stat : 27616 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530838484520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27617] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27617/stat : 27617 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897130 33554432000 1073741824 1073778376 140735354120752 140530837431976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.23 4.24 4.15 5/217 28043
/proc/meminfo: memFree=23822928/32872528 swapFree=447868/480572
[pid=27595] ppid=27592 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/27595/stat : 27595 (java) S 27592 27595 24401 0 -1 4202496 53360 0 1 0 179806 196 0 0 20 0 22 0 30568926 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140735354111888 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27595/statm: 2456183 897129 2300 9 0 2446860 0
[pid=27595/tid=27597] ppid=27592 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/27595/task/27597/stat : 27597 (java) S 27592 27595 24401 0 -1 4202560 2494 0 1 0 164 5 0 0 20 0 22 0 30568927 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531495170936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27598] ppid=27592 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/27595/task/27598/stat : 27598 (java) S 27592 27595 24401 0 -1 4202560 499 0 0 0 257 13 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531467623080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27599] ppid=27592 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/27595/task/27599/stat : 27599 (java) S 27592 27595 24401 0 -1 4202560 495 0 0 0 278 13 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531466570536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27600] ppid=27592 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/27595/task/27600/stat : 27600 (java) S 27592 27595 24401 0 -1 4202560 523 0 0 0 260 16 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531465517992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27601] ppid=27592 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/27595/task/27601/stat : 27601 (java) S 27592 27595 24401 0 -1 4202560 637 0 0 0 289 15 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531335736360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27602] ppid=27592 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/27595/task/27602/stat : 27602 (java) S 27592 27595 24401 0 -1 4202560 539 0 0 0 271 13 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531334682792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27603] ppid=27592 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/27595/task/27603/stat : 27603 (java) S 27592 27595 24401 0 -1 4202560 489 0 0 0 242 14 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531333630248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27604] ppid=27592 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/27595/task/27604/stat : 27604 (java) S 27592 27595 24401 0 -1 4202560 558 0 0 0 284 14 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531332577704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27605] ppid=27592 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/27595/task/27605/stat : 27605 (java) S 27592 27595 24401 0 -1 4202560 607 0 0 0 272 13 0 0 20 0 22 0 30568928 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140531331525160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27606] ppid=27592 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/27595/task/27606/stat : 27606 (java) S 27592 27595 24401 0 -1 4202560 2248 0 0 0 392 10 0 0 20 0 22 0 30568929 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530849012328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27607] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27607/stat : 27607 (java) S 27592 27595 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30568929 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530847958648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27608] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27608/stat : 27608 (java) S 27592 27595 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30568930 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530846905992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27609] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27609/stat : 27609 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530845854736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27595/tid=27610] ppid=27592 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/27595/task/27610/stat : 27610 (java) S 27592 27595 24401 0 -1 4202560 16184 0 0 0 301 3 0 0 20 0 22 0 30568932 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530844801080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27611] ppid=27592 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/27595/task/27611/stat : 27611 (java) S 27592 27595 24401 0 -1 4202560 24547 0 0 0 255 4 0 0 20 0 22 0 30568932 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530843748536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27612] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27612/stat : 27612 (java) S 27592 27595 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30568932 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530842696184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27595/tid=27613] ppid=27592 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/27595/task/27613/stat : 27613 (java) S 27592 27595 24401 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30568932 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530841643848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27614] ppid=27592 vsize=9824732 CPUtime=880.69 cores=1,3,5,7
/proc/27595/task/27614/stat : 27614 (java) R 27592 27595 24401 0 -1 4202560 55 0 0 0 88055 14 0 0 20 0 22 0 30569102 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530840587920 140531348316938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27595/tid=27615] ppid=27592 vsize=9824732 CPUtime=880.59 cores=1,3,5,7
/proc/27595/task/27615/stat : 27615 (java) R 27592 27595 24401 0 -1 4202560 2169 0 0 0 88005 54 0 0 20 0 22 0 30569102 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530839534320 140531348317010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27616] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27616/stat : 27616 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530838484520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27595/tid=27617] ppid=27592 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27595/task/27617/stat : 27617 (java) S 27592 27595 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30569109 10060525568 897129 33554432000 1073741824 1073778376 140735354120752 140530837431976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27595 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 27595 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=628327
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=363640
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.869
CPU time (s): 1800.02
CPU user time (s): 1798.06
CPU system time (s): 1.96
CPU usage (%): 201.149
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.36364
maximum resident set size= 3588632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53394
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= 24341
involuntary context switches= 28793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75212 second user time and 7.02393 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 23:26:28
IDJOB=4107895
IDBENCH=73905
IDSOLVER=2543
FILE ID=node104/4107895-1466285188
RUNJOBID= node104-1466276650-24418
PBS_JOBID= 19918266
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_8-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107895-1466285188/watcher-4107895-1466285188 -o /tmp/evaluation-result-4107895-1466285188/solver-4107895-1466285188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24418 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107895-1466285188.opb

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

MD5SUM BENCH= 3890946cb13ab5dacc1331cb240d6a09
RANDOM SEED=178147422

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        27181888 kB
Buffers:          149416 kB
Cached:           290888 kB
SwapCached:        40452 kB
Active:          4114564 kB
Inactive:         338012 kB
Active(anon):    3974920 kB
Inactive(anon):    39968 kB
Active(file):     139644 kB
Inactive(file):   298044 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              4124 kB
Writeback:             0 kB
AnonPages:       4464032 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             608400 kB
SReclaimable:      52332 kB
SUnreclaim:       556068 kB
KernelStack:        1608 kB
PageTables:        13100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4691984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3928064 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= 71660 MiB
End job on node104 at 2016-06-18 23:41:23