Trace number 3454247

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.28 916.892

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454247-1307191425.opb
0.10/0.11	c reading problem ... 
1.23/0.64	c ... done. Wall clock time 0.528s.
1.23/0.64	c #vars     13898
1.23/0.64	c #constraints  6912
1.23/0.64	c constraints type 
1.23/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.23/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
1.23/0.64	c constraints type 
1.23/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1.23/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
30.65/14.85	c cleaning 2496 clauses out of 5001 with flag 5001/5001
51.98/25.40	c cleaning 4248 clauses out of 8505 with flag 11001/11001
80.51/39.59	c cleaning 5619 clauses out of 11256 with flag 18000/18000
104.18/51.25	c cleaning 6808 clauses out of 13637 with flag 26000/26000
128.96/63.61	c cleaning 7907 clauses out of 15829 with flag 35000/35000
151.60/75.02	c cleaning 8949 clauses out of 17923 with flag 45001/45001
179.76/89.01	c cleaning 9485 clauses out of 18983 with flag 55010/55010
197.84/97.99	c cleaning 9720 clauses out of 19488 with flag 65000/65000
218.71/108.56	c cleaning 9880 clauses out of 19768 with flag 75000/75000
242.09/120.36	c cleaning 9925 clauses out of 19888 with flag 85000/85000
280.05/139.41	c cleaning 9970 clauses out of 19963 with flag 95000/95000
327.79/163.41	c cleaning 9983 clauses out of 19994 with flag 105001/105001
348.58/174.02	c cleaning 10000 clauses out of 20010 with flag 115000/115000
375.08/187.43	c cleaning 10005 clauses out of 20013 with flag 125003/125003
382.91/191.41	c cleaning 0 clauses out of 5000 with flag 0/5000
415.76/207.92	c cleaning 9989 clauses out of 20006 with flag 135001/135001
456.57/228.57	c cleaning 9994 clauses out of 20016 with flag 145000/145000
479.39/240.19	c cleaning 9994 clauses out of 20022 with flag 155000/155000
505.03/253.14	c cleaning 10001 clauses out of 20029 with flag 165001/165001
532.26/266.99	c cleaning 10001 clauses out of 20027 with flag 175000/175000
555.68/278.93	c cleaning 9997 clauses out of 20026 with flag 185000/185000
573.25/287.94	c cleaning 10006 clauses out of 20029 with flag 195000/195000
606.23/304.67	c cleaning 9986 clauses out of 20025 with flag 205002/205002
653.79/328.61	c cleaning 9999 clauses out of 20038 with flag 215001/215001
692.86/348.54	c cleaning 10000 clauses out of 20038 with flag 225000/225000
744.32/374.57	c cleaning 10012 clauses out of 20040 with flag 235002/235002
767.74/386.57	c cleaning 9981 clauses out of 20026 with flag 245000/245000
785.75/395.90	c cleaning 9990 clauses out of 20047 with flag 255002/255002
816.51/411.69	c cleaning 10005 clauses out of 20055 with flag 265000/265000
863.10/435.28	c cleaning 10005 clauses out of 20051 with flag 275001/275001
880.27/444.18	c cleaning 10009 clauses out of 20046 with flag 285001/285001
895.43/452.05	c cleaning 9996 clauses out of 20036 with flag 295000/295000
951.74/480.65	c cleaning 0 clauses out of 11000 with flag 0/11000
953.86/482.00	c cleaning 10004 clauses out of 20040 with flag 305000/305000
1005.66/508.24	c cleaning 10017 clauses out of 20052 with flag 315016/315016
1027.37/519.49	c cleaning 9976 clauses out of 20019 with flag 325000/325000
1039.55/526.01	c cleaning 9989 clauses out of 20046 with flag 335003/335003
1051.25/532.23	c cleaning 9989 clauses out of 20054 with flag 345000/345000
1072.76/543.31	c cleaning 10008 clauses out of 20065 with flag 355000/355000
1087.03/550.82	c cleaning 9996 clauses out of 20057 with flag 365000/365000
1103.59/559.63	c cleaning 9996 clauses out of 20062 with flag 375001/375001
1121.28/568.86	c cleaning 10006 clauses out of 20065 with flag 385000/385000
1144.96/581.02	c cleaning 10021 clauses out of 20059 with flag 395000/395000
1166.63/592.22	c cleaning 10010 clauses out of 20039 with flag 405001/405001
1189.00/603.96	c cleaning 9986 clauses out of 20030 with flag 415002/415002
1204.83/612.21	c cleaning 10007 clauses out of 20043 with flag 425001/425001
1219.09/619.79	c cleaning 10003 clauses out of 20036 with flag 435001/435001
1233.53/627.31	c cleaning 9992 clauses out of 20033 with flag 445001/445001
1273.03/647.64	c cleaning 10009 clauses out of 20040 with flag 455000/455000
1317.64/670.38	c cleaning 10009 clauses out of 20032 with flag 465001/465001
1367.45/695.69	c cleaning 10004 clauses out of 20025 with flag 475003/475003
1399.03/711.89	c cleaning 9991 clauses out of 20019 with flag 485001/485001
1413.63/719.76	c cleaning 9989 clauses out of 20028 with flag 495001/495001
1428.80/727.71	c cleaning 9990 clauses out of 20038 with flag 505000/505000
1443.96/735.73	c cleaning 9998 clauses out of 20049 with flag 515001/515001
1482.72/755.60	c cleaning 10022 clauses out of 20051 with flag 525001/525001
1552.14/790.86	c cleaning 10002 clauses out of 20028 with flag 535000/535000
1619.73/825.03	c cleaning 9997 clauses out of 20027 with flag 545001/545001
1708.48/869.83	c cleaning 9997 clauses out of 20030 with flag 555001/555001
1775.38/903.71	c cleaning 9999 clauses out of 20033 with flag 565001/565001
1800.05/916.71	c starts		: 153
1800.05/916.71	c conflicts		: 574085
1800.05/916.71	c decisions		: 861536
1800.05/916.71	c propagations		: 69644589
1800.05/916.71	c inspects		: 457626048
1800.05/916.71	c shortcuts		: 0
1800.05/916.71	c learnt literals	: 0
1800.05/916.71	c learnt binary clauses	: 22
1800.05/916.71	c learnt ternary clauses	: 44
1800.05/916.71	c learnt constraints	: 574084
1800.05/916.71	c ignored constraints	: 0
1800.05/916.71	c root simplifications	: 0
1800.05/916.71	c removed literals (reason simplification)	: 18393183
1800.05/916.71	c reason swapping (by a shorter reason)	: 0
1800.05/916.71	c Calls to reduceDB	: 58
1800.05/916.71	c number of reductions to clauses (during analyze)	: 0
1800.05/916.71	c number of learned constraints concerned by reduction	: 0
1800.05/916.71	c number of learning phase by resolution	: 0
1800.05/916.71	c number of learning phase by cutting planes	: 0
1800.05/916.71	c speed (assignments/second)	: 76025.31790658148
1800.05/916.71	c non guided choices	21406
1800.05/916.73	c learnt constraints type 
1800.05/916.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.05/916.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19098
1800.05/916.73	c constraints type 
1800.05/916.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.05/916.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
1800.05/916.73	c constraints type 
1800.05/916.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1800.05/916.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.05/916.73	s UNKNOWN
1800.05/916.73	c Total wall clock time (in seconds): 916.616

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 3.00 3.46 2/270 14988
/proc/meminfo: memFree=28431044/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14988/stat : 14988 (java) R 14986 14988 10640 0 -1 4202496 952 0 0 0 0 0 0 0 21 0 1 0 830743253 23580672 697 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222916814312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14988/statm: 5757 697 514 9 0 124 0
[pid=14988/tid=14989] ppid=14986 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) R 14986 14988 10640 0 -1 4202560 247 0 1 0 0 0 0 0 22 0 2 0 830743254 36679680 1064 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46996495481408 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.089202 s]
/proc/loadavg: 2.08 3.00 3.46 2/270 14988
/proc/meminfo: memFree=28431044/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10539996 CPUtime=0.08 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 12762 0 1 0 7 1 0 0 21 0 18 0 830743253 10792955904 12460 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2634999 12460 2059 9 0 2625733 0
[pid=14988/tid=14989] ppid=14986 vsize=10539996 CPUtime=0.07 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) R 14986 14988 10640 0 -1 4202560 10949 0 1 0 6 1 0 0 24 0 18 0 830743254 10792955904 12460 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222921773061 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539996

