Trace number 3478836

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.51 920.215

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-141.opb
MD5SUM58f5e00db07ecbae89c8567e683a0741
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42085
Total number of constraints974087
Number of constraints which are clauses875233
Number of constraints which are cardinality constraints (but not clauses)3073
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint1
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478836-1307438616.opb
0.10/0.11	c reading problem ... 
8.13/7.02	c ... done. Wall clock time 6.907s.
8.13/7.02	c #vars     42085
8.13/7.02	c #constraints  970460
8.13/7.02	c constraints type 
8.13/7.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 666089
8.13/7.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 3062
8.13/7.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205212
8.13/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
8.13/7.02	c constraints type 
8.13/7.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205212
8.13/7.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 666089
8.13/7.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3062
8.13/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
26.19/15.33	c cleaning 0 clauses out of 5000 with flag 0/5000
28.87/16.95	c cleaning 2487 clauses out of 4981 with flag 5000/5000
38.97/22.20	c cleaning 0 clauses out of 11000 with flag 0/11000
43.85/24.95	c cleaning 4207 clauses out of 8492 with flag 11000/11000
53.89/30.31	c cleaning 0 clauses out of 18003 with flag 0/18003
66.57/36.98	c cleaning 5620 clauses out of 11276 with flag 18002/18002
72.64/40.26	c cleaning 0 clauses out of 26001 with flag 0/26001
82.76/45.51	c cleaning 6730 clauses out of 13652 with flag 26000/26000
97.02/53.01	c cleaning 7876 clauses out of 15924 with flag 35003/35003
97.74/53.64	c cleaning 0 clauses out of 35000 with flag 0/35000
111.45/60.70	c cleaning 9005 clauses out of 18045 with flag 45001/45001
125.56/68.04	c cleaning 9999 clauses out of 20043 with flag 56004/56004
129.64/70.47	c cleaning 0 clauses out of 45000 with flag 0/45000
143.10/77.46	c cleaning 11002 clauses out of 22042 with flag 68002/68002
160.41/86.31	c cleaning 12001 clauses out of 24038 with flag 81000/81000
167.91/90.39	c cleaning 0 clauses out of 56000 with flag 0/56000
176.34/94.99	c cleaning 12993 clauses out of 26036 with flag 95000/95000
203.45/108.70	c cleaning 14008 clauses out of 28043 with flag 110001/110001
216.94/115.72	c cleaning 0 clauses out of 68000 with flag 0/68000
223.43/119.20	c cleaning 15002 clauses out of 30034 with flag 126000/126000
241.86/128.82	c cleaning 15999 clauses out of 32034 with flag 143004/143004
267.14/141.73	c cleaning 16999 clauses out of 34031 with flag 161000/161000
273.66/145.27	c cleaning 0 clauses out of 81000 with flag 0/81000
290.91/154.12	c cleaning 18004 clauses out of 36032 with flag 180000/180000
328.94/173.53	c cleaning 18989 clauses out of 38010 with flag 200001/200001
334.22/176.47	c cleaning 0 clauses out of 95000 with flag 0/95000
361.55/190.34	c cleaning 19991 clauses out of 40017 with flag 221003/221003
397.78/208.77	c cleaning 20998 clauses out of 42019 with flag 243000/243000
413.57/217.07	c cleaning 0 clauses out of 110000 with flag 0/110000
437.03/229.09	c cleaning 21963 clauses out of 44001 with flag 266001/266001
485.72/253.67	c cleaning 22983 clauses out of 46030 with flag 290001/290001
510.43/266.29	c cleaning 0 clauses out of 126000 with flag 0/126000
532.15/277.50	c cleaning 24003 clauses out of 48037 with flag 315001/315001
585.44/304.43	c cleaning 24998 clauses out of 50032 with flag 341001/341001
612.10/318.00	c cleaning 0 clauses out of 143000 with flag 0/143000
628.99/326.76	c cleaning 26008 clauses out of 52032 with flag 368000/368000
673.32/349.31	c cleaning 26980 clauses out of 54021 with flag 396002/396002
714.18/370.09	c cleaning 27992 clauses out of 56038 with flag 425000/425000
751.22/388.80	c cleaning 29022 clauses out of 58047 with flag 455001/455001
757.07/392.08	c cleaning 0 clauses out of 161001 with flag 0/161001
803.43/415.67	c cleaning 29987 clauses out of 60022 with flag 486000/486000
863.68/446.09	c cleaning 30982 clauses out of 62032 with flag 518001/518001
911.93/470.47	c cleaning 0 clauses out of 180001 with flag 0/180001
922.16/475.86	c cleaning 31930 clauses out of 64048 with flag 551000/551000
979.56/504.97	c cleaning 33053 clauses out of 66117 with flag 585000/585000
1025.36/528.11	c cleaning 34030 clauses out of 68067 with flag 620003/620003
1067.19/549.35	c cleaning 0 clauses out of 200002 with flag 0/200002
1086.60/559.38	c cleaning 35008 clauses out of 70034 with flag 656003/656003
1148.59/590.72	c cleaning 36004 clauses out of 72022 with flag 693002/693002
1229.47/631.46	c cleaning 36989 clauses out of 74015 with flag 731000/731000
1253.46/643.74	c cleaning 0 clauses out of 221002 with flag 0/221002
1309.46/672.11	c cleaning 37977 clauses out of 76027 with flag 770002/770002
1381.18/708.34	c cleaning 39008 clauses out of 78048 with flag 810002/810002
1466.00/751.00	c cleaning 39995 clauses out of 80039 with flag 851003/851003
1475.20/755.90	c cleaning 0 clauses out of 243000 with flag 0/243000
1547.80/792.55	c cleaning 41011 clauses out of 82041 with flag 893001/893001
1624.94/831.56	c cleaning 41984 clauses out of 84029 with flag 936000/936000
1719.96/879.36	c cleaning 42949 clauses out of 86045 with flag 980001/980001
1725.37/882.33	c cleaning 0 clauses out of 266000 with flag 0/266000
1800.17/920.04	c starts		: 171
1800.17/920.04	c conflicts		: 1015343
1800.17/920.04	c decisions		: 10952159
1800.17/920.04	c propagations		: 1502904975
1800.17/920.04	c inspects		: 7252659692
1800.17/920.04	c shortcuts		: 0
1800.17/920.04	c learnt literals	: 139
1800.17/920.04	c learnt binary clauses	: 638
1800.17/920.04	c learnt ternary clauses	: 1364
1800.17/920.04	c learnt constraints	: 1015203
1800.17/920.04	c ignored constraints	: 0
1800.17/920.04	c root simplifications	: 0
1800.17/920.04	c removed literals (reason simplification)	: 13535884
1800.17/920.04	c reason swapping (by a shorter reason)	: 0
1800.17/920.04	c Calls to reduceDB	: 40
1800.17/920.04	c number of reductions to clauses (during analyze)	: 0
1800.17/920.04	c number of learned constraints concerned by reduction	: 0
1800.17/920.04	c number of learning phase by resolution	: 0
1800.17/920.04	c number of learning phase by cutting planes	: 0
1800.17/920.04	c speed (assignments/second)	: 1646084.715744925
1800.17/920.04	c non guided choices	2867432
1800.17/920.06	c learnt constraints type 
1800.17/920.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 638
1800.17/920.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77806
1800.17/920.06	c constraints type 
1800.17/920.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 666089
1800.17/920.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 3062
1800.17/920.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205212
1800.17/920.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
1800.17/920.06	c constraints type 
1800.17/920.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205212
1800.17/920.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 666089
1800.17/920.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3062
1800.17/920.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
1800.17/920.06	s UNKNOWN
1800.17/920.06	c Total wall clock time (in seconds): 919.953

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478836-1307438616/watcher-3478836-1307438616 -o /tmp/evaluation-result-3478836-1307438616/solver-3478836-1307438616 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478836-1307438616.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.89 3.95 3.33 3/482 15388
/proc/meminfo: memFree=24425880/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 1518 0 1 0 0 0 0 0 23 0 2 0 855459722 10681323520 1221 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2607745 1232 906 9 0 2598901 0
[pid=15388/tid=15389] ppid=15386 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 4512 0 1 0 0 0 0 0 25 0 2 0 855459722 10694979584 5330 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.028246 s]
/proc/loadavg: 3.89 3.95 3.33 3/482 15388
/proc/meminfo: memFree=24425880/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10454868 CPUtime=0.02 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 10404 0 1 0 1 1 0 0 23 0 10 0 855459722 10705784832 10104 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2613717 10104 1306 9 0 2604465 0
[pid=15388/tid=15389] ppid=15386 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 9281 0 1 0 0 1 0 0 25 0 10 0 855459722 10705784832 10104 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912504011253 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10454868

