Trace number 3689859

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.5 1796.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa88af6dd0118c2f12fc3d8f44e999a51
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-432
Best CPU time to get the best result obtained on this benchmark780.628
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 892
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3967
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 61696
Number of bits of the biggest sum of numbers16
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-2012 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 2.3.2.v20120418
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@431b9fb1
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 Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689859-1337893593.opb
0.09/0.11	c reading problem ... 
7.36/5.34	c ... done. Wall clock time 5.233s.
7.62/5.44	c declared #vars     400896
7.62/5.44	c #constraints  402763
7.62/5.44	c constraints type 
7.62/5.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.62/5.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.62/5.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.62/5.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.62/5.44	c 402763 constraints processed.
7.62/5.44	c objective function length is 892 literals
67.66/65.08	c cleaning 2289 clauses out of 5000 with flag 5000/5000
134.48/131.66	c cleaning 2728 clauses out of 8711 with flag 11000/11000
219.71/216.71	c cleaning 6316 clauses out of 12983 with flag 18000/18000
279.93/276.49	c cleaning 7295 clauses out of 14668 with flag 26001/26001
352.23/348.69	c cleaning 8176 clauses out of 16373 with flag 35001/35001
455.75/452.13	c cleaning 9097 clauses out of 18198 with flag 45002/45002
563.15/559.53	c cleaning 10039 clauses out of 20106 with flag 56007/56007
681.17/677.53	c cleaning 11025 clauses out of 22061 with flag 68001/68001
820.79/817.10	c cleaning 11721 clauses out of 24035 with flag 81000/81000
969.71/966.02	c cleaning 13110 clauses out of 26315 with flag 95001/95001
1101.73/1098.07	c cleaning 14101 clauses out of 28204 with flag 110000/110000
1277.26/1273.57	c cleaning 15024 clauses out of 30103 with flag 126000/126000
1422.87/1419.16	c cleaning 16037 clauses out of 32080 with flag 143001/143001
1565.17/1561.39	c cleaning 16736 clauses out of 34043 with flag 161001/161001
1715.57/1711.66	c cleaning 18145 clauses out of 36308 with flag 180002/180002
1800.03/1796.01	c starts		: 117
1800.03/1796.01	c conflicts		: 189945
1800.03/1796.01	c decisions		: 6950674
1800.03/1796.01	c propagations		: 3640213890
1800.03/1796.01	c inspects		: 1628135299
1800.03/1796.01	c shortcuts		: 0
1800.03/1796.01	c learnt literals	: 0
1800.03/1796.01	c learnt binary clauses	: 1338
1800.03/1796.01	c learnt ternary clauses	: 765
1800.03/1796.01	c learnt constraints	: 189945
1800.03/1796.01	c ignored constraints	: 0
1800.03/1796.01	c root simplifications	: 0
1800.03/1796.01	c removed literals (reason simplification)	: 0
1800.03/1796.01	c reason swapping (by a shorter reason)	: 0
1800.03/1796.01	c Calls to reduceDB	: 15
1800.03/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.01	c number of learned constraints concerned by reduction	: 0
1800.03/1796.01	c number of learning phase by resolution	: 0
1800.03/1796.01	c number of learning phase by cutting planes	: 0
1800.03/1796.01	c speed (assignments/second)	: 2032962.8448149725
1800.03/1796.01	c non guided choices	6376
1800.03/1796.02	c learnt constraints type 
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1338
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26768
1800.03/1796.02	c constraints type 
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.03/1796.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.03/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.03/1796.02	c 402763 constraints processed.
1800.03/1796.02	s UNKNOWN
1800.03/1796.02	c Total wall clock time (in seconds): 1795.912

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-3689859-1337893593/watcher-3689859-1337893593 -o /tmp/evaluation-result-3689859-1337893593/solver-3689859-1337893593 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689859-1337893593.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.06 2.01 2.00 3/194 25633
/proc/meminfo: memFree=26510288/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/25633/stat : 25633 (java) D 25631 25633 23489 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255485417 2560000 46 33554432000 1073741824 1073778376 140736355794384 140736355791512 217401355559 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/25633/statm: 625 46 37 9 0 29 0

