Trace number 3454681

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.34 903.503

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
MD5SUM00fd5397600f602b7512f4fbf6ea5edc
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 -15
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
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 constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880078237913026827969150
Number of bits of the biggest sum of numbers91
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3454681-1307193072.opb
0.10/0.12	c reading problem ... 
0.71/0.49	c ... done. Wall clock time 0.362s.
0.71/0.49	c #vars     1951
0.71/0.49	c #constraints  6047
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
19.71/9.26	c cleaning 2501 clauses out of 5001 with flag 5001/5001
40.01/19.32	c cleaning 4250 clauses out of 8500 with flag 11001/11001
68.21/33.42	c cleaning 5623 clauses out of 11249 with flag 18000/18000
99.41/49.09	c cleaning 6807 clauses out of 13626 with flag 26000/26000
133.04/65.83	c cleaning 7904 clauses out of 15819 with flag 35000/35000
170.40/84.60	c cleaning 8958 clauses out of 17915 with flag 45000/45000
206.32/102.59	c cleaning 9474 clauses out of 18957 with flag 55000/55000
235.47/117.18	c cleaning 9734 clauses out of 19483 with flag 65000/65000
271.82/135.34	c cleaning 9868 clauses out of 19750 with flag 75001/75001
310.93/154.91	c cleaning 9937 clauses out of 19882 with flag 85001/85001
341.46/170.25	c cleaning 9969 clauses out of 19946 with flag 95002/95002
381.18/190.17	c cleaning 9975 clauses out of 19976 with flag 105001/105001
423.29/211.29	c cleaning 9998 clauses out of 20001 with flag 115001/115001
453.56/226.43	c cleaning 9998 clauses out of 20003 with flag 125001/125001
477.30/238.31	c cleaning 9996 clauses out of 20004 with flag 135000/135000
512.83/256.12	c cleaning 10002 clauses out of 20009 with flag 145001/145001
559.48/279.58	c cleaning 10002 clauses out of 20007 with flag 155001/155001
614.03/306.87	c cleaning 10000 clauses out of 20007 with flag 165003/165003
657.51/328.67	c cleaning 9998 clauses out of 20005 with flag 175001/175001
695.61/347.70	c cleaning 10001 clauses out of 20007 with flag 185001/185001
733.01/366.53	c cleaning 9990 clauses out of 20006 with flag 195001/195001
774.68/387.48	c cleaning 10002 clauses out of 20021 with flag 205006/205006
819.96/410.12	c cleaning 10006 clauses out of 20024 with flag 215011/215011
854.22/427.34	c cleaning 9993 clauses out of 20009 with flag 225002/225002
885.00/442.83	c cleaning 9998 clauses out of 20015 with flag 235001/235001
918.05/459.46	c cleaning 9997 clauses out of 20016 with flag 245000/245000
951.74/476.33	c cleaning 10001 clauses out of 20019 with flag 255000/255000
988.14/494.62	c cleaning 10007 clauses out of 20018 with flag 265000/265000
1018.50/509.96	c cleaning 9997 clauses out of 20012 with flag 275001/275001
1053.15/527.31	c cleaning 9994 clauses out of 20014 with flag 285000/285000
1083.20/542.41	c cleaning 10005 clauses out of 20020 with flag 295000/295000
1112.44/557.17	c cleaning 9996 clauses out of 20016 with flag 305001/305001
1142.58/572.30	c cleaning 10000 clauses out of 20020 with flag 315001/315001
1174.84/588.59	c cleaning 10001 clauses out of 20019 with flag 325000/325000
1205.05/603.80	c cleaning 9998 clauses out of 20020 with flag 335002/335002
1237.46/620.09	c cleaning 10007 clauses out of 20021 with flag 345001/345001
1266.41/634.66	c cleaning 9998 clauses out of 20015 with flag 355002/355002
1296.83/649.98	c cleaning 9997 clauses out of 20015 with flag 365000/365000
1326.44/664.86	c cleaning 10005 clauses out of 20019 with flag 375001/375001
1359.25/681.39	c cleaning 9997 clauses out of 20015 with flag 385002/385002
1394.57/699.15	c cleaning 10002 clauses out of 20016 with flag 395000/395000
1431.18/717.59	c cleaning 9999 clauses out of 20015 with flag 405001/405001
1461.01/732.53	c cleaning 9994 clauses out of 20016 with flag 415001/415001
1497.20/750.70	c cleaning 10005 clauses out of 20021 with flag 425000/425000
1535.12/769.81	c cleaning 10001 clauses out of 20017 with flag 435001/435001
1572.54/788.71	c cleaning 10001 clauses out of 20017 with flag 445002/445002
1606.12/805.52	c cleaning 9997 clauses out of 20016 with flag 455002/455002
1634.93/820.06	c cleaning 10004 clauses out of 20017 with flag 465000/465000
1661.62/833.54	c cleaning 9999 clauses out of 20013 with flag 475000/475000
1688.81/847.25	c cleaning 10002 clauses out of 20015 with flag 485001/485001
1722.01/863.91	c cleaning 9999 clauses out of 20012 with flag 495000/495000
1752.00/879.00	c cleaning 9995 clauses out of 20013 with flag 505000/505000
1782.46/894.45	c cleaning 10006 clauses out of 20021 with flag 515003/515003
1800.07/903.32	c starts		: 152
1800.07/903.32	c conflicts		: 521079
1800.07/903.32	c decisions		: 658116
1800.07/903.32	c propagations		: 34656020
1800.07/903.32	c inspects		: 542421215
1800.07/903.32	c shortcuts		: 0
1800.07/903.32	c learnt literals	: 0
1800.07/903.32	c learnt binary clauses	: 82
1800.07/903.32	c learnt ternary clauses	: 220
1800.07/903.32	c learnt constraints	: 521079
1800.07/903.32	c ignored constraints	: 0
1800.07/903.32	c root simplifications	: 0
1800.07/903.32	c removed literals (reason simplification)	: 223827150
1800.07/903.32	c reason swapping (by a shorter reason)	: 0
1800.07/903.32	c Calls to reduceDB	: 53
1800.07/903.32	c number of reductions to clauses (during analyze)	: 0
1800.07/903.32	c number of learned constraints concerned by reduction	: 0
1800.07/903.32	c number of learning phase by resolution	: 0
1800.07/903.32	c number of learning phase by cutting planes	: 0
1800.07/903.32	c speed (assignments/second)	: 38385.699744250625
1800.07/903.32	c non guided choices	23
1800.07/903.34	c learnt constraints type 
1800.07/903.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.07/903.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16022
1800.07/903.34	c constraints type 
1800.07/903.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.07/903.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.07/903.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/903.34	c constraints type 
1800.07/903.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
1800.07/903.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
1800.07/903.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/903.34	s UNKNOWN
1800.07/903.34	c Total wall clock time (in seconds): 903.221

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-3454681-1307193072/watcher-3454681-1307193072 -o /tmp/evaluation-result-3454681-1307193072/solver-3454681-1307193072 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454681-1307193072.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: 2.96 2.98 2.76 2/535 17739
/proc/meminfo: memFree=18605868/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 909538007 36646912 1017 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 8947 1017 782 9 0 386 0
[pid=17739/tid=17740] ppid=17737 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17739 13684 0 -1 4202560 4970 0 1 0 0 0 0 0 25 0 2 0 909538007 10694979584 5785 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.085731 s]
/proc/loadavg: 2.96 2.98 2.76 2/535 17739
/proc/meminfo: memFree=18605868/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 11943 0 1 0 5 2 0 0 25 0 18 0 909538007 10724442112 11639 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2618272 11639 1755 9 0 2609006 0
[pid=17739/tid=17740] ppid=17737 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17739 13684 0 -1 4202560 10768 0 1 0 5 1 0 0 25 0 18 0 909538007 10724442112 11639 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000419275 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.101832 s]
/proc/loadavg: 2.96 2.98 2.76 2/535 17739
/proc/meminfo: memFree=18605868/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10540244 CPUtime=0.1 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 12906 0 1 0 8 2 0 0 25 0 18 0 909538007 10793209856 12602 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2635061 12602 2092 9 0 2625795 0
[pid=17739/tid=17740] ppid=17737 vsize=10540244 CPUtime=0.07 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17739 13684 0 -1 4202560 11004 0 1 0 6 1 0 0 25 0 18 0 909538007 10793209856 12602 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 47676819937828 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540244

