Trace number 4119907

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.62 900.051

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm95p-opt.opb.negationfix.opb
MD5SUMd91a5fc8aaea71e2375765fd013dac6c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119907-1467272789.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.91/0.94	c ... done. Wall clock time 0.824s.
1.91/0.94	c declared #vars     45312
1.91/0.94	c #constraints  1544
1.91/0.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.91/0.95	c constraints type 
1.91/0.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 707
1.91/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 707
1.91/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 130
1.91/0.95	c 1544 constraints processed.
1.91/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.91/0.95	c constraints type 
1.91/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 707
1.91/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 707
1.91/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 130
1.91/0.95	c 1544 constraints processed.
1.91/0.95	c objective function length is 64 literals
6.09/2.44	c cleaning 2488 clauses out of 5000 with flag 20010/5000
8.27/3.47	c cleaning 4247 clauses out of 8514 with flag 47757/11002
10.96/4.73	c cleaning 5616 clauses out of 11266 with flag 86490/18001
14.80/6.66	c cleaning 6807 clauses out of 13652 with flag 147492/26003
19.66/8.97	c cleaning 7900 clauses out of 15845 with flag 215426/35003
25.05/11.61	c cleaning 8949 clauses out of 17943 with flag 297023/45001
31.05/14.63	c cleaning 9976 clauses out of 19993 with flag 386057/56000
38.26/18.25	c cleaning 10989 clauses out of 22022 with flag 489983/68005
46.85/22.57	c cleaning 11995 clauses out of 24028 with flag 581120/81000
56.70/27.48	c cleaning 12997 clauses out of 26033 with flag 687402/95000
66.34/32.12	c cleaning 13996 clauses out of 28039 with flag 813148/110003
77.79/37.82	c cleaning 14993 clauses out of 30040 with flag 946200/126000
89.79/43.88	c cleaning 16002 clauses out of 32052 with flag 1097104/143005
102.99/50.48	c cleaning 16999 clauses out of 34045 with flag 1249828/161000
118.39/58.17	c cleaning 18000 clauses out of 36048 with flag 1415700/180002
134.46/66.05	c cleaning 19001 clauses out of 38046 with flag 1587876/200000
153.65/75.60	c cleaning 19998 clauses out of 40046 with flag 1777394/221001
174.85/86.27	c cleaning 20992 clauses out of 42049 with flag 1962303/243002
200.46/99.05	c cleaning 22005 clauses out of 44056 with flag 2175421/266001
226.54/112.28	c cleaning 23000 clauses out of 46053 with flag 2389805/290003
251.93/124.91	c cleaning 24004 clauses out of 48053 with flag 2593670/315003
278.94/138.43	c cleaning 25000 clauses out of 50046 with flag 2830511/341000
305.48/151.63	c cleaning 26004 clauses out of 52048 with flag 3052223/368002
334.48/166.14	c cleaning 27001 clauses out of 54042 with flag 3285689/396000
365.41/181.70	c cleaning 27995 clauses out of 56041 with flag 3537917/425000
399.82/198.92	c cleaning 28996 clauses out of 58048 with flag 3801905/455002
432.85/215.42	c cleaning 30000 clauses out of 60051 with flag 4084258/486001
468.04/233.00	c cleaning 31003 clauses out of 62050 with flag 4326666/518000
501.98/249.81	c cleaning 32000 clauses out of 64048 with flag 4625237/551001
537.96/267.81	c cleaning 33004 clauses out of 66047 with flag 4889360/585000
575.76/286.41	c cleaning 34002 clauses out of 68043 with flag 5178526/620000
616.98/307.02	c cleaning 35001 clauses out of 70045 with flag 5424047/656004
664.28/331.45	c cleaning 35997 clauses out of 72042 with flag 5742622/693002
713.48/356.08	c cleaning 37002 clauses out of 74047 with flag 6074484/731004
765.18/381.80	c cleaning 37996 clauses out of 76042 with flag 6398788/770001
811.16/404.80	c cleaning 38994 clauses out of 78045 with flag 6759064/810000
861.16/429.75	c cleaning 39999 clauses out of 80053 with flag 7110500/851002
913.75/456.05	c cleaning 40994 clauses out of 82052 with flag 7463637/893000
968.75/483.56	c cleaning 42005 clauses out of 84062 with flag 7904068/936004
1018.94/509.14	c cleaning 43022 clauses out of 86055 with flag 8277585/980002
1045.33/522.31	c cleaning 44007 clauses out of 88032 with flag 8378201/1025001
1080.32/539.88	c cleaning 45001 clauses out of 90024 with flag 8481442/1071000
1122.74/560.98	c cleaning 46000 clauses out of 92024 with flag 8590055/1118001
1170.35/584.76	c cleaning 46999 clauses out of 94025 with flag 8704175/1166002
1226.56/612.83	c cleaning 47998 clauses out of 96025 with flag 8821112/1215001
1287.73/643.49	c cleaning 48994 clauses out of 98026 with flag 8944716/1265000
1360.54/679.88	c cleaning 50002 clauses out of 100033 with flag 9070805/1316001
1430.57/714.60	c cleaning 51005 clauses out of 102031 with flag 9199650/1368001
1507.15/752.99	c cleaning 51997 clauses out of 104026 with flag 9331369/1421001
1581.94/790.39	c cleaning 52996 clauses out of 106028 with flag 9466264/1475000
1666.33/832.58	c cleaning 54001 clauses out of 108032 with flag 9600582/1530000
1765.43/882.80	c cleaning 55000 clauses out of 110031 with flag 9736836/1586000
1800.02/900.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.00	c starts		: 19
1800.02/900.00	c conflicts		: 1613240
1800.02/900.00	c decisions		: 2072451
1800.02/900.00	c propagations		: 125564804
1800.02/900.00	c inspects		: 11336939261
1800.02/900.00	c shortcuts		: 0
1800.02/900.00	c learnt literals	: 0
1800.02/900.00	c learnt binary clauses	: 0
1800.02/900.00	c learnt ternary clauses	: 0
1800.02/900.00	c learnt constraints	: 1613240
1800.02/900.00	c ignored constraints	: 0
1800.02/900.00	c root simplifications	: 0
1800.02/900.00	c removed literals (reason simplification)	: 2184986
1800.02/900.00	c reason swapping (by a shorter reason)	: 0
1800.02/900.00	c Calls to reduceDB	: 52
1800.02/900.00	c Number of update (reduction) of LBD	: 498958
1800.02/900.00	c Imported unit clauses	: 0
1800.02/900.00	c number of reductions to clauses (during analyze)	: 0
1800.02/900.00	c number of learned constraints concerned by reduction	: 0
1800.02/900.00	c number of learning phase by resolution	: 0
1800.02/900.00	c number of learning phase by cutting planes	: 0
1800.02/900.00	c speed (assignments/second)	: 139667.28956161544
1800.02/900.00	c non guided choices	235665
1800.02/900.03	c learnt constraints type 
1800.02/900.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82271
1800.02/900.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.03	c starts		: 7
1800.02/900.03	c conflicts		: 906
1800.02/900.03	c decisions		: 294541
1800.02/900.03	c propagations		: 685055
1800.02/900.03	c inspects		: 10989014
1800.02/900.03	c shortcuts		: 0
1800.02/900.03	c learnt literals	: 0
1800.02/900.03	c learnt binary clauses	: 0
1800.02/900.03	c learnt ternary clauses	: 0
1800.02/900.03	c learnt constraints	: 905
1800.02/900.03	c ignored constraints	: 0
1800.02/900.03	c root simplifications	: 0
1800.02/900.03	c removed literals (reason simplification)	: 0
1800.02/900.03	c reason swapping (by a shorter reason)	: 0
1800.02/900.03	c Calls to reduceDB	: 0
1800.02/900.03	c Number of update (reduction) of LBD	: 0
1800.02/900.03	c Imported unit clauses	: 0
1800.02/900.03	c number of reductions to clauses (during analyze)	: 0
1800.02/900.03	c number of learned constraints concerned by reduction	: 0
1800.02/900.03	c number of learning phase by resolution	: 0
1800.02/900.03	c number of learning phase by cutting planes	: 0
1800.02/900.03	c speed (assignments/second)	: 761.975683248225
1800.02/900.03	c non guided choices	70060
1800.02/900.03	c learnt constraints type 
1800.02/900.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 905
1800.02/900.03	s UNKNOWN
1800.02/900.03	c Total wall clock time (in seconds): 899.906

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-4119907-1467272789/watcher-4119907-1467272789 -o /tmp/evaluation-result-4119907-1467272789/solver-4119907-1467272789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8376 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119907-1467272789.opb 

