Trace number 3454551

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.36 915.786

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
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 4574600208
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29764190431236
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29764190431236
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454551-1307190063.opb
0.09/0.11	c reading problem ... 
2.44/2.01	c ... done. Wall clock time 1.894s.
2.44/2.01	c #vars     155000
2.44/2.01	c #constraints  64123
2.44/2.01	c constraints type 
2.44/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.44/2.01	c constraints type 
2.44/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
40.69/20.46	c cleaning 2500 clauses out of 5000 with flag 5000/5000
47.89/24.20	c cleaning 4250 clauses out of 8500 with flag 11000/11000
56.99/28.81	c cleaning 5626 clauses out of 11252 with flag 18002/18002
67.09/34.09	c cleaning 6812 clauses out of 13624 with flag 26000/26000
81.11/41.24	c cleaning 7907 clauses out of 15813 with flag 35001/35001
94.22/47.90	c cleaning 8953 clauses out of 17905 with flag 45000/45000
111.72/56.82	c cleaning 9476 clauses out of 18952 with flag 55000/55000
123.41/62.86	c cleaning 9735 clauses out of 19477 with flag 65001/65001
136.82/69.75	c cleaning 9869 clauses out of 19742 with flag 75001/75001
148.35/75.62	c cleaning 9933 clauses out of 19873 with flag 85001/85001
162.23/82.78	c cleaning 9969 clauses out of 19941 with flag 95002/95002
175.71/89.66	c cleaning 9980 clauses out of 19970 with flag 105000/105000
196.66/100.39	c cleaning 10002 clauses out of 20008 with flag 115018/115018
210.57/107.41	c cleaning 9999 clauses out of 19997 with flag 125009/125009
224.05/114.32	c cleaning 9991 clauses out of 19990 with flag 135001/135001
237.17/121.02	c cleaning 9998 clauses out of 20001 with flag 145003/145003
251.08/128.25	c cleaning 9997 clauses out of 20000 with flag 155000/155000
264.37/135.02	c cleaning 9998 clauses out of 20004 with flag 165001/165001
279.68/142.89	c cleaning 10003 clauses out of 20011 with flag 175006/175006
292.78/149.54	c cleaning 9999 clauses out of 20005 with flag 185003/185003
306.09/156.43	c cleaning 10000 clauses out of 20007 with flag 195004/195004
317.76/162.46	c cleaning 10010 clauses out of 20029 with flag 205026/205026
330.82/169.10	c cleaning 9996 clauses out of 19996 with flag 215003/215003
344.89/176.34	c cleaning 9999 clauses out of 20001 with flag 225004/225004
359.24/183.74	c cleaning 9994 clauses out of 19998 with flag 235000/235000
373.69/191.18	c cleaning 10002 clauses out of 20011 with flag 245007/245007
388.55/198.70	c cleaning 10004 clauses out of 20013 with flag 255011/255011
402.41/205.86	c cleaning 9999 clauses out of 20000 with flag 265002/265002
414.54/212.19	c cleaning 10000 clauses out of 20005 with flag 275006/275006
427.40/218.71	c cleaning 10001 clauses out of 20006 with flag 285007/285007
440.07/225.29	c cleaning 9995 clauses out of 20001 with flag 295003/295003
453.73/232.23	c cleaning 10001 clauses out of 20007 with flag 305004/305004
477.29/244.26	c cleaning 9991 clauses out of 20002 with flag 315000/315000
495.12/253.31	c cleaning 9998 clauses out of 20011 with flag 325000/325000
507.78/259.89	c cleaning 10001 clauses out of 20013 with flag 335000/335000
519.04/265.65	c cleaning 9998 clauses out of 20012 with flag 345000/345000
531.56/272.17	c cleaning 10001 clauses out of 20015 with flag 355001/355001
545.21/279.12	c cleaning 10004 clauses out of 20016 with flag 365003/365003
556.28/284.87	c cleaning 9994 clauses out of 20009 with flag 375000/375000
567.73/290.77	c cleaning 10000 clauses out of 20015 with flag 385000/385000
582.84/298.53	c cleaning 10002 clauses out of 20015 with flag 395000/395000
609.30/311.99	c cleaning 9969 clauses out of 20013 with flag 405000/405000
643.75/329.33	c cleaning 10031 clauses out of 20069 with flag 415025/415025
668.39/341.87	c cleaning 10008 clauses out of 20022 with flag 425009/425009
695.67/355.70	c cleaning 10005 clauses out of 20015 with flag 435010/435010
726.34/371.21	c cleaning 10001 clauses out of 20008 with flag 445008/445008
754.78/385.62	c cleaning 9999 clauses out of 20004 with flag 455005/455005
788.06/402.50	c cleaning 10008 clauses out of 20016 with flag 465016/465016
819.13/418.29	c cleaning 9993 clauses out of 19992 with flag 475000/475000
848.58/433.19	c cleaning 10011 clauses out of 20026 with flag 485027/485027
878.64/448.36	c cleaning 9996 clauses out of 19999 with flag 495011/495011
911.08/464.72	c cleaning 10007 clauses out of 20018 with flag 505026/505026
943.77/481.35	c cleaning 9991 clauses out of 19989 with flag 515004/515004
976.28/497.79	c cleaning 9996 clauses out of 19996 with flag 525002/525002
1005.49/512.57	c cleaning 10001 clauses out of 20004 with flag 535006/535006
1040.33/530.20	c cleaning 9998 clauses out of 20000 with flag 545003/545003
1074.80/547.62	c cleaning 9998 clauses out of 20002 with flag 555003/555003
1108.42/564.63	c cleaning 10000 clauses out of 20005 with flag 565004/565004
1142.22/581.75	c cleaning 10000 clauses out of 20003 with flag 575002/575002
1177.30/599.44	c cleaning 10001 clauses out of 20006 with flag 585005/585005
1215.31/618.74	c cleaning 10001 clauses out of 20007 with flag 595007/595007
1241.76/632.11	c cleaning 10004 clauses out of 20012 with flag 605013/605013
1270.37/646.71	c cleaning 9996 clauses out of 19996 with flag 615001/615001
1300.59/661.93	c cleaning 10000 clauses out of 20001 with flag 625002/625002
1330.10/676.92	c cleaning 9997 clauses out of 20000 with flag 635001/635001
1356.49/690.35	c cleaning 10002 clauses out of 20008 with flag 645006/645006
1386.68/705.64	c cleaning 9998 clauses out of 20004 with flag 655004/655004
1415.67/720.30	c cleaning 10015 clauses out of 20033 with flag 665031/665031
1443.97/734.79	c cleaning 10002 clauses out of 20003 with flag 675016/675016
1474.39/750.17	c cleaning 9995 clauses out of 19997 with flag 685012/685012
1502.16/764.20	c cleaning 9999 clauses out of 20005 with flag 695015/695015
1532.18/779.48	c cleaning 9993 clauses out of 19996 with flag 705005/705005
1562.45/794.81	c cleaning 9998 clauses out of 20000 with flag 715002/715002
1590.46/809.03	c cleaning 10002 clauses out of 20010 with flag 725010/725010
1622.11/825.08	c cleaning 9997 clauses out of 20001 with flag 735003/735003
1651.29/839.89	c cleaning 10012 clauses out of 20029 with flag 745028/745028
1678.96/853.94	c cleaning 9992 clauses out of 19996 with flag 755007/755007
1709.13/869.23	c cleaning 10010 clauses out of 20023 with flag 765026/765026
1741.57/885.60	c cleaning 9990 clauses out of 19988 with flag 775001/775001
1770.35/900.24	c cleaning 10000 clauses out of 20003 with flag 785006/785006
1796.36/913.57	c cleaning 9995 clauses out of 19998 with flag 795001/795001
1800.13/915.62	c starts		: 171
1800.13/915.62	c conflicts		: 796359
1800.13/915.62	c decisions		: 1787567
1800.13/915.62	c propagations		: 21817354
1800.13/915.62	c inspects		: 611700613
1800.13/915.62	c shortcuts		: 0
1800.13/915.62	c learnt literals	: 0
1800.13/915.62	c learnt binary clauses	: 0
1800.13/915.62	c learnt ternary clauses	: 0
1800.13/915.62	c learnt constraints	: 796358
1800.13/915.62	c ignored constraints	: 0
1800.13/915.62	c root simplifications	: 0
1800.13/915.62	c removed literals (reason simplification)	: 22835188
1800.13/915.62	c reason swapping (by a shorter reason)	: 0
1800.13/915.62	c Calls to reduceDB	: 81
1800.13/915.62	c number of reductions to clauses (during analyze)	: 0
1800.13/915.62	c number of learned constraints concerned by reduction	: 0
1800.13/915.62	c number of learning phase by resolution	: 0
1800.13/915.62	c number of learning phase by cutting planes	: 0
1800.13/915.62	c speed (assignments/second)	: 23880.353892411542
1800.13/915.62	c non guided choices	484799
1800.13/915.63	c learnt constraints type 
1800.13/915.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11370
1800.13/915.63	c constraints type 
1800.13/915.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.13/915.63	c constraints type 
1800.13/915.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.13/915.63	s UNKNOWN
1800.13/915.63	c Total wall clock time (in seconds): 915.518

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-3454551-1307190063/watcher-3454551-1307190063 -o /tmp/evaluation-result-3454551-1307190063/solver-3454551-1307190063 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454551-1307190063.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: 4.00 3.95 3.46 4/445 2274
/proc/meminfo: memFree=22994384/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=9020 CPUtime=0 cores=1,3,5,7
/proc/2274/stat : 2274 (java) R 2272 2274 31765 0 -1 4194304 322 0 0 0 0 0 0 0 25 0 1 0 830604564 9236480 85 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246511871537 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2274/statm: 2255 88 71 9 0 34 0
[pid=2274/tid=2275] ppid=2272 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 2562 0 1 0 0 0 0 0 25 0 2 0 830604565 10694979584 3378 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0466089 s]
/proc/loadavg: 4.00 3.95 3.46 4/445 2274
/proc/meminfo: memFree=22994384/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 11258 0 1 0 2 1 0 0 25 0 13 0 830604564 10718699520 10954 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2616870 10954 1673 9 0 2607618 0
[pid=2274/tid=2275] ppid=2272 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 10109 0 1 0 2 0 0 0 25 0 13 0 830604565 10718699520 10954 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 47812367874899 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100551 s]
/proc/loadavg: 4.00 3.95 3.46 4/445 2274
/proc/meminfo: memFree=22994384/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10540212 CPUtime=0.09 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 12995 0 1 0 8 1 0 0 25 0 18 0 830604564 10793177088 12691 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2635053 12693 2093 9 0 2625787 0
[pid=2274/tid=2275] ppid=2272 vsize=10540212 CPUtime=0.08 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 11100 0 1 0 7 1 0 0 18 0 18 0 830604565 10793177088 12693 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 47812364237348 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540212