[startup+0.30193 s]
/proc/loadavg: 2.96 2.98 2.76 2/535 17739
/proc/meminfo: memFree=18605868/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10542108 CPUtime=0.45 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 15195 0 1 0 43 2 0 0 25 0 18 0 909538007 10795118592 14798 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2635527 14798 2199 9 0 2626261 0
[pid=17739/tid=17740] ppid=17737 vsize=10542108 CPUtime=0.28 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17739 13684 0 -1 4202560 12579 0 1 0 26 2 0 0 25 0 18 0 909538007 10795118592 14799 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505573595 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10542108

[startup+0.700506 s]
/proc/loadavg: 2.96 2.98 2.76 2/535 17739
/proc/meminfo: memFree=18605868/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=1.78 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 29764 0 1 0 175 3 0 0 25 0 22 0 909538007 10815672320 25080 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 25080 2233 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15313 0 1 0 44 2 0 0 25 0 22 0 909538007 10815672320 25080 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10562180

[startup+1.50136 s]
/proc/loadavg: 2.96 2.98 2.76 4/557 17761
/proc/meminfo: memFree=18412508/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=3.85 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 127904 0 1 0 370 15 0 0 25 0 22 0 909538007 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 120777 2237 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15313 0 1 0 44 2 0 0 15 0 22 0 909538007 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17742] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17743] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17739 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17744] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120777 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17750] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17739 13684 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 909538010 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 0 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17751] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17739 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909538011 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17752] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538011 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17753] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000416177 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17754] ppid=17737 vsize=10562180 CPUtime=0.64 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17737 17739 13684 0 -1 4202560 6819 0 0 0 63 1 0 0 16 0 22 0 909538014 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17755] ppid=17737 vsize=10562180 CPUtime=0.71 cores=0,2,4,6
/proc/17739/task/17755/stat : 17755 (java) S 17737 17739 13684 0 -1 4202560 7549 0 0 0 71 0 0 0 15 0 22 0 909538014 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17756] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17756/stat : 17756 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17757] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17757/stat : 17757 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909538014 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17758] ppid=17737 vsize=10562180 CPUtime=1 cores=0,2,4,6
/proc/17739/task/17758/stat : 17758 (java) R 17737 17739 13684 0 -1 4202560 1708 0 0 0 100 0 0 0 25 0 22 0 909538056 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505718276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=10562180 CPUtime=0.99 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4202560 95349 0 0 0 89 10 0 0 25 0 22 0 909538056 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505718431 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17739/tid=17760] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17760/stat : 17760 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17761] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17761/stat : 17761 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 120778 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 10562180

