Trace number 3454567

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.46 911.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370e.opb
MD5SUM2ed7df63a411bcdd93a5895df0fcaa15
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13248230049
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4571140278
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 29700464693312
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 29700464693312
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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454567-1307190012.opb
0.11/0.11	c reading problem ... 
2.45/2.00	c ... done. Wall clock time 1.888s.
2.45/2.00	c #vars     155000
2.45/2.00	c #constraints  64924
2.45/2.00	c constraints type 
2.45/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.45/2.00	c constraints type 
2.45/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
42.71/21.56	c cleaning 2501 clauses out of 5001 with flag 5001/5001
52.70/26.68	c cleaning 4245 clauses out of 8500 with flag 11001/11001
63.22/32.08	c cleaning 5623 clauses out of 11255 with flag 18001/18001
72.93/37.07	c cleaning 6821 clauses out of 13643 with flag 26012/26012
81.20/41.39	c cleaning 7906 clauses out of 15812 with flag 35002/35002
93.90/47.81	c cleaning 8944 clauses out of 17904 with flag 45000/45000
105.64/53.90	c cleaning 9480 clauses out of 18963 with flag 55003/55003
216.42/109.20	c cleaning 9699 clauses out of 19480 with flag 65000/65000
305.23/153.88	c cleaning 9883 clauses out of 19783 with flag 75002/75002
323.11/162.96	c cleaning 9945 clauses out of 19900 with flag 85002/85002
384.02/193.59	c cleaning 9977 clauses out of 19962 with flag 95009/95009
400.86/202.14	c cleaning 9986 clauses out of 19977 with flag 105001/105001
421.40/212.69	c cleaning 9993 clauses out of 19991 with flag 115001/115001
440.85/222.52	c cleaning 9999 clauses out of 20002 with flag 125005/125005
466.36/235.44	c cleaning 9998 clauses out of 19998 with flag 135000/135000
499.03/251.99	c cleaning 9973 clauses out of 20001 with flag 145001/145001
544.25/274.80	c cleaning 9988 clauses out of 20027 with flag 155000/155000
586.66/296.27	c cleaning 9996 clauses out of 20039 with flag 165000/165000
608.88/307.55	c cleaning 10019 clauses out of 20043 with flag 175000/175000
659.27/332.94	c cleaning 10000 clauses out of 20024 with flag 185000/185000
776.57/391.83	c cleaning 10004 clauses out of 20025 with flag 195001/195001
799.18/403.32	c cleaning 9990 clauses out of 20020 with flag 205000/205000
845.88/426.85	c cleaning 9981 clauses out of 20031 with flag 215001/215001
861.82/435.03	c cleaning 9982 clauses out of 20049 with flag 225000/225000
878.82/443.85	c cleaning 10020 clauses out of 20067 with flag 235000/235000
891.62/450.47	c cleaning 10006 clauses out of 20048 with flag 245001/245001
906.01/457.80	c cleaning 10004 clauses out of 20042 with flag 255001/255001
920.20/465.10	c cleaning 10011 clauses out of 20037 with flag 265000/265000
932.82/471.82	c cleaning 10009 clauses out of 20028 with flag 275002/275002
963.21/487.19	c cleaning 9933 clauses out of 20017 with flag 285000/285000
976.44/493.99	c cleaning 10042 clauses out of 20088 with flag 295004/295004
989.38/500.66	c cleaning 10018 clauses out of 20047 with flag 305005/305005
1006.79/509.69	c cleaning 10008 clauses out of 20031 with flag 315007/315007
1022.78/517.83	c cleaning 10011 clauses out of 20029 with flag 325013/325013
1036.02/524.63	c cleaning 9999 clauses out of 20006 with flag 335001/335001
1048.81/531.31	c cleaning 10004 clauses out of 20015 with flag 345009/345009
1063.99/539.15	c cleaning 9998 clauses out of 20006 with flag 355004/355004
1076.99/545.87	c cleaning 9998 clauses out of 20010 with flag 365006/365006
1090.17/552.65	c cleaning 10003 clauses out of 20017 with flag 375011/375011
1103.54/559.56	c cleaning 9995 clauses out of 20005 with flag 385002/385002
1117.17/566.67	c cleaning 10001 clauses out of 20009 with flag 395001/395001
1127.59/572.06	c cleaning 10004 clauses out of 20013 with flag 405006/405006
1138.18/577.59	c cleaning 9999 clauses out of 20009 with flag 415006/415006
1148.92/583.15	c cleaning 9999 clauses out of 20005 with flag 425001/425001
1159.91/588.90	c cleaning 10000 clauses out of 20010 with flag 435005/435005
1172.27/595.37	c cleaning 10001 clauses out of 20008 with flag 445003/445003
1182.85/600.84	c cleaning 9997 clauses out of 20005 with flag 455001/455001
1195.83/607.52	c cleaning 10000 clauses out of 20009 with flag 465002/465002
1210.27/615.02	c cleaning 9994 clauses out of 20007 with flag 475000/475000
1335.93/678.03	c cleaning 9940 clauses out of 20014 with flag 485001/485001
1611.65/816.02	c cleaning 10006 clauses out of 20073 with flag 495000/495000
1649.09/834.98	c cleaning 10004 clauses out of 20068 with flag 505001/505001
1673.41/847.46	c cleaning 9992 clauses out of 20063 with flag 515000/515000
1743.82/882.88	c cleaning 9976 clauses out of 20071 with flag 525000/525000
1800.22/911.22	c starts		: 153
1800.22/911.22	c conflicts		: 527238
1800.22/911.22	c decisions		: 2277975
1800.22/911.22	c propagations		: 29078127
1800.22/911.22	c inspects		: 249011068
1800.22/911.22	c shortcuts		: 0
1800.22/911.22	c learnt literals	: 0
1800.22/911.22	c learnt binary clauses	: 0
1800.22/911.22	c learnt ternary clauses	: 0
1800.22/911.22	c learnt constraints	: 527237
1800.22/911.22	c ignored constraints	: 0
1800.22/911.22	c root simplifications	: 0
1800.22/911.22	c removed literals (reason simplification)	: 7663388
1800.22/911.23	c reason swapping (by a shorter reason)	: 0
1800.22/911.23	c Calls to reduceDB	: 54
1800.22/911.23	c number of reductions to clauses (during analyze)	: 0
1800.22/911.23	c number of learned constraints concerned by reduction	: 0
1800.22/911.23	c number of learning phase by resolution	: 0
1800.22/911.23	c number of learning phase by cutting planes	: 0
1800.22/911.23	c speed (assignments/second)	: 31981.257643880934
1800.22/911.23	c non guided choices	986551
1800.22/911.23	c learnt constraints type 
1800.22/911.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12332
1800.22/911.23	c constraints type 
1800.22/911.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.22/911.23	c constraints type 
1800.22/911.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.22/911.23	s UNKNOWN
1800.22/911.23	c Total wall clock time (in seconds): 911.122

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-3454567-1307190012/watcher-3454567-1307190012 -o /tmp/evaluation-result-3454567-1307190012/solver-3454567-1307190012 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454567-1307190012.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: 3.79 3.86 3.54 3/545 29008
/proc/meminfo: memFree=22376424/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 4236 0 1 0 0 0 0 0 25 0 2 0 830598943 10694979584 3938 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2611079 3951 917 9 0 2602235 0
[pid=29008/tid=29009] ppid=29006 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 5074 0 1 0 0 0 0 0 17 0 2 0 830598944 10694979584 5891 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.045064 s]
/proc/loadavg: 3.79 3.86 3.54 3/545 29008
/proc/meminfo: memFree=22376424/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 11226 0 1 0 2 1 0 0 25 0 13 0 830598943 10718699520 10922 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2616870 10923 1669 9 0 2607618 0
[pid=29008/tid=29009] ppid=29006 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 10078 0 1 0 1 1 0 0 20 0 13 0 830598944 10718699520 10923 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917557707 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.107074 s]
/proc/loadavg: 3.79 3.86 3.54 3/545 29008
/proc/meminfo: memFree=22376424/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10540380 CPUtime=0.11 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 13070 0 1 0 9 2 0 0 25 0 18 0 830598943 10793349120 12766 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2635095 12767 2092 9 0 2625829 0
[pid=29008/tid=29009] ppid=29006 vsize=10540380 CPUtime=0.08 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 11155 0 1 0 7 1 0 0 25 0 18 0 830598944 10793349120 12767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540380

