Trace number 3454466

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.25 900.786

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
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-2010 Daniel Le Berre
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3454466-1307193240.opb
0.12/0.11	c reading problem ... 
0.76/0.47	c ... done. Wall clock time 0.367s.
0.76/0.47	c #vars     3401
0.76/0.47	c #constraints  10662
0.76/0.47	c constraints type 
0.76/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.76/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.76/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
0.76/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
34.77/16.73	c cleaning 2490 clauses out of 5000 with flag 5000/5000
74.40/36.42	c cleaning 4251 clauses out of 8510 with flag 11000/11000
118.59/58.56	c cleaning 5624 clauses out of 11259 with flag 18000/18000
169.77/84.13	c cleaning 6816 clauses out of 13636 with flag 26001/26001
233.74/116.12	c cleaning 7907 clauses out of 15819 with flag 35000/35000
320.58/159.52	c cleaning 8952 clauses out of 17913 with flag 45001/45001
410.56/204.56	c cleaning 9472 clauses out of 18961 with flag 55001/55001
488.74/243.63	c cleaning 9742 clauses out of 19490 with flag 65002/65002
552.58/275.45	c cleaning 9870 clauses out of 19746 with flag 75000/75000
616.72/307.55	c cleaning 9932 clauses out of 19876 with flag 85000/85000
670.02/334.22	c cleaning 9967 clauses out of 19946 with flag 95002/95002
716.88/357.73	c cleaning 9984 clauses out of 19977 with flag 105000/105000
791.48/395.14	c cleaning 9994 clauses out of 19995 with flag 115002/115002
857.21/428.09	c cleaning 9996 clauses out of 20001 with flag 125002/125002
921.05/460.09	c cleaning 9996 clauses out of 20004 with flag 135001/135001
982.38/490.75	c cleaning 9993 clauses out of 20007 with flag 145000/145000
1060.52/529.93	c cleaning 9993 clauses out of 20014 with flag 155000/155000
1156.24/577.80	c cleaning 9992 clauses out of 20021 with flag 165000/165000
1242.33/620.94	c cleaning 10003 clauses out of 20029 with flag 175000/175000
1319.57/659.66	c cleaning 10011 clauses out of 20026 with flag 185000/185000
1381.49/690.79	c cleaning 9999 clauses out of 20017 with flag 195002/195002
1441.93/721.04	c cleaning 10001 clauses out of 20016 with flag 205000/205000
1514.54/757.41	c cleaning 9999 clauses out of 20015 with flag 215000/215000
1616.41/808.48	c cleaning 10002 clauses out of 20016 with flag 225000/225000
1691.47/846.14	c cleaning 10001 clauses out of 20014 with flag 235000/235000
1749.85/875.42	c cleaning 9999 clauses out of 20013 with flag 245000/245000
1800.03/900.62	c starts		: 120
1800.03/900.62	c conflicts		: 252973
1800.03/900.62	c decisions		: 383378
1800.03/900.62	c propagations		: 22083416
1800.03/900.62	c inspects		: 310533796
1800.03/900.62	c shortcuts		: 0
1800.03/900.62	c learnt literals	: 0
1800.03/900.62	c learnt binary clauses	: 3
1800.03/900.62	c learnt ternary clauses	: 56
1800.03/900.62	c learnt constraints	: 252972
1800.03/900.62	c ignored constraints	: 0
1800.03/900.62	c root simplifications	: 0
1800.03/900.62	c removed literals (reason simplification)	: 167281939
1800.03/900.62	c reason swapping (by a shorter reason)	: 0
1800.03/900.62	c Calls to reduceDB	: 26
1800.03/900.62	c number of reductions to clauses (during analyze)	: 0
1800.03/900.62	c number of learned constraints concerned by reduction	: 0
1800.03/900.62	c number of learning phase by resolution	: 0
1800.03/900.62	c number of learning phase by cutting planes	: 0
1800.03/900.62	c speed (assignments/second)	: 24533.128477904163
1800.03/900.62	c non guided choices	31
1800.03/900.63	c learnt constraints type 
1800.03/900.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.03/900.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17985
1800.03/900.63	c constraints type 
1800.03/900.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.03/900.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.03/900.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/900.63	c constraints type 
1800.03/900.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1800.03/900.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1800.03/900.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/900.63	s UNKNOWN
1800.03/900.63	c Total wall clock time (in seconds): 900.526

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-3454466-1307193240/watcher-3454466-1307193240 -o /tmp/evaluation-result-3454466-1307193240/solver-3454466-1307193240 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454466-1307193240.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.97 3.05 3.26 3/526 13713
/proc/meminfo: memFree=29135424/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 3850 0 1 0 0 0 0 0 23 0 2 0 830926624 10694979584 3551 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2611079 3565 917 9 0 2602235 0
[pid=13713/tid=13714] ppid=13710 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) R 13710 13713 9506 0 -1 4202560 7418 0 1 0 0 0 0 0 25 0 2 0 830926624 10694979584 8234 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216634209339 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.111219 s]
/proc/loadavg: 2.97 3.05 3.26 3/526 13713
/proc/meminfo: memFree=29135424/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10539756 CPUtime=0.12 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 13249 0 1 0 11 1 0 0 23 0 18 0 830926624 10792710144 12945 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2634939 12945 2122 9 0 2625673 0
[pid=13713/tid=13714] ppid=13710 vsize=10539756 CPUtime=0.1 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) R 13710 13713 9506 0 -1 4202560 11272 0 1 0 9 1 0 0 22 0 18 0 830926624 10792710144 12946 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 47424004881507 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539756