[startup+3.10108 s]
/proc/loadavg: 2.96 2.98 2.77 5/557 17761
/proc/meminfo: memFree=17787548/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=7.32 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 349524 0 1 0 692 40 0 0 25 0 22 0 909538007 10815672320 339249 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 339249 2240 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15313 0 1 0 44 2 0 0 15 0 22 0 909538007 10815672320 339249 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17742] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339249 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17743] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17739 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339249 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17744] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339249 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538009 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17750] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17739 13684 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 909538010 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 0 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17751] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17739 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909538011 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17752] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538011 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17753] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000416177 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17754] ppid=17737 vsize=10562180 CPUtime=0.84 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) R 17737 17739 13684 0 -1 4202560 10536 0 0 0 82 2 0 0 15 0 22 0 909538014 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 47676819903911 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17739/tid=17755] ppid=17737 vsize=10562180 CPUtime=0.79 cores=0,2,4,6
/proc/17739/task/17755/stat : 17755 (java) S 17737 17739 13684 0 -1 4202560 7560 0 0 0 79 0 0 0 15 0 22 0 909538014 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17756] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17756/stat : 17756 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17757] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17757/stat : 17757 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909538014 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17758] ppid=17737 vsize=10562180 CPUtime=2.6 cores=0,2,4,6
/proc/17739/task/17758/stat : 17758 (java) R 17737 17739 13684 0 -1 4202560 7644 0 0 0 260 0 0 0 25 0 22 0 909538056 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505825429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=10562180 CPUtime=2.59 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4202560 307304 0 0 0 225 34 0 0 25 0 22 0 909538056 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505718172 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17739/tid=17760] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17760/stat : 17760 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17761] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17761/stat : 17761 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 339250 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10562180