[startup+0.300979 s]
/proc/loadavg: 3.79 3.86 3.54 3/545 29008
/proc/meminfo: memFree=22376424/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10540536 CPUtime=0.46 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 21832 0 1 0 43 3 0 0 25 0 18 0 830598943 10793508864 21073 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2635134 21073 2200 9 0 2625868 0
[pid=29008/tid=29009] ppid=29006 vsize=10540536 CPUtime=0.27 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 18375 0 1 0 25 2 0 0 25 0 18 0 830598944 10793508864 21073 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505554286 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540536

[startup+0.700906 s]
/proc/loadavg: 3.79 3.86 3.54 3/545 29008
/proc/meminfo: memFree=22376424/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10540460 CPUtime=1.08 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 51148 0 1 0 101 7 0 0 25 0 18 0 830598943 10793431040 50030 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2635115 50030 2205 9 0 2625849 0
[pid=29008/tid=29009] ppid=29006 vsize=10540460 CPUtime=0.67 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 47256 0 1 0 61 6 0 0 25 0 18 0 830598944 10793431040 50030 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505650214 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10540460

[startup+1.5008 s]
/proc/loadavg: 3.79 3.86 3.54 5/563 29031
/proc/meminfo: memFree=22052544/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10540460 CPUtime=1.88 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 128532 0 1 0 172 16 0 0 25 0 18 0 830598943 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2635115 127414 2205 9 0 2625849 0
[pid=29008/tid=29009] ppid=29006 vsize=10540460 CPUtime=1.47 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 25956 0 -1 4202560 124640 0 1 0 132 15 0 0 25 0 18 0 830598944 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505643989 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830598946 10793431040 127414 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830598947 10793431040 127416 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 830598947 10793431040 127418 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 830598947 10793431040 127421 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 830598949 10793431040 127423 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10540460 CPUtime=0.17 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 1302 0 0 0 17 0 0 0 15 0 18 0 830598949 10793431040 127425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10540460 CPUtime=0.21 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 1438 0 0 0 21 0 0 0 20 0 18 0 830598949 10793431040 127428 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830598949 10793431040 127430 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29031] ppid=29006 vsize=10540460 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29031/stat : 29031 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830598949 10793431040 127433 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10540460

