Trace number 4085779

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 Resolution PB16? (TO) 1800.61 1796.24

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51080
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 987807
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 987807
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085779-1465296568.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.52/5.49	c ... done. Wall clock time 5.373s.
7.52/5.49	c declared #vars     400896
7.77/5.50	c #constraints  402763
7.77/5.50	c constraints type 
7.77/5.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.77/5.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.77/5.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.77/5.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.77/5.50	c 402763 constraints processed.
7.77/5.50	c objective function length is 1605 literals
44.90/42.06	c cleaning 2500 clauses out of 4999 with flag 30174/5000
92.57/89.54	c cleaning 4228 clauses out of 8499 with flag 135547/11000
146.69/143.67	c cleaning 5549 clauses out of 11274 with flag 197484/18003
210.02/206.97	c cleaning 6416 clauses out of 13723 with flag 278358/26001
282.94/279.64	c cleaning 8027 clauses out of 16306 with flag 339509/35000
357.16/353.86	c cleaning 8990 clauses out of 18279 with flag 424670/45000
428.47/425.10	c cleaning 10131 clauses out of 20292 with flag 474652/56003
515.00/511.66	c cleaning 11047 clauses out of 22160 with flag 581011/68002
606.21/602.87	c cleaning 12028 clauses out of 24111 with flag 678765/81000
701.85/698.41	c cleaning 12742 clauses out of 26083 with flag 784794/95000
793.98/790.52	c cleaning 14166 clauses out of 28342 with flag 869328/110001
875.32/871.81	c cleaning 15074 clauses out of 30176 with flag 931912/126001
939.54/936.08	c cleaning 16038 clauses out of 32103 with flag 996605/143002
1014.76/1011.25	c cleaning 17020 clauses out of 34063 with flag 1076626/161000
1084.99/1081.41	c cleaning 18019 clauses out of 36047 with flag 1179186/180004
1167.00/1163.42	c cleaning 18995 clauses out of 38024 with flag 1274848/200000
1236.03/1232.45	c cleaning 20007 clauses out of 40030 with flag 1360722/221001
1296.45/1292.81	c cleaning 20988 clauses out of 42022 with flag 1479512/243000
1359.56/1355.98	c cleaning 21994 clauses out of 44034 with flag 1641399/266000
1424.78/1421.19	c cleaning 23018 clauses out of 46040 with flag 1798320/290000
1495.01/1491.30	c cleaning 24013 clauses out of 48027 with flag 1960737/315005
1559.43/1555.72	c cleaning 24994 clauses out of 50009 with flag 2154096/341000
1636.65/1632.95	c cleaning 26001 clauses out of 52015 with flag 2344171/368000
1731.67/1727.93	c cleaning 26993 clauses out of 54015 with flag 2544655/396001
1800.00/1796.20	c starts		: 950
1800.00/1796.20	c conflicts		: 407220
1800.00/1796.20	c decisions		: 7699512
1800.00/1796.20	c propagations		: 3397322818
1800.00/1796.20	c inspects		: 2834402973
1800.00/1796.20	c shortcuts		: 0
1800.00/1796.20	c learnt literals	: 1
1800.00/1796.20	c learnt binary clauses	: 1916
1800.00/1796.20	c learnt ternary clauses	: 1211
1800.00/1796.20	c learnt constraints	: 407218
1800.00/1796.20	c ignored constraints	: 0
1800.00/1796.20	c root simplifications	: 0
1800.00/1796.20	c removed literals (reason simplification)	: 0
1800.00/1796.20	c reason swapping (by a shorter reason)	: 0
1800.00/1796.20	c Calls to reduceDB	: 24
1800.00/1796.20	c Number of update (reduction) of LBD	: 138507
1800.00/1796.20	c Imported unit clauses	: 0
1800.00/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.20	c number of learned constraints concerned by reduction	: 0
1800.00/1796.20	c number of learning phase by resolution	: 0
1800.00/1796.20	c number of learning phase by cutting planes	: 0
1800.00/1796.20	c speed (assignments/second)	: 1897255.7008596314
1800.00/1796.20	c non guided choices	0
1800.00/1796.22	c learnt constraints type 
1800.00/1796.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1916
1800.00/1796.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36325
1800.00/1796.22	s UNKNOWN
1800.00/1796.22	c Total wall clock time (in seconds): 1796.106

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