[startup+0.100838 s]
/proc/loadavg: 2.08 3.00 3.46 2/270 14988
/proc/meminfo: memFree=28431044/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10540152 CPUtime=0.1 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 13004 0 1 0 9 1 0 0 21 0 18 0 830743253 10793115648 12702 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2635038 12702 2092 9 0 2625772 0
[pid=14988/tid=14989] ppid=14986 vsize=10540152 CPUtime=0.08 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) R 14986 14988 10640 0 -1 4202560 11106 0 1 0 7 1 0 0 24 0 18 0 830743254 10793115648 12702 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46996498290707 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540152

[startup+0.300768 s]
/proc/loadavg: 2.08 3.00 3.46 2/270 14988
/proc/meminfo: memFree=28431044/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10552704 CPUtime=0.59 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 23352 0 1 0 56 3 0 0 21 0 18 0 830743253 10805968896 20461 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2638176 20461 2197 9 0 2628910 0
[pid=14988/tid=14989] ppid=14986 vsize=10552704 CPUtime=0.28 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) R 14986 14988 10640 0 -1 4202560 13202 0 1 0 27 1 0 0 25 0 18 0 830743254 10805968896 20461 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505166945 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10552704

[startup+0.700694 s]
/proc/loadavg: 2.08 3.00 3.46 2/270 14988
/proc/meminfo: memFree=28431044/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=1.48 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 45113 0 1 0 141 7 0 0 21 0 22 0 830743253 10810179584 42222 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 42223 2220 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34051 0 1 0 58 5 0 0 25 0 22 0 830743254 10810179584 42223 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10556816