[startup+0.100225 s]
/proc/loadavg: 3.89 3.95 3.33 3/482 15388
/proc/meminfo: memFree=24425880/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10540344 CPUtime=0.1 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 13043 0 1 0 9 1 0 0 23 0 18 0 855459722 10793312256 12724 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2635086 12724 2093 9 0 2625820 0
[pid=15388/tid=15389] ppid=15386 vsize=10540344 CPUtime=0.08 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 11119 0 1 0 7 1 0 0 25 0 18 0 855459722 10793312256 12724 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 47512417862787 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540344

[startup+0.305248 s]
/proc/loadavg: 3.89 3.95 3.33 3/482 15388
/proc/meminfo: memFree=24425880/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10541776 CPUtime=0.49 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 17308 0 1 0 47 2 0 0 23 0 18 0 855459722 10794778624 16572 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2635444 16572 2200 9 0 2626178 0
[pid=15388/tid=15389] ppid=15386 vsize=10541776 CPUtime=0.29 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 14330 0 1 0 27 2 0 0 18 0 18 0 855459722 10794778624 16573 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541776

[startup+0.701163 s]
/proc/loadavg: 3.89 3.95 3.33 3/482 15388
/proc/meminfo: memFree=24425880/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10544588 CPUtime=1.27 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 59242 0 1 0 119 8 0 0 23 0 18 0 855459722 10797658112 56951 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2636147 56954 2216 9 0 2626881 0
[pid=15388/tid=15389] ppid=15386 vsize=10544588 CPUtime=0.68 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 53085 0 1 0 61 7 0 0 18 0 18 0 855459722 10797658112 56956 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505769812 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10544588