[startup+0.300566 s]
/proc/loadavg: 4.00 3.95 3.46 4/445 2274
/proc/meminfo: memFree=22994384/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10542696 CPUtime=0.46 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 21744 0 1 0 44 2 0 0 25 0 18 0 830604564 10795720704 20831 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2635674 20834 2200 9 0 2626408 0
[pid=2274/tid=2275] ppid=2272 vsize=10542696 CPUtime=0.27 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 18244 0 1 0 26 1 0 0 18 0 18 0 830604565 10795720704 20836 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505556315 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542696

[startup+0.700477 s]
/proc/loadavg: 4.00 3.95 3.46 4/445 2274
/proc/meminfo: memFree=22994384/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10542696 CPUtime=1.06 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 51109 0 1 0 101 5 0 0 25 0 18 0 830604564 10795720704 49894 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2635674 49897 2205 9 0 2626408 0
[pid=2274/tid=2275] ppid=2272 vsize=10542696 CPUtime=0.67 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 47082 0 1 0 63 4 0 0 18 0 18 0 830604565 10795720704 49899 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505574192 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10542696

[startup+1.50133 s]
/proc/loadavg: 4.00 3.95 3.46 4/463 2292
/proc/meminfo: memFree=22670920/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10542696 CPUtime=1.87 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 128685 0 1 0 172 15 0 0 25 0 18 0 830604564 10795720704 127323 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2635674 127331 2205 9 0 2626408 0
[pid=2274/tid=2275] ppid=2272 vsize=10542696 CPUtime=1.47 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) R 2272 2274 31765 0 -1 4202560 124664 0 1 0 133 14 0 0 19 0 18 0 830604565 10795720704 127338 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505657886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127347 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127355 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127363 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127371 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127379 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604566 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830604567 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830604568 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830604568 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604570 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10542696 CPUtime=0.18 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) S 2272 2274 31765 0 -1 4202560 1294 0 0 0 18 0 0 0 15 0 18 0 830604570 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10542696 CPUtime=0.19 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) S 2272 2274 31765 0 -1 4202560 1590 0 0 0 19 0 0 0 15 0 18 0 830604570 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2291] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2291/stat : 2291 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830604570 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2292] ppid=2272 vsize=10542696 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2292/stat : 2292 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830604570 10795720704 127384 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10542696

