Trace number 4106881

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 899.057

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
MD5SUMd5640996c15a8815d620b5d6c220fea1
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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75000
Sum of products size (including duplicates)150000
Number of different products37500
Sum of products size75000

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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4106881-1466278607.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
3.84/1.49	c ... done. Wall clock time 1.383s.
3.84/1.49	c declared #vars     1000
3.84/1.49	c internal #vars     38500
3.84/1.49	c #constraints  76503
3.84/1.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.84/1.49	c constraints type 
3.84/1.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37500
3.84/1.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
3.84/1.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
3.84/1.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37500
3.84/1.49	c 76503 constraints processed.
3.84/1.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.84/1.49	c constraints type 
3.84/1.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
3.84/1.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37500
3.84/1.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
3.84/1.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37500
3.84/1.49	c 76503 constraints processed.
14.87/6.21	c cleaning 2502 clauses out of 5006 with flag 10340/5006
25.64/11.53	c cleaning 4242 clauses out of 8498 with flag 22734/11000
39.10/18.20	c cleaning 5627 clauses out of 11256 with flag 37320/18000
55.22/26.14	c cleaning 6767 clauses out of 13630 with flag 54124/26001
74.64/35.58	c cleaning 7919 clauses out of 15863 with flag 73730/35001
94.00/45.17	c cleaning 8983 clauses out of 17968 with flag 97565/45025
115.20/55.77	c cleaning 9938 clauses out of 19960 with flag 120220/56000
140.16/68.11	c cleaning 10998 clauses out of 22023 with flag 146061/68001
161.15/78.65	c cleaning 11988 clauses out of 24026 with flag 183144/81002
167.95/82.04	c cleaning 12988 clauses out of 26036 with flag 233473/95000
175.95/86.02	c cleaning 14010 clauses out of 28049 with flag 292217/110001
186.35/91.25	c cleaning 14984 clauses out of 30039 with flag 354118/126001
200.12/98.26	c cleaning 15979 clauses out of 32054 with flag 419911/143000
214.22/105.22	c cleaning 17019 clauses out of 34084 with flag 476606/161009
228.62/112.41	c cleaning 18001 clauses out of 36057 with flag 534007/180001
244.41/120.31	c cleaning 18986 clauses out of 38058 with flag 594400/200003
262.22/129.25	c cleaning 20005 clauses out of 40069 with flag 652263/221000
282.61/139.46	c cleaning 20992 clauses out of 42064 with flag 712345/243000
303.80/150.03	c cleaning 22018 clauses out of 44072 with flag 775441/266000
328.10/162.32	c cleaning 22971 clauses out of 46054 with flag 838911/290000
352.89/174.76	c cleaning 23984 clauses out of 48084 with flag 904893/315001
380.49/188.57	c cleaning 25028 clauses out of 50102 with flag 970554/341003
410.88/203.71	c cleaning 25960 clauses out of 52071 with flag 1036734/368000
442.47/219.52	c cleaning 27016 clauses out of 54111 with flag 1106309/396000
473.07/234.84	c cleaning 28041 clauses out of 56095 with flag 1183805/425000
506.26/251.48	c cleaning 29033 clauses out of 58071 with flag 1257130/455017
545.30/271.20	c cleaning 29930 clauses out of 60022 with flag 1329574/486001
583.29/290.20	c cleaning 31061 clauses out of 62141 with flag 1408262/518050
623.07/310.13	c cleaning 31992 clauses out of 64031 with flag 1491792/551001
662.88/330.04	c cleaning 32964 clauses out of 66038 with flag 1571650/585000
707.66/352.50	c cleaning 34003 clauses out of 68074 with flag 1653823/620000
756.44/376.86	c cleaning 35011 clauses out of 70074 with flag 1740418/656003
810.25/403.71	c cleaning 35970 clauses out of 72060 with flag 1826355/693000
859.62/428.46	c cleaning 37011 clauses out of 74090 with flag 1918906/731000
916.76/457.31	c cleaning 37946 clauses out of 76080 with flag 2006051/770001
970.96/484.48	c cleaning 38950 clauses out of 78133 with flag 2097329/810000
1035.17/516.50	c cleaning 40023 clauses out of 80183 with flag 2190936/851000
1102.38/550.12	c cleaning 41069 clauses out of 82187 with flag 2287881/893027
1171.36/584.63	c cleaning 42093 clauses out of 84194 with flag 2386555/936103
1235.32/616.50	c cleaning 42873 clauses out of 85998 with flag 2485168/980000
1306.93/652.36	c cleaning 44081 clauses out of 88167 with flag 2592225/1025042
1380.71/689.20	c cleaning 44988 clauses out of 90045 with flag 2694377/1071001
1456.09/726.92	c cleaning 46030 clauses out of 92065 with flag 2803090/1118009
1544.70/771.43	c cleaning 47013 clauses out of 94091 with flag 2907475/1166065
1626.08/812.18	c cleaning 47889 clauses out of 96013 with flag 3018344/1215000
1712.66/855.47	c cleaning 48988 clauses out of 98125 with flag 3127503/1265001
1799.44/898.76	c cleaning 50116 clauses out of 100244 with flag 3243182/1316108
1800.02/899.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/899.00	c starts		: 1
1800.02/899.00	c conflicts		: 1316480
1800.02/899.00	c decisions		: 9301025
1800.02/899.00	c propagations		: 27700922
1800.02/899.00	c inspects		: 6449656219
1800.02/899.00	c shortcuts		: 0
1800.02/899.00	c learnt literals	: 0
1800.02/899.00	c learnt binary clauses	: 0
1800.02/899.00	c learnt ternary clauses	: 0
1800.02/899.00	c learnt constraints	: 1316480
1800.02/899.00	c ignored constraints	: 0
1800.02/899.00	c root simplifications	: 0
1800.02/899.00	c removed literals (reason simplification)	: 25863482
1800.02/899.00	c reason swapping (by a shorter reason)	: 0
1800.02/899.00	c Calls to reduceDB	: 47
1800.02/899.00	c Number of update (reduction) of LBD	: 170482
1800.02/899.00	c Imported unit clauses	: 0
1800.02/899.00	c number of reductions to clauses (during analyze)	: 0
1800.02/899.00	c number of learned constraints concerned by reduction	: 0
1800.02/899.00	c number of learning phase by resolution	: 0
1800.02/899.00	c number of learning phase by cutting planes	: 0
1800.02/899.00	c speed (assignments/second)	: 30864.98411676158
1800.02/899.00	c non guided choices	37915
1800.02/899.02	c learnt constraints type 
1800.02/899.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50501
1800.02/899.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/899.02	c starts		: 10
1800.02/899.02	c conflicts		: 1650
1800.02/899.02	c decisions		: 67411
1800.02/899.02	c propagations		: 1663178
1800.02/899.02	c inspects		: 29621222
1800.02/899.02	c shortcuts		: 0
1800.02/899.02	c learnt literals	: 0
1800.02/899.02	c learnt binary clauses	: 0
1800.02/899.02	c learnt ternary clauses	: 0
1800.02/899.02	c learnt constraints	: 1649
1800.02/899.02	c ignored constraints	: 0
1800.02/899.02	c root simplifications	: 0
1800.02/899.02	c removed literals (reason simplification)	: 0
1800.02/899.02	c reason swapping (by a shorter reason)	: 0
1800.02/899.02	c Calls to reduceDB	: 0
1800.02/899.02	c Number of update (reduction) of LBD	: 0
1800.02/899.02	c Imported unit clauses	: 0
1800.02/899.02	c number of reductions to clauses (during analyze)	: 0
1800.02/899.02	c number of learned constraints concerned by reduction	: 0
1800.02/899.02	c number of learning phase by resolution	: 0
1800.02/899.02	c number of learning phase by cutting planes	: 0
1800.02/899.02	c speed (assignments/second)	: 1853.1107312931613
1800.02/899.02	c non guided choices	37915
1800.02/899.02	c learnt constraints type 
1800.02/899.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/899.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1648
1800.02/899.02	s UNKNOWN
1800.02/899.02	c Total wall clock time (in seconds): 898.917

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

