Trace number 4081372

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 PB16SAT (TO)19 1800.69 1757.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-4081372-1465232651.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.15	c ... done. Wall clock time 0.035s.
0.08/0.15	c declared #vars     120
0.08/0.15	c #constraints  10
0.08/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.08/0.16	c 10 constraints processed.
0.08/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.08/0.16	c 10 constraints processed.
0.08/0.16	c objective function length is 80 literals
0.70/0.37	c And the winner is solver0
1.02/0.66	c SATISFIABLE
1.02/0.66	c OPTIMIZING...
1.02/0.66	c Got one! Elapsed wall clock time (in seconds):0.541
1.02/0.66	o 84
2.34/1.06	c cleaning 2592 clauses out of 5194 with flag 8073/5194
2.76/1.14	c And the winner is solver0
2.76/1.16	c Got one! Elapsed wall clock time (in seconds):1.042
2.76/1.16	o 80
2.76/1.18	c And the winner is solver0
3.29/1.66	c Got one! Elapsed wall clock time (in seconds):1.544
3.29/1.66	o 78
3.29/1.68	c And the winner is solver0
3.45/2.16	c Got one! Elapsed wall clock time (in seconds):2.045
3.45/2.16	o 77
3.52/2.24	c And the winner is solver0
3.62/2.67	c Got one! Elapsed wall clock time (in seconds):2.547
3.62/2.67	o 75
3.68/2.74	c And the winner is solver0
3.79/3.17	c Got one! Elapsed wall clock time (in seconds):3.049
3.79/3.17	o 60
4.27/3.44	c cleaning 4690 clauses out of 9400 with flag 6082/11992
5.43/3.96	c cleaning 5348 clauses out of 10711 with flag 18193/17993
6.85/4.66	c cleaning 6170 clauses out of 12361 with flag 32353/24991
7.27/4.89	c And the winner is solver0
7.47/5.17	c Got one! Elapsed wall clock time (in seconds):5.051
7.47/5.17	o 59
8.15/5.54	c cleaning 5921 clauses out of 11856 with flag 6089/30656
8.35/5.62	c And the winner is solver0
8.35/5.67	c Got one! Elapsed wall clock time (in seconds):5.554
8.35/5.67	o 57
8.44/5.74	c And the winner is solver0
8.55/6.18	c Got one! Elapsed wall clock time (in seconds):6.058
8.55/6.18	o 55
8.58/6.27	c And the winner is solver0
8.77/6.68	c Got one! Elapsed wall clock time (in seconds):6.562
8.77/6.68	o 53
9.40/7.00	c cleaning 5968 clauses out of 11955 with flag 6126/36676
10.40/7.57	c cleaning 5983 clauses out of 11986 with flag 18195/42675
11.80/8.26	c cleaning 6495 clauses out of 13001 with flag 32299/49673
13.26/8.99	c And the winner is solver0
13.47/9.19	c Got one! Elapsed wall clock time (in seconds):9.067
13.47/9.19	o 52
14.90/9.93	c And the winner is solver0
14.96/10.19	c Got one! Elapsed wall clock time (in seconds):10.072
14.96/10.19	o 48
15.17/10.34	c And the winner is solver0
15.29/10.70	c Got one! Elapsed wall clock time (in seconds):10.577
15.29/10.70	o 35
15.51/10.90	c cleaning 10166 clauses out of 20331 with flag 2219/63498
15.71/10.92	c And the winner is solver0
15.81/11.20	c Got one! Elapsed wall clock time (in seconds):11.082
15.81/11.20	o 34
16.19/11.47	c And the winner is solver0
16.36/11.71	c Got one! Elapsed wall clock time (in seconds):11.588
16.36/11.71	o 33
17.15/12.13	c cleaning 8088 clauses out of 16195 with flag 6269/69528
17.93/12.55	c And the winner is solver0
18.06/12.71	c Got one! Elapsed wall clock time (in seconds):12.595
18.06/12.71	o 32
18.21/12.87	c cleaning 6765 clauses out of 13548 with flag 2100/74969
19.61/13.50	c cleaning 6386 clauses out of 12783 with flag 14389/80969
21.05/14.26	c cleaning 6688 clauses out of 13397 with flag 28898/87969
23.06/15.22	c cleaning 7352 clauses out of 14712 with flag 45209/95972
25.50/16.43	c cleaning 8169 clauses out of 16357 with flag 63460/104969
28.29/17.84	c cleaning 9092 clauses out of 18188 with flag 83623/114969
28.29/17.86	c And the winner is solver0
28.47/18.22	c Got one! Elapsed wall clock time (in seconds):18.105
28.47/18.22	o 31
29.62/18.88	c cleaning 7159 clauses out of 14329 with flag 10391/120202
31.01/19.54	c cleaning 6576 clauses out of 13169 with flag 22988/126201
32.64/20.35	c cleaning 6789 clauses out of 13596 with flag 37701/133204
34.44/21.25	c cleaning 7396 clauses out of 14805 with flag 54080/141202
36.84/22.44	c cleaning 8197 clauses out of 16410 with flag 72334/150203
39.64/23.82	c cleaning 9096 clauses out of 18211 with flag 92532/160201
43.08/25.56	c cleaning 10046 clauses out of 20116 with flag 114710/171202
47.11/27.60	c cleaning 11026 clauses out of 22071 with flag 139041/183203
52.09/30.10	c cleaning 12008 clauses out of 24046 with flag 165403/196204
58.11/33.02	c cleaning 13011 clauses out of 26038 with flag 193625/210204
62.75/35.34	c And the winner is solver1
62.84/35.74	c Got one! Elapsed wall clock time (in seconds):35.622
62.84/35.74	o 27
62.94/35.83	c And the winner is solver0
63.02/36.26	c Got one! Elapsed wall clock time (in seconds):36.144
63.02/36.26	o 25
63.46/36.57	c And the winner is solver0
63.66/36.79	c Got one! Elapsed wall clock time (in seconds):36.667
63.66/36.79	o 24
65.07/37.59	c cleaning 15189 clauses out of 30377 with flag 8774/227554
66.67/38.33	c cleaning 10594 clauses out of 21188 with flag 22103/233554
68.06/39.08	c cleaning 8798 clauses out of 17595 with flag 38072/240555
69.48/39.75	c cleaning 8397 clauses out of 16796 with flag 56778/248554
71.06/40.52	c cleaning 8698 clauses out of 17399 with flag 76755/257554
71.26/40.65	c And the winner is solver0
71.43/40.81	c Got one! Elapsed wall clock time (in seconds):40.691
71.43/40.81	o 23
72.02/41.17	c cleaning 6925 clauses out of 13859 with flag 6376/262712
72.22/41.24	c And the winner is solver0
72.37/41.33	c Got one! Elapsed wall clock time (in seconds):41.216
72.37/41.33	o 22
72.88/41.67	c cleaning 6140 clauses out of 12283 with flag 8675/268061
73.68/42.09	c cleaning 6069 clauses out of 12141 with flag 21783/274059
74.88/42.63	c cleaning 6535 clauses out of 13072 with flag 37901/281059
75.69/43.04	c And the winner is solver0
75.82/43.36	c Got one! Elapsed wall clock time (in seconds):43.241
75.82/43.36	o 20
76.87/43.92	c cleaning 8533 clauses out of 17068 with flag 10886/291590
77.87/44.47	c cleaning 7264 clauses out of 14532 with flag 24209/297587
79.05/45.02	c cleaning 7134 clauses out of 14268 with flag 40079/304587
80.25/45.69	c cleaning 7564 clauses out of 15134 with flag 58344/312587
80.65/45.87	c And the winner is solver0
80.85/45.94	c Got one! Elapsed wall clock time (in seconds):45.817
80.85/45.94	o 19
80.85/45.99	c And the winner is solver0
1800.00/1757.52	c >>>>>>>>>> Solver number 0 (24 answers) <<<<<<<<<<<<<<<<<<
1800.00/1757.52	c starts		: 1807
1800.00/1757.52	c conflicts		: 315678
1800.00/1757.52	c decisions		: 354423
1800.00/1757.52	c propagations		: 2544988
1800.00/1757.52	c inspects		: 794786608
1800.00/1757.52	c shortcuts		: 0
1800.00/1757.52	c learnt literals	: 0
1800.00/1757.52	c learnt binary clauses	: 0
1800.00/1757.52	c learnt ternary clauses	: 0
1800.00/1757.52	c learnt constraints	: 315678
1800.00/1757.52	c ignored constraints	: 0
1800.00/1757.52	c root simplifications	: 0
1800.00/1757.52	c removed literals (reason simplification)	: 605890
1800.00/1757.52	c reason swapping (by a shorter reason)	: 0
1800.00/1757.52	c Calls to reduceDB	: 39
1800.00/1757.52	c Number of update (reduction) of LBD	: 11937
1800.00/1757.52	c Imported unit clauses	: 0
1800.00/1757.52	c number of reductions to clauses (during analyze)	: 0
1800.00/1757.52	c number of learned constraints concerned by reduction	: 0
1800.00/1757.52	c number of learning phase by resolution	: 0
1800.00/1757.52	c number of learning phase by cutting planes	: 0
1800.00/1757.52	c speed (assignments/second)	: 1478.133396214799
1800.00/1757.52	c non guided choices	437
1800.00/1757.53	c learnt constraints type 
1800.00/1757.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10661
1800.00/1757.53	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.00/1757.53	c starts		: 63
1800.00/1757.53	c conflicts		: 7971
1800.00/1757.53	c decisions		: 14837
1800.00/1757.53	c propagations		: 74515
1800.00/1757.53	c inspects		: 108503099
1800.00/1757.53	c shortcuts		: 0
1800.00/1757.53	c learnt literals	: 0
1800.00/1757.53	c learnt binary clauses	: 0
1800.00/1757.53	c learnt ternary clauses	: 0
1800.00/1757.53	c learnt constraints	: 7957
1800.00/1757.53	c ignored constraints	: 0
1800.00/1757.53	c root simplifications	: 0
1800.00/1757.53	c removed literals (reason simplification)	: 0
1800.00/1757.53	c reason swapping (by a shorter reason)	: 0
1800.00/1757.53	c Calls to reduceDB	: 0
1800.00/1757.53	c Number of update (reduction) of LBD	: 0
1800.00/1757.53	c Imported unit clauses	: 0
1800.00/1757.53	c number of reductions to clauses (during analyze)	: 0
1800.00/1757.53	c number of learned constraints concerned by reduction	: 0
1800.00/1757.53	c number of learning phase by resolution	: 0
1800.00/1757.53	c number of learning phase by cutting planes	: 0
1800.00/1757.53	c speed (assignments/second)	: 43.53734898648511
1800.00/1757.53	c non guided choices	378
1800.00/1757.54	c learnt constraints type 
1800.00/1757.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.00/1757.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7954
1800.00/1757.54	s SATISFIABLE
1800.00/1757.54	c Found 24 solution(s)
1800.00/1757.54	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 x96 x97 x98 x99 -x100 x101 x102 -x103 x104 -x105 x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 x120 
1800.00/1757.54	c objective function=19
1800.00/1757.54	c Total wall clock time (in seconds): 1757.418