[startup+3.10702 s]
/proc/loadavg: 4.00 3.95 3.46 5/465 2294
/proc/meminfo: memFree=22299936/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10546808 CPUtime=5.09 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 193776 0 1 0 484 25 0 0 25 0 22 0 830604564 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2636702 191662 2232 9 0 2627436 0
[pid=2274/tid=2275] ppid=2272 vsize=10546808 CPUtime=1.99 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) S 2272 2274 31765 0 -1 4202560 168309 0 1 0 178 21 0 0 15 0 22 0 830604565 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191662 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191665 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10799931392 191671 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830604567 10799931392 191676 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830604568 10799931392 191682 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830604568 10799931392 191685 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10799931392 191685 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10546808 CPUtime=0.48 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) R 2272 2274 31765 0 -1 4202560 2899 0 0 0 48 0 0 0 16 0 22 0 830604570 10799931392 191686 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10546808 CPUtime=0.42 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) R 2272 2274 31765 0 -1 4202560 1629 0 0 0 42 0 0 0 15 0 22 0 830604570 10799931392 191691 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 47812362697056 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2274/tid=2291] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2291/stat : 2291 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10799931392 191697 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2292] ppid=2272 vsize=10546808 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2292/stat : 2292 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830604570 10799931392 191702 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2293] ppid=2272 vsize=10546808 CPUtime=1.09 cores=1,3,5,7
/proc/2274/task/2293/stat : 2293 (java) R 2272 2274 31765 0 -1 4202560 2310 0 0 0 109 0 0 0 25 0 22 0 830604765 10799931392 191708 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505835326 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2274/tid=2294] ppid=2272 vsize=10546808 CPUtime=1.08 cores=1,3,5,7
/proc/2274/task/2294/stat : 2294 (java) R 2272 2274 31765 0 -1 4202560 17507 0 0 0 106 2 0 0 25 0 22 0 830604765 10799931392 191708 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505999440 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 10546808