[startup+3.10148 s]
/proc/loadavg: 3.73 3.84 3.54 5/565 29033
/proc/meminfo: memFree=21681396/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10548288 CPUtime=5.29 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 243098 0 1 0 499 30 0 0 25 0 22 0 830598943 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2637072 240767 2235 9 0 2627806 0
[pid=29008/tid=29009] ppid=29006 vsize=10548288 CPUtime=1.98 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 25956 0 -1 4202560 168248 0 1 0 177 21 0 0 15 0 22 0 830598944 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830598947 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830598947 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830598947 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830598949 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10548288 CPUtime=0.55 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 2810 0 0 0 55 0 0 0 15 0 22 0 830598949 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10548288 CPUtime=0.56 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 2266 0 0 0 56 0 0 0 15 0 22 0 830598949 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830598949 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29031] ppid=29006 vsize=10548288 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29031/stat : 29031 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830598949 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29032] ppid=29006 vsize=10548288 CPUtime=1.09 cores=1,3,5,7
/proc/29008/task/29032/stat : 29032 (java) R 29006 29008 25956 0 -1 4202560 2333 0 0 0 109 0 0 0 20 0 22 0 830599144 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505823938 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29008/tid=29033] ppid=29006 vsize=10548288 CPUtime=1.06 cores=1,3,5,7
/proc/29008/task/29033/stat : 29033 (java) R 29006 29008 25956 0 -1 4202560 66273 0 0 0 100 6 0 0 18 0 22 0 830599144 10801446912 240767 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505619034 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 10548288