[startup+0.201175 s]
/proc/loadavg: 2.97 3.05 3.26 3/526 13713
/proc/meminfo: memFree=29135424/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10540180 CPUtime=0.26 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 14002 0 1 0 25 1 0 0 23 0 18 0 830926624 10793144320 13698 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2635045 13698 2181 9 0 2625779 0
[pid=13713/tid=13714] ppid=13710 vsize=10540180 CPUtime=0.19 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) R 13710 13713 9506 0 -1 4202560 11851 0 1 0 18 1 0 0 22 0 18 0 830926624 10793144320 13698 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 47424005221172 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540180

[startup+0.301159 s]
/proc/loadavg: 2.97 3.05 3.26 3/526 13713
/proc/meminfo: memFree=29135424/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10541884 CPUtime=0.48 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 15758 0 1 0 47 1 0 0 23 0 18 0 830926624 10794889216 15377 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2635471 15378 2201 9 0 2626205 0
[pid=13713/tid=13714] ppid=13710 vsize=10541884 CPUtime=0.29 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) R 13710 13713 9506 0 -1 4202560 13009 0 1 0 28 1 0 0 22 0 18 0 830926624 10794889216 15379 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505554211 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541884

[startup+0.701056 s]
/proc/loadavg: 2.97 3.05 3.26 3/526 13713
/proc/meminfo: memFree=29135424/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=1.84 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 32309 0 1 0 181 3 0 0 23 0 22 0 830926624 10814337024 27665 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 27665 2235 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18209 0 1 0 45 2 0 0 24 0 22 0 830926624 10814337024 27665 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10560876