[startup+1.50158 s]
/proc/loadavg: 2.07 2.98 3.45 4/292 15010
/proc/meminfo: memFree=28165228/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=3.38 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 128648 0 1 0 323 15 0 0 21 0 22 0 830743253 10810179584 125756 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 125764 2228 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34051 0 1 0 58 5 0 0 20 0 22 0 830743254 10810179584 125765 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743256 10810179584 125767 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830743256 10810179584 125773 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125777 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125782 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125783 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125785 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 125791 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 10640 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 125792 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 0 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 10640 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830743257 10810179584 125795 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830743257 10810179584 125800 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15002] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15002/stat : 15002 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830743260 10810179584 125801 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933600689 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15003] ppid=14986 vsize=10556816 CPUtime=0.54 cores=1,3,5,7
/proc/14988/task/15003/stat : 15003 (java) S 14986 14988 10640 0 -1 4202560 4960 0 0 0 54 0 0 0 16 0 22 0 830743260 10810179584 125804 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15004] ppid=14986 vsize=10556816 CPUtime=0.48 cores=1,3,5,7
/proc/14988/task/15004/stat : 15004 (java) S 14986 14988 10640 0 -1 4202560 4209 0 0 0 48 0 0 0 21 0 22 0 830743260 10810179584 125810 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15005] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15005/stat : 15005 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743260 10810179584 125810 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15006] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15006/stat : 15006 (java) S 14986 14988 10640 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830743260 10810179584 125813 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15007] ppid=14986 vsize=10556816 CPUtime=0.85 cores=1,3,5,7
/proc/14988/task/15007/stat : 15007 (java) R 14986 14988 10640 0 -1 4202560 454 0 0 0 85 0 0 0 20 0 22 0 830743318 10810179584 125819 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505828355 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14988/tid=15008] ppid=14986 vsize=10556816 CPUtime=0.84 cores=1,3,5,7
/proc/14988/task/15008/stat : 15008 (java) R 14986 14988 10640 0 -1 4202560 83870 0 0 0 76 8 0 0 18 0 22 0 830743318 10810179584 125819 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505641189 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14988/tid=15009] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15009/stat : 15009 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830743322 10810179584 125822 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15010] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15010/stat : 15010 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830743323 10810179584 125828 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 10556816