[startup+1.50103 s]
/proc/loadavg: 3.89 3.95 3.33 4/500 15406
/proc/meminfo: memFree=24035704/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10544588 CPUtime=2.15 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 173191 0 1 0 194 21 0 0 23 0 18 0 855459722 10797658112 170899 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2636147 170904 2216 9 0 2626881 0
[pid=15388/tid=15389] ppid=15386 vsize=10544588 CPUtime=1.48 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 167028 0 1 0 128 20 0 0 18 0 18 0 855459722 10797658112 170906 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505612883 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170910 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170912 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170915 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170919 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170936 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170951 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170968 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 170984 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855459725 10797658112 171000 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855459726 10797658112 171001 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855459726 10797658112 171004 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 171007 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10544588 CPUtime=0.36 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 3228 0 0 0 36 0 0 0 19 0 18 0 855459728 10797658112 171010 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10544588 CPUtime=0.29 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1791 0 0 0 29 0 0 0 15 0 18 0 855459728 10797658112 171013 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 171016 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855459728 10797658112 171019 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10544588

[startup+3.10074 s]
/proc/loadavg: 3.89 3.95 3.33 5/500 15406
/proc/meminfo: memFree=23397972/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10544588 CPUtime=3.8 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 401608 0 1 0 332 48 0 0 23 0 18 0 855459722 10797658112 399316 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2636147 399321 2216 9 0 2626881 0
[pid=15388/tid=15389] ppid=15386 vsize=10544588 CPUtime=3.08 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 395440 0 1 0 261 47 0 0 21 0 18 0 855459722 10797658112 399324 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505771425 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399327 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399330 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399334 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399338 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399340 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399344 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399347 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459724 10797658112 399350 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855459725 10797658112 399354 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855459726 10797658112 399354 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855459726 10797658112 399356 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 399359 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10544588 CPUtime=0.4 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 3230 0 0 0 40 0 0 0 15 0 18 0 855459728 10797658112 399362 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10544588 CPUtime=0.3 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1795 0 0 0 30 0 0 0 15 0 18 0 855459728 10797658112 399366 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 399368 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855459728 10797658112 399371 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 10544588