[startup+6.30158 s]
/proc/loadavg: 2.96 2.98 2.77 5/557 17761
/proc/meminfo: memFree=15954056/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=13.89 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 674142 0 1 0 1319 70 0 0 25 0 22 0 909538007 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 662821 2254 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15313 0 1 0 44 2 0 0 15 0 22 0 909538007 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17742] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17743] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17739 13684 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17744] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 448 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 514 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 1269 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 958 0 0 0 0 0 0 0 18 0 22 0 909538009 10815672320 662821 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0

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

/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 9603 0 0 0 32 1 0 0 16 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0.27 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 8556 0 0 0 26 1 0 0 15 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0.27 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 5793 0 0 0 27 0 0 0 15 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0.37 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 9753 0 0 0 36 1 0 0 15 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0.37 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 11130 0 0 0 35 2 0 0 15 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0.32 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 11439 0 0 0 30 2 0 0 15 0 22 0 909538009 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17750] ppid=17737 vsize=10562180 CPUtime=7.77 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17739 13684 0 -1 4202560 16435 0 0 0 775 2 0 0 15 0 22 0 909538010 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 0 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17751] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17739 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17752] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17739 13684 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17753] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000416177 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17754] ppid=17737 vsize=10562180 CPUtime=1 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17737 17739 13684 0 -1 4202560 11025 0 0 0 98 2 0 0 15 0 22 0 909538014 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17755] ppid=17737 vsize=10562180 CPUtime=1.13 cores=0,2,4,6
/proc/17739/task/17755/stat : 17755 (java) S 17737 17739 13684 0 -1 4202560 7588 0 0 0 113 0 0 0 15 0 22 0 909538014 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17756] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17756/stat : 17756 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17757] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17757/stat : 17757 (java) S 17737 17739 13684 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 909538014 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17758] ppid=17737 vsize=10562180 CPUtime=813.13 cores=0,2,4,6
/proc/17739/task/17758/stat : 17758 (java) R 17737 17739 13684 0 -1 4202560 15912 0 0 0 81311 2 0 0 25 0 22 0 909538056 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505764051 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=10562180 CPUtime=813.08 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4202560 802468 0 0 0 81225 83 0 0 25 0 22 0 909538056 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505825225 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17739/tid=17760] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17760/stat : 17760 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17761] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17761/stat : 17761 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927415 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1639.22
Current children cumulated vsize (KiB) 10562180