pid=31891
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: 2.04 2.02 2.00 3/194 31894
/proc/meminfo: memFree=29079660/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31894/stat : 31894 (java) R 31891 31894 28803 0 -1 4202496 491 0 0 0 0 0 0 0 20 0 1 0 111590178 9515008 145 33554432000 1073741824 1073778376 140734416743392 140734416740520 140141354967874 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2323 150 110 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 31894
/proc/meminfo: memFree=29079660/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 111590178 9787879424 6028 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 31894
/proc/meminfo: memFree=29079660/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 5108 0 1 0 26 1 0 0 20 0 18 0 111590178 9787879424 11087 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 11087 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 31894
/proc/meminfo: memFree=29079660/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 5965 0 1 0 50 1 0 0 20 0 18 0 111590178 9787879424 13011 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 13011 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700227 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 31894
/proc/meminfo: memFree=29079660/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 7259 0 1 0 115 3 0 0 20 0 18 0 111590178 9787879424 43765 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 43765 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.04 2.02 2.00 3/212 31912
/proc/meminfo: memFree=28734504/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=2.28 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 7976 0 1 0 216 12 0 0 20 0 18 0 111590178 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 88343 2263 9 0 2380296 0
[pid=31894/tid=31896] ppid=31891 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 2519 0 1 0 129 4 0 0 20 0 18 0 111590179 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141343346640 140141176230436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 112 0 0 0 4 0 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 129 0 0 0 7 2 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 137 0 0 0 3 1 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 101 0 0 0 5 0 0 0 20 0 18 0 111590180 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 111590181 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111590182 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111590182 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 2227 0 0 0 24 0 0 0 20 0 18 0 111590184 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 1197 0 0 0 19 0 0 0 20 0 18 0 111590184 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 88343 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.03 2.02 2.00 3/212 31912
/proc/meminfo: memFree=28453016/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9558476 CPUtime=4.14 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 8698 0 1 0 391 23 0 0 20 0 18 0 111590178 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2389619 158474 2263 9 0 2380296 0
[pid=31894/tid=31896] ppid=31891 vsize=9558476 CPUtime=2.84 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 2808 0 1 0 276 8 0 0 20 0 18 0 111590179 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141343354336 140141176178713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 57 0 0 0 6 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 144 0 0 0 11 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 155 0 0 0 6 3 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 114 0 0 0 6 2 0 0 20 0 18 0 111590180 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 111590181 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111590182 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111590182 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 2227 0 0 0 24 0 0 0 20 0 18 0 111590184 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 1197 0 0 0 19 0 0 0 20 0 18 0 111590184 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111590184 9787879424 158474 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 2.03 2.02 2.00 5/212 31912
/proc/meminfo: memFree=26858092/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9625040 CPUtime=9.11 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 18006 0 1 0 845 66 0 0 20 0 19 0 111590178 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2406260 557033 2277 9 0 2396937 0
[pid=31894/tid=31896] ppid=31891 vsize=9625040 CPUtime=5.66 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 4298 0 1 0 535 31 0 0 20 0 19 0 111590179 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141343355128 140141176603540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 187 0 0 0 27 6 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 84 0 0 0 20 4 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 217 0 0 0 20 4 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 559 0 0 0 33 7 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 138 0 0 0 20 3 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 76 0 0 0 19 3 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 201 0 0 0 19 4 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 181 0 0 0 26 4 0 0 20 0 19 0 111590180 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 111590181 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 4648 0 0 0 47 0 0 0 20 0 19 0 111590184 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 4893 0 0 0 65 0 0 0 20 0 19 0 111590184 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 557033 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.03 2.02 2.00 4/212 31978
/proc/meminfo: memFree=28514848/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9625040 CPUtime=15.53 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 18007 0 1 0 1485 68 0 0 20 0 19 0 111590178 9856040960 556438 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2406260 556438 2277 9 0 2396937 0

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