[startup+6.30146 s]
/proc/loadavg: 4.00 3.95 3.47 5/467 2296
/proc/meminfo: memFree=21552224/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10548872 CPUtime=11.98 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 481333 0 1 0 1143 55 0 0 25 0 22 0 830604564 10802044928 479023 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2637218 479023 2238 9 0 2627952 0
[pid=2274/tid=2275] ppid=2272 vsize=10548872 CPUtime=1.99 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) S 2272 2274 31765 0 -1 4202560 168309 0 1 0 178 21 0 0 15 0 22 0 830604565 10802044928 479023 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479023 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479023 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479024 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479024 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479024 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479024 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479025 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604566 10802044928 479025 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830604567 10802044928 479025 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830604568 10802044928 479026 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830604568 10802044928 479026 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10548872 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10802044928 479026 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10548872 CPUtime=0.79 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) S 2272 2274 31765 0 -1 4202560 3068 0 0 0 79 0 0 0 15 0 22 0 830604570 10802044928 479026 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10548872 CPUtime=0.62 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) R 2272 2274 31765 0 -1 4202560 2162 0 0 0 62 0 0 0 15 0 22 0 830604570 10802044928 479027 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 47812361680368 0 4 0 16800975 0 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=17980736/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10547988 CPUtime=1616.68 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 988896 0 1 0 161550 118 0 0 25 0 22 0 830604564 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2636997 978653 2264 9 0 2627731 0
[pid=2274/tid=2275] ppid=2272 vsize=10547988 CPUtime=1.99 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) S 2272 2274 31765 0 -1 4202560 168338 0 1 0 178 21 0 0 15 0 22 0 830604565 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10547988 CPUtime=0.7 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 28916 0 0 0 66 4 0 0 15 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10547988 CPUtime=0.75 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 18606 0 0 0 72 3 0 0 15 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10547988 CPUtime=0.6 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 5073 0 0 0 60 0 0 0 15 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10547988 CPUtime=0.72 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 21870 0 0 0 69 3 0 0 16 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10547988 CPUtime=0.86 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 18220 0 0 0 84 2 0 0 16 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10547988 CPUtime=0.82 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 24942 0 0 0 80 2 0 0 15 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10547988 CPUtime=0.86 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 25889 0 0 0 83 3 0 0 16 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10547988 CPUtime=0.73 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 18912 0 0 0 70 3 0 0 16 0 22 0 830604566 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10547988 CPUtime=30.44 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 93866 0 0 0 3033 11 0 0 15 0 22 0 830604567 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10547988 CPUtime=0.91 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) S 2272 2274 31765 0 -1 4202560 3156 0 0 0 91 0 0 0 15 0 22 0 830604570 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10547988 CPUtime=0.98 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) S 2272 2274 31765 0 -1 4202560 4943 0 0 0 97 1 0 0 15 0 22 0 830604570 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2291] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2291/stat : 2291 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2292] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2292/stat : 2292 (java) S 2272 2274 31765 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830604570 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2293] ppid=2272 vsize=10547988 CPUtime=788.09 cores=1,3,5,7
/proc/2274/task/2293/stat : 2293 (java) R 2272 2274 31765 0 -1 4202560 4983 0 0 0 78809 0 0 0 25 0 22 0 830604765 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505663588 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2274/tid=2294] ppid=2272 vsize=10547988 CPUtime=788.1 cores=1,3,5,7
/proc/2274/task/2294/stat : 2294 (java) R 2272 2274 31765 0 -1 4202560 549977 0 0 0 78753 57 0 0 25 0 22 0 830604765 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505999672 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2274/tid=2295] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2295/stat : 2295 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830604782 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2296] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2296/stat : 2296 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830604782 10801139712 978653 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1616.68
Current children cumulated vsize (KiB) 10547988

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.75 5/467 2382
/proc/meminfo: memFree=17886972/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10547988 CPUtime=1734.97 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 992018 0 1 0 173378 119 0 0 25 0 22 0 830604564 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2636997 980818 2264 9 0 2627731 0
[pid=2274/tid=2275] ppid=2272 vsize=10547988 CPUtime=1.99 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) S 2272 2274 31765 0 -1 4202560 168341 0 1 0 178 21 0 0 15 0 22 0 830604565 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10547988 CPUtime=0.71 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 28916 0 0 0 67 4 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10547988 CPUtime=0.8 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 18606 0 0 0 77 3 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10547988 CPUtime=0.63 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 5155 0 0 0 63 0 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10547988 CPUtime=0.76 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 22695 0 0 0 73 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10547988 CPUtime=0.91 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 19116 0 0 0 89 2 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10547988 CPUtime=0.86 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 24942 0 0 0 84 2 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10547988 CPUtime=0.88 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 25889 0 0 0 85 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10547988 CPUtime=0.77 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 19086 0 0 0 74 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10547988 CPUtime=32.3 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 93870 0 0 0 3219 11 0 0 15 0 22 0 830604567 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10547988 CPUtime=0.91 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) S 2272 2274 31765 0 -1 4202560 3156 0 0 0 91 0 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10547988 CPUtime=1.02 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) S 2272 2274 31765 0 -1 4202560 6072 0 0 0 101 1 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2291] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2291/stat : 2291 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2292] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2292/stat : 2292 (java) S 2272 2274 31765 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2293] ppid=2272 vsize=10547988 CPUtime=846.14 cores=1,3,5,7
/proc/2274/task/2293/stat : 2293 (java) R 2272 2274 31765 0 -1 4202560 4986 0 0 0 84614 0 0 0 25 0 22 0 830604765 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912506055572 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2274/tid=2294] ppid=2272 vsize=10547988 CPUtime=846.15 cores=1,3,5,7
/proc/2274/task/2294/stat : 2294 (java) R 2272 2274 31765 0 -1 4202560 549979 0 0 0 84558 57 0 0 25 0 22 0 830604765 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505827945 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2274/tid=2295] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2295/stat : 2295 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830604782 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2296] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2296/stat : 2296 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830604782 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1734.97
Current children cumulated vsize (KiB) 10547988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.601 s]
/proc/loadavg: 3.99 3.97 3.76 5/467 2383
/proc/meminfo: memFree=17764440/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=10547988 CPUtime=1800.13 cores=1,3,5,7
/proc/2274/stat : 2274 (java) S 2272 2274 31765 0 -1 4202496 992025 0 1 0 179894 119 0 0 25 0 22 0 830604564 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2274/statm: 2636997 980818 2264 9 0 2627731 0
[pid=2274/tid=2275] ppid=2272 vsize=10547988 CPUtime=1.99 cores=1,3,5,7
/proc/2274/task/2275/stat : 2275 (java) S 2272 2274 31765 0 -1 4202560 168344 0 1 0 178 21 0 0 15 0 22 0 830604565 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2277] ppid=2272 vsize=10547988 CPUtime=0.72 cores=1,3,5,7
/proc/2274/task/2277/stat : 2277 (java) S 2272 2274 31765 0 -1 4202560 28916 0 0 0 68 4 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2278] ppid=2272 vsize=10547988 CPUtime=0.81 cores=1,3,5,7
/proc/2274/task/2278/stat : 2278 (java) S 2272 2274 31765 0 -1 4202560 18606 0 0 0 78 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2279] ppid=2272 vsize=10547988 CPUtime=0.66 cores=1,3,5,7
/proc/2274/task/2279/stat : 2279 (java) S 2272 2274 31765 0 -1 4202560 5155 0 0 0 66 0 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2280] ppid=2272 vsize=10547988 CPUtime=0.79 cores=1,3,5,7
/proc/2274/task/2280/stat : 2280 (java) S 2272 2274 31765 0 -1 4202560 22695 0 0 0 76 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2281] ppid=2272 vsize=10547988 CPUtime=0.95 cores=1,3,5,7
/proc/2274/task/2281/stat : 2281 (java) S 2272 2274 31765 0 -1 4202560 19116 0 0 0 93 2 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2282] ppid=2272 vsize=10547988 CPUtime=0.87 cores=1,3,5,7
/proc/2274/task/2282/stat : 2282 (java) S 2272 2274 31765 0 -1 4202560 24942 0 0 0 85 2 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2283] ppid=2272 vsize=10547988 CPUtime=0.89 cores=1,3,5,7
/proc/2274/task/2283/stat : 2283 (java) S 2272 2274 31765 0 -1 4202560 25889 0 0 0 86 3 0 0 15 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2284] ppid=2272 vsize=10547988 CPUtime=0.78 cores=1,3,5,7
/proc/2274/task/2284/stat : 2284 (java) S 2272 2274 31765 0 -1 4202560 19086 0 0 0 75 3 0 0 16 0 22 0 830604566 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 1 0 0 0
[pid=2274/tid=2285] ppid=2272 vsize=10547988 CPUtime=33.81 cores=1,3,5,7
/proc/2274/task/2285/stat : 2285 (java) S 2272 2274 31765 0 -1 4202560 93872 0 0 0 3370 11 0 0 15 0 22 0 830604567 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 0 0 16800975 18446604466879722816 0 0 -1 5 0 0 0
[pid=2274/tid=2286] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2286/stat : 2286 (java) S 2272 2274 31765 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2287] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2287/stat : 2287 (java) S 2272 2274 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830604568 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2288] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2288/stat : 2288 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528657841 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2289] ppid=2272 vsize=10547988 CPUtime=0.91 cores=1,3,5,7
/proc/2274/task/2289/stat : 2289 (java) S 2272 2274 31765 0 -1 4202560 3156 0 0 0 91 0 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2290] ppid=2272 vsize=10547988 CPUtime=1.02 cores=1,3,5,7
/proc/2274/task/2290/stat : 2290 (java) S 2272 2274 31765 0 -1 4202560 6072 0 0 0 101 1 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2291] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2291/stat : 2291 (java) S 2272 2274 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650137 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2292] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2292/stat : 2292 (java) S 2272 2274 31765 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830604570 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 3 0 0 0
[pid=2274/tid=2293] ppid=2272 vsize=10547988 CPUtime=877.89 cores=1,3,5,7
/proc/2274/task/2293/stat : 2293 (java) R 2272 2274 31765 0 -1 4202560 4986 0 0 0 87789 0 0 0 25 0 22 0 830604765 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912506055586 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2274/tid=2294] ppid=2272 vsize=10547988 CPUtime=877.89 cores=1,3,5,7
/proc/2274/task/2294/stat : 2294 (java) R 2272 2274 31765 0 -1 4202560 549979 0 0 0 87732 57 0 0 25 0 22 0 830604765 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 46912505827901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2274/tid=2295] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2295/stat : 2295 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830604782 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
[pid=2274/tid=2296] ppid=2272 vsize=10547988 CPUtime=0 cores=1,3,5,7
/proc/2274/task/2296/stat : 2296 (java) S 2272 2274 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830604782 10801139712 980818 33554432000 1073741824 1073778376 140734082797424 18446744073709551615 246528650752 0 4 0 16800975 18446604466879722816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10547988

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

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

