Trace number 4089856

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.08 896.254

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v111-n3.opb
MD5SUM91482f7f77911fc3a59b3758066e9b84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.0431
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089856-1466020294.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.042s.
0.09/0.16	c declared #vars     333
0.09/0.16	c #constraints  222
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 111
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 111
0.09/0.16	c 222 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 111
0.09/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 111
0.09/0.16	c 222 constraints processed.
2.66/0.81	c cleaning 2500 clauses out of 5002 with flag 50044/5002
4.44/1.45	c cleaning 4244 clauses out of 8500 with flag 110513/11000
6.45/2.36	c cleaning 5621 clauses out of 11256 with flag 191602/18000
8.96/3.53	c cleaning 6812 clauses out of 13636 with flag 275562/26001
11.84/4.96	c cleaning 7906 clauses out of 15823 with flag 380707/35000
15.53/6.71	c cleaning 8952 clauses out of 17918 with flag 501451/45001
19.59/8.71	c cleaning 9975 clauses out of 19967 with flag 628167/56002
24.58/11.20	c cleaning 10981 clauses out of 21990 with flag 777850/68000
30.23/13.99	c cleaning 12001 clauses out of 24012 with flag 931317/81003
36.23/16.92	c cleaning 12997 clauses out of 26008 with flag 1131380/95000
43.13/20.36	c cleaning 13998 clauses out of 28014 with flag 1352378/110003
51.61/24.50	c cleaning 14997 clauses out of 30014 with flag 1611127/126001
60.21/28.84	c cleaning 15999 clauses out of 32017 with flag 1864745/143001
70.68/34.08	c cleaning 17001 clauses out of 34019 with flag 2131093/161002
81.48/39.47	c cleaning 18002 clauses out of 36017 with flag 2439429/180001
93.78/45.53	c cleaning 18995 clauses out of 38014 with flag 2772097/200000
102.57/49.99	c cleaning 0 clauses out of 5002 with flag 0/5002
107.87/52.47	c cleaning 19996 clauses out of 40019 with flag 3129255/221000
123.88/60.36	c cleaning 21002 clauses out of 42023 with flag 3475626/243000
142.55/69.61	c cleaning 22005 clauses out of 44023 with flag 3856963/266002
161.82/79.21	c cleaning 22993 clauses out of 46019 with flag 4250895/290003
182.88/89.73	c cleaning 24004 clauses out of 48027 with flag 4662816/315004
204.94/100.76	c cleaning 25003 clauses out of 50019 with flag 5051619/341000
223.88/110.15	c cleaning 25986 clauses out of 52016 with flag 5439726/368000
245.52/120.92	c cleaning 27001 clauses out of 54030 with flag 5833414/396000
269.17/132.79	c cleaning 28003 clauses out of 56031 with flag 6249316/425002
298.49/147.33	c cleaning 28987 clauses out of 58030 with flag 6681047/455004
327.07/161.95	c cleaning 29996 clauses out of 60040 with flag 7119562/486001
356.57/176.68	c cleaning 30981 clauses out of 62044 with flag 7572969/518001
388.54/192.59	c cleaning 31991 clauses out of 64062 with flag 8049881/551000
423.88/210.18	c cleaning 32998 clauses out of 66072 with flag 8542862/585001
467.06/231.69	c cleaning 33999 clauses out of 68075 with flag 9055670/620002
512.26/254.20	c cleaning 35001 clauses out of 70076 with flag 9607545/656002
554.22/275.08	c cleaning 35997 clauses out of 72073 with flag 10163334/693000
578.63/287.65	c cleaning 0 clauses out of 11002 with flag 0/11002
599.27/297.92	c cleaning 37000 clauses out of 74076 with flag 10724072/731000
654.28/325.37	c cleaning 38011 clauses out of 76077 with flag 11277242/770001
705.42/350.83	c cleaning 38995 clauses out of 78065 with flag 11859222/810000
761.65/378.82	c cleaning 39989 clauses out of 80070 with flag 12478386/851000
819.66/407.77	c cleaning 41005 clauses out of 82084 with flag 13091163/893003
880.30/437.98	c cleaning 42000 clauses out of 84078 with flag 13698629/936002
950.30/472.71	c cleaning 43001 clauses out of 86076 with flag 14289444/980000
1021.55/508.25	c cleaning 43998 clauses out of 88075 with flag 14901813/1025000
1094.47/544.57	c cleaning 45004 clauses out of 90078 with flag 15562200/1071001
1170.75/582.40	c cleaning 45996 clauses out of 92073 with flag 16255069/1118000
1245.18/619.43	c cleaning 47001 clauses out of 94079 with flag 16922187/1166002
1323.95/658.66	c cleaning 48005 clauses out of 96077 with flag 17629406/1215001
1418.30/705.53	c cleaning 48999 clauses out of 98072 with flag 18334567/1265001
1517.79/755.79	c cleaning 49999 clauses out of 100072 with flag 19118647/1316000
1610.52/801.97	c cleaning 51003 clauses out of 102074 with flag 19894791/1368001
1666.90/829.97	c cleaning 0 clauses out of 18000 with flag 0/18000
1714.89/853.88	c cleaning 51994 clauses out of 104070 with flag 20642157/1421000
1800.08/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.20	c starts		: 25
1800.08/896.20	c conflicts		: 1467044
1800.08/896.20	c decisions		: 1587105
1800.08/896.20	c propagations		: 50455299
1800.08/896.20	c inspects		: 11799944033
1800.08/896.20	c shortcuts		: 0
1800.08/896.20	c learnt literals	: 0
1800.08/896.20	c learnt binary clauses	: 0
1800.08/896.20	c learnt ternary clauses	: 0
1800.08/896.20	c learnt constraints	: 1467044
1800.08/896.20	c ignored constraints	: 0
1800.08/896.20	c root simplifications	: 0
1800.08/896.20	c removed literals (reason simplification)	: 29944276
1800.08/896.20	c reason swapping (by a shorter reason)	: 0
1800.08/896.20	c Calls to reduceDB	: 49
1800.08/896.20	c Number of update (reduction) of LBD	: 460843
1800.08/896.20	c Imported unit clauses	: 0
1800.08/896.20	c number of reductions to clauses (during analyze)	: 0
1800.08/896.20	c number of learned constraints concerned by reduction	: 0
1800.08/896.20	c number of learning phase by resolution	: 0
1800.08/896.20	c number of learning phase by cutting planes	: 0
1800.08/896.20	c speed (assignments/second)	: 56309.52585557484
1800.08/896.20	c non guided choices	103
1800.08/896.23	c learnt constraints type 
1800.08/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98120
1800.08/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.23	c starts		: 45
1800.08/896.23	c conflicts		: 18575
1800.08/896.23	c decisions		: 22835
1800.08/896.23	c propagations		: 383604
1800.08/896.23	c inspects		: 864150352
1800.08/896.23	c shortcuts		: 0
1800.08/896.23	c learnt literals	: 0
1800.08/896.23	c learnt binary clauses	: 0
1800.08/896.23	c learnt ternary clauses	: 0
1800.08/896.23	c learnt constraints	: 18575
1800.08/896.23	c ignored constraints	: 0
1800.08/896.23	c root simplifications	: 0
1800.08/896.23	c removed literals (reason simplification)	: 0
1800.08/896.23	c reason swapping (by a shorter reason)	: 0
1800.08/896.23	c Calls to reduceDB	: 3
1800.08/896.23	c Number of update (reduction) of LBD	: 0
1800.08/896.23	c Imported unit clauses	: 0
1800.08/896.23	c number of reductions to clauses (during analyze)	: 0
1800.08/896.23	c number of learned constraints concerned by reduction	: 0
1800.08/896.23	c number of learning phase by resolution	: 0
1800.08/896.23	c number of learning phase by cutting planes	: 0
1800.08/896.23	c speed (assignments/second)	: 428.09984130562395
1800.08/896.23	c non guided choices	91
1800.08/896.24	c learnt constraints type 
1800.08/896.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
1800.08/896.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18563
1800.08/896.24	s UNKNOWN
1800.08/896.24	c Total wall clock time (in seconds): 896.12

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-4089856-1466020294/watcher-4089856-1466020294 -o /tmp/evaluation-result-4089856-1466020294/solver-4089856-1466020294 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089856-1466020294.opb 

