Trace number 3689963

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.39 1795.26

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM46872edc6e4b51c55ea86a5e789ffe9b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-239215
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 635478774
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 635478774
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 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.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689963-1337895177.opb
0.09/0.12	c reading problem ... 
8.98/6.33	c ... done. Wall clock time 6.213s.
8.98/6.33	c declared #vars     399113
8.98/6.33	c #constraints  400980
8.98/6.33	c constraints type 
8.98/6.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.98/6.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.98/6.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.98/6.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.98/6.33	c 400980 constraints processed.
8.98/6.33	c objective function length is 340553 literals
58.24/55.11	c cleaning 2489 clauses out of 4993 with flag 5000/5000
109.83/106.30	c cleaning 4245 clauses out of 8505 with flag 11001/11001
163.39/159.88	c cleaning 5621 clauses out of 11259 with flag 18000/18000
220.34/216.78	c cleaning 6819 clauses out of 13638 with flag 26000/26000
286.19/282.45	c cleaning 7909 clauses out of 15820 with flag 35001/35001
351.80/348.09	c cleaning 8953 clauses out of 17910 with flag 45000/45000
429.03/425.22	c cleaning 9975 clauses out of 19958 with flag 56001/56001
510.99/507.16	c cleaning 10990 clauses out of 21982 with flag 68000/68000
602.44/598.51	c cleaning 11987 clauses out of 23992 with flag 81000/81000
689.04/685.05	c cleaning 13002 clauses out of 26006 with flag 95001/95001
790.87/786.79	c cleaning 13993 clauses out of 28003 with flag 110000/110000
897.57/893.39	c cleaning 15001 clauses out of 30011 with flag 126001/126001
996.40/992.16	c cleaning 15997 clauses out of 32009 with flag 143000/143000
1102.71/1098.48	c cleaning 17000 clauses out of 34012 with flag 161000/161000
1214.06/1209.77	c cleaning 18006 clauses out of 36012 with flag 180000/180000
1339.48/1335.03	c cleaning 18993 clauses out of 38007 with flag 200001/200001
1472.19/1467.69	c cleaning 20007 clauses out of 40013 with flag 221000/221000
1610.53/1605.84	c cleaning 20994 clauses out of 42006 with flag 243000/243000
1751.24/1746.41	c cleaning 21999 clauses out of 44013 with flag 266001/266001
1800.08/1795.22	c starts		: 131
1800.08/1795.22	c conflicts		: 273539
1800.08/1795.22	c decisions		: 3059176
1800.08/1795.22	c propagations		: 1087613126
1800.08/1795.22	c inspects		: 289274582
1800.08/1795.22	c shortcuts		: 0
1800.08/1795.22	c learnt literals	: 7
1800.08/1795.22	c learnt binary clauses	: 182
1800.08/1795.22	c learnt ternary clauses	: 110
1800.08/1795.22	c learnt constraints	: 273532
1800.08/1795.22	c ignored constraints	: 0
1800.08/1795.22	c root simplifications	: 0
1800.08/1795.22	c removed literals (reason simplification)	: 0
1800.08/1795.22	c reason swapping (by a shorter reason)	: 0
1800.08/1795.22	c Calls to reduceDB	: 19
1800.08/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.22	c number of learned constraints concerned by reduction	: 0
1800.08/1795.22	c number of learning phase by resolution	: 0
1800.08/1795.22	c number of learning phase by cutting planes	: 0
1800.08/1795.22	c speed (assignments/second)	: 608044.3169283734
1800.08/1795.22	c non guided choices	34
1800.08/1795.23	c learnt constraints type 
1800.08/1795.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 182
1800.08/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29372
1800.08/1795.23	c constraints type 
1800.08/1795.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.08/1795.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/1795.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/1795.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1795.23	c 400980 constraints processed.
1800.08/1795.23	s UNKNOWN
1800.08/1795.23	c Total wall clock time (in seconds): 1795.108

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689963-1337895177/watcher-3689963-1337895177 -o /tmp/evaluation-result-3689963-1337895177/solver-3689963-1337895177 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689963-1337895177.opb 

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.08 2.05 2.01 3/196 32306
/proc/meminfo: memFree=26704184/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32306/stat : 32306 (java) D 32304 32306 26250 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255642560 9515008 183 33554432000 1073741824 1073778376 140736348221824 140736348212856 215143497397 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/32306/statm: 2323 183 140 9 0 71 0