[startup+6.30116 s]
/proc/loadavg: 3.81 3.93 3.33 4/500 15406
/proc/meminfo: memFree=21678388/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10544588 CPUtime=7.41 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 690215 0 1 0 658 83 0 0 23 0 18 0 855459722 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2636147 687495 2231 9 0 2626881 0
[pid=15388/tid=15389] ppid=15386 vsize=10544588 CPUtime=6.13 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) R 15386 15388 15115 0 -1 4202560 650811 0 1 0 536 77 0 0 25 0 18 0 855459722 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505551120 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 132 0 0 0 0 0 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10544588 CPUtime=0.11 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 7433 0 0 0 11 0 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10544588 CPUtime=0.13 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 8046 0 0 0 12 1 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10544588 CPUtime=0.14 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 8670 0 0 0 13 1 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10544588 CPUtime=0.13 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 8942 0 0 0 12 1 0 0 18 0 18 0 855459724 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 855459725 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855459726 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855459726 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10544588 CPUtime=0.4 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 3230 0 0 0 40 0 0 0 15 0 18 0 855459728 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10544588 CPUtime=0.3 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1795 0 0 0 30 0 0 0 15 0 18 0 855459728 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855459728 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10544588 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855459728 10797658112 687495 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.20 4.02 3.70 5/504 15483
/proc/meminfo: memFree=20496928/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10548700 CPUtime=1606.52 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 989395 0 1 0 160531 121 0 0 23 0 22 0 855459722 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2637175 981265 2267 9 0 2627909 0
[pid=15388/tid=15389] ppid=15386 vsize=10548700 CPUtime=6.86 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) S 15386 15388 15115 0 -1 4202560 650937 0 1 0 608 78 0 0 15 0 22 0 855459722 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10548700 CPUtime=0.62 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 23533 0 0 0 60 2 0 0 16 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10548700 CPUtime=0.39 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 11403 0 0 0 37 2 0 0 16 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10548700 CPUtime=0.36 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 8390 0 0 0 35 1 0 0 16 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10548700 CPUtime=0.36 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 9695 0 0 0 35 1 0 0 15 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10548700 CPUtime=0.59 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 20671 0 0 0 57 2 0 0 15 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10548700 CPUtime=0.66 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 27973 0 0 0 62 4 0 0 15 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10548700 CPUtime=0.6 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 16522 0 0 0 58 2 0 0 15 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10548700 CPUtime=0.56 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 17728 0 0 0 53 3 0 0 15 0 22 0 855459724 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10548700 CPUtime=35.06 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 130156 0 0 0 3493 13 0 0 15 0 22 0 855459725 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10548700 CPUtime=1.17 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 9899 0 0 0 116 1 0 0 15 0 22 0 855459728 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10548700 CPUtime=0.86 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1930 0 0 0 86 0 0 0 15 0 22 0 855459728 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 855459728 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15407] ppid=15386 vsize=10548700 CPUtime=779.13 cores=0,2,4,6
/proc/15388/task/15407/stat : 15407 (java) R 15386 15388 15115 0 -1 4202560 358 0 0 0 77912 1 0 0 25 0 22 0 855460424 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912506049637 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15408] ppid=15386 vsize=10548700 CPUtime=779.16 cores=0,2,4,6
/proc/15388/task/15408/stat : 15408 (java) R 15386 15388 15115 0 -1 4202560 58993 0 0 0 77911 5 0 0 25 0 22 0 855460424 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505907260 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15388/tid=15409] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15409/stat : 15409 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 855460427 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15410] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15410/stat : 15410 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855460427 10801868800 981265 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1606.52
Current children cumulated vsize (KiB) 10548700