[startup+0.0152229 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 25633
/proc/meminfo: memFree=26510288/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 255485417 98578432 980 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 24067 980 746 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100154 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 25633
/proc/meminfo: memFree=26510288/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 4352 0 1 0 8 1 0 0 20 0 18 0 255485417 9787813888 5531 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2389603 5531 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300181 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 25633
/proc/meminfo: memFree=26510288/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 6223 0 1 0 51 1 0 0 20 0 18 0 255485417 9787813888 13030 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2389603 13030 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700205 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 25633
/proc/meminfo: memFree=26510288/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9558412 CPUtime=1.28 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 9873 0 1 0 123 5 0 0 20 0 18 0 255485417 9787813888 45438 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2389603 45438 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 2.06 2.01 2.00 3/212 25651
/proc/meminfo: memFree=26184612/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9558412 CPUtime=2.32 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 10591 0 1 0 220 12 0 0 20 0 18 0 255485417 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2389603 89518 2247 9 0 2380296 0
[pid=25633/tid=25635] ppid=25631 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 2575 0 1 0 131 5 0 0 20 0 18 0 255485418 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523958782752 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 122 0 0 0 4 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 18 0 255485419 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 3430 0 0 0 28 0 0 0 20 0 18 0 255485423 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 2623 0 0 0 26 0 0 0 20 0 18 0 255485423 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 89518 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558412

[startup+3.10066 s]
/proc/loadavg: 2.06 2.01 2.00 4/212 25651
/proc/meminfo: memFree=25880208/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9558412 CPUtime=4.43 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 11581 0 1 0 413 30 0 0 20 0 18 0 255485417 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2389603 176688 2247 9 0 2380296 0
[pid=25633/tid=25635] ppid=25631 vsize=9558412 CPUtime=2.78 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 2862 0 1 0 269 9 0 0 20 0 18 0 255485418 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523958782872 140523966549079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 161 0 0 0 9 2 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 79 0 0 0 7 2 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 177 0 0 0 9 2 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 99 0 0 0 10 3 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 68 0 0 0 10 2 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 192 0 0 0 12 3 0 0 20 0 18 0 255485419 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255485420 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 3430 0 0 0 28 0 0 0 20 0 18 0 255485423 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 2623 0 0 0 26 0 0 0 20 0 18 0 255485423 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255485423 9787813888 176688 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9558412

[startup+6.30066 s]
/proc/loadavg: 2.06 2.01 2.00 4/212 25651
/proc/meminfo: memFree=24280244/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9624976 CPUtime=8.86 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 18892 0 1 0 823 63 0 0 20 0 19 0 255485417 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2406244 557746 2264 9 0 2396937 0
[pid=25633/tid=25635] ppid=25631 vsize=9624976 CPUtime=5.75 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 4451 0 1 0 546 29 0 0 20 0 19 0 255485418 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523958784472 140523831431454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 424 0 0 0 16 4 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 358 0 0 0 17 3 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 107 0 0 0 14 3 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 216 0 0 0 16 4 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 136 0 0 0 20 4 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 449 0 0 0 23 6 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 122 0 0 0 23 5 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 481 0 0 0 19 4 0 0 20 0 19 0 255485419 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 7021 0 0 0 61 0 0 0 20 0 19 0 255485423 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 2679 0 0 0 52 0 0 0 20 0 19 0 255485423 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 557746 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.05 2.01 2.00 4/212 25652
/proc/meminfo: memFree=24283648/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9624976 CPUtime=15.33 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 18896 0 1 0 1470 63 0 0 20 0 19 0 255485417 9855975424 556887 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2406244 556887 2265 9 0 2396937 0
[pid=25633/tid=25635] ppid=25631 vsize=9624976 CPUtime=12.15 cores=1,3,5,7

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

[pid=25633/tid=25641] ppid=25631 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 462 0 0 0 33 6 0 0 20 0 19 0 255485419 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 345 0 0 0 32 6 0 0 20 0 19 0 255485419 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 489 0 0 0 31 4 0 0 20 0 19 0 255485419 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9624976 CPUtime=5.61 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 1376 0 0 0 557 4 0 0 20 0 19 0 255485420 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 12218 0 0 0 111 2 0 0 20 0 19 0 255485423 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 3052 0 0 0 74 0 0 0 20 0 19 0 255485423 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 95 0 0 0 23 43 0 0 20 0 19 0 255485423 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25652] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25652/stat : 25652 (java) S 25631 25633 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255485958 9855975424 594610 33554432000 1073741824 1073778376 140735318864320 140523774563880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.26
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.23 2.08 2.03 3/213 25728
/proc/meminfo: memFree=24406556/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9624976 CPUtime=1726.3 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 25011 0 1 0 172521 109 0 0 20 0 19 0 255485417 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2406244 595123 2281 9 0 2396937 0
[pid=25633/tid=25635] ppid=25631 vsize=9624976 CPUtime=1715.17 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 4471 0 1 0 171460 57 0 0 20 0 19 0 255485418 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523958784272 140523830740510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 431 0 0 0 25 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 370 0 0 0 28 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 138 0 0 0 26 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 225 0 0 0 27 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 150 0 0 0 33 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 462 0 0 0 33 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 345 0 0 0 32 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 489 0 0 0 31 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 1379 0 0 0 594 4 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 12218 0 0 0 111 2 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 3052 0 0 0 74 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 99 0 0 0 25 44 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25652] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25652/stat : 25652 (java) S 25631 25633 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255485958 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523774563880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.3
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/213 25728
/proc/meminfo: memFree=24406312/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9624976 CPUtime=1786.31 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 25015 0 1 0 178521 110 0 0 20 0 19 0 255485417 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2406244 595123 2281 9 0 2396937 0
[pid=25633/tid=25635] ppid=25631 vsize=9624976 CPUtime=1775.17 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 4471 0 1 0 177460 57 0 0 20 0 19 0 255485418 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523958784272 140523831451596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 431 0 0 0 25 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 370 0 0 0 28 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 138 0 0 0 26 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 225 0 0 0 27 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 150 0 0 0 33 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 462 0 0 0 33 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 345 0 0 0 32 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 489 0 0 0 31 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 1379 0 0 0 594 4 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 12218 0 0 0 111 2 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 3052 0 0 0 74 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 103 0 0 0 26 45 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25652] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25652/stat : 25652 (java) S 25631 25633 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255485958 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523774563880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.06 2.06 2.02 3/213 25728
/proc/meminfo: memFree=24406316/32873648 swapFree=7372/7372
[pid=25633] ppid=25631 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/25633/stat : 25633 (java) S 25631 25633 23489 0 -1 4202496 25015 0 1 0 179892 111 0 0 20 0 19 0 255485417 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140735318855456 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25633/statm: 2406244 595123 2281 9 0 2396937 0
[pid=25633/tid=25635] ppid=25631 vsize=9624976 CPUtime=1788.88 cores=1,3,5,7
/proc/25633/task/25635/stat : 25635 (java) R 25631 25633 23489 0 -1 4202560 4471 0 1 0 178830 58 0 0 20 0 19 0 255485418 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523958784272 140523831340672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25636] ppid=25631 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25633/task/25636/stat : 25636 (java) S 25631 25633 23489 0 -1 4202560 431 0 0 0 25 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523802766248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25637] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25637/stat : 25637 (java) S 25631 25633 23489 0 -1 4202560 370 0 0 0 28 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523801713704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25638] ppid=25631 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25633/task/25638/stat : 25638 (java) S 25631 25633 23489 0 -1 4202560 138 0 0 0 26 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523800660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25639] ppid=25631 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25633/task/25639/stat : 25639 (java) S 25631 25633 23489 0 -1 4202560 225 0 0 0 27 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523799608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25640] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25640/stat : 25640 (java) S 25631 25633 23489 0 -1 4202560 150 0 0 0 33 5 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523798555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25633/tid=25641] ppid=25631 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25633/task/25641/stat : 25641 (java) S 25631 25633 23489 0 -1 4202560 462 0 0 0 33 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523797502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25642] ppid=25631 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25633/task/25642/stat : 25642 (java) S 25631 25633 23489 0 -1 4202560 345 0 0 0 32 6 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523796449448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25633/tid=25643] ppid=25631 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25633/task/25643/stat : 25643 (java) S 25631 25633 23489 0 -1 4202560 489 0 0 0 31 4 0 0 20 0 19 0 255485419 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523795396904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25644] ppid=25631 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/25633/task/25644/stat : 25644 (java) S 25631 25633 23489 0 -1 4202560 1379 0 0 0 594 4 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523782986600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25645] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25645/stat : 25645 (java) S 25631 25633 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523781932920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25646] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25646/stat : 25646 (java) S 25631 25633 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255485420 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523780879752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25647] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25647/stat : 25647 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523779828496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25648] ppid=25631 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/25633/task/25648/stat : 25648 (java) S 25631 25633 23489 0 -1 4202560 12218 0 0 0 111 2 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523778775352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25633/tid=25649] ppid=25631 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25633/task/25649/stat : 25649 (java) S 25631 25633 23489 0 -1 4202560 3052 0 0 0 74 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523777722808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25650] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25650/stat : 25650 (java) S 25631 25633 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523776669944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25651] ppid=25631 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25633/task/25651/stat : 25651 (java) S 25631 25633 23489 0 -1 4202560 103 0 0 0 26 46 0 0 20 0 19 0 255485423 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523775617608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25633/tid=25652] ppid=25631 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25633/task/25652/stat : 25652 (java) S 25631 25633 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255485958 9855975424 595123 33554432000 1073741824 1073778376 140735318864320 140523774563880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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): 1796.05
CPU time (s): 1800.5
CPU user time (s): 1798.86
CPU system time (s): 1.63975
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.63975
maximum resident set size= 2380616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25049
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38756
involuntary context switches= 26696

runsolver used 6.54101 second user time and 15.5616 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 23:06:34
IDJOB=3689859
IDBENCH=91155
IDSOLVER=2269
FILE ID=node122/3689859-1337893593
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71320 MiB

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

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

MD5SUM BENCH= a88af6dd0118c2f12fc3d8f44e999a51
RANDOM SEED=379405894

node122.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.533
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.06
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.533
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.91
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.533
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.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        26510288 kB
Buffers:          204580 kB
Cached:          3035672 kB
SwapCached:            0 kB
Active:          3635520 kB
Inactive:        1946120 kB
Active(anon):    2333156 kB
Inactive(anon):    11052 kB
Active(file):    1302364 kB
Inactive(file):  1935068 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27960 kB
Writeback:             0 kB
AnonPages:       2350776 kB
Mapped:            21960 kB
Shmem:               200 kB
Slab:             637200 kB
SReclaimable:      80792 kB
SUnreclaim:       556408 kB
KernelStack:        1600 kB
PageTables:         8824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3273576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2289664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71248 MiB
End job on node122 at 2012-05-24 23:36:32