[startup+1.50095 s]
/proc/loadavg: 2.97 3.05 3.26 7/548 13738
/proc/meminfo: memFree=28949816/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=3.89 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 114419 0 1 0 378 11 0 0 23 0 22 0 830926624 10814337024 106238 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 106239 2236 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18209 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 106239 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106244 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106249 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106254 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106260 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106266 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106271 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106271 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 106271 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13725] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13725/stat : 13725 (java) S 13710 13713 9506 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 830926627 10814337024 106271 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 0 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13726] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13726/stat : 13726 (java) S 13710 13713 9506 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830926627 10814337024 106271 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13727] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13727/stat : 13727 (java) S 13710 13713 9506 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830926627 10814337024 106272 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13728] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13728/stat : 13728 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830926629 10814337024 106272 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646338993 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13729] ppid=13710 vsize=10560876 CPUtime=0.62 cores=1,3,5,7
/proc/13713/task/13729/stat : 13729 (java) S 13710 13713 9506 0 -1 4202560 6622 0 0 0 62 0 0 0 18 0 22 0 830926629 10814337024 106272 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13730] ppid=13710 vsize=10560876 CPUtime=0.75 cores=1,3,5,7
/proc/13713/task/13730/stat : 13730 (java) S 13710 13713 9506 0 -1 4202560 8704 0 0 0 75 0 0 0 19 0 22 0 830926629 10814337024 106272 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13731] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13731/stat : 13731 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830926629 10814337024 106275 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13732] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13732/stat : 13732 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830926629 10814337024 106280 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13733] ppid=13710 vsize=10560876 CPUtime=1.01 cores=1,3,5,7
/proc/13713/task/13733/stat : 13733 (java) R 13710 13713 9506 0 -1 4202560 1627 0 0 0 101 0 0 0 25 0 22 0 830926672 10814337024 106285 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505652935 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13713/tid=13734] ppid=13710 vsize=10560876 CPUtime=1 cores=1,3,5,7
/proc/13713/task/13734/stat : 13734 (java) R 13710 13713 9506 0 -1 4202560 78139 0 0 0 93 7 0 0 25 0 22 0 830926672 10814337024 106290 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505760565 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13713/tid=13735] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13735/stat : 13735 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 106296 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13737] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13737/stat : 13737 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 106302 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10560876

[startup+3.10163 s]
/proc/loadavg: 3.05 3.07 3.26 7/548 13738
/proc/meminfo: memFree=28397148/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=7.35 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 332460 0 1 0 701 34 0 0 23 0 22 0 830926624 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 323140 2240 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18209 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13725] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13725/stat : 13725 (java) S 13710 13713 9506 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 0 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13726] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13726/stat : 13726 (java) S 13710 13713 9506 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830926627 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13727] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13727/stat : 13727 (java) S 13710 13713 9506 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830926627 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13728] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13728/stat : 13728 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830926629 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646338993 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13729] ppid=13710 vsize=10560876 CPUtime=0.71 cores=1,3,5,7
/proc/13713/task/13729/stat : 13729 (java) S 13710 13713 9506 0 -1 4202560 6630 0 0 0 71 0 0 0 15 0 22 0 830926629 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13730] ppid=13710 vsize=10560876 CPUtime=0.93 cores=1,3,5,7
/proc/13713/task/13730/stat : 13730 (java) S 13710 13713 9506 0 -1 4202560 9928 0 0 0 92 1 0 0 15 0 22 0 830926629 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13731] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13731/stat : 13731 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830926629 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13732] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13732/stat : 13732 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830926629 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13733] ppid=13710 vsize=10560876 CPUtime=2.61 cores=1,3,5,7
/proc/13713/task/13733/stat : 13733 (java) R 13710 13713 9506 0 -1 4202560 4141 0 0 0 261 0 0 0 25 0 22 0 830926672 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505790549 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13713/tid=13734] ppid=13710 vsize=10560876 CPUtime=2.58 cores=1,3,5,7
/proc/13713/task/13734/stat : 13734 (java) R 13710 13713 9506 0 -1 4202560 292381 0 0 0 230 28 0 0 25 0 22 0 830926672 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912506008046 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13713/tid=13735] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13735/stat : 13735 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13737] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13737/stat : 13737 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 323140 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 10560876