pid=9960
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.02 4.04 3.93 4/197 9963
/proc/meminfo: memFree=28305148/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9963/stat : 9963 (java) R 9960 9963 7235 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 6310198 278528 33 33554432000 1073741824 1073778376 140736232225696 140733795230152 224913354023 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 4.02 4.04 3.93 4/197 9963
/proc/meminfo: memFree=28305148/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 4422 0 1 0 7 1 0 0 20 0 18 0 6310198 9787879424 6043 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 4.02 4.04 3.93 4/197 9963
/proc/meminfo: memFree=28305148/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 4877 0 1 0 24 1 0 0 20 0 18 0 6310198 9787879424 7471 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2389619 7471 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 4.02 4.04 3.93 4/197 9963
/proc/meminfo: memFree=28305148/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 10920 0 1 0 53 2 0 0 20 0 18 0 6310198 9787879424 13129 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2389619 13129 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.02 4.04 3.93 4/197 9963
/proc/meminfo: memFree=28305148/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9558476 CPUtime=1.49 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 13388 0 1 0 140 9 0 0 20 0 18 0 6310198 9787879424 52464 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2389619 52464 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 4.50 4.14 3.96 7/219 9985
/proc/meminfo: memFree=27955484/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 17263 0 1 0 369 15 0 0 20 0 22 0 6310198 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 89807 2276 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2530 0 1 0 74 5 0 0 20 0 22 0 6310199 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 116 0 0 0 8 2 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 6310200 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 6310201 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 6310201 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/9963/task/9978/stat : 9978 (java) S 9960 9963 7235 0 -1 4202560 6163 0 0 0 74 0 0 0 20 0 22 0 6310204 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139934263564344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9979] ppid=9960 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/9963/task/9979/stat : 9979 (java) S 9960 9963 7235 0 -1 4202560 6543 0 0 0 72 0 0 0 20 0 22 0 6310204 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933389940920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9980] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9980/stat : 9980 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933388888568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9981] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9981/stat : 9981 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933387836232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9982] ppid=9960 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/9963/task/9982/stat : 9982 (java) R 9960 9963 7235 0 -1 4202560 20 0 0 0 52 0 0 0 20 0 22 0 6310294 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933386781464 139934280051676 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9983] ppid=9960 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/9963/task/9983/stat : 9983 (java) R 9960 9963 7235 0 -1 4202560 24 0 0 0 53 0 0 0 20 0 22 0 6310294 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933385729192 139934280109045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9984] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9984/stat : 9984 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933384676904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9985] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9985/stat : 9985 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 89807 33554432000 1073741824 1073778376 140736232225696 139933383624360 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.50 4.14 3.96 5/219 9985
/proc/meminfo: memFree=27953088/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 18417 0 1 0 740 16 0 0 20 0 22 0 6310198 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 89814 2282 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2530 0 1 0 74 5 0 0 20 0 22 0 6310199 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 116 0 0 0 8 2 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 6310200 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 6310201 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 6310201 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/9963/task/9978/stat : 9978 (java) S 9960 9963 7235 0 -1 4202560 6755 0 0 0 93 0 0 0 20 0 22 0 6310204 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139934263564344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9979] ppid=9960 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/9963/task/9979/stat : 9979 (java) S 9960 9963 7235 0 -1 4202560 7102 0 0 0 106 0 0 0 20 0 22 0 6310204 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933389940920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9980] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9980/stat : 9980 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933388888568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9981] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9981/stat : 9981 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933387836232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9982] ppid=9960 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/9963/task/9982/stat : 9982 (java) R 9960 9963 7235 0 -1 4202560 22 0 0 0 209 0 0 0 20 0 22 0 6310294 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933386781144 139934280198856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9983] ppid=9960 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/9963/task/9983/stat : 9983 (java) R 9960 9963 7235 0 -1 4202560 24 0 0 0 212 0 0 0 20 0 22 0 6310294 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933385726776 139934280109008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9984] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9984/stat : 9984 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933384676904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9985] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9985/stat : 9985 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 89814 33554432000 1073741824 1073778376 140736232225696 139933383624360 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.50 4.14 3.96 5/219 9985
/proc/meminfo: memFree=27910912/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=14.19 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 18652 0 1 0 1399 20 0 0 20 0 22 0 6310198 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 100397 2282 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2530 0 1 0 74 5 0 0 20 0 22 0 6310199 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 121 0 0 0 3 1 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 136 0 0 0 10 3 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 6310200 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 6310201 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 22 0 6310201 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 100397 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=1.01 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.12 4.14 4.03 5/220 10106
/proc/meminfo: memFree=25450640/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=1645.94 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 61785 0 1 0 164296 298 0 0 20 0 22 0 6310198 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 887104 2292 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2534 0 1 0 77 6 0 0 20 0 22 0 6310199 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 6786 0 0 0 68 29 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 2904 0 0 0 96 36 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 3962 0 0 0 88 33 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 2962 0 0 0 78 25 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 5601 0 0 0 90 35 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 6020 0 0 0 91 35 0 0 20 0 22 0 6310200 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 2222 0 0 0 69 27 0 0 20 0 22 0 6310201 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 3997 0 0 0 92 34 0 0 20 0 22 0 6310201 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 5708 0 0 0 484 4 0 0 20 0 22 0 6310202 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9963/task/9978/stat : 9978 (java) S 9960 9963 7235 0 -1 4202560 9184 0 0 0 148 1 0 0 20 0 22 0 6310204 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139934263564344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9979] ppid=9960 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9963/task/9979/stat : 9979 (java) S 9960 9963 7235 0 -1 4202560 7109 0 0 0 131 0 0 0 20 0 22 0 6310204 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933389940920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9980] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9980/stat : 9980 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933388888568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9981] ppid=9960 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9963/task/9981/stat : 9981 (java) S 9960 9963 7235 0 -1 4202560 47 0 0 0 9 18 0 0 20 0 22 0 6310204 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933387836232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9982] ppid=9960 vsize=9824732 CPUtime=813.97 cores=1,3,5,7
/proc/9963/task/9982/stat : 9982 (java) R 9960 9963 7235 0 -1 4202560 936 0 0 0 81378 19 0 0 20 0 22 0 6310294 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933386772608 139934279920154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9983] ppid=9960 vsize=9824732 CPUtime=814.09 cores=1,3,5,7
/proc/9963/task/9983/stat : 9983 (java) R 9960 9963 7235 0 -1 4202560 548 0 0 0 81384 25 0 0 20 0 22 0 6310294 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933385726608 139934280108977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9984] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9984/stat : 9984 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933384676904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9985] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9985/stat : 9985 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 887104 33554432000 1073741824 1073778376 140736232225696 139933383624360 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1645.94
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.99 4.10 4.02 5/220 10133
/proc/meminfo: memFree=24545288/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=1764.44 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 62771 0 1 0 176120 324 0 0 20 0 22 0 6310198 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 943517 2292 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2535 0 1 0 77 6 0 0 20 0 22 0 6310199 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 6888 0 0 0 96 34 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 2920 0 0 0 103 37 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 4013 0 0 0 102 36 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 3023 0 0 0 93 27 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 5697 0 0 0 98 36 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 6090 0 0 0 104 38 0 0 20 0 22 0 6310200 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 2246 0 0 0 87 28 0 0 20 0 22 0 6310201 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 4045 0 0 0 106 38 0 0 20 0 22 0 6310201 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=7.07 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 6221 0 0 0 703 4 0 0 20 0 22 0 6310202 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9963/task/9978/stat : 9978 (java) S 9960 9963 7235 0 -1 4202560 9184 0 0 0 148 1 0 0 20 0 22 0 6310204 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139934263564344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9979] ppid=9960 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9963/task/9979/stat : 9979 (java) S 9960 9963 7235 0 -1 4202560 7109 0 0 0 131 0 0 0 20 0 22 0 6310204 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933389940920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9980] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9980/stat : 9980 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933388888568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9981] ppid=9960 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/9963/task/9981/stat : 9981 (java) S 9960 9963 7235 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 6310204 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933387836232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9982] ppid=9960 vsize=9824732 CPUtime=871.42 cores=1,3,5,7
/proc/9963/task/9982/stat : 9982 (java) R 9960 9963 7235 0 -1 4202560 936 0 0 0 87122 20 0 0 20 0 22 0 6310294 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933386780304 139934280198805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9983] ppid=9960 vsize=9824732 CPUtime=871.56 cores=1,3,5,7
/proc/9963/task/9983/stat : 9983 (java) R 9960 9963 7235 0 -1 4202560 548 0 0 0 87129 27 0 0 20 0 22 0 6310294 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933385726816 139934280080576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9984] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9984/stat : 9984 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933384676904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9985] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9985/stat : 9985 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 943517 33554432000 1073741824 1073778376 140736232225696 139933383624360 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1764.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 3.92 4.08 4.01 5/220 10134
/proc/meminfo: memFree=24290552/32872528 swapFree=171304/177436
[pid=9963] ppid=9960 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/9963/stat : 9963 (java) S 9960 9963 7235 0 -1 4202496 62782 0 1 0 179678 324 0 0 20 0 22 0 6310198 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 140736232216832 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9963/statm: 2456183 943511 2292 9 0 2446860 0
[pid=9963/tid=9965] ppid=9960 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/9963/task/9965/stat : 9965 (java) S 9960 9963 7235 0 -1 4202560 2535 0 1 0 78 6 0 0 20 0 22 0 6310199 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934443758456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9966] ppid=9960 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9963/task/9966/stat : 9966 (java) S 9960 9963 7235 0 -1 4202560 6888 0 0 0 105 35 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934405249704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9967] ppid=9960 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/9963/task/9967/stat : 9967 (java) S 9960 9963 7235 0 -1 4202560 2920 0 0 0 108 38 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934404197160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9968] ppid=9960 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9963/task/9968/stat : 9968 (java) S 9960 9963 7235 0 -1 4202560 4016 0 0 0 104 36 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934403144616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9969] ppid=9960 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9963/task/9969/stat : 9969 (java) S 9960 9963 7235 0 -1 4202560 3024 0 0 0 95 28 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934402092072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9970] ppid=9960 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/9963/task/9970/stat : 9970 (java) S 9960 9963 7235 0 -1 4202560 5697 0 0 0 109 36 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934401038504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9971] ppid=9960 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9963/task/9971/stat : 9971 (java) S 9960 9963 7235 0 -1 4202560 6090 0 0 0 110 39 0 0 20 0 22 0 6310200 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934399985960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9972] ppid=9960 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9963/task/9972/stat : 9972 (java) S 9960 9963 7235 0 -1 4202560 2250 0 0 0 90 28 0 0 20 0 22 0 6310201 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934398933416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9973] ppid=9960 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/9963/task/9973/stat : 9973 (java) S 9960 9963 7235 0 -1 4202560 4045 0 0 0 109 38 0 0 20 0 22 0 6310201 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934397880872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9974] ppid=9960 vsize=9824732 CPUtime=7.07 cores=1,3,5,7
/proc/9963/task/9974/stat : 9974 (java) S 9960 9963 7235 0 -1 4202560 6223 0 0 0 703 4 0 0 20 0 22 0 6310202 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934267775592 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9975] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9975/stat : 9975 (java) S 9960 9963 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934266721912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9976] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9976/stat : 9976 (java) S 9960 9963 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6310202 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934265669256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9977] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9977/stat : 9977 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934264618000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9978] ppid=9960 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9963/task/9978/stat : 9978 (java) S 9960 9963 7235 0 -1 4202560 9184 0 0 0 148 1 0 0 20 0 22 0 6310204 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139934263564344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9963/tid=9979] ppid=9960 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9963/task/9979/stat : 9979 (java) S 9960 9963 7235 0 -1 4202560 7109 0 0 0 131 0 0 0 20 0 22 0 6310204 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933389940920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9980] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9980/stat : 9980 (java) S 9960 9963 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6310204 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933388888568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9981] ppid=9960 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/9963/task/9981/stat : 9981 (java) S 9960 9963 7235 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 6310204 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933387836232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9982] ppid=9960 vsize=9824732 CPUtime=889 cores=1,3,5,7
/proc/9963/task/9982/stat : 9982 (java) R 9960 9963 7235 0 -1 4202560 936 0 0 0 88879 21 0 0 20 0 22 0 6310294 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933386779392 139934279676480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9963/tid=9983] ppid=9960 vsize=9824732 CPUtime=889.14 cores=1,3,5,7
/proc/9963/task/9983/stat : 9983 (java) R 9960 9963 7235 0 -1 4202560 549 0 0 0 88887 27 0 0 20 0 22 0 6310294 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933385727632 139934280521711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9963/tid=9984] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9984/stat : 9984 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933384676904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9963/tid=9985] ppid=9960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9963/task/9985/stat : 9985 (java) S 9960 9963 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6310296 10060525568 943511 33554432000 1073741824 1073778376 140736232225696 139933383624360 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 9963 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.051
CPU time (s): 1800.62
CPU user time (s): 1796.89
CPU system time (s): 3.73343
CPU usage (%): 200.058
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.89
system time used= 3.73343
maximum resident set size= 3774160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62822
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23427
involuntary context switches= 20355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87511 second user time and 7.17191 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 09:46:29
IDJOB=4119907
IDBENCH=111819
IDSOLVER=2543
FILE ID=node105/4119907-1467272789
RUNJOBID= node105-1467268188-8376
PBS_JOBID= 20004488
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm95p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119907-1467272789/watcher-4119907-1467272789 -o /tmp/evaluation-result-4119907-1467272789/solver-4119907-1467272789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8376 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119907-1467272789.opb

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

MD5SUM BENCH= d91a5fc8aaea71e2375765fd013dac6c
RANDOM SEED=1509881684

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28305692 kB
Buffers:          131616 kB
Cached:           436684 kB
SwapCached:            0 kB
Active:          3213948 kB
Inactive:         407136 kB
Active(anon):    3047624 kB
Inactive(anon):     7948 kB
Active(file):     166324 kB
Inactive(file):   399188 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:       3250548 kB
Mapped:            22196 kB
Shmem:               204 kB
Slab:             610416 kB
SReclaimable:      54164 kB
SUnreclaim:       556252 kB
KernelStack:        1616 kB
PageTables:        11088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3783084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2965504 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= 71728 MiB
End job on node105 at 2016-06-30 10:01:29