[startup+6.3009 s]
/proc/loadavg: 3.73 3.84 3.54 6/567 29036
/proc/meminfo: memFree=20216112/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10548804 CPUtime=11.93 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 560669 0 1 0 1129 64 0 0 25 0 22 0 830598943 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2637201 556424 2238 9 0 2627935 0
[pid=29008/tid=29009] ppid=29006 vsize=10548804 CPUtime=1.98 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 25956 0 -1 4202560 168249 0 1 0 177 21 0 0 15 0 22 0 830598944 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556424 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830598946 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830598947 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830598947 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830598947 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10548804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830598949 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10548804 CPUtime=0.64 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 3249 0 0 0 64 0 0 0 15 0 22 0 830598949 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10548804 CPUtime=0.74 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 4614 0 0 0 73 1 0 0 15 0 22 0 830598949 10801975296 556425 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=16224232/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10547804 CPUtime=1623.85 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 1067625 0 1 0 162252 133 0 0 25 0 22 0 830598943 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2636951 1060652 2263 9 0 2627685 0
[pid=29008/tid=29009] ppid=29006 vsize=10547804 CPUtime=1.98 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 25956 0 -1 4202560 168264 0 1 0 177 21 0 0 15 0 22 0 830598944 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10547804 CPUtime=0.65 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 23928 0 0 0 62 3 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10547804 CPUtime=0.78 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 52316 0 0 0 69 9 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10547804 CPUtime=0.76 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 46540 0 0 0 70 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10547804 CPUtime=0.56 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 27437 0 0 0 53 3 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10547804 CPUtime=0.64 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 32794 0 0 0 59 5 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10547804 CPUtime=0.7 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 39634 0 0 0 64 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10547804 CPUtime=0.79 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 29010 0 0 0 75 4 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10547804 CPUtime=0.64 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 43636 0 0 0 58 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10547804 CPUtime=22.75 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 66124 0 0 0 2269 6 0 0 15 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10547804 CPUtime=0.81 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 3298 0 0 0 81 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10547804 CPUtime=1.1 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 5255 0 0 0 109 1 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29031] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29031/stat : 29031 (java) S 29006 29008 25956 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29032] ppid=29006 vsize=10547804 CPUtime=795.83 cores=1,3,5,7
/proc/29008/task/29032/stat : 29032 (java) R 29006 29008 25956 0 -1 4202560 3672 0 0 0 79583 0 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912506019504 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29008/tid=29033] ppid=29006 vsize=10547804 CPUtime=795.72 cores=1,3,5,7
/proc/29008/task/29033/stat : 29033 (java) R 29006 29008 25956 0 -1 4202560 524510 0 0 0 79517 55 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912505833674 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29008/tid=29035] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29035/stat : 29035 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830599160 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29036] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29036/stat : 29036 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830599162 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1623.85
Current children cumulated vsize (KiB) 10547804