[startup+6.3011 s]
/proc/loadavg: 3.05 3.07 3.26 5/548 13738
/proc/meminfo: memFree=26940148/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=13.88 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 646436 0 1 0 1320 68 0 0 23 0 22 0 830926624 10814337024 636509 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 636510 2240 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18209 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 636510 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636510 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636511 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636511 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636512 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636512 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636513 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636513 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830926626 10814337024 636513 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.01 3.97 3.70 5/548 13759
/proc/meminfo: memFree=22720440/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=1643.85 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 1005501 0 1 0 164270 115 0 0 23 0 22 0 830926624 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 976719 2267 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18220 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0.42 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 13898 0 0 0 41 1 0 0 15 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0.42 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 25028 0 0 0 39 3 0 0 16 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0.39 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 18688 0 0 0 37 2 0 0 15 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0.43 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 11684 0 0 0 42 1 0 0 16 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 25884 0 0 0 44 3 0 0 15 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0.52 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 23271 0 0 0 49 3 0 0 16 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0.44 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 17617 0 0 0 42 2 0 0 15 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0.45 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 18089 0 0 0 43 2 0 0 16 0 22 0 830926626 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13725] ppid=13710 vsize=10560876 CPUtime=4.3 cores=1,3,5,7
/proc/13713/task/13725/stat : 13725 (java) S 13710 13713 9506 0 -1 4202560 16713 0 0 0 428 2 0 0 15 0 22 0 830926627 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 0 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13726] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13726/stat : 13726 (java) S 13710 13713 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13727] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13727/stat : 13727 (java) S 13710 13713 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13728] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13728/stat : 13728 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830926629 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646338993 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13729] ppid=13710 vsize=10560876 CPUtime=0.9 cores=1,3,5,7
/proc/13713/task/13729/stat : 13729 (java) S 13710 13713 9506 0 -1 4202560 6648 0 0 0 90 0 0 0 15 0 22 0 830926629 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13730] ppid=13710 vsize=10560876 CPUtime=1.74 cores=1,3,5,7
/proc/13713/task/13730/stat : 13730 (java) S 13710 13713 9506 0 -1 4202560 20865 0 0 0 172 2 0 0 15 0 22 0 830926629 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13731] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13731/stat : 13731 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830926629 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13732] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13732/stat : 13732 (java) S 13710 13713 9506 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830926629 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13733] ppid=13710 vsize=10560876 CPUtime=816.42 cores=1,3,5,7
/proc/13713/task/13733/stat : 13733 (java) R 13710 13713 9506 0 -1 4202560 11680 0 0 0 81640 2 0 0 25 0 22 0 830926672 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505863544 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13713/tid=13734] ppid=13710 vsize=10560876 CPUtime=816.32 cores=1,3,5,7
/proc/13713/task/13734/stat : 13734 (java) R 13710 13713 9506 0 -1 4202560 776009 0 0 0 81551 81 0 0 25 0 22 0 830926672 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505788654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13713/tid=13735] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13735/stat : 13735 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13737] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13737/stat : 13737 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976719 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1643.85
Current children cumulated vsize (KiB) 10560876