[startup+0.020745 s]
/proc/loadavg: 2.08 2.05 2.01 3/196 32306
/proc/meminfo: memFree=26704184/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 1441 0 1 0 0 0 0 0 20 0 2 0 255642560 156246016 1122 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 38146 1129 864 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100312 s]
/proc/loadavg: 2.08 2.05 2.01 3/196 32306
/proc/meminfo: memFree=26704184/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 4215 0 1 0 8 1 0 0 20 0 18 0 255642560 9787813888 5413 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 5414 2094 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300299 s]
/proc/loadavg: 2.08 2.05 2.01 3/196 32306
/proc/meminfo: memFree=26704184/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 5797 0 1 0 45 2 0 0 20 0 18 0 255642560 9787813888 13966 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 13966 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700266 s]
/proc/loadavg: 2.08 2.05 2.01 3/196 32306
/proc/meminfo: memFree=26704184/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=0.94 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 5989 0 1 0 88 6 0 0 20 0 18 0 255642560 9787813888 45299 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 45299 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558412

[startup+1.50089 s]
/proc/loadavg: 2.64 2.16 2.05 5/214 32324
/proc/meminfo: memFree=26525112/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=2.38 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 10443 0 1 0 219 19 0 0 20 0 18 0 255642560 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 90909 2247 9 0 2380296 0
[pid=32306/tid=32308] ppid=32304 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 2565 0 1 0 128 6 0 0 20 0 18 0 255642562 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255840251888 140255848025192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 86 0 0 0 3 2 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 79 0 0 0 2 1 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 89 0 0 0 2 2 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 193 0 0 0 1 1 0 0 20 0 18 0 255642563 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 2925 0 0 0 30 0 0 0 20 0 18 0 255642567 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3025 0 0 0 26 0 0 0 20 0 18 0 255642567 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 90909 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9558412

[startup+3.10094 s]
/proc/loadavg: 2.64 2.16 2.05 3/214 32324
/proc/meminfo: memFree=26057616/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=4.61 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 13047 0 1 0 411 50 0 0 20 0 18 0 255642560 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 300304 2247 9 0 2380296 0
[pid=32306/tid=32308] ppid=32304 vsize=9558412 CPUtime=2.71 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 3548 0 1 0 251 20 0 0 20 0 18 0 255642562 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255840251776 140255848025178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 118 0 0 0 14 4 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 291 0 0 0 7 3 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 141 0 0 0 12 4 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 135 0 0 0 8 4 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 347 0 0 0 10 5 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 247 0 0 0 11 3 0 0 20 0 18 0 255642563 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 965 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 2925 0 0 0 30 0 0 0 20 0 18 0 255642567 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3025 0 0 0 26 0 0 0 20 0 18 0 255642567 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 300304 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9558412

[startup+6.30084 s]
/proc/loadavg: 2.64 2.16 2.05 3/214 32324
/proc/meminfo: memFree=24476260/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9558412 CPUtime=8.98 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 15736 0 1 0 815 83 0 0 20 0 18 0 255642560 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2389603 590865 2255 9 0 2380296 0
[pid=32306/tid=32308] ppid=32304 vsize=9558412 CPUtime=5.51 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 4036 0 1 0 512 39 0 0 20 0 18 0 255642562 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255840259856 140255664230245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 175 0 0 0 31 6 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 412 0 0 0 26 6 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 346 0 0 0 27 5 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 621 0 0 0 30 7 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 124 0 0 0 26 5 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 424 0 0 0 27 6 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 1006 0 0 0 23 5 0 0 20 0 18 0 255642563 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255642564 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 2925 0 0 0 34 0 0 0 20 0 18 0 255642567 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3025 0 0 0 28 0 0 0 20 0 18 0 255642567 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255642567 9787813888 590865 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 2.54 2.16 2.05 3/215 32325
/proc/meminfo: memFree=24344216/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9624976 CPUtime=15.81 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 15799 0 1 0 1497 84 0 0 20 0 19 0 255642560 9855975424 590922 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2406244 590922 2266 9 0 2396937 0
[pid=32306/tid=32308] ppid=32304 vsize=9624976 CPUtime=11.88 cores=1,3,5,7

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