pid=29228
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.24 4.30 4.20 3/197 29231
/proc/meminfo: memFree=27645564/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 29907355 98570240 976 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 24065 976 743 9 0 16771 0
[pid=29231/tid=29232] ppid=29228 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) R 29228 29231 28084 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29907356 98570240 977 33554432000 1073741824 1073778376 140736251563520 140565518323240 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.24 4.30 4.20 3/197 29231
/proc/meminfo: memFree=27645564/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 29907355 9787879424 6120 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2389619 6120 2156 9 0 2380296 0
[pid=29231/tid=29232] ppid=29228 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) R 29228 29231 28084 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 29907356 9787879424 6122 33554432000 1073741824 1073778376 140736251563520 140565518327160 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.200347 s]
/proc/loadavg: 4.24 4.30 4.20 3/197 29231
/proc/meminfo: memFree=27645564/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 4702 0 1 0 23 1 0 0 20 0 18 0 29907355 9787879424 7308 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2389619 7308 2213 9 0 2380296 0
[pid=29231/tid=29232] ppid=29228 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) R 29228 29231 28084 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 29907356 9787879424 7308 33554432000 1073741824 1073778376 140736251563520 140565518296880 140565370977515 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.300334 s]
/proc/loadavg: 4.24 4.30 4.20 3/197 29231
/proc/meminfo: memFree=27645564/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 5896 0 1 0 46 2 0 0 20 0 18 0 29907355 9787879424 9505 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2389619 9505 2240 9 0 2380296 0
[pid=29231/tid=29232] ppid=29228 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) R 29228 29231 28084 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 29907356 9787879424 9505 33554432000 1073741824 1073778376 140736251563520 140565518327864 140565370919558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700299 s]
/proc/loadavg: 4.24 4.30 4.20 3/197 29231
/proc/meminfo: memFree=27645564/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9558476 CPUtime=1.63 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 31442 0 1 0 156 7 0 0 20 0 18 0 29907355 9787879424 37019 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2389619 37019 2255 9 0 2380296 0
[pid=29231/tid=29232] ppid=29228 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) R 29228 29231 28084 0 -1 4202560 2429 0 1 0 66 1 0 0 20 0 18 0 29907356 9787879424 37019 33554432000 1073741824 1073778376 140736251563520 140565518327864 140565371384806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 4.24 4.30 4.20 6/215 29249
/proc/meminfo: memFree=27401144/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9691604 CPUtime=4.06 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 34872 0 1 0 384 22 0 0 20 0 20 0 29907355 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2422901 106874 2275 9 0 2413578 0
[pid=29231/tid=29232] ppid=29228 vsize=9691604 CPUtime=1.31 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) S 29228 29231 28084 0 -1 4202560 2534 0 1 0 127 4 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565518328696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29234] ppid=29228 vsize=9691604 CPUtime=0.1 cores=1,3,5,7
/proc/29231/task/29234/stat : 29234 (java) S 29228 29231 28084 0 -1 4202560 123 0 0 0 8 2 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565490780328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29235] ppid=29228 vsize=9691604 CPUtime=0.06 cores=1,3,5,7
/proc/29231/task/29235/stat : 29235 (java) S 29228 29231 28084 0 -1 4202560 107 0 0 0 5 1 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565489727784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29236] ppid=29228 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9691604 CPUtime=0.06 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 20 0 29907356 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 20 0 29907357 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 29907358 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 29907358 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29245/stat : 29245 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29907360 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564868995600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29246] ppid=29228 vsize=9691604 CPUtime=1.07 cores=1,3,5,7
/proc/29231/task/29246/stat : 29246 (java) R 29228 29231 28084 0 -1 4202560 13079 0 0 0 104 3 0 0 20 0 20 0 29907360 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564867942808 270710923701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29247] ppid=29228 vsize=9691604 CPUtime=1.06 cores=1,3,5,7
/proc/29231/task/29247/stat : 29247 (java) R 29228 29231 28084 0 -1 4202560 17195 0 0 0 103 3 0 0 20 0 20 0 29907360 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564866890264 140565524790416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29248] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29248/stat : 29248 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29907360 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564865838072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29249] ppid=29228 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29249/stat : 29249 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29907360 9924202496 106874 33554432000 1073741824 1073778376 140736251563520 140564864785736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9691604