[startup+3.10129 s]
/proc/loadavg: 2.07 2.98 3.45 4/290 15010
/proc/meminfo: memFree=27581596/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=7.06 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 335661 0 1 0 670 36 0 0 21 0 22 0 830743253 10810179584 332769 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 332780 2231 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34051 0 1 0 58 5 0 0 15 0 22 0 830743254 10810179584 332783 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743256 10810179584 332784 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830743256 10810179584 332791 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332796 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332798 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332801 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332807 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332813 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830743256 10810179584 332813 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 10640 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830743257 10810179584 332817 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 0 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 10640 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830743257 10810179584 332823 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830743257 10810179584 332829 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15002] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15002/stat : 15002 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830743260 10810179584 332829 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933600689 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15003] ppid=14986 vsize=10556816 CPUtime=0.75 cores=1,3,5,7
/proc/14988/task/15003/stat : 15003 (java) S 14986 14988 10640 0 -1 4202560 5009 0 0 0 75 0 0 0 15 0 22 0 830743260 10810179584 332834 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15004] ppid=14986 vsize=10556816 CPUtime=0.75 cores=1,3,5,7
/proc/14988/task/15004/stat : 15004 (java) S 14986 14988 10640 0 -1 4202560 4254 0 0 0 75 0 0 0 15 0 22 0 830743260 10810179584 332840 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15005] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15005/stat : 15005 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743260 10810179584 332844 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15006] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15006/stat : 15006 (java) S 14986 14988 10640 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830743260 10810179584 332844 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15007] ppid=14986 vsize=10556816 CPUtime=2.45 cores=1,3,5,7
/proc/14988/task/15007/stat : 15007 (java) R 14986 14988 10640 0 -1 4202560 663 0 0 0 245 0 0 0 25 0 22 0 830743318 10810179584 332850 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505828412 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14988/tid=15008] ppid=14986 vsize=10556816 CPUtime=2.44 cores=1,3,5,7
/proc/14988/task/15008/stat : 15008 (java) R 14986 14988 10640 0 -1 4202560 290604 0 0 0 215 29 0 0 21 0 22 0 830743318 10810179584 332856 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505641185 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14988/tid=15009] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15009/stat : 15009 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830743322 10810179584 332859 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15010] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15010/stat : 15010 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830743323 10810179584 332860 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 10556816

[startup+6.3007 s]
/proc/loadavg: 2.14 2.98 3.45 4/312 15033
/proc/meminfo: memFree=24806920/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=13.55 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 667191 0 1 0 1286 69 0 0 21 0 22 0 830743253 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 664290 2244 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34051 0 1 0 58 5 0 0 15 0 22 0 830743254 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0.01 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 1856 0 0 0 1 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0.01 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 1224 0 0 0 1 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 94 0 0 0 0 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0.01 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 1020 0 0 0 1 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0.01 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 1440 0 0 0 1 0 0 0 18 0 22 0 830743256 10810179584 664290 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 3.49 3.60 3.57 5/316 15106
/proc/meminfo: memFree=23412716/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=1614.28 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 1020075 0 1 0 161319 109 0 0 21 0 22 0 830743253 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 999709 2257 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34057 0 1 0 58 5 0 0 15 0 22 0 830743254 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0.49 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 10991 0 0 0 48 1 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0.5 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 6258 0 0 0 50 0 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0.4 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 6922 0 0 0 39 1 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0.46 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 4064 0 0 0 46 0 0 0 15 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0.59 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 6210 0 0 0 59 0 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0.51 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 6745 0 0 0 50 1 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0.5 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 5275 0 0 0 49 1 0 0 15 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0.41 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 4690 0 0 0 41 0 0 0 16 0 22 0 830743256 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=10556816 CPUtime=35.54 cores=1,3,5,7
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 10640 0 -1 4202560 110187 0 0 0 3545 9 0 0 15 0 22 0 830743257 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 0 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15002] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15002/stat : 15002 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830743260 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933600689 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15003] ppid=14986 vsize=10556816 CPUtime=2.95 cores=1,3,5,7
/proc/14988/task/15003/stat : 15003 (java) S 14986 14988 10640 0 -1 4202560 22215 0 0 0 292 3 0 0 16 0 22 0 830743260 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15004] ppid=14986 vsize=10556816 CPUtime=1.09 cores=1,3,5,7
/proc/14988/task/15004/stat : 15004 (java) S 14986 14988 10640 0 -1 4202560 4284 0 0 0 109 0 0 0 15 0 22 0 830743260 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15005] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15005/stat : 15005 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743260 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15006] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15006/stat : 15006 (java) S 14986 14988 10640 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830743260 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=15007] ppid=14986 vsize=10556816 CPUtime=785.01 cores=1,3,5,7
/proc/14988/task/15007/stat : 15007 (java) R 14986 14988 10640 0 -1 4202560 2339 0 0 0 78501 0 0 0 25 0 22 0 830743318 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505828883 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14988/tid=15008] ppid=14986 vsize=10556816 CPUtime=785.03 cores=1,3,5,7
/proc/14988/task/15008/stat : 15008 (java) R 14986 14988 10640 0 -1 4202560 794632 0 0 0 78423 80 0 0 25 0 22 0 830743318 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505836476 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14988/tid=15009] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15009/stat : 15009 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830743322 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15010] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15010/stat : 15010 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830743323 10810179584 999709 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1614.28
Current children cumulated vsize (KiB) 10556816