[startup+882.32 s]
/proc/loadavg: 4.00 3.97 3.72 4/529 13765
/proc/meminfo: memFree=24902512/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=1763.44 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 1005537 0 1 0 176229 115 0 0 23 0 22 0 830926624 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 976745 2267 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18221 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0.45 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 13898 0 0 0 44 1 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0.44 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 25038 0 0 0 41 3 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0.4 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 18695 0 0 0 38 2 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0.46 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 11686 0 0 0 45 1 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0.51 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 25887 0 0 0 48 3 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0.52 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 23271 0 0 0 49 3 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0.45 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 17617 0 0 0 43 2 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0.48 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 18093 0 0 0 46 2 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13725] ppid=13710 vsize=10560876 CPUtime=4.82 cores=1,3,5,7
/proc/13713/task/13725/stat : 13725 (java) S 13710 13713 9506 0 -1 4202560 16715 0 0 0 479 3 0 0 15 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 0 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13726] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13726/stat : 13726 (java) S 13710 13713 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13727] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13727/stat : 13727 (java) S 13710 13713 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13728] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13728/stat : 13728 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646338993 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13729] ppid=13710 vsize=10560876 CPUtime=0.9 cores=1,3,5,7
/proc/13713/task/13729/stat : 13729 (java) S 13710 13713 9506 0 -1 4202560 6648 0 0 0 90 0 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13730] ppid=13710 vsize=10560876 CPUtime=1.74 cores=1,3,5,7
/proc/13713/task/13730/stat : 13730 (java) S 13710 13713 9506 0 -1 4202560 20865 0 0 0 172 2 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13731] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13731/stat : 13731 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13732] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13732/stat : 13732 (java) S 13710 13713 9506 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13733] ppid=13710 vsize=10560876 CPUtime=875.87 cores=1,3,5,7
/proc/13713/task/13733/stat : 13733 (java) R 13710 13713 9506 0 -1 4202560 11680 0 0 0 87585 2 0 0 25 0 22 0 830926672 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505790245 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13713/tid=13734] ppid=13710 vsize=10560876 CPUtime=875.77 cores=1,3,5,7
/proc/13713/task/13734/stat : 13734 (java) R 13710 13713 9506 0 -1 4202560 776012 0 0 0 87496 81 0 0 25 0 22 0 830926672 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912506041069 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13713/tid=13735] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13735/stat : 13735 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13737] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13737/stat : 13737 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1763.44
Current children cumulated vsize (KiB) 10560876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.601 s]
/proc/loadavg: 3.56 3.87 3.69 3/521 13783
/proc/meminfo: memFree=26404696/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=10560876 CPUtime=1800.03 cores=1,3,5,7
/proc/13713/stat : 13713 (java) S 13710 13713 9506 0 -1 4202496 1005537 0 1 0 179888 115 0 0 23 0 22 0 830926624 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 2640219 976745 2267 9 0 2630953 0
[pid=13713/tid=13714] ppid=13710 vsize=10560876 CPUtime=0.47 cores=1,3,5,7
/proc/13713/task/13714/stat : 13714 (java) S 13710 13713 9506 0 -1 4202560 18221 0 1 0 45 2 0 0 15 0 22 0 830926624 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13716] ppid=13710 vsize=10560876 CPUtime=0.45 cores=1,3,5,7
/proc/13713/task/13716/stat : 13716 (java) S 13710 13713 9506 0 -1 4202560 13898 0 0 0 44 1 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13717] ppid=13710 vsize=10560876 CPUtime=0.44 cores=1,3,5,7
/proc/13713/task/13717/stat : 13717 (java) S 13710 13713 9506 0 -1 4202560 25038 0 0 0 41 3 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13718] ppid=13710 vsize=10560876 CPUtime=0.4 cores=1,3,5,7
/proc/13713/task/13718/stat : 13718 (java) S 13710 13713 9506 0 -1 4202560 18695 0 0 0 38 2 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13720] ppid=13710 vsize=10560876 CPUtime=0.46 cores=1,3,5,7
/proc/13713/task/13720/stat : 13720 (java) S 13710 13713 9506 0 -1 4202560 11686 0 0 0 45 1 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13721] ppid=13710 vsize=10560876 CPUtime=0.51 cores=1,3,5,7
/proc/13713/task/13721/stat : 13721 (java) S 13710 13713 9506 0 -1 4202560 25887 0 0 0 48 3 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13722] ppid=13710 vsize=10560876 CPUtime=0.52 cores=1,3,5,7
/proc/13713/task/13722/stat : 13722 (java) S 13710 13713 9506 0 -1 4202560 23271 0 0 0 49 3 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13723] ppid=13710 vsize=10560876 CPUtime=0.45 cores=1,3,5,7
/proc/13713/task/13723/stat : 13723 (java) S 13710 13713 9506 0 -1 4202560 17617 0 0 0 43 2 0 0 15 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 5 0 0 0
[pid=13713/tid=13724] ppid=13710 vsize=10560876 CPUtime=0.48 cores=1,3,5,7
/proc/13713/task/13724/stat : 13724 (java) S 13710 13713 9506 0 -1 4202560 18093 0 0 0 46 2 0 0 16 0 22 0 830926626 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13725] ppid=13710 vsize=10560876 CPUtime=4.82 cores=1,3,5,7
/proc/13713/task/13725/stat : 13725 (java) S 13710 13713 9506 0 -1 4202560 16715 0 0 0 479 3 0 0 15 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 0 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13726] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13726/stat : 13726 (java) S 13710 13713 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13727] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13727/stat : 13727 (java) S 13710 13713 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830926627 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13728] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13728/stat : 13728 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646338993 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13729] ppid=13710 vsize=10560876 CPUtime=0.9 cores=1,3,5,7
/proc/13713/task/13729/stat : 13729 (java) S 13710 13713 9506 0 -1 4202560 6648 0 0 0 90 0 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13730] ppid=13710 vsize=10560876 CPUtime=1.74 cores=1,3,5,7
/proc/13713/task/13730/stat : 13730 (java) S 13710 13713 9506 0 -1 4202560 20865 0 0 0 172 2 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13731] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13731/stat : 13731 (java) S 13710 13713 9506 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331289 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
[pid=13713/tid=13732] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13732/stat : 13732 (java) S 13710 13713 9506 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830926629 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 3 0 0 0
[pid=13713/tid=13733] ppid=13710 vsize=10560876 CPUtime=894.18 cores=1,3,5,7
/proc/13713/task/13733/stat : 13733 (java) R 13710 13713 9506 0 -1 4202560 11680 0 0 0 89416 2 0 0 25 0 22 0 830926672 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505790564 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13713/tid=13734] ppid=13710 vsize=10560876 CPUtime=894.07 cores=1,3,5,7
/proc/13713/task/13734/stat : 13734 (java) R 13710 13713 9506 0 -1 4202560 776012 0 0 0 89326 81 0 0 25 0 22 0 830926672 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 46912505760884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13713/tid=13735] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13735/stat : 13735 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 1 0 0 0
[pid=13713/tid=13737] ppid=13710 vsize=10560876 CPUtime=0 cores=1,3,5,7
/proc/13713/task/13737/stat : 13737 (java) S 13710 13713 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830926673 10814337024 976745 33554432000 1073741824 1073778376 140733445246992 18446744073709551615 216646331904 0 4 0 16800975 18446604455416431936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10560876

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

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