[startup+882.302 s]
/proc/loadavg: 4.03 4.01 3.80 5/567 29121
/proc/meminfo: memFree=15976648/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10547804 CPUtime=1742.82 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 1067634 0 1 0 174149 133 0 0 25 0 22 0 830598943 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2636951 1060652 2263 9 0 2627685 0
[pid=29008/tid=29009] ppid=29006 vsize=10547804 CPUtime=1.98 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 25956 0 -1 4202560 168264 0 1 0 177 21 0 0 15 0 22 0 830598944 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10547804 CPUtime=0.68 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 23928 0 0 0 65 3 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10547804 CPUtime=0.82 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 52316 0 0 0 73 9 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10547804 CPUtime=0.8 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 46540 0 0 0 74 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10547804 CPUtime=0.6 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 27437 0 0 0 57 3 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10547804 CPUtime=0.67 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 32794 0 0 0 62 5 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10547804 CPUtime=0.72 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 39634 0 0 0 66 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10547804 CPUtime=0.8 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 29010 0 0 0 76 4 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10547804 CPUtime=0.64 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 43636 0 0 0 58 6 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10547804 CPUtime=23.89 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 66128 0 0 0 2383 6 0 0 15 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10547804 CPUtime=0.81 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 3298 0 0 0 81 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10547804 CPUtime=1.1 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 5255 0 0 0 109 1 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29031] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29031/stat : 29031 (java) S 29006 29008 25956 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29032] ppid=29006 vsize=10547804 CPUtime=854.64 cores=1,3,5,7
/proc/29008/task/29032/stat : 29032 (java) R 29006 29008 25956 0 -1 4202560 3674 0 0 0 85464 0 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912506108864 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29008/tid=29033] ppid=29006 vsize=10547804 CPUtime=854.53 cores=1,3,5,7
/proc/29008/task/29033/stat : 29033 (java) R 29006 29008 25956 0 -1 4202560 524511 0 0 0 85398 55 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912506060367 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29008/tid=29035] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29035/stat : 29035 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830599160 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29036] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29036/stat : 29036 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830599162 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1742.82
Current children cumulated vsize (KiB) 10547804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.201 s]
/proc/loadavg: 3.88 3.97 3.79 5/567 29121
/proc/meminfo: memFree=15918464/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=10547804 CPUtime=1800.22 cores=1,3,5,7
/proc/29008/stat : 29008 (java) S 29006 29008 25956 0 -1 4202496 1067640 0 1 0 179889 133 0 0 25 0 22 0 830598943 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 2636951 1060652 2263 9 0 2627685 0
[pid=29008/tid=29009] ppid=29006 vsize=10547804 CPUtime=1.98 cores=1,3,5,7
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 25956 0 -1 4202560 168264 0 1 0 177 21 0 0 15 0 22 0 830598944 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=10547804 CPUtime=0.69 cores=1,3,5,7
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 25956 0 -1 4202560 23928 0 0 0 66 3 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29013] ppid=29006 vsize=10547804 CPUtime=0.84 cores=1,3,5,7
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 25956 0 -1 4202560 52316 0 0 0 75 9 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29014] ppid=29006 vsize=10547804 CPUtime=0.82 cores=1,3,5,7
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 25956 0 -1 4202560 46540 0 0 0 76 6 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=10547804 CPUtime=0.6 cores=1,3,5,7
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 25956 0 -1 4202560 27437 0 0 0 57 3 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29016] ppid=29006 vsize=10547804 CPUtime=0.67 cores=1,3,5,7
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 25956 0 -1 4202560 32794 0 0 0 62 5 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=10547804 CPUtime=0.73 cores=1,3,5,7
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 25956 0 -1 4202560 39634 0 0 0 67 6 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 3 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=10547804 CPUtime=0.82 cores=1,3,5,7
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 25956 0 -1 4202560 29010 0 0 0 78 4 0 0 16 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=10547804 CPUtime=0.64 cores=1,3,5,7
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 25956 0 -1 4202560 43636 0 0 0 58 6 0 0 15 0 22 0 830598946 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 7 0 0 0
[pid=29008/tid=29022] ppid=29006 vsize=10547804 CPUtime=24.35 cores=1,3,5,7
/proc/29008/task/29022/stat : 29022 (java) S 29006 29008 25956 0 -1 4202560 66130 0 0 0 2429 6 0 0 15 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 0 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29023] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29023/stat : 29023 (java) S 29006 29008 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29024] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29024/stat : 29024 (java) S 29006 29008 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830598947 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29026] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29026/stat : 29026 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917554609 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29027] ppid=29006 vsize=10547804 CPUtime=0.81 cores=1,3,5,7
/proc/29008/task/29027/stat : 29027 (java) S 29006 29008 25956 0 -1 4202560 3298 0 0 0 81 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29028] ppid=29006 vsize=10547804 CPUtime=1.1 cores=1,3,5,7
/proc/29008/task/29028/stat : 29028 (java) S 29006 29008 25956 0 -1 4202560 5255 0 0 0 109 1 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) S 29006 29008 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917546905 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29031] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29031/stat : 29031 (java) S 29006 29008 25956 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830598949 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 1 0 0 0
[pid=29008/tid=29032] ppid=29006 vsize=10547804 CPUtime=883.07 cores=1,3,5,7
/proc/29008/task/29032/stat : 29032 (java) R 29006 29008 25956 0 -1 4202560 3675 0 0 0 88307 0 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912506120240 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29008/tid=29033] ppid=29006 vsize=10547804 CPUtime=882.96 cores=1,3,5,7
/proc/29008/task/29033/stat : 29033 (java) R 29006 29008 25956 0 -1 4202560 524512 0 0 0 88241 55 0 0 25 0 22 0 830599144 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 46912506022281 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29008/tid=29035] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29035/stat : 29035 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830599160 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
[pid=29008/tid=29036] ppid=29006 vsize=10547804 CPUtime=0 cores=1,3,5,7
/proc/29008/task/29036/stat : 29036 (java) S 29006 29008 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830599162 10800951296 1060652 33554432000 1073741824 1073778376 140734293758992 18446744073709551615 218917547520 0 4 0 16800975 18446604463093536704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 10547804

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

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