[startup+3.10097 s]
/proc/loadavg: 4.30 4.31 4.21 5/219 29253
/proc/meminfo: memFree=27225920/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9824732 CPUtime=8.23 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 34919 0 1 0 801 22 0 0 20 0 22 0 29907355 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2456183 106919 2285 9 0 2446860 0
[pid=29231/tid=29232] ppid=29228 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) S 29228 29231 28084 0 -1 4202560 2534 0 1 0 127 4 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565518328696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29234] ppid=29228 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/29231/task/29234/stat : 29234 (java) S 29228 29231 28084 0 -1 4202560 123 0 0 0 8 2 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565490780328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29235] ppid=29228 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29231/task/29235/stat : 29235 (java) S 29228 29231 28084 0 -1 4202560 107 0 0 0 5 1 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565489727784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29236] ppid=29228 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 29907356 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29907357 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29245/stat : 29245 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564868995600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29246] ppid=29228 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/29231/task/29246/stat : 29246 (java) S 29228 29231 28084 0 -1 4202560 13086 0 0 0 147 3 0 0 20 0 22 0 29907360 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564867942968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29247] ppid=29228 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/29231/task/29247/stat : 29247 (java) S 29228 29231 28084 0 -1 4202560 17199 0 0 0 159 3 0 0 20 0 22 0 29907360 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564866890424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29248] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29248/stat : 29248 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564865838072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29249] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29249/stat : 29249 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564864785736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29250] ppid=29228 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/29231/task/29250/stat : 29250 (java) R 29228 29231 28084 0 -1 4202560 23 0 0 0 158 0 0 0 20 0 22 0 29907505 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564863629720 140565372300673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29251] ppid=29228 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/29231/task/29251/stat : 29251 (java) R 29228 29231 28084 0 -1 4202560 25 0 0 0 157 0 0 0 20 0 22 0 29907505 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564862577928 140565372382752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29252] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29252/stat : 29252 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564861527080 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29253] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29253/stat : 29253 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 106919 33554432000 1073741824 1073778376 140736251563520 140564860474536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.30 4.31 4.21 5/219 29253
/proc/meminfo: memFree=27110032/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9824732 CPUtime=15.1 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 35088 0 1 0 1484 26 0 0 20 0 22 0 29907355 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2456183 116664 2293 9 0 2446860 0
[pid=29231/tid=29232] ppid=29228 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) S 29228 29231 28084 0 -1 4202560 2534 0 1 0 127 4 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565518328696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29234] ppid=29228 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/29231/task/29234/stat : 29234 (java) S 29228 29231 28084 0 -1 4202560 128 0 0 0 9 2 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565490780328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29235] ppid=29228 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/29231/task/29235/stat : 29235 (java) S 29228 29231 28084 0 -1 4202560 117 0 0 0 7 2 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565489727784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29236] ppid=29228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 146 0 0 0 7 3 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 151 0 0 0 4 0 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 50 0 0 0 6 3 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 29907356 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29907357 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 116664 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 2767 0 0 0 62 18 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 2131 0 0 0 55 15 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 2608 0 0 0 54 16 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 3237 0 0 0 52 15 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 2988 0 0 0 52 20 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 2836 0 0 0 66 16 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 2100 0 0 0 337 2 0 0 20 0 22 0 29907357 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29245/stat : 29245 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564868995600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29246] ppid=29228 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/29231/task/29246/stat : 29246 (java) S 29228 29231 28084 0 -1 4202560 13111 0 0 0 190 3 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564867942968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29247] ppid=29228 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/29231/task/29247/stat : 29247 (java) S 29228 29231 28084 0 -1 4202560 17213 0 0 0 220 4 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564866890424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29248] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29248/stat : 29248 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564865838072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29249] ppid=29228 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/29231/task/29249/stat : 29249 (java) S 29228 29231 28084 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564864785736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29250] ppid=29228 vsize=9824732 CPUtime=813.65 cores=1,3,5,7
/proc/29231/task/29250/stat : 29250 (java) R 29228 29231 28084 0 -1 4202560 48 0 0 0 81352 13 0 0 20 0 22 0 29907505 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564863622816 140565371612026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29251] ppid=29228 vsize=9824732 CPUtime=813.58 cores=1,3,5,7
/proc/29231/task/29251/stat : 29251 (java) R 29228 29231 28084 0 -1 4202560 1585 0 0 0 81320 38 0 0 20 0 22 0 29907505 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564862576832 140565372677302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29252] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29252/stat : 29252 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564861527080 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29253] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29253/stat : 29253 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564860474536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1646.47
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.24 4.21 5/219 29481
/proc/meminfo: memFree=25737540/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9824732 CPUtime=1766.46 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 58163 0 1 0 176454 192 0 0 20 0 22 0 29907355 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2456183 905711 2302 9 0 2446860 0
[pid=29231/tid=29232] ppid=29228 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) S 29228 29231 28084 0 -1 4202560 2538 0 1 0 129 6 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565518328696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29234] ppid=29228 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/29231/task/29234/stat : 29234 (java) S 29228 29231 28084 0 -1 4202560 2234 0 0 0 67 22 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565490780328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29235] ppid=29228 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29231/task/29235/stat : 29235 (java) S 29228 29231 28084 0 -1 4202560 1452 0 0 0 47 14 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565489727784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29236] ppid=29228 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 2767 0 0 0 62 18 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 2131 0 0 0 55 15 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 2608 0 0 0 54 16 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 3237 0 0 0 52 15 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 2988 0 0 0 52 20 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 2836 0 0 0 66 16 0 0 20 0 22 0 29907356 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 2100 0 0 0 337 2 0 0 20 0 22 0 29907357 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29245/stat : 29245 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564868995600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29246] ppid=29228 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/29231/task/29246/stat : 29246 (java) S 29228 29231 28084 0 -1 4202560 13111 0 0 0 190 3 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564867942968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29247] ppid=29228 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/29231/task/29247/stat : 29247 (java) S 29228 29231 28084 0 -1 4202560 17213 0 0 0 220 4 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564866890424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29248] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29248/stat : 29248 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564865838072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29249] ppid=29228 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/29231/task/29249/stat : 29249 (java) S 29228 29231 28084 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 29907360 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564864785736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29250] ppid=29228 vsize=9824732 CPUtime=873.47 cores=1,3,5,7
/proc/29231/task/29250/stat : 29250 (java) R 29228 29231 28084 0 -1 4202560 48 0 0 0 87333 14 0 0 20 0 22 0 29907505 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564863622816 140565372307508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29251] ppid=29228 vsize=9824732 CPUtime=873.43 cores=1,3,5,7
/proc/29231/task/29251/stat : 29251 (java) R 29228 29231 28084 0 -1 4202560 1585 0 0 0 87303 40 0 0 20 0 22 0 29907505 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564862576832 140565372677214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29252] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29252/stat : 29252 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564861527080 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29253] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29253/stat : 29253 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 905711 33554432000 1073741824 1073778376 140736251563520 140564860474536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.04 4.22 4.20 5/219 29481
/proc/meminfo: memFree=25674124/32872528 swapFree=1542984/1696284
[pid=29231] ppid=29228 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/29231/stat : 29231 (java) S 29228 29231 28084 0 -1 4202496 58213 0 1 0 179809 193 0 0 20 0 22 0 29907355 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140736251554656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29231/statm: 2456183 900017 2302 9 0 2446860 0
[pid=29231/tid=29232] ppid=29228 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/29231/task/29232/stat : 29232 (java) S 29228 29231 28084 0 -1 4202560 2538 0 1 0 129 6 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565518328696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29234] ppid=29228 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/29231/task/29234/stat : 29234 (java) S 29228 29231 28084 0 -1 4202560 2242 0 0 0 74 23 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565490780328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29235] ppid=29228 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29231/task/29235/stat : 29235 (java) S 29228 29231 28084 0 -1 4202560 1452 0 0 0 51 14 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565489727784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29236] ppid=29228 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29231/task/29236/stat : 29236 (java) S 29228 29231 28084 0 -1 4202560 2773 0 0 0 65 18 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565359929768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29237] ppid=29228 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/29231/task/29237/stat : 29237 (java) S 29228 29231 28084 0 -1 4202560 2146 0 0 0 64 15 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565358877224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29238] ppid=29228 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/29231/task/29238/stat : 29238 (java) S 29228 29231 28084 0 -1 4202560 2610 0 0 0 59 16 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565357824680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29239] ppid=29228 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/29231/task/29239/stat : 29239 (java) S 29228 29231 28084 0 -1 4202560 3237 0 0 0 55 15 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565356772136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29240] ppid=29228 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/29231/task/29240/stat : 29240 (java) S 29228 29231 28084 0 -1 4202560 3002 0 0 0 54 20 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140565355719592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29241] ppid=29228 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/29231/task/29241/stat : 29241 (java) S 29228 29231 28084 0 -1 4202560 2836 0 0 0 71 16 0 0 20 0 22 0 29907356 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564884352040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29242] ppid=29228 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/29231/task/29242/stat : 29242 (java) S 29228 29231 28084 0 -1 4202560 2102 0 0 0 337 2 0 0 20 0 22 0 29907357 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564872153192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29243] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29243/stat : 29243 (java) S 29228 29231 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564871099512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29244] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29244/stat : 29244 (java) S 29228 29231 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29907358 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564870046856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29245] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29245/stat : 29245 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564868995600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29246] ppid=29228 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/29231/task/29246/stat : 29246 (java) S 29228 29231 28084 0 -1 4202560 13111 0 0 0 190 3 0 0 20 0 22 0 29907360 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564867942968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29231/tid=29247] ppid=29228 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/29231/task/29247/stat : 29247 (java) S 29228 29231 28084 0 -1 4202560 17213 0 0 0 220 4 0 0 20 0 22 0 29907360 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564866890424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29248] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29248/stat : 29248 (java) S 29228 29231 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29907360 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564865838072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29231/tid=29249] ppid=29228 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/29231/task/29249/stat : 29249 (java) S 29228 29231 28084 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 29907360 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564864785736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29250] ppid=29228 vsize=9824732 CPUtime=890.01 cores=1,3,5,7
/proc/29231/task/29250/stat : 29250 (java) R 29228 29231 28084 0 -1 4202560 49 0 0 0 88987 14 0 0 20 0 22 0 29907505 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564863622816 140565372300026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29231/tid=29251] ppid=29228 vsize=9824732 CPUtime=889.98 cores=1,3,5,7
/proc/29231/task/29251/stat : 29251 (java) R 29228 29231 28084 0 -1 4202560 1585 0 0 0 88958 40 0 0 20 0 22 0 29907505 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564862576832 140565372677387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29252] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29252/stat : 29252 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564861527080 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29231/tid=29253] ppid=29228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29231/task/29253/stat : 29253 (java) S 29228 29231 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29907507 10060525568 900017 33554432000 1073741824 1073778376 140736251563520 140564860474536 270710912937 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 29231 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 29231 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=468351
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=401634
# CPU time returned by wait4() is 1795.87
# 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): 899.057
CPU time (s): 1800.02
CPU user time (s): 1798.09
CPU system time (s): 1.93
CPU usage (%): 200.212
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 2.40163
maximum resident set size= 3623024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58247
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22461
involuntary context switches= 17671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44202 second user time and 6.67498 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 21:36:47
IDJOB=4106881
IDBENCH=48304
IDSOLVER=2543
FILE ID=node125/4106881-1466278607
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_500_60_5_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106881-1466278607/watcher-4106881-1466278607 -o /tmp/evaluation-result-4106881-1466278607/solver-4106881-1466278607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28101 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106881-1466278607.opb

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

MD5SUM BENCH= d5640996c15a8815d620b5d6c220fea1
RANDOM SEED=1588815445

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:        27646092 kB
Buffers:          147404 kB
Cached:           176624 kB
SwapCached:          688 kB
Active:          2526916 kB
Inactive:         245956 kB
Active(anon):    2450540 kB
Inactive(anon):     1040 kB
Active(file):      76376 kB
Inactive(file):   244916 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              3420 kB
Writeback:             0 kB
AnonPages:       4265500 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             604808 kB
SReclaimable:      48416 kB
SUnreclaim:       556392 kB
KernelStack:        1808 kB
PageTables:        12048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4961592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2631680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-18 21:51:46