[startup+882.301 s]
/proc/loadavg: 3.53 3.59 3.57 5/316 15107
/proc/meminfo: memFree=23356764/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=1732.58 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 1032363 0 1 0 173147 111 0 0 21 0 22 0 830743253 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 1011774 2258 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34057 0 1 0 58 5 0 0 15 0 22 0 830743254 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0.51 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 11510 0 0 0 50 1 0 0 16 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0.56 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 7465 0 0 0 56 0 0 0 16 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0.49 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 9881 0 0 0 48 1 0 0 16 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0.49 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 4065 0 0 0 49 0 0 0 15 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 8284 0 0 0 62 1 0 0 15 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0.57 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 8026 0 0 0 56 1 0 0 16 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0.57 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 7722 0 0 0 56 1 0 0 16 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0.44 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 4703 0 0 0 44 0 0 0 15 0 22 0 830743256 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=10556816 CPUtime=37.42 cores=1,3,5,7
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 10640 0 -1 4202560 111966 0 0 0 3733 9 0 0 15 0 22 0 830743257 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 0 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15002] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15002/stat : 15002 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830743260 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933600689 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15003] ppid=14986 vsize=10556816 CPUtime=2.95 cores=1,3,5,7
/proc/14988/task/15003/stat : 15003 (java) S 14986 14988 10640 0 -1 4202560 22215 0 0 0 292 3 0 0 16 0 22 0 830743260 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15004] ppid=14986 vsize=10556816 CPUtime=1.11 cores=1,3,5,7
/proc/14988/task/15004/stat : 15004 (java) S 14986 14988 10640 0 -1 4202560 4287 0 0 0 111 0 0 0 15 0 22 0 830743260 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15005] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15005/stat : 15005 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743260 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15006] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15006/stat : 15006 (java) S 14986 14988 10640 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830743260 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=15007] ppid=14986 vsize=10556816 CPUtime=843.01 cores=1,3,5,7
/proc/14988/task/15007/stat : 15007 (java) R 14986 14988 10640 0 -1 4202560 2341 0 0 0 84301 0 0 0 25 0 22 0 830743318 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505855999 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14988/tid=15008] ppid=14986 vsize=10556816 CPUtime=843.03 cores=1,3,5,7
/proc/14988/task/15008/stat : 15008 (java) R 14986 14988 10640 0 -1 4202560 794633 0 0 0 84223 80 0 0 25 0 22 0 830743318 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505835490 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14988/tid=15009] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15009/stat : 15009 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830743322 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15010] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15010/stat : 15010 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830743323 10810179584 1011774 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1732.58
Current children cumulated vsize (KiB) 10556816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.701 s]
/proc/loadavg: 3.36 3.54 3.55 5/316 15108
/proc/meminfo: memFree=23350792/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=10556816 CPUtime=1800.05 cores=1,3,5,7
/proc/14988/stat : 14988 (java) S 14986 14988 10640 0 -1 4202496 1032380 0 1 0 179894 111 0 0 21 0 22 0 830743253 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 2639204 1011786 2258 9 0 2629938 0
[pid=14988/tid=14989] ppid=14986 vsize=10556816 CPUtime=0.63 cores=1,3,5,7
/proc/14988/task/14989/stat : 14989 (java) S 14986 14988 10640 0 -1 4202560 34057 0 1 0 58 5 0 0 15 0 22 0 830743254 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=10556816 CPUtime=0.54 cores=1,3,5,7
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 10640 0 -1 4202560 11513 0 0 0 53 1 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=10556816 CPUtime=0.56 cores=1,3,5,7
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 10640 0 -1 4202560 7465 0 0 0 56 0 0 0 15 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=10556816 CPUtime=0.5 cores=1,3,5,7
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 10640 0 -1 4202560 9884 0 0 0 49 1 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=10556816 CPUtime=0.49 cores=1,3,5,7
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 10640 0 -1 4202560 4065 0 0 0 49 0 0 0 15 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=10556816 CPUtime=0.64 cores=1,3,5,7
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 10640 0 -1 4202560 8284 0 0 0 63 1 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=10556816 CPUtime=0.58 cores=1,3,5,7
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 10640 0 -1 4202560 8027 0 0 0 57 1 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=10556816 CPUtime=0.59 cores=1,3,5,7
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 10640 0 -1 4202560 7723 0 0 0 58 1 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=10556816 CPUtime=0.46 cores=1,3,5,7
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 10640 0 -1 4202560 4705 0 0 0 46 0 0 0 16 0 22 0 830743256 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=10556816 CPUtime=38.8 cores=1,3,5,7
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 10640 0 -1 4202560 111970 0 0 0 3871 9 0 0 15 0 22 0 830743257 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 0 0 16800975 18446604454223846080 0 0 -1 5 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830743257 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15002] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15002/stat : 15002 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830743260 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933600689 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15003] ppid=14986 vsize=10556816 CPUtime=2.95 cores=1,3,5,7
/proc/14988/task/15003/stat : 15003 (java) S 14986 14988 10640 0 -1 4202560 22215 0 0 0 292 3 0 0 16 0 22 0 830743260 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15004] ppid=14986 vsize=10556816 CPUtime=1.11 cores=1,3,5,7
/proc/14988/task/15004/stat : 15004 (java) S 14986 14988 10640 0 -1 4202560 4287 0 0 0 111 0 0 0 15 0 22 0 830743260 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15005] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15005/stat : 15005 (java) S 14986 14988 10640 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830743260 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933592985 0 4 0 16800975 18446604454223846080 0 0 -1 3 0 0 0
[pid=14988/tid=15006] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15006/stat : 15006 (java) S 14986 14988 10640 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830743260 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 1 0 0 0
[pid=14988/tid=15007] ppid=14986 vsize=10556816 CPUtime=876.02 cores=1,3,5,7
/proc/14988/task/15007/stat : 15007 (java) R 14986 14988 10640 0 -1 4202560 2342 0 0 0 87602 0 0 0 25 0 22 0 830743318 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505828511 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14988/tid=15008] ppid=14986 vsize=10556816 CPUtime=876.03 cores=1,3,5,7
/proc/14988/task/15008/stat : 15008 (java) R 14986 14988 10640 0 -1 4202560 794633 0 0 0 87523 80 0 0 25 0 22 0 830743318 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 46912505997934 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14988/tid=15009] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15009/stat : 15009 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830743322 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
[pid=14988/tid=15010] ppid=14986 vsize=10556816 CPUtime=0 cores=1,3,5,7
/proc/14988/task/15010/stat : 15010 (java) S 14986 14988 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830743323 10810179584 1011786 33554432000 1073741824 1073778376 140733335152672 18446744073709551615 222933593600 0 4 0 16800975 18446604454223846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10556816

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

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