[startup+911.4 s]
/proc/loadavg: 3.88 3.97 3.79 5/567 29121
/proc/meminfo: memFree=15918464/32951124 swapFree=56930356/67111528
[pid=29008] ppid=29006 vsize=0 CPUtime=1800.45 cores=1,3,5,7
/proc/29008/stat : 29008 (java) Z 29006 29008 25956 0 -1 4203548 1067676 0 1 0 179897 148 0 0 17 0 2 0 830598943 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29008/statm: 0 0 0 0 0 0 0
[pid=29008/tid=29030] ppid=29006 vsize=0 CPUtime=0.14 cores=1,3,5,7
/proc/29008/task/29030/stat : 29030 (java) R 29006 29008 25956 0 -1 4203588 1 0 0 0 0 14 0 0 18 0 2 0 830598949 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 911.41
CPU time (s): 1800.46
CPU user time (s): 1798.97
CPU system time (s): 1.48977
CPU usage (%): 197.547
Max. virtual memory (cumulated for all children) (KiB): 10550020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.48977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1067676
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= 23212
involuntary context switches= 21165

runsolver used 4.78127 second user time and 11.7022 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 14:20:12
IDJOB=3454567
IDBENCH=2292
IDSOLVER=1950
FILE ID=node137/3454567-1307190012
RUNJOBID= node137-1307187972-28517
PBS_JOBID= 13508854
Free space on /tmp= 73724 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-n370e.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454567-1307190012/watcher-3454567-1307190012 -o /tmp/evaluation-result-3454567-1307190012/solver-3454567-1307190012 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454567-1307190012.opb

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

MD5SUM BENCH= 2ed7df63a411bcdd93a5895df0fcaa15
RANDOM SEED=1539120296

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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:      22376704 kB
Buffers:        285936 kB
Cached:         522188 kB
SwapCached:      12312 kB
Active:        9841868 kB
Inactive:       468268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22376704 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            9044 kB
Writeback:           0 kB
AnonPages:     9499584 kB
Mapped:          29736 kB
Slab:           117712 kB
PageTables:      77440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172899456 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= 73708 MiB
End job on node137 at 2011-06-04 14:35:26