[startup+882.301 s]
/proc/loadavg: 4.03 3.98 3.53 5/557 17835
/proc/meminfo: memFree=11791720/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=1758.26 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 943177 0 1 0 175719 107 0 0 25 0 22 0 909538007 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 927420 2268 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15324 0 1 0 44 2 0 0 15 0 22 0 909538007 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17742] ppid=17737 vsize=10562180 CPUtime=0.31 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17739 13684 0 -1 4202560 7508 0 0 0 30 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17743] ppid=17737 vsize=10562180 CPUtime=0.29 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17739 13684 0 -1 4202560 9423 0 0 0 28 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17744] ppid=17737 vsize=10562180 CPUtime=0.35 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 9603 0 0 0 34 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0.29 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 8556 0 0 0 28 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0.3 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 5794 0 0 0 30 0 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0.39 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 9753 0 0 0 38 1 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0.4 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 11134 0 0 0 38 2 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0.34 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 11439 0 0 0 32 2 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17750] ppid=17737 vsize=10562180 CPUtime=8.78 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17739 13684 0 -1 4202560 16439 0 0 0 876 2 0 0 15 0 22 0 909538010 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 0 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17751] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17739 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17752] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17739 13684 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17753] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000416177 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17754] ppid=17737 vsize=10562180 CPUtime=1 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17737 17739 13684 0 -1 4202560 11025 0 0 0 98 2 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17755] ppid=17737 vsize=10562180 CPUtime=1.13 cores=0,2,4,6
/proc/17739/task/17755/stat : 17755 (java) S 17737 17739 13684 0 -1 4202560 7588 0 0 0 113 0 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17756] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17756/stat : 17756 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17757] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17757/stat : 17757 (java) S 17737 17739 13684 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17758] ppid=17737 vsize=10562180 CPUtime=872.07 cores=0,2,4,6
/proc/17739/task/17758/stat : 17758 (java) R 17737 17739 13684 0 -1 4202560 15912 0 0 0 87205 2 0 0 25 0 22 0 909538056 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505642185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=10562180 CPUtime=872.02 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4202560 802470 0 0 0 87119 83 0 0 25 0 22 0 909538056 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505763165 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17739/tid=17760] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17760/stat : 17760 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17761] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17761/stat : 17761 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1758.26
Current children cumulated vsize (KiB) 10562180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.302 s]
/proc/loadavg: 4.02 3.98 3.54 5/557 17836
/proc/meminfo: memFree=11788608/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=10562180 CPUtime=1800.07 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17739 13684 0 -1 4202496 943179 0 1 0 179900 107 0 0 25 0 22 0 909538007 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 2640545 927420 2268 9 0 2631279 0
[pid=17739/tid=17740] ppid=17737 vsize=10562180 CPUtime=0.46 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17739 13684 0 -1 4202560 15324 0 1 0 44 2 0 0 15 0 22 0 909538007 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17742] ppid=17737 vsize=10562180 CPUtime=0.31 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17739 13684 0 -1 4202560 7508 0 0 0 30 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17743] ppid=17737 vsize=10562180 CPUtime=0.29 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17739 13684 0 -1 4202560 9423 0 0 0 28 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17744] ppid=17737 vsize=10562180 CPUtime=0.35 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17739 13684 0 -1 4202560 9603 0 0 0 34 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17745] ppid=17737 vsize=10562180 CPUtime=0.29 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17739 13684 0 -1 4202560 8556 0 0 0 28 1 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17746] ppid=17737 vsize=10562180 CPUtime=0.3 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17739 13684 0 -1 4202560 5794 0 0 0 30 0 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17747] ppid=17737 vsize=10562180 CPUtime=0.39 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17739 13684 0 -1 4202560 9753 0 0 0 38 1 0 0 15 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17748] ppid=17737 vsize=10562180 CPUtime=0.41 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17739 13684 0 -1 4202560 11134 0 0 0 39 2 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17749] ppid=17737 vsize=10562180 CPUtime=0.35 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17739 13684 0 -1 4202560 11439 0 0 0 33 2 0 0 16 0 22 0 909538009 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17750] ppid=17737 vsize=10562180 CPUtime=9 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17739 13684 0 -1 4202560 16439 0 0 0 898 2 0 0 15 0 22 0 909538010 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 0 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17751] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17739 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17752] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17739 13684 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909538011 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17753] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000416177 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17754] ppid=17737 vsize=10562180 CPUtime=1 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17737 17739 13684 0 -1 4202560 11025 0 0 0 98 2 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 2 0 0 0
[pid=17739/tid=17755] ppid=17737 vsize=10562180 CPUtime=1.13 cores=0,2,4,6
/proc/17739/task/17755/stat : 17755 (java) S 17737 17739 13684 0 -1 4202560 7588 0 0 0 113 0 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 4 0 0 0
[pid=17739/tid=17756] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17756/stat : 17756 (java) S 17737 17739 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000408473 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17757] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17757/stat : 17757 (java) S 17737 17739 13684 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909538014 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 0 0 0 0
[pid=17739/tid=17758] ppid=17737 vsize=10562180 CPUtime=892.86 cores=0,2,4,6
/proc/17739/task/17758/stat : 17758 (java) R 17737 17739 13684 0 -1 4202560 15913 0 0 0 89284 2 0 0 25 0 22 0 909538056 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505726125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=10562180 CPUtime=892.81 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4202560 802471 0 0 0 89198 83 0 0 25 0 22 0 909538056 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 46912505642092 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17739/tid=17760] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17760/stat : 17760 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
[pid=17739/tid=17761] ppid=17737 vsize=10562180 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17761/stat : 17761 (java) S 17737 17739 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909538057 10815672320 927420 33554432000 1073741824 1073778376 140737095397440 18446744073709551615 216000409088 0 4 0 16800975 18446604449586206848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10562180

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

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

