Trace number 4107007

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 898.866

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4107007-1466279507.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.47/0.31	c ... done. Wall clock time 0.203s.
0.47/0.31	c declared #vars     200
0.47/0.31	c internal #vars     1452
0.47/0.31	c #constraints  2807
0.47/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1252
0.47/0.31	c 2807 constraints processed.
0.47/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
0.47/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
0.47/0.31	c 2807 constraints processed.
3.50/1.11	c cleaning 2494 clauses out of 5001 with flag 18469/5001
4.28/1.39	c cleaning 4245 clauses out of 8506 with flag 39057/11000
5.09/1.68	c cleaning 5618 clauses out of 11263 with flag 61672/18002
6.13/2.10	c cleaning 6814 clauses out of 13643 with flag 93185/26000
6.92/2.54	c cleaning 7905 clauses out of 15829 with flag 123452/35000
7.92/3.04	c cleaning 8946 clauses out of 17924 with flag 153852/45000
8.92/3.55	c cleaning 9977 clauses out of 19978 with flag 185852/56000
10.35/4.24	c cleaning 10985 clauses out of 22001 with flag 222990/68000
11.96/5.09	c cleaning 11981 clauses out of 24016 with flag 269163/81000
13.75/5.97	c cleaning 13011 clauses out of 26035 with flag 312056/95000
16.24/7.00	c cleaning 13999 clauses out of 28024 with flag 355662/110000
18.80/8.27	c cleaning 15005 clauses out of 30026 with flag 406758/126001
21.67/9.65	c cleaning 15999 clauses out of 32020 with flag 459281/143000
25.10/11.33	c cleaning 16993 clauses out of 34021 with flag 516845/161000
28.16/12.89	c cleaning 17999 clauses out of 36028 with flag 570864/180000
31.96/14.70	c cleaning 19000 clauses out of 38029 with flag 629540/200000
35.44/16.43	c cleaning 20007 clauses out of 40029 with flag 692269/221000
39.45/18.42	c cleaning 20994 clauses out of 42022 with flag 761406/243000
44.34/20.85	c cleaning 21997 clauses out of 44028 with flag 837940/266000
48.34/22.87	c cleaning 23006 clauses out of 46033 with flag 907708/290002
53.06/25.17	c cleaning 24001 clauses out of 48025 with flag 977509/315000
58.26/27.79	c cleaning 24998 clauses out of 50024 with flag 1059074/341000
64.55/30.86	c cleaning 26002 clauses out of 52026 with flag 1142255/368000
69.94/33.59	c cleaning 27006 clauses out of 54027 with flag 1225469/396003
76.44/36.76	c cleaning 27996 clauses out of 56018 with flag 1315354/425000
82.26/39.68	c cleaning 29008 clauses out of 58028 with flag 1404766/455006
87.85/42.44	c cleaning 29991 clauses out of 60014 with flag 1498387/486000
94.25/45.60	c cleaning 31001 clauses out of 62023 with flag 1598846/518000
102.26/49.67	c cleaning 31999 clauses out of 64022 with flag 1704147/551000
112.45/54.79	c cleaning 32982 clauses out of 66023 with flag 1824670/585000
124.84/60.95	c cleaning 34001 clauses out of 68042 with flag 1955274/620001
136.84/66.92	c cleaning 34985 clauses out of 70040 with flag 2078316/656000
149.84/73.41	c cleaning 36002 clauses out of 72056 with flag 2209342/693001
164.64/80.84	c cleaning 37017 clauses out of 74053 with flag 2355454/731000
176.85/86.94	c cleaning 38002 clauses out of 76036 with flag 2486086/770000
190.86/94.04	c cleaning 38990 clauses out of 78034 with flag 2620232/810000
205.66/101.49	c cleaning 39992 clauses out of 80044 with flag 2763003/851000
220.46/108.85	c cleaning 40996 clauses out of 82052 with flag 2897799/893000
234.85/116.01	c cleaning 42009 clauses out of 84062 with flag 3027212/936006
248.46/122.87	c cleaning 43000 clauses out of 86050 with flag 3156897/980003
263.46/130.34	c cleaning 43999 clauses out of 88047 with flag 3287692/1025000
282.67/139.99	c cleaning 45001 clauses out of 90049 with flag 3439591/1071001
301.67/149.43	c cleaning 46003 clauses out of 92049 with flag 3599304/1118002
322.27/159.79	c cleaning 47000 clauses out of 94044 with flag 3765706/1166000
341.46/169.32	c cleaning 48005 clauses out of 96045 with flag 3929200/1215001
357.86/177.53	c cleaning 49008 clauses out of 98040 with flag 4075562/1265001
372.47/184.81	c cleaning 50003 clauses out of 100031 with flag 4221577/1316000
390.27/193.71	c cleaning 50996 clauses out of 102028 with flag 4379836/1368000
409.05/203.12	c cleaning 52003 clauses out of 104035 with flag 4550377/1421003
429.85/213.55	c cleaning 52992 clauses out of 106029 with flag 4730190/1475000
453.23/225.27	c cleaning 54001 clauses out of 108038 with flag 4915787/1530001
477.83/237.56	c cleaning 54997 clauses out of 110036 with flag 5099779/1586000
503.22/250.26	c cleaning 56001 clauses out of 112039 with flag 5288561/1643000
531.42/264.35	c cleaning 57005 clauses out of 114040 with flag 5485528/1701002
557.81/277.54	c cleaning 58002 clauses out of 116035 with flag 5677449/1760002
585.81/291.53	c cleaning 59001 clauses out of 118032 with flag 5877520/1820001
616.14/306.61	c cleaning 60000 clauses out of 120030 with flag 6079517/1881000
645.14/321.17	c cleaning 60987 clauses out of 122031 with flag 6274753/1943001
678.13/337.68	c cleaning 61989 clauses out of 124043 with flag 6504597/2006000
714.52/355.87	c cleaning 62997 clauses out of 126056 with flag 6742291/2070002
751.72/374.47	c cleaning 64004 clauses out of 128057 with flag 6990784/2135000
784.31/390.75	c cleaning 65000 clauses out of 130053 with flag 7208261/2201000
817.71/407.45	c cleaning 66012 clauses out of 132053 with flag 7424865/2268000
858.32/427.70	c cleaning 67002 clauses out of 134041 with flag 7673414/2336000
893.93/445.57	c cleaning 68008 clauses out of 136040 with flag 7898554/2405001
925.33/461.26	c cleaning 68997 clauses out of 138031 with flag 8111770/2475000
957.74/477.47	c cleaning 69995 clauses out of 140034 with flag 8324257/2546000
991.32/494.22	c cleaning 71004 clauses out of 142039 with flag 8531508/2618000
1026.52/511.89	c cleaning 71992 clauses out of 144035 with flag 8741549/2691000
1065.13/531.17	c cleaning 73003 clauses out of 146044 with flag 8956545/2765001
1104.33/550.77	c cleaning 74003 clauses out of 148041 with flag 9169377/2840001
1145.73/571.46	c cleaning 75001 clauses out of 150038 with flag 9394463/2916001
1185.72/591.40	c cleaning 76001 clauses out of 152036 with flag 9615156/2993000
1223.73/610.40	c cleaning 76999 clauses out of 154037 with flag 9830085/3071002
1264.93/631.07	c cleaning 77998 clauses out of 156036 with flag 10047451/3150000
1312.73/654.97	c cleaning 79002 clauses out of 158038 with flag 10286511/3230000
1359.93/678.50	c cleaning 80000 clauses out of 160036 with flag 10518293/3311000
1411.93/704.55	c cleaning 81001 clauses out of 162039 with flag 10761906/3393003
1469.93/733.50	c cleaning 82010 clauses out of 164040 with flag 11038753/3476005
1525.01/761.36	c cleaning 82998 clauses out of 166025 with flag 11309119/3560000
1580.40/789.07	c cleaning 83997 clauses out of 168028 with flag 11581644/3645001
1635.01/816.33	c cleaning 84998 clauses out of 170032 with flag 11858013/3731002
1697.80/847.79	c cleaning 85986 clauses out of 172033 with flag 12170109/3818001
1754.40/876.06	c cleaning 87000 clauses out of 174046 with flag 12455705/3906000
1800.02/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.81	c starts		: 8
1800.02/898.81	c conflicts		: 3981303
1800.02/898.81	c decisions		: 9016310
1800.02/898.81	c propagations		: 27699314
1800.02/898.81	c inspects		: 15695414282
1800.02/898.81	c shortcuts		: 0
1800.02/898.81	c learnt literals	: 0
1800.02/898.81	c learnt binary clauses	: 0
1800.02/898.81	c learnt ternary clauses	: 305
1800.02/898.81	c learnt constraints	: 3981303
1800.02/898.81	c ignored constraints	: 0
1800.02/898.81	c root simplifications	: 0
1800.02/898.81	c removed literals (reason simplification)	: 13299724
1800.02/898.81	c reason swapping (by a shorter reason)	: 0
1800.02/898.81	c Calls to reduceDB	: 84
1800.02/898.81	c Number of update (reduction) of LBD	: 1411097
1800.02/898.81	c Imported unit clauses	: 0
1800.02/898.81	c number of reductions to clauses (during analyze)	: 0
1800.02/898.81	c number of learned constraints concerned by reduction	: 0
1800.02/898.81	c number of learning phase by resolution	: 0
1800.02/898.81	c number of learning phase by cutting planes	: 0
1800.02/898.81	c speed (assignments/second)	: 30828.602083041176
1800.02/898.81	c non guided choices	1335
1800.02/898.84	c learnt constraints type 
1800.02/898.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162349
1800.02/898.84	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.84	c starts		: 15
1800.02/898.84	c conflicts		: 2957
1800.02/898.84	c decisions		: 9922
1800.02/898.84	c propagations		: 256089
1800.02/898.84	c inspects		: 31394538
1800.02/898.84	c shortcuts		: 0
1800.02/898.84	c learnt literals	: 0
1800.02/898.84	c learnt binary clauses	: 0
1800.02/898.84	c learnt ternary clauses	: 0
1800.02/898.84	c learnt constraints	: 2956
1800.02/898.84	c ignored constraints	: 0
1800.02/898.84	c root simplifications	: 0
1800.02/898.84	c removed literals (reason simplification)	: 0
1800.02/898.84	c reason swapping (by a shorter reason)	: 0
1800.02/898.84	c Calls to reduceDB	: 0
1800.02/898.84	c Number of update (reduction) of LBD	: 0
1800.02/898.84	c Imported unit clauses	: 0
1800.02/898.84	c number of reductions to clauses (during analyze)	: 0
1800.02/898.84	c number of learned constraints concerned by reduction	: 0
1800.02/898.84	c number of learning phase by resolution	: 0
1800.02/898.84	c number of learning phase by cutting planes	: 0
1800.02/898.84	c speed (assignments/second)	: 285.01170256454776
1800.02/898.84	c non guided choices	1335
1800.02/898.84	c learnt constraints type 
1800.02/898.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/898.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2955
1800.02/898.84	s UNKNOWN
1800.02/898.84	c Total wall clock time (in seconds): 898.732

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-4107007-1466279507/watcher-4107007-1466279507 -o /tmp/evaluation-result-4107007-1466279507/solver-4107007-1466279507 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28101 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107007-1466279507.opb 