[startup+915.723 s]
/proc/loadavg: 3.99 3.97 3.76 5/467 2383
/proc/meminfo: memFree=17764440/32951124 swapFree=44043516/67111528
[pid=2274] ppid=2272 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/2274/stat : 2274 (java) Z 2272 2274 31765 0 -1 4203548 992058 0 1 0 179902 127 0 0 17 0 2 0 830604564 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2274/statm: 0 0 0 0 0 0 0
[pid=2274/tid=2293] ppid=2272 vsize=0 CPUtime=878 cores=1,3,5,7
/proc/2274/task/2293/stat : 2293 (java) R 2272 2274 31765 0 -1 4203588 4986 0 0 0 87791 9 0 0 25 0 2 0 830604765 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 915.786
CPU time (s): 1800.36
CPU user time (s): 1799.02
CPU system time (s): 1.3398
CPU usage (%): 196.592
Max. virtual memory (cumulated for all children) (KiB): 10551084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 992058
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= 24832
involuntary context switches= 20524

runsolver used 3.9654 second user time and 9.04862 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 14:21:04
IDJOB=3454551
IDBENCH=2299
IDSOLVER=1950
FILE ID=node134/3454551-1307190063
RUNJOBID= node134-1307188072-1850
PBS_JOBID= 13508837
Free space on /tmp= 74012 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3707.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454551-1307190063/watcher-3454551-1307190063 -o /tmp/evaluation-result-3454551-1307190063/solver-3454551-1307190063 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454551-1307190063.opb

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

MD5SUM BENCH= bd6dfc1cb1b60fa01a3db613e331e5b8
RANDOM SEED=127203485

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22994664 kB
Buffers:        301456 kB
Cached:         659496 kB
SwapCached:       9536 kB
Active:        9038520 kB
Inactive:       618076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22994664 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            9000 kB
Writeback:           0 kB
AnonPages:     8693904 kB
Mapped:          29436 kB
Slab:           137508 kB
PageTables:      94596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121130088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74000 MiB
End job on node134 at 2011-06-04 14:36:21