[startup+903.426 s]
/proc/loadavg: 4.02 3.98 3.54 5/557 17836
/proc/meminfo: memFree=11788608/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/17739/stat : 17739 (java) Z 17737 17739 13684 0 -1 4203548 943209 0 1 0 179912 113 0 0 17 0 2 0 909538007 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 0 0 0 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=0 CPUtime=892.9 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4203588 802471 0 0 0 89201 89 0 0 25 0 2 0 909538056 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+903.5 s]
/proc/loadavg: 4.02 3.98 3.54 5/557 17836
/proc/meminfo: memFree=11788608/32950940 swapFree=67111364/67111528
[pid=17739] ppid=17737 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/17739/stat : 17739 (java) Z 17737 17739 13684 0 -1 4203548 943209 0 1 0 179912 121 0 0 17 0 2 0 909538007 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17739/statm: 0 0 0 0 0 0 0
[pid=17739/tid=17759] ppid=17737 vsize=0 CPUtime=892.97 cores=0,2,4,6
/proc/17739/task/17759/stat : 17759 (java) R 17737 17739 13684 0 -1 4203588 802471 0 0 0 89201 96 0 0 25 0 2 0 909538056 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 903.503
CPU time (s): 1800.34
CPU user time (s): 1799.12
CPU system time (s): 1.21581
CPU usage (%): 199.262
Max. virtual memory (cumulated for all children) (KiB): 10562180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.21582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943209
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= 23150
involuntary context switches= 28031

runsolver used 4.74628 second user time and 10.9003 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 15:11:12
IDJOB=3454681
IDBENCH=2992
IDSOLVER=1950
FILE ID=node117/3454681-1307193072
RUNJOBID= node117-1307191941-17545
PBS_JOBID= 13508821
Free space on /tmp= 73628 MiB

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

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

MD5SUM BENCH= 00fd5397600f602b7512f4fbf6ea5edc
RANDOM SEED=261124888

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18606024 kB
Buffers:        377928 kB
Cached:        3198408 kB
SwapCached:          0 kB
Active:       10848892 kB
Inactive:      3098244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18606024 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:    10370696 kB
Mapped:          50188 kB
Slab:           269892 kB
PageTables:      59316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159873616 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= 73624 MiB
End job on node117 at 2011-06-04 15:26:18