pid=29525
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.04 4.22 4.20 4/197 29528
/proc/meminfo: memFree=29275832/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 1318 0 0 0 0 0 0 0 20 0 2 0 29997295 98635776 948 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 24081 957 725 9 0 16771 0
[pid=29528/tid=29529] ppid=29525 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) R 29525 29528 28084 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 2 0 29997296 98570240 975 33554432000 1073741824 1073778376 140733626464848 139741764636200 139741766805312 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100192 s]
/proc/loadavg: 4.04 4.22 4.20 4/197 29528
/proc/meminfo: memFree=29275832/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 29997295 9787879424 6134 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2389619 6134 2156 9 0 2380296 0
[pid=29528/tid=29529] ppid=29525 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) R 29525 29528 28084 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 29997296 9787879424 6134 33554432000 1073741824 1073778376 140733626464848 139741764639648 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 4.04 4.22 4.20 4/197 29528
/proc/meminfo: memFree=29275832/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 4627 0 1 0 23 1 0 0 20 0 18 0 29997295 9787879424 7217 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2389619 7217 2213 9 0 2380296 0
[pid=29528/tid=29529] ppid=29525 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) R 29525 29528 28084 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 18 0 29997296 9787879424 7217 33554432000 1073741824 1073778376 140733626464848 139741764639648 139741609670112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300339 s]
/proc/loadavg: 4.04 4.22 4.20 4/197 29528
/proc/meminfo: memFree=29275832/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 6024 0 1 0 46 1 0 0 20 0 18 0 29997295 9787879424 9649 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2389619 9649 2240 9 0 2380296 0
[pid=29528/tid=29529] ppid=29525 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) R 29525 29528 28084 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 29997296 9787879424 9649 33554432000 1073741824 1073778376 140733626464848 139741764639648 270710914104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 4.04 4.22 4.20 4/197 29528
/proc/meminfo: memFree=29275832/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 13779 0 1 0 190 2 0 0 20 0 22 0 29997295 10060525568 17723 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 17723 2265 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2423 0 1 0 28 1 0 0 20 0 22 0 29997296 10060525568 17723 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.04 4.22 4.20 7/219 29550
/proc/meminfo: memFree=29097632/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 31101 0 1 0 482 7 0 0 20 0 22 0 29997295 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 38248 2276 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2423 0 1 0 28 1 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29531] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29531/stat : 29531 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741737094184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29532] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29532/stat : 29532 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741736041384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29533] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29538/stat : 29538 (java) S 29525 29528 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741729724584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29539] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29539/stat : 29539 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741117783016 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29540] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29540/stat : 29540 (java) S 29525 29528 28084 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741116729080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29541] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29541/stat : 29541 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741115676168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29542] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29542/stat : 29542 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741114624656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29543] ppid=29525 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/29528/task/29543/stat : 29543 (java) S 29525 29528 28084 0 -1 4202560 13909 0 0 0 108 2 0 0 20 0 22 0 29997300 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741113571768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29544] ppid=29525 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/29528/task/29544/stat : 29544 (java) S 29525 29528 28084 0 -1 4202560 13400 0 0 0 108 2 0 0 20 0 22 0 29997300 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741112518968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29545] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29545/stat : 29545 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741111466360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29546] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29546/stat : 29546 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741110413768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29547] ppid=29525 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/29528/task/29547/stat : 29547 (java) R 29525 29528 28084 0 -1 4202560 17 0 0 0 115 0 0 0 20 0 22 0 29997327 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741109359496 139741610328544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29548] ppid=29525 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/29528/task/29548/stat : 29548 (java) R 29525 29528 28084 0 -1 4202560 73 0 0 0 115 1 0 0 20 0 22 0 29997327 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741108305688 139741610279441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29549] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29549/stat : 29549 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741107254696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29550] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29550/stat : 29550 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 38248 33554432000 1073741824 1073778376 140733626464848 139741106201896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.03 4.21 4.20 5/219 29550
/proc/meminfo: memFree=28887992/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=8.12 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 31230 0 1 0 804 8 0 0 20 0 22 0 29997295 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 49085 2289 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2424 0 1 0 28 1 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29531] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29531/stat : 29531 (java) S 29525 29528 28084 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741737094184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29532] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29532/stat : 29532 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741736041384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29533] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29538/stat : 29538 (java) S 29525 29528 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741729724584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29539] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29539/stat : 29539 (java) S 29525 29528 28084 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741117783016 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29540] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29540/stat : 29540 (java) S 29525 29528 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741116729080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29541] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29541/stat : 29541 (java) S 29525 29528 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741115676168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29542] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29542/stat : 29542 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741114624656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29543] ppid=29525 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/29528/task/29543/stat : 29543 (java) S 29525 29528 28084 0 -1 4202560 13909 0 0 0 109 2 0 0 20 0 22 0 29997300 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741113571768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29544] ppid=29525 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/29528/task/29544/stat : 29544 (java) S 29525 29528 28084 0 -1 4202560 13400 0 0 0 109 3 0 0 20 0 22 0 29997300 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741112518968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29545] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29545/stat : 29545 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741111466360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29546] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29546/stat : 29546 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741110413768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29547] ppid=29525 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/29528/task/29547/stat : 29547 (java) R 29525 29528 28084 0 -1 4202560 19 0 0 0 271 0 0 0 20 0 22 0 29997327 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741109357976 139741610294750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29548] ppid=29525 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/29528/task/29548/stat : 29548 (java) R 29525 29528 28084 0 -1 4202560 87 0 0 0 272 1 0 0 20 0 22 0 29997327 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741108305864 139741610680519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29549] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29549/stat : 29549 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741107254696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29550] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29550/stat : 29550 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 49085 33554432000 1073741824 1073778376 140733626464848 139741106201896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.03 4.21 4.20 5/219 29550
/proc/meminfo: memFree=28430188/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=14.55 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 31620 0 1 0 1444 11 0 0 20 0 22 0 29997295 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 62371 2291 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2424 0 1 0 28 1 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29531] ppid=29525 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29528/task/29531/stat : 29531 (java) S 29525 29528 28084 0 -1 4202560 164 0 0 0 1 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741737094184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29532] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29532/stat : 29532 (java) S 29525 29528 28084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741736041384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29533] ppid=29525 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29997296 10060525568 62371 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 6772 0 0 0 33 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 5628 0 0 0 33 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 5682 0 0 0 30 12 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 6720 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 5787 0 0 0 29 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29538/stat : 29538 (java) S 29525 29528 28084 0 -1 4202560 4244 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741729724584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29539] ppid=29525 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/29528/task/29539/stat : 29539 (java) S 29525 29528 28084 0 -1 4202560 2061 0 0 0 102 3 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741117783016 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29540] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29540/stat : 29540 (java) S 29525 29528 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741116729080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29541] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29541/stat : 29541 (java) S 29525 29528 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741115676168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29542] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29542/stat : 29542 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741114624656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29543] ppid=29525 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/29528/task/29543/stat : 29543 (java) S 29525 29528 28084 0 -1 4202560 13909 0 0 0 113 2 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741113571768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29544] ppid=29525 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/29528/task/29544/stat : 29544 (java) S 29525 29528 28084 0 -1 4202560 13406 0 0 0 143 3 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741112518968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29545] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29545/stat : 29545 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741111466360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29546] ppid=29525 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/29528/task/29546/stat : 29546 (java) S 29525 29528 28084 0 -1 4202560 49 0 0 0 11 20 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741110413768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29547] ppid=29525 vsize=9824732 CPUtime=817.83 cores=1,3,5,7
/proc/29528/task/29547/stat : 29547 (java) R 29525 29528 28084 0 -1 4202560 46 0 0 0 81771 12 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741109350912 139741610152009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29548] ppid=29525 vsize=9824732 CPUtime=817.69 cores=1,3,5,7
/proc/29528/task/29548/stat : 29548 (java) R 29525 29528 28084 0 -1 4202560 1831 0 0 0 81722 47 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741108305328 139741610279445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29549] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29549/stat : 29549 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741107254696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29550] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29550/stat : 29550 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741106201896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1647
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.18 4.17 5/219 29668
/proc/meminfo: memFree=26377312/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=1767.01 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 81909 0 1 0 176560 141 0 0 20 0 22 0 29997295 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 839971 2300 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2427 0 1 0 31 2 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29531] ppid=29525 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/29528/task/29531/stat : 29531 (java) S 29525 29528 28084 0 -1 4202560 6577 0 0 0 24 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741737094184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29532] ppid=29525 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29528/task/29532/stat : 29532 (java) S 29525 29528 28084 0 -1 4202560 5502 0 0 0 25 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741736041384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29533] ppid=29525 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 6772 0 0 0 33 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 5628 0 0 0 33 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 5682 0 0 0 30 12 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 6720 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 5787 0 0 0 29 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29538/stat : 29538 (java) S 29525 29528 28084 0 -1 4202560 4244 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741729724584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29539] ppid=29525 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/29528/task/29539/stat : 29539 (java) S 29525 29528 28084 0 -1 4202560 2061 0 0 0 102 3 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741117783016 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29540] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29540/stat : 29540 (java) S 29525 29528 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741116729080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29541] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29541/stat : 29541 (java) S 29525 29528 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741115676168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29542] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29542/stat : 29542 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741114624656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29543] ppid=29525 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/29528/task/29543/stat : 29543 (java) S 29525 29528 28084 0 -1 4202560 13909 0 0 0 113 2 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741113571768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29544] ppid=29525 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/29528/task/29544/stat : 29544 (java) S 29525 29528 28084 0 -1 4202560 13406 0 0 0 143 3 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741112518968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29545] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29545/stat : 29545 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741111466360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29546] ppid=29525 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/29528/task/29546/stat : 29546 (java) S 29525 29528 28084 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741110413768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29547] ppid=29525 vsize=9824732 CPUtime=877.68 cores=1,3,5,7
/proc/29528/task/29547/stat : 29547 (java) R 29525 29528 28084 0 -1 4202560 46 0 0 0 87755 13 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741109350912 139741610152064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29548] ppid=29525 vsize=9824732 CPUtime=877.54 cores=1,3,5,7
/proc/29528/task/29548/stat : 29548 (java) R 29525 29528 28084 0 -1 4202560 1831 0 0 0 87706 48 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741108305328 139741610279413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29549] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29549/stat : 29549 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741107254696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29550] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29550/stat : 29550 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741106201896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.20 4.18 4.18 5/219 29668
/proc/meminfo: memFree=26372728/32872528 swapFree=1542984/1696284
[pid=29528] ppid=29525 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/29528/stat : 29528 (java) S 29525 29528 28084 0 -1 4202496 81911 0 1 0 179860 142 0 0 20 0 22 0 29997295 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 140733626455984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29528/statm: 2456183 839971 2300 9 0 2446860 0
[pid=29528/tid=29529] ppid=29525 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/29528/task/29529/stat : 29529 (java) S 29525 29528 28084 0 -1 4202560 2427 0 1 0 31 2 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741764641656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29531] ppid=29525 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/29528/task/29531/stat : 29531 (java) S 29525 29528 28084 0 -1 4202560 6577 0 0 0 24 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741737094184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29532] ppid=29525 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29528/task/29532/stat : 29532 (java) S 29525 29528 28084 0 -1 4202560 5502 0 0 0 25 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741736041384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29533] ppid=29525 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/29528/task/29533/stat : 29533 (java) S 29525 29528 28084 0 -1 4202560 6772 0 0 0 33 10 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741734988584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29534] ppid=29525 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/29528/task/29534/stat : 29534 (java) S 29525 29528 28084 0 -1 4202560 5628 0 0 0 33 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741733935784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29535] ppid=29525 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/29528/task/29535/stat : 29535 (java) S 29525 29528 28084 0 -1 4202560 5682 0 0 0 30 12 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741732882984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29528/tid=29536] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29536/stat : 29536 (java) S 29525 29528 28084 0 -1 4202560 6720 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741731830184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29537] ppid=29525 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/29528/task/29537/stat : 29537 (java) S 29525 29528 28084 0 -1 4202560 5787 0 0 0 29 11 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741730777384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29538] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29538/stat : 29538 (java) S 29525 29528 28084 0 -1 4202560 4244 0 0 0 27 9 0 0 20 0 22 0 29997296 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741729724584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29539] ppid=29525 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/29528/task/29539/stat : 29539 (java) S 29525 29528 28084 0 -1 4202560 2061 0 0 0 102 3 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741117783016 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29540] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29540/stat : 29540 (java) S 29525 29528 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741116729080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29541] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29541/stat : 29541 (java) S 29525 29528 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29997298 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741115676168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29542] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29542/stat : 29542 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741114624656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29543] ppid=29525 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/29528/task/29543/stat : 29543 (java) S 29525 29528 28084 0 -1 4202560 13909 0 0 0 113 2 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741113571768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29544] ppid=29525 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/29528/task/29544/stat : 29544 (java) S 29525 29528 28084 0 -1 4202560 13406 0 0 0 143 3 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741112518968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29545] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29545/stat : 29545 (java) S 29525 29528 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741111466360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29546] ppid=29525 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29528/task/29546/stat : 29546 (java) S 29525 29528 28084 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 29997300 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741110413768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29528/tid=29547] ppid=29525 vsize=9824732 CPUtime=894.14 cores=1,3,5,7
/proc/29528/task/29547/stat : 29547 (java) R 29525 29528 28084 0 -1 4202560 46 0 0 0 89401 13 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741109350912 139741610152064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29528/tid=29548] ppid=29525 vsize=9824732 CPUtime=894 cores=1,3,5,7
/proc/29528/task/29548/stat : 29548 (java) R 29525 29528 28084 0 -1 4202560 1831 0 0 0 89352 48 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741108305328 139741610279455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29549] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29549/stat : 29549 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741107254696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29528/tid=29550] ppid=29525 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29528/task/29550/stat : 29550 (java) S 29525 29528 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29997327 10060525568 839971 33554432000 1073741824 1073778376 140733626464848 139741106201896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 29528 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 29528 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=28266
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=951703
# CPU time returned by wait4() is 1795.98
# 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): 898.866
CPU time (s): 1800.02
CPU user time (s): 1798.6
CPU system time (s): 1.42
CPU usage (%): 200.255
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.9517
maximum resident set size= 3377316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81948
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23454
involuntary context switches= 11344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63114 second user time and 7.60684 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 21:51:47
IDJOB=4107007
IDBENCH=48362
IDSOLVER=2543
FILE ID=node125/4107007-1466279507
RUNJOBID= node125-1466274976-28101
PBS_JOBID= 19918241
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=192291004

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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.683
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:        29276888 kB
Buffers:          148252 kB
Cached:           175864 kB
SwapCached:          688 kB
Active:           906848 kB
Inactive:         246768 kB
Active(anon):     830948 kB
Inactive(anon):     1040 kB
Active(file):      75900 kB
Inactive(file):   245728 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              2680 kB
Writeback:             0 kB
AnonPages:       2533204 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             605012 kB
SReclaimable:      48516 kB
SUnreclaim:       556496 kB
KernelStack:        1608 kB
PageTables:         9364 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3425028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 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= 71744 MiB
End job on node125 at 2016-06-18 22:06:46