[pid=31894/tid=31906] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 4655 0 0 0 52 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 5619 0 0 0 86 2 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 95 0 0 0 34 47 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31913] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31913/stat : 31913 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590734 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140151296936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 32047
/proc/meminfo: memFree=26775200/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9625040 CPUtime=1726.07 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 18995 0 1 0 172482 125 0 0 20 0 19 0 111590178 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2406260 576444 2285 9 0 2396937 0
[pid=31894/tid=31896] ppid=31891 vsize=9625040 CPUtime=1721.66 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 4305 0 1 0 172101 65 0 0 20 0 19 0 111590179 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141343346368 140141176603540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 204 0 0 0 29 6 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 101 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 231 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 596 0 0 0 37 9 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 154 0 0 0 22 4 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 89 0 0 0 20 3 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 225 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 191 0 0 0 27 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 1267 0 0 0 0 3 0 0 20 0 19 0 111590181 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 4655 0 0 0 52 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 5619 0 0 0 86 2 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 99 0 0 0 36 48 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31913] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31913/stat : 31913 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590734 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140151296936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 32048
/proc/meminfo: memFree=26774948/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9625040 CPUtime=1786.09 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 18999 0 1 0 178482 127 0 0 20 0 19 0 111590178 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2406260 576444 2285 9 0 2396937 0
[pid=31894/tid=31896] ppid=31891 vsize=9625040 CPUtime=1781.66 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 4305 0 1 0 178100 66 0 0 20 0 19 0 111590179 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141343346368 140141176603509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 204 0 0 0 29 6 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 101 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 231 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 596 0 0 0 37 9 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 154 0 0 0 22 4 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 89 0 0 0 20 3 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 225 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 191 0 0 0 27 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 1267 0 0 0 0 3 0 0 20 0 19 0 111590181 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 4655 0 0 0 52 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 5619 0 0 0 86 2 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 103 0 0 0 37 50 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31913] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31913/stat : 31913 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590734 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140151296936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.13 2.05 2.01 3/213 32048
/proc/meminfo: memFree=26775196/32872528 swapFree=11320/319964
[pid=31894] ppid=31891 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31891 31894 28803 0 -1 4202496 18999 0 1 0 179872 128 0 0 20 0 19 0 111590178 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140734416734528 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31894/statm: 2406260 576444 2285 9 0 2396937 0
[pid=31894/tid=31896] ppid=31891 vsize=9625040 CPUtime=1795.56 cores=1,3,5,7
/proc/31894/task/31896/stat : 31896 (java) R 31891 31894 28803 0 -1 4202560 4305 0 1 0 179489 67 0 0 20 0 19 0 111590179 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141343346368 140141176677488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31894/tid=31897] ppid=31891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31891 31894 28803 0 -1 4202560 204 0 0 0 29 6 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141304846632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31898] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31891 31894 28803 0 -1 4202560 101 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141303793832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31899] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31891 31894 28803 0 -1 4202560 231 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141302741544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31900] ppid=31891 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31891 31894 28803 0 -1 4202560 596 0 0 0 37 9 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141301688744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31894/tid=31901] ppid=31891 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31891 31894 28803 0 -1 4202560 154 0 0 0 22 4 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141300636456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31902] ppid=31891 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31891 31894 28803 0 -1 4202560 89 0 0 0 20 3 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141299583656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31903] ppid=31891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31891 31894 28803 0 -1 4202560 225 0 0 0 22 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141298531368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31904] ppid=31891 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31891 31894 28803 0 -1 4202560 191 0 0 0 27 5 0 0 20 0 19 0 111590180 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141297478568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31905] ppid=31891 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31891 31894 28803 0 -1 4202560 1267 0 0 0 0 3 0 0 20 0 19 0 111590181 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141167339752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31906] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31891 31894 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141166285816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31907] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590182 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141165233416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31908] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141164181904 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31909] ppid=31891 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31891 31894 28803 0 -1 4202560 4655 0 0 0 52 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141163129528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31910] ppid=31891 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31891 31894 28803 0 -1 4202560 5619 0 0 0 86 2 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141162076728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31911] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31891 31894 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140141161024632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31894/tid=31912] ppid=31891 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31891 31894 28803 0 -1 4202560 103 0 0 0 37 51 0 0 20 0 19 0 111590184 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140152351944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31894/tid=31913] ppid=31891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31913/stat : 31913 (java) S 31891 31894 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111590734 9856040960 576444 33554432000 1073741824 1073778376 140734416743392 140140151296936 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) 9625040

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 31894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.24
CPU time (s): 1800.61
CPU user time (s): 1798.82
CPU system time (s): 1.79173
CPU usage (%): 100.243
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.79173
maximum resident set size= 2305912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38331
involuntary context switches= 4078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.85526 second user time and 7.2559 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 12:49:29
IDJOB=4085779
IDBENCH=90877
IDSOLVER=2546
FILE ID=node128/4085779-1465296568
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085779-1465296568/watcher-4085779-1465296568 -o /tmp/evaluation-result-4085779-1465296568/solver-4085779-1465296568 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085779-1465296568.opb

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=873269657

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:        29079800 kB
Buffers:          129784 kB
Cached:           309744 kB
SwapCached:         1664 kB
Active:          2446624 kB
Inactive:         273052 kB
Active(anon):    2282212 kB
Inactive(anon):      588 kB
Active(file):     164412 kB
Inactive(file):   272464 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098520 kB
Dirty:             28388 kB
Writeback:             0 kB
AnonPages:       2612220 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             605808 kB
SReclaimable:      48876 kB
SUnreclaim:       556932 kB
KernelStack:        1584 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3587756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2562048 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= 71692 MiB
End job on node128 at 2016-06-07 13:19:25