pid=9894
running on 4 cores: 0,2,4,6

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: 3.94 3.99 3.99 4/197 9897
/proc/meminfo: memFree=29332780/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/9897/stat : 9897 (java) R 9894 9897 5767 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 4079816 9445376 94 33554432000 1073741824 1073778376 140734260155152 140734260152280 247055085447 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2306 98 76 9 0 38 0

[startup+0.100157 s]
/proc/loadavg: 3.94 3.99 3.99 4/197 9897
/proc/meminfo: memFree=29332780/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 4445 0 1 0 8 1 0 0 20 0 18 0 4079816 9787879424 6072 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2389619 6072 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 3.94 3.99 3.99 4/197 9897
/proc/meminfo: memFree=29332780/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 5196 0 1 0 24 2 0 0 20 0 22 0 4079816 10060525568 8106 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 8106 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300227 s]
/proc/loadavg: 3.94 3.99 3.99 4/197 9897
/proc/meminfo: memFree=29332780/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 7697 0 1 0 63 3 0 0 20 0 22 0 4079816 10060525568 9826 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 9826 2244 9 0 2446860 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.70019 s]
/proc/loadavg: 3.94 3.99 3.99 4/197 9897
/proc/meminfo: memFree=29332780/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 16287 0 1 0 222 4 0 0 20 0 22 0 4079816 10060525568 18966 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 18966 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.87 3.98 3.98 5/219 9919
/proc/meminfo: memFree=29176324/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 22576 0 1 0 458 8 0 0 20 0 22 0 4079816 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 45265 2283 9 0 2446860 0
[pid=9897/tid=9899] ppid=9894 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9897/task/9899/stat : 9899 (java) S 9894 9897 5767 0 -1 4202560 2446 0 1 0 12 1 0 0 20 0 22 0 4079817 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007616086904 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9900] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9900/stat : 9900 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007460031400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9901] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9901/stat : 9901 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007458978856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9902] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4079818 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079819 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/9897/task/9912/stat : 9912 (java) R 9894 9897 5767 0 -1 4202560 9450 0 0 0 90 2 0 0 20 0 22 0 4079822 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007436040504 140007622049408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9913] ppid=9894 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/9897/task/9913/stat : 9913 (java) S 9894 9897 5767 0 -1 4202560 9246 0 0 0 89 2 0 0 20 0 22 0 4079822 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007434987960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9914] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9914/stat : 9914 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007433935096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9915] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9915/stat : 9915 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007432882760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9916] ppid=9894 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/9897/task/9916/stat : 9916 (java) R 9894 9897 5767 0 -1 4202560 25 0 0 0 129 0 0 0 20 0 22 0 4079833 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007431819664 140007488888652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9917] ppid=9894 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9897/task/9917/stat : 9917 (java) R 9894 9897 5767 0 -1 4202560 95 0 0 0 128 2 0 0 20 0 22 0 4079833 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007430775544 140007488980959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9918] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9918/stat : 9918 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007429723432 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9919] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9919/stat : 9919 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 45265 33554432000 1073741824 1073778376 140734260155152 140007428670888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.87 3.98 3.98 5/219 9919
/proc/meminfo: memFree=29134308/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=8.16 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 23557 0 1 0 796 20 0 0 20 0 22 0 4079816 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 87761 2283 9 0 2446860 0
[pid=9897/tid=9899] ppid=9894 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9897/task/9899/stat : 9899 (java) S 9894 9897 5767 0 -1 4202560 2446 0 1 0 12 1 0 0 20 0 22 0 4079817 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007616086904 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9900] ppid=9894 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9897/task/9900/stat : 9900 (java) S 9894 9897 5767 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007460031400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9901] ppid=9894 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9897/task/9901/stat : 9901 (java) S 9894 9897 5767 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007458978856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9902] ppid=9894 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 98 0 0 0 2 1 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 4079818 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 206 0 0 0 0 0 0 0 20 0 22 0 4079819 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9897/task/9912/stat : 9912 (java) S 9894 9897 5767 0 -1 4202560 9450 0 0 0 97 2 0 0 20 0 22 0 4079822 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007436040504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9913] ppid=9894 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9897/task/9913/stat : 9913 (java) S 9894 9897 5767 0 -1 4202560 9533 0 0 0 97 2 0 0 20 0 22 0 4079822 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007434987960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9914] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9914/stat : 9914 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007433935096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9915] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9915/stat : 9915 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007432882760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9916] ppid=9894 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/9897/task/9916/stat : 9916 (java) R 9894 9897 5767 0 -1 4202560 25 0 0 0 276 0 0 0 20 0 22 0 4079833 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007431826680 140007488905695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9917] ppid=9894 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/9897/task/9917/stat : 9917 (java) R 9894 9897 5767 0 -1 4202560 146 0 0 0 276 3 0 0 20 0 22 0 4079833 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007430774712 140007488982192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9918] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9918/stat : 9918 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007429723432 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9919] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9919/stat : 9919 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 87761 33554432000 1073741824 1073778376 140734260155152 140007428670888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.80 3.96 3.98 7/219 9988
/proc/meminfo: memFree=30751396/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=14.72 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 24281 0 1 0 1443 29 0 0 20 0 22 0 4079816 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 155836 2283 9 0 2446860 0
[pid=9897/tid=9899] ppid=9894 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9897/task/9899/stat : 9899 (java) S 9894 9897 5767 0 -1 4202560 2446 0 1 0 12 1 0 0 20 0 22 0 4079817 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007616086904 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9900] ppid=9894 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9897/task/9900/stat : 9900 (java) S 9894 9897 5767 0 -1 4202560 110 0 0 0 4 0 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007460031400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9901] ppid=9894 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/9897/task/9901/stat : 9901 (java) S 9894 9897 5767 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007458978856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9902] ppid=9894 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 108 0 0 0 4 3 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 22 0 4079818 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 4079819 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 155836 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=1.02 cores=0,2,4,6

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