Verifier Data

OK	19

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-4081372-1465232651/watcher-4081372-1465232651 -o /tmp/evaluation-result-4081372-1465232651/solver-4081372-1465232651 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12333 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081372-1465232651.opb 

pid=15212
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.10 4.09 4.08 4/197 15215
/proc/meminfo: memFree=31106744/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/15215/stat : 15215 (java) R 15212 15215 12316 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 105198420 278528 33 33554432000 1073741824 1073778376 140736840264416 140735102382376 262953594037 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.10 4.09 4.08 4/197 15215
/proc/meminfo: memFree=31106744/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 4413 0 1 0 7 1 0 0 20 0 18 0 105198420 9787879424 6044 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.10 4.09 4.08 4/197 15215
/proc/meminfo: memFree=31106744/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 5856 0 1 0 28 2 0 0 20 0 22 0 105198420 10060525568 8535 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 8541 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300236 s]
/proc/loadavg: 4.10 4.09 4.08 4/197 15215
/proc/meminfo: memFree=31106744/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 8620 0 1 0 68 2 0 0 20 0 22 0 105198420 10060525568 10534 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 10534 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700226 s]
/proc/loadavg: 4.10 4.09 4.08 4/197 15215
/proc/meminfo: memFree=31106744/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 9721 0 1 0 110 4 0 0 20 0 22 0 105198420 10060525568 13539 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 13539 2246 9 0 2446860 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.10 4.09 4.08 7/219 15240
/proc/meminfo: memFree=30967340/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 24290 0 1 0 316 13 0 0 20 0 19 0 105198420 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 42903 2271 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2422 0 1 0 11 2 0 0 20 0 19 0 105198421 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465649054584 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11560 0 0 0 81 2 0 0 20 0 19 0 105198426 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8898 0 0 0 84 2 0 0 20 0 19 0 105198426 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15236] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15236/stat : 15236 (java) S 15212 15215 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105198437 10060525568 42903 33554432000 1073741824 1073778376 140736840264416 140465462604840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 4.09 4.08 4.08 5/219 15249
/proc/meminfo: memFree=30921540/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 24407 0 1 0 360 19 0 0 20 0 19 0 105198420 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 48106 2284 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2423 0 1 0 11 2 0 0 20 0 19 0 105198421 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465649054584 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11620 0 0 0 90 2 0 0 20 0 19 0 105198426 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8898 0 0 0 87 2 0 0 20 0 19 0 105198426 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15236] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15236/stat : 15236 (java) S 15212 15215 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105198437 10060525568 48106 33554432000 1073741824 1073778376 140736840264416 140465462604840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.09 4.08 4.08 5/219 15258
/proc/meminfo: memFree=30783892/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=8.77 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 25028 0 1 0 842 35 0 0 20 0 19 0 105198420 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 86792 2285 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2424 0 1 0 12 2 0 0 20 0 19 0 105198421 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465649054584 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 72 0 0 0 1 2 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 84 0 0 0 1 2 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 105198422 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105198424 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11620 0 0 0 107 2 0 0 20 0 19 0 105198426 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8898 0 0 0 93 2 0 0 20 0 19 0 105198426 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105198426 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15236] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15236/stat : 15236 (java) S 15212 15215 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105198437 10060525568 86792 33554432000 1073741824 1073778376 140736840264416 140465462604840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 9824732


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