[startup+916.817 s]
/proc/loadavg: 3.36 3.54 3.55 5/316 15108
/proc/meminfo: memFree=23350792/32951124 swapFree=55664332/67111528
[pid=14988] ppid=14986 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/14988/stat : 14988 (java) Z 14986 14988 10640 0 -1 4203548 1032417 0 1 0 179902 118 0 0 17 0 2 0 830743253 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.892
CPU time (s): 1800.28
CPU user time (s): 1799.03
CPU system time (s): 1.25581
CPU usage (%): 196.346
Max. virtual memory (cumulated for all children) (KiB): 10556816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.25581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1032417
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= 22981
involuntary context switches= 23456

runsolver used 2.42163 second user time and 5.9381 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-04 14:43:45
IDJOB=3454247
IDBENCH=2498
IDSOLVER=1950
FILE ID=node109/3454247-1307191425
RUNJOBID= node109-1307191425-14975
PBS_JOBID= 13508846
Free space on /tmp= 74008 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454247-1307191425/watcher-3454247-1307191425 -o /tmp/evaluation-result-3454247-1307191425/solver-3454247-1307191425 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454247-1307191425.opb

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=1766776247

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28431332 kB
Buffers:        321056 kB
Cached:        2212128 kB
SwapCached:      10392 kB
Active:         859356 kB
Inactive:      3403944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28431332 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            1968 kB
Writeback:           4 kB
AnonPages:     1726928 kB
Mapped:          15744 kB
Slab:           156672 kB
PageTables:      37260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30872396 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= 74008 MiB
End job on node109 at 2011-06-04 14:59:04