[startup+882.301 s]
/proc/loadavg: 4.12 4.03 3.72 5/504 15485
/proc/meminfo: memFree=20433180/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10548700 CPUtime=1725.37 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 995796 0 1 0 172415 122 0 0 23 0 22 0 855459722 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2637175 987394 2267 9 0 2627909 0
[pid=15388/tid=15389] ppid=15386 vsize=10548700 CPUtime=6.86 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) S 15386 15388 15115 0 -1 4202560 650939 0 1 0 608 78 0 0 15 0 22 0 855459722 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10548700 CPUtime=0.67 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 24746 0 0 0 65 2 0 0 16 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10548700 CPUtime=0.43 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 12702 0 0 0 41 2 0 0 16 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10548700 CPUtime=0.42 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 9765 0 0 0 41 1 0 0 16 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10548700 CPUtime=0.41 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 11319 0 0 0 40 1 0 0 16 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10548700 CPUtime=0.6 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 20671 0 0 0 58 2 0 0 15 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10548700 CPUtime=0.66 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 27973 0 0 0 62 4 0 0 15 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10548700 CPUtime=0.62 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 16967 0 0 0 60 2 0 0 15 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10548700 CPUtime=0.56 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 17728 0 0 0 53 3 0 0 15 0 22 0 855459724 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10548700 CPUtime=36.31 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 130592 0 0 0 3618 13 0 0 15 0 22 0 855459725 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10548700 CPUtime=1.17 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 9901 0 0 0 116 1 0 0 15 0 22 0 855459728 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10548700 CPUtime=0.86 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1930 0 0 0 86 0 0 0 15 0 22 0 855459728 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 855459728 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15407] ppid=15386 vsize=10548700 CPUtime=837.81 cores=0,2,4,6
/proc/15388/task/15407/stat : 15407 (java) R 15386 15388 15115 0 -1 4202560 359 0 0 0 83780 1 0 0 25 0 22 0 855460424 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505907260 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15408] ppid=15386 vsize=10548700 CPUtime=837.85 cores=0,2,4,6
/proc/15388/task/15408/stat : 15408 (java) R 15386 15388 15115 0 -1 4202560 58993 0 0 0 83780 5 0 0 25 0 22 0 855460424 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912506319862 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15388/tid=15409] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15409/stat : 15409 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 855460427 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15410] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15410/stat : 15410 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855460427 10801868800 987394 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.37
Current children cumulated vsize (KiB) 10548700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.001 s]
/proc/loadavg: 4.06 4.02 3.73 5/504 15486
/proc/meminfo: memFree=20431296/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=10548700 CPUtime=1800.17 cores=0,2,4,6
/proc/15388/stat : 15388 (java) S 15386 15388 15115 0 -1 4202496 996273 0 1 0 179895 122 0 0 23 0 22 0 855459722 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 2637175 987866 2267 9 0 2627909 0
[pid=15388/tid=15389] ppid=15386 vsize=10548700 CPUtime=6.86 cores=0,2,4,6
/proc/15388/task/15389/stat : 15389 (java) S 15386 15388 15115 0 -1 4202560 650939 0 1 0 608 78 0 0 15 0 22 0 855459722 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15391] ppid=15386 vsize=10548700 CPUtime=0.67 cores=0,2,4,6
/proc/15388/task/15391/stat : 15391 (java) S 15386 15388 15115 0 -1 4202560 24746 0 0 0 65 2 0 0 16 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15392] ppid=15386 vsize=10548700 CPUtime=0.43 cores=0,2,4,6
/proc/15388/task/15392/stat : 15392 (java) S 15386 15388 15115 0 -1 4202560 12702 0 0 0 41 2 0 0 15 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15393] ppid=15386 vsize=10548700 CPUtime=0.42 cores=0,2,4,6
/proc/15388/task/15393/stat : 15393 (java) S 15386 15388 15115 0 -1 4202560 9765 0 0 0 41 1 0 0 15 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15394] ppid=15386 vsize=10548700 CPUtime=0.41 cores=0,2,4,6
/proc/15388/task/15394/stat : 15394 (java) S 15386 15388 15115 0 -1 4202560 11319 0 0 0 40 1 0 0 15 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15395] ppid=15386 vsize=10548700 CPUtime=0.6 cores=0,2,4,6
/proc/15388/task/15395/stat : 15395 (java) S 15386 15388 15115 0 -1 4202560 20671 0 0 0 58 2 0 0 15 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15396] ppid=15386 vsize=10548700 CPUtime=0.67 cores=0,2,4,6
/proc/15388/task/15396/stat : 15396 (java) S 15386 15388 15115 0 -1 4202560 27973 0 0 0 63 4 0 0 16 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15397] ppid=15386 vsize=10548700 CPUtime=0.63 cores=0,2,4,6
/proc/15388/task/15397/stat : 15397 (java) S 15386 15388 15115 0 -1 4202560 16967 0 0 0 61 2 0 0 16 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15398] ppid=15386 vsize=10548700 CPUtime=0.56 cores=0,2,4,6
/proc/15388/task/15398/stat : 15398 (java) S 15386 15388 15115 0 -1 4202560 17728 0 0 0 53 3 0 0 15 0 22 0 855459724 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15399] ppid=15386 vsize=10548700 CPUtime=36.94 cores=0,2,4,6
/proc/15388/task/15399/stat : 15399 (java) S 15386 15388 15115 0 -1 4202560 131066 0 0 0 3681 13 0 0 15 0 22 0 855459725 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 0 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15400] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15400/stat : 15400 (java) S 15386 15388 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15401] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15401/stat : 15401 (java) S 15386 15388 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855459726 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15402] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15402/stat : 15402 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134537649 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15403] ppid=15386 vsize=10548700 CPUtime=1.17 cores=0,2,4,6
/proc/15388/task/15403/stat : 15403 (java) S 15386 15388 15115 0 -1 4202560 9901 0 0 0 116 1 0 0 15 0 22 0 855459728 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 0 0 0 0
[pid=15388/tid=15404] ppid=15386 vsize=10548700 CPUtime=0.86 cores=0,2,4,6
/proc/15388/task/15404/stat : 15404 (java) S 15386 15388 15115 0 -1 4202560 1930 0 0 0 86 0 0 0 15 0 22 0 855459728 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 2 0 0 0
[pid=15388/tid=15405] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15405/stat : 15405 (java) S 15386 15388 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855459728 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134529945 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15406] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15406/stat : 15406 (java) S 15386 15388 15115 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 855459728 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
[pid=15388/tid=15407] ppid=15386 vsize=10548700 CPUtime=874.89 cores=0,2,4,6
/proc/15388/task/15407/stat : 15407 (java) R 15386 15388 15115 0 -1 4202560 359 0 0 0 87488 1 0 0 25 0 22 0 855460424 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505907246 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15388/tid=15408] ppid=15386 vsize=10548700 CPUtime=874.93 cores=0,2,4,6
/proc/15388/task/15408/stat : 15408 (java) R 15386 15388 15115 0 -1 4202560 58994 0 0 0 87488 5 0 0 25 0 22 0 855460424 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 46912505907260 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15388/tid=15409] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15409/stat : 15409 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 855460427 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 4 0 0 0
[pid=15388/tid=15410] ppid=15386 vsize=10548700 CPUtime=0 cores=0,2,4,6
/proc/15388/task/15410/stat : 15410 (java) S 15386 15388 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855460427 10801868800 987866 33554432000 1073741824 1073778376 140736696262048 18446744073709551615 228134530560 0 4 0 16800975 18446604442344002496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10548700

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

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