[pid=15215/tid=15308] ppid=15212 vsize=9824732 CPUtime=1612.37 cores=1,3,5,7
/proc/15215/task/15308/stat : 15308 (java) R 15212 15215 12316 0 -1 4202560 252 0 0 0 161208 29 0 0 20 0 21 0 105203017 10060525568 531144 33554432000 1073741824 1073778376 140736840264416 140465461550280 140465513349266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15309] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15309/stat : 15309 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 105203022 10060525568 531144 33554432000 1073741824 1073778376 140736840264416 140465463657640 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1704.17
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 3.27 3.15 3.23 4/218 15531
/proc/meminfo: memFree=27136404/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=1764.74 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 30273 0 1 0 176280 194 0 0 20 0 21 0 105198420 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 523025 2293 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2480 0 1 0 58 16 0 0 20 0 21 0 105198421 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465649054696 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 264 0 0 0 139 8 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 259 0 0 0 152 8 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 286 0 0 0 135 9 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 190 0 0 0 139 7 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 258 0 0 0 140 7 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 225 0 0 0 140 8 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 261 0 0 0 133 7 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 207 0 0 0 133 7 0 0 20 0 21 0 105198422 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 1496 0 0 0 57 8 0 0 20 0 21 0 105198424 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11620 0 0 0 107 2 0 0 20 0 21 0 105198426 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8913 0 0 0 99 2 0 0 20 0 21 0 105198426 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 99 0 0 0 16 19 0 0 20 0 21 0 105198426 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15291] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15291/stat : 15291 (java) S 15212 15215 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105201997 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465462604712 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15308] ppid=15212 vsize=9824732 CPUtime=1672.12 cores=1,3,5,7
/proc/15215/task/15308/stat : 15308 (java) R 15212 15215 12316 0 -1 4202560 267 0 0 0 167182 30 0 0 20 0 21 0 105203017 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465461550432 140465513617312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15309] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15309/stat : 15309 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 105203022 10060525568 523025 33554432000 1073741824 1073778376 140736840264416 140465463657640 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.74
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.5 s]
/proc/loadavg: 3.14 3.13 3.22 4/218 15531
/proc/meminfo: memFree=27132604/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 30289 0 1 0 179805 195 0 0 20 0 21 0 105198420 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 523631 2293 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2480 0 1 0 59 16 0 0 20 0 21 0 105198421 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465649054696 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 264 0 0 0 139 8 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 262 0 0 0 153 9 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 287 0 0 0 136 9 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 190 0 0 0 139 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 260 0 0 0 140 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 226 0 0 0 141 8 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 261 0 0 0 134 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 210 0 0 0 134 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 1498 0 0 0 57 8 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11620 0 0 0 107 2 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8913 0 0 0 99 2 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 101 0 0 0 16 19 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15291] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15291/stat : 15291 (java) S 15212 15215 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105201997 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465462604712 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15308] ppid=15212 vsize=9824732 CPUtime=1707.29 cores=1,3,5,7
/proc/15215/task/15308/stat : 15308 (java) R 15212 15215 12316 0 -1 4202560 269 0 0 0 170699 30 0 0 20 0 21 0 105203017 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465461550144 140465513471567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15309] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15309/stat : 15309 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 105203022 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465463657640 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 15215 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1757.5 s]
/proc/loadavg: 3.14 3.13 3.22 4/218 15531
/proc/meminfo: memFree=27132604/32872528 swapFree=11320/319964
[pid=15215] ppid=15212 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/15215/stat : 15215 (java) S 15212 15215 12316 0 -1 4202496 30289 0 1 0 179805 195 0 0 20 0 21 0 105198420 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140736840255552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15215/statm: 2456183 523631 2293 9 0 2446860 0
[pid=15215/tid=15217] ppid=15212 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15215/task/15217/stat : 15217 (java) S 15212 15215 12316 0 -1 4202560 2480 0 1 0 59 16 0 0 20 0 21 0 105198421 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465649054696 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15218] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15218/stat : 15218 (java) S 15212 15215 12316 0 -1 4202560 264 0 0 0 139 8 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465638115496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15219] ppid=15212 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/15215/task/15219/stat : 15219 (java) S 15212 15215 12316 0 -1 4202560 262 0 0 0 153 9 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465637062952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15220] ppid=15212 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/15215/task/15220/stat : 15220 (java) S 15212 15215 12316 0 -1 4202560 287 0 0 0 136 9 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465636010408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15221] ppid=15212 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/15215/task/15221/stat : 15221 (java) S 15212 15215 12316 0 -1 4202560 190 0 0 0 139 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465634957864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15222] ppid=15212 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15215/task/15222/stat : 15222 (java) S 15212 15215 12316 0 -1 4202560 260 0 0 0 140 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465633905320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15223] ppid=15212 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/15215/task/15223/stat : 15223 (java) S 15212 15215 12316 0 -1 4202560 226 0 0 0 141 8 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465632852776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15224] ppid=15212 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15215/task/15224/stat : 15224 (java) S 15212 15215 12316 0 -1 4202560 261 0 0 0 134 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465631800232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15225] ppid=15212 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15215/task/15225/stat : 15225 (java) S 15212 15215 12316 0 -1 4202560 210 0 0 0 134 7 0 0 20 0 21 0 105198422 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465485331496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15215/tid=15226] ppid=15212 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/15215/task/15226/stat : 15226 (java) S 15212 15215 12316 0 -1 4202560 1498 0 0 0 57 8 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465473132648 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15227] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15227/stat : 15227 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465472078968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15228] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15228/stat : 15228 (java) S 15212 15215 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105198424 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465471026312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15229] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15229/stat : 15229 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465469975056 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15230] ppid=15212 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15215/task/15230/stat : 15230 (java) S 15212 15215 12316 0 -1 4202560 11620 0 0 0 107 2 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465468922424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15231] ppid=15212 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/15215/task/15231/stat : 15231 (java) S 15212 15215 12316 0 -1 4202560 8913 0 0 0 99 2 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465467869880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15232] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15232/stat : 15232 (java) S 15212 15215 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465466817528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15233] ppid=15212 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/15215/task/15233/stat : 15233 (java) S 15212 15215 12316 0 -1 4202560 101 0 0 0 16 19 0 0 20 0 21 0 105198426 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465465765192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15215/tid=15291] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15291/stat : 15291 (java) S 15212 15215 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105201997 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465462604712 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15215/tid=15308] ppid=15212 vsize=9824732 CPUtime=1707.29 cores=1,3,5,7
/proc/15215/task/15308/stat : 15308 (java) R 15212 15215 12316 0 -1 4202560 269 0 0 0 170699 30 0 0 20 0 21 0 105203017 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465461550144 140465513471567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15215/tid=15309] ppid=15212 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15215/task/15309/stat : 15309 (java) S 15212 15215 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 105203022 10060525568 523631 33554432000 1073741824 1073778376 140736840264416 140465463657640 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1757.55
CPU time (s): 1800.69
CPU user time (s): 1798.26
CPU system time (s): 2.43363
CPU usage (%): 102.454
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 2.43363
maximum resident set size= 2774740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30334
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81464
involuntary context switches= 40738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97148 second user time and 13.9629 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 19:04:11
IDJOB=4081372
IDBENCH=2923
IDSOLVER=2543
FILE ID=node128/4081372-1465232651
RUNJOBID= node128-1465223671-12333
PBS_JOBID= 19843236
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081372-1465232651/watcher-4081372-1465232651 -o /tmp/evaluation-result-4081372-1465232651/solver-4081372-1465232651 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12333 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081372-1465232651.opb

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=1858085731

node128.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.486
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.486
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.486
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.486
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.56
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.486
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.54
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.486
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.56
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.486
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.486
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:        31107008 kB
Buffers:           24972 kB
Cached:            83944 kB
SwapCached:         1656 kB
Active:           679256 kB
Inactive:          51428 kB
Active(anon):     621832 kB
Inactive(anon):     2300 kB
Active(file):      57424 kB
Inactive(file):    49128 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098452 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:        953132 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             567884 kB
SReclaimable:      11596 kB
SUnreclaim:       556288 kB
KernelStack:        1808 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1081816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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= 71732 MiB
End job on node128 at 2016-06-06 19:33:29