[pid=32306/tid=32314] ppid=32304 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 156 0 0 0 38 6 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 436 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 1031 0 0 0 42 7 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9624976 CPUtime=10.26 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 1404 0 0 0 1021 5 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 3249 0 0 0 74 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3051 0 0 0 48 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 94 0 0 0 61 29 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32325] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32325/stat : 32325 (java) S 32304 32306 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255643212 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255655060904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.12
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.67 1.94 1.97 2/191 32400
/proc/meminfo: memFree=26676500/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9624976 CPUtime=1727.14 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 16504 0 1 0 172577 137 0 0 20 0 19 0 255642560 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2406244 651888 2281 9 0 2396937 0
[pid=32306/tid=32308] ppid=32304 vsize=9624976 CPUtime=1710.78 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 4063 0 1 0 171011 67 0 0 20 0 19 0 255642562 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255840260384 140255664373241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 198 0 0 0 45 6 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 422 0 0 0 38 7 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 355 0 0 0 43 5 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 229 0 0 0 49 7 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 632 0 0 0 43 8 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 156 0 0 0 38 6 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 436 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 1031 0 0 0 42 7 0 0 20 0 19 0 255642563 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9624976 CPUtime=10.26 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 1404 0 0 0 1021 5 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 3249 0 0 0 74 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3051 0 0 0 48 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 98 0 0 0 63 30 0 0 20 0 19 0 255642567 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32325] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32325/stat : 32325 (java) S 32304 32306 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255643212 9855975424 651888 33554432000 1073741824 1073778376 140736405719168 140255655060904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.14
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.25 1.76 1.91 2/191 32401
/proc/meminfo: memFree=26672164/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9624976 CPUtime=1787.16 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 16513 0 1 0 178578 138 0 0 20 0 19 0 255642560 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2406244 652912 2281 9 0 2396937 0
[pid=32306/tid=32308] ppid=32304 vsize=9624976 CPUtime=1770.25 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 4064 0 1 0 176957 68 0 0 20 0 19 0 255642562 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255840260384 140255664400970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 198 0 0 0 46 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 422 0 0 0 38 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 355 0 0 0 43 5 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 229 0 0 0 49 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 632 0 0 0 44 8 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 156 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 436 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 1031 0 0 0 42 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9624976 CPUtime=10.78 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 1408 0 0 0 1073 5 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 3249 0 0 0 74 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3051 0 0 0 48 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 102 0 0 0 66 31 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32325] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32325/stat : 32325 (java) S 32304 32306 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255643212 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255655060904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.16
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.21 1.74 1.90 2/191 32401
/proc/meminfo: memFree=26672164/32873844 swapFree=7364/7364
[pid=32306] ppid=32304 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/32306/stat : 32306 (java) S 32304 32306 26250 0 -1 4202496 16513 0 1 0 179870 138 0 0 20 0 19 0 255642560 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140736405710304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32306/statm: 2406244 652912 2281 9 0 2396937 0
[pid=32306/tid=32308] ppid=32304 vsize=9624976 CPUtime=1783.17 cores=1,3,5,7
/proc/32306/task/32308/stat : 32308 (java) R 32304 32306 26250 0 -1 4202560 4064 0 1 0 178248 69 0 0 20 0 19 0 255642562 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255840260384 140255664400957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32309] ppid=32304 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/32306/task/32309/stat : 32309 (java) S 32304 32306 26250 0 -1 4202560 198 0 0 0 46 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255801752360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32310] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32310/stat : 32310 (java) S 32304 32306 26250 0 -1 4202560 422 0 0 0 38 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255800699560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32311] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32311/stat : 32311 (java) S 32304 32306 26250 0 -1 4202560 355 0 0 0 43 5 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255799647272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32312] ppid=32304 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/32306/task/32312/stat : 32312 (java) S 32304 32306 26250 0 -1 4202560 229 0 0 0 49 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255798594472 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32313] ppid=32304 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/32306/task/32313/stat : 32313 (java) S 32304 32306 26250 0 -1 4202560 632 0 0 0 44 8 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255797541160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32314] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32314/stat : 32314 (java) S 32304 32306 26250 0 -1 4202560 156 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255796488360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32315] ppid=32304 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/32306/task/32315/stat : 32315 (java) S 32304 32306 26250 0 -1 4202560 436 0 0 0 39 6 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255795436072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32306/tid=32316] ppid=32304 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/32306/task/32316/stat : 32316 (java) S 32304 32306 26250 0 -1 4202560 1031 0 0 0 42 7 0 0 20 0 19 0 255642563 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255794383272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32306/tid=32317] ppid=32304 vsize=9624976 CPUtime=10.78 cores=1,3,5,7
/proc/32306/task/32317/stat : 32317 (java) S 32304 32306 26250 0 -1 4202560 1408 0 0 0 1073 5 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255663483624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32318] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32318/stat : 32318 (java) S 32304 32306 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255662429688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32319] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32319/stat : 32319 (java) S 32304 32306 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255642564 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255661377288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32320] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32320/stat : 32320 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255660325776 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32321] ppid=32304 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/32306/task/32321/stat : 32321 (java) S 32304 32306 26250 0 -1 4202560 3249 0 0 0 74 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255659272376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32322] ppid=32304 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/32306/task/32322/stat : 32322 (java) S 32304 32306 26250 0 -1 4202560 3051 0 0 0 48 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255658219576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32323] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32323/stat : 32323 (java) S 32304 32306 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255657167480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32306/tid=32324] ppid=32304 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/32306/task/32324/stat : 32324 (java) S 32304 32306 26250 0 -1 4202560 102 0 0 0 66 32 0 0 20 0 19 0 255642567 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255656114888 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32306/tid=32325] ppid=32304 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32306/task/32325/stat : 32325 (java) S 32304 32306 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255643212 9855975424 652912 33554432000 1073741824 1073778376 140736405719168 140255655060904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.26
CPU time (s): 1800.39
CPU user time (s): 1798.66
CPU system time (s): 1.73174
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.73174
maximum resident set size= 2611772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39491
involuntary context switches= 14069

runsolver used 9.02063 second user time and 14.3128 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 23:32:58
IDJOB=3689963
IDBENCH=92518
IDSOLVER=2269
FILE ID=node133/3689963-1337895177
RUNJOBID= node133-1337889665-30877
PBS_JOBID= 14620071
Free space on /tmp= 71564 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689963-1337895177/watcher-3689963-1337895177 -o /tmp/evaluation-result-3689963-1337895177/solver-3689963-1337895177 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689963-1337895177.opb

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

MD5SUM BENCH= 46872edc6e4b51c55ea86a5e789ffe9b
RANDOM SEED=1352348138

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26704316 kB
Buffers:          233184 kB
Cached:          2606836 kB
SwapCached:            0 kB
Active:          3012288 kB
Inactive:        2353656 kB
Active(anon):    2528416 kB
Inactive(anon):        0 kB
Active(file):     483872 kB
Inactive(file):  2353656 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32036 kB
Writeback:             0 kB
AnonPages:       2561892 kB
Mapped:            22640 kB
Shmem:               212 kB
Slab:             633032 kB
SReclaimable:      74988 kB
SUnreclaim:       558044 kB
KernelStack:        1608 kB
PageTables:         9196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3271940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2500608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node133 at 2012-05-25 00:02:55