/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 491 0 0 0 198 14 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 699 0 0 0 199 14 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 576 0 0 0 188 17 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 637 0 0 0 190 14 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 600 0 0 0 192 14 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 466 0 0 0 175 12 0 0 20 0 22 0 4079818 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 2063 0 0 0 279 8 0 0 20 0 22 0 4079819 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9897/task/9912/stat : 9912 (java) S 9894 9897 5767 0 -1 4202560 9457 0 0 0 110 2 0 0 20 0 22 0 4079822 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007436040504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9913] ppid=9894 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/9897/task/9913/stat : 9913 (java) S 9894 9897 5767 0 -1 4202560 14454 0 0 0 149 3 0 0 20 0 22 0 4079822 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007434987960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9914] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9914/stat : 9914 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007433935096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9915] ppid=9894 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9897/task/9915/stat : 9915 (java) S 9894 9897 5767 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 4079822 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007432882760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9916] ppid=9894 vsize=9824732 CPUtime=812.54 cores=0,2,4,6
/proc/9897/task/9916/stat : 9916 (java) R 9894 9897 5767 0 -1 4202560 109 0 0 0 81241 13 0 0 20 0 22 0 4079833 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007431827360 140007488905695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9917] ppid=9894 vsize=9824732 CPUtime=812.63 cores=0,2,4,6
/proc/9897/task/9917/stat : 9917 (java) R 9894 9897 5767 0 -1 4202560 2085 0 0 0 81209 54 0 0 20 0 22 0 4079833 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007430773760 140007488980859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9918] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9918/stat : 9918 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007429723432 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9919] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9919/stat : 9919 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 670079 33554432000 1073741824 1073778376 140734260155152 140007428670888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1651.61
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.00 4.00 4.00 5/219 10031
/proc/meminfo: memFree=26741540/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=1772.12 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 36944 0 1 0 177024 188 0 0 20 0 22 0 4079816 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 677415 2292 9 0 2446860 0
[pid=9897/tid=9899] ppid=9894 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9897/task/9899/stat : 9899 (java) S 9894 9897 5767 0 -1 4202560 2456 0 1 0 16 2 0 0 20 0 22 0 4079817 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007616086904 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9900] ppid=9894 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/9897/task/9900/stat : 9900 (java) S 9894 9897 5767 0 -1 4202560 587 0 0 0 194 14 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007460031400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9901] ppid=9894 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/9897/task/9901/stat : 9901 (java) S 9894 9897 5767 0 -1 4202560 676 0 0 0 215 16 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007458978856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9902] ppid=9894 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 512 0 0 0 211 15 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 739 0 0 0 212 16 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 585 0 0 0 198 17 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 665 0 0 0 208 16 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 641 0 0 0 206 15 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 483 0 0 0 188 13 0 0 20 0 22 0 4079818 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 2174 0 0 0 279 8 0 0 20 0 22 0 4079819 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9897/task/9912/stat : 9912 (java) S 9894 9897 5767 0 -1 4202560 9457 0 0 0 110 2 0 0 20 0 22 0 4079822 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007436040504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9913] ppid=9894 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/9897/task/9913/stat : 9913 (java) S 9894 9897 5767 0 -1 4202560 14454 0 0 0 149 3 0 0 20 0 22 0 4079822 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007434987960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9914] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9914/stat : 9914 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007433935096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9915] ppid=9894 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9897/task/9915/stat : 9915 (java) S 9894 9897 5767 0 -1 4202560 50 0 0 0 16 17 0 0 20 0 22 0 4079822 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007432882760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9916] ppid=9894 vsize=9824732 CPUtime=872.08 cores=0,2,4,6
/proc/9897/task/9916/stat : 9916 (java) R 9894 9897 5767 0 -1 4202560 113 0 0 0 87194 14 0 0 20 0 22 0 4079833 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007431826560 140007488905695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9917] ppid=9894 vsize=9824732 CPUtime=872.19 cores=0,2,4,6
/proc/9897/task/9917/stat : 9917 (java) R 9894 9897 5767 0 -1 4202560 2087 0 0 0 87164 55 0 0 20 0 22 0 4079833 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007430774656 140007488833794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9918] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9918/stat : 9918 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007429723432 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9919] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9919/stat : 9919 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 677415 33554432000 1073741824 1073778376 140734260155152 140007428670888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.00 4.00 4.00 5/219 10031
/proc/meminfo: memFree=26808436/32872528 swapFree=248296/248296
[pid=9897] ppid=9894 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/9897/stat : 9897 (java) S 9894 9897 5767 0 -1 4202496 36974 0 1 0 179819 189 0 0 20 0 22 0 4079816 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140734260146288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9897/statm: 2456183 659016 2292 9 0 2446860 0
[pid=9897/tid=9899] ppid=9894 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9897/task/9899/stat : 9899 (java) S 9894 9897 5767 0 -1 4202560 2456 0 1 0 16 2 0 0 20 0 22 0 4079817 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007616086904 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9900] ppid=9894 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/9897/task/9900/stat : 9900 (java) S 9894 9897 5767 0 -1 4202560 588 0 0 0 197 14 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007460031400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9901] ppid=9894 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/9897/task/9901/stat : 9901 (java) S 9894 9897 5767 0 -1 4202560 697 0 0 0 224 16 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007458978856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9902] ppid=9894 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/9897/task/9902/stat : 9902 (java) S 9894 9897 5767 0 -1 4202560 513 0 0 0 215 15 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007457925800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9903] ppid=9894 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/9897/task/9903/stat : 9903 (java) S 9894 9897 5767 0 -1 4202560 742 0 0 0 217 16 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007456873256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9904] ppid=9894 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9897/task/9904/stat : 9904 (java) S 9894 9897 5767 0 -1 4202560 587 0 0 0 203 18 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007455820200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9905] ppid=9894 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/9897/task/9905/stat : 9905 (java) S 9894 9897 5767 0 -1 4202560 665 0 0 0 211 16 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007454767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9906] ppid=9894 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9897/task/9906/stat : 9906 (java) S 9894 9897 5767 0 -1 4202560 641 0 0 0 211 15 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007453714600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9907] ppid=9894 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/9897/task/9907/stat : 9907 (java) S 9894 9897 5767 0 -1 4202560 483 0 0 0 190 13 0 0 20 0 22 0 4079818 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007452662056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9908] ppid=9894 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/9897/task/9908/stat : 9908 (java) S 9894 9897 5767 0 -1 4202560 2174 0 0 0 279 8 0 0 20 0 22 0 4079819 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007440251752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9909] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9909/stat : 9909 (java) S 9894 9897 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007439198072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9910] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9910/stat : 9910 (java) S 9894 9897 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4079820 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007438144904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9911] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9911/stat : 9911 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007437093648 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9912] ppid=9894 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9897/task/9912/stat : 9912 (java) S 9894 9897 5767 0 -1 4202560 9457 0 0 0 110 2 0 0 20 0 22 0 4079822 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007436040504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9913] ppid=9894 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/9897/task/9913/stat : 9913 (java) S 9894 9897 5767 0 -1 4202560 14454 0 0 0 149 3 0 0 20 0 22 0 4079822 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007434987960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9914] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9914/stat : 9914 (java) S 9894 9897 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4079822 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007433935096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9897/tid=9915] ppid=9894 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9897/task/9915/stat : 9915 (java) S 9894 9897 5767 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 4079822 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007432882760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9897/tid=9916] ppid=9894 vsize=9824732 CPUtime=885.84 cores=0,2,4,6
/proc/9897/task/9916/stat : 9916 (java) R 9894 9897 5767 0 -1 4202560 115 0 0 0 88570 14 0 0 20 0 22 0 4079833 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007431827360 140007488893714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9917] ppid=9894 vsize=9824732 CPUtime=885.95 cores=0,2,4,6
/proc/9897/task/9917/stat : 9917 (java) R 9894 9897 5767 0 -1 4202560 2087 0 0 0 88540 55 0 0 20 0 22 0 4079833 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007430774032 140007488953133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9897/tid=9918] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9918/stat : 9918 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007429723432 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9897/tid=9919] ppid=9894 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9897/task/9919/stat : 9919 (java) S 9894 9897 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4079833 10060525568 659016 33554432000 1073741824 1073778376 140734260155152 140007428670888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 9897 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 9897 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=727312
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=424631
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.254
CPU time (s): 1800.08
CPU user time (s): 1798.19
CPU system time (s): 1.89
CPU usage (%): 200.845
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 2.42463
maximum resident set size= 3317888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37016
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24336
involuntary context switches= 29133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05608 second user time and 7.04193 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 21:51:34
IDJOB=4089856
IDBENCH=107466
IDSOLVER=2543
FILE ID=node103/4089856-1466020294
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v111-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089856-1466020294/watcher-4089856-1466020294 -o /tmp/evaluation-result-4089856-1466020294/solver-4089856-1466020294 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089856-1466020294.opb

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

MD5SUM BENCH= 91482f7f77911fc3a59b3758066e9b84
RANDOM SEED=1120376903

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        29333424 kB
Buffers:          131484 kB
Cached:           344992 kB
SwapCached:            0 kB
Active:          2250048 kB
Inactive:         330204 kB
Active(anon):    2106480 kB
Inactive(anon):        0 kB
Active(file):     143568 kB
Inactive(file):   330204 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2289052 kB
Mapped:            21548 kB
Shmem:               204 kB
Slab:             574724 kB
SReclaimable:      18896 kB
SUnreclaim:       555828 kB
KernelStack:        1808 kB
PageTables:        10276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2480560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1980416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node103 at 2016-06-15 22:06:30