[startup+900.725 s]
/proc/loadavg: 3.56 3.87 3.69 3/521 13783
/proc/meminfo: memFree=26404696/32951124 swapFree=51712236/67111528
[pid=13713] ppid=13710 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/13713/stat : 13713 (java) Z 13710 13713 9506 0 -1 4203548 1005569 0 1 0 179894 124 0 0 17 0 2 0 830926624 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13713/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.786
CPU time (s): 1800.25
CPU user time (s): 1798.95
CPU system time (s): 1.3078
CPU usage (%): 199.854
Max. virtual memory (cumulated for all children) (KiB): 10560876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.3078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1005569
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= 23366
involuntary context switches= 17746

runsolver used 4.54531 second user time and 10.9633 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-04 15:14:00
IDJOB=3454466
IDBENCH=3034
IDSOLVER=1950
FILE ID=node103/3454466-1307193240
RUNJOBID= node103-1307192064-13262
PBS_JOBID= 13508861
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454466-1307193240/watcher-3454466-1307193240 -o /tmp/evaluation-result-3454466-1307193240/solver-3454466-1307193240 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454466-1307193240.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=470585180

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      29135704 kB
Buffers:        326712 kB
Cached:         505732 kB
SwapCached:      23760 kB
Active:        3080288 kB
Inactive:       439736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29135704 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           19456 kB
Writeback:           0 kB
AnonPages:     2685032 kB
Mapped:          30752 kB
Slab:           150428 kB
PageTables:      75284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172399572 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= 73916 MiB
End job on node103 at 2011-06-04 15:29:03