[startup+920.201 s]
/proc/loadavg: 4.06 4.02 3.73 5/504 15486
/proc/meminfo: memFree=20431296/32951124 swapFree=41830676/67111528
[pid=15388] ppid=15386 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/15388/stat : 15388 (java) Z 15386 15388 15115 0 -1 4203548 996307 0 1 0 179913 136 0 0 17 0 2 0 855459722 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.215
CPU time (s): 1800.51
CPU user time (s): 1799.14
CPU system time (s): 1.37379
CPU usage (%): 195.662
Max. virtual memory (cumulated for all children) (KiB): 10548700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.37379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 996307
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23154
involuntary context switches= 14716

runsolver used 4.53931 second user time and 9.71952 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:23:38
IDJOB=3478836
IDBENCH=89723
IDSOLVER=1950
FILE ID=node138/3478836-1307438616
RUNJOBID= node138-1307436783-15133
PBS_JOBID= 13519950
Free space on /tmp= 73812 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-141.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478836-1307438616/watcher-3478836-1307438616 -o /tmp/evaluation-result-3478836-1307438616/solver-3478836-1307438616 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478836-1307438616.opb

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

MD5SUM BENCH= 58f5e00db07ecbae89c8567e683a0741
RANDOM SEED=910190845

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24426160 kB
Buffers:        341308 kB
Cached:        1326400 kB
SwapCached:      44568 kB
Active:        6396608 kB
Inactive:      1822072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24426160 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           43432 kB
Writeback:           0 kB
AnonPages:     6517508 kB
Mapped:          24852 kB
Slab:           137624 kB
PageTables:     100496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141012432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node138 at 2011-06-07 11:39:00