Trace number 3733524

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT 123.105 62.2544

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM65ff8d8fa0c74cfadd531eacdf92ff06
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.82372
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
Total number of constraints2
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 constraints2
Minimum length of a constraint82
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c version 2.2.0.v20100531
0.03/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.06	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.06	c java.vm.version	19.1-b02
0.03/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.06	c sun.arch.data.model	64
0.03/0.06	c java.version		1.6.0_24
0.03/0.06	c os.name		Linux
0.03/0.06	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.06	c os.arch		amd64
0.03/0.06	c Free memory 		1349517296
0.03/0.06	c Max memory 		1356595200
0.03/0.06	c Total memory 		1356595200
0.03/0.06	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c ManyCore solver with 2 solvers running in parallel
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.09	c No reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	
0.03/0.09	c solving HOME/instance-3733524-1338743595.opb
0.03/0.09	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.014s.
0.11/0.11	c #vars     82
0.11/0.11	c #constraints  2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.01/0.62	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.19/1.12	c cleaning 4247 clauses out of 8501 with flag 11001/11001
4.63/1.88	c cleaning 5626 clauses out of 11253 with flag 18000/18000
6.63/2.86	c cleaning 6815 clauses out of 13630 with flag 26003/26003
8.84/3.98	c cleaning 7907 clauses out of 15813 with flag 35001/35001
12.06/5.55	c cleaning 8951 clauses out of 17905 with flag 45000/45000
15.44/7.23	c cleaning 9477 clauses out of 18956 with flag 55002/55002
18.41/8.75	c cleaning 9739 clauses out of 19478 with flag 65001/65001
21.35/10.25	c cleaning 9868 clauses out of 19739 with flag 75001/75001
25.75/12.40	c cleaning 9933 clauses out of 19870 with flag 85000/85000
30.51/14.81	c cleaning 9969 clauses out of 19937 with flag 95000/95000
36.08/17.66	c cleaning 9982 clauses out of 19968 with flag 105000/105000
41.24/20.28	c cleaning 9993 clauses out of 19987 with flag 115001/115001
45.00/22.17	c cleaning 9997 clauses out of 19993 with flag 125000/125000
48.35/23.85	c cleaning 9996 clauses out of 19996 with flag 135000/135000
51.31/25.39	c cleaning 9999 clauses out of 20000 with flag 145000/145000
54.43/26.98	c cleaning 9995 clauses out of 20001 with flag 155000/155000
57.00/28.26	c cleaning 10002 clauses out of 20006 with flag 165000/165000
60.34/29.90	c cleaning 9999 clauses out of 20005 with flag 175001/175001
61.30/30.41	c cleaning 0 clauses out of 5000 with flag 0/5000
64.97/32.10	c cleaning 10002 clauses out of 20005 with flag 185000/185000
68.84/34.02	c cleaning 10000 clauses out of 20004 with flag 195001/195001
72.37/35.88	c cleaning 10000 clauses out of 20004 with flag 205001/205001
76.71/38.00	c cleaning 9997 clauses out of 20003 with flag 215000/215000
81.62/40.51	c cleaning 9998 clauses out of 20006 with flag 225000/225000
85.16/42.30	c cleaning 10004 clauses out of 20008 with flag 235000/235000
89.31/44.44	c cleaning 10001 clauses out of 20005 with flag 245001/245001
92.65/46.12	c cleaning 10002 clauses out of 20004 with flag 255001/255001
96.35/48.05	c cleaning 9997 clauses out of 20001 with flag 265000/265000
99.49/49.60	c cleaning 9999 clauses out of 20005 with flag 275001/275001
102.22/51.06	c cleaning 9999 clauses out of 20005 with flag 285000/285000
104.56/52.27	c cleaning 10000 clauses out of 20007 with flag 295001/295001
107.67/53.86	c cleaning 10003 clauses out of 20006 with flag 305000/305000
109.80/54.91	c cleaning 9999 clauses out of 20003 with flag 315000/315000
113.33/56.76	c cleaning 9996 clauses out of 20004 with flag 325000/325000
115.48/57.89	c cleaning 9998 clauses out of 20008 with flag 335000/335000
118.39/59.34	c cleaning 10006 clauses out of 20011 with flag 345001/345001
122.30/61.39	c cleaning 9998 clauses out of 20005 with flag 355001/355001
123.03/61.72	c And the winner is Resolution
122.82/62.24	c starts		: 136
122.82/62.24	c conflicts		: 357686
122.82/62.24	c decisions		: 366283
122.82/62.24	c propagations		: 2540358
122.82/62.24	c inspects		: 422531712
122.82/62.24	c learnt literals	: 0
122.82/62.24	c learnt binary clauses	: 0
122.82/62.24	c learnt ternary clauses	: 0
122.82/62.24	c learnt clauses	: 357686
122.82/62.24	c ignored clauses	: 0
122.82/62.24	c root simplifications	: 0
122.82/62.24	c removed literals (reason simplification)	: 4234176
122.82/62.24	c reason swapping (by a shorter reason)	: 0
122.82/62.24	c Calls to reduceDB	: 37
122.82/62.24	c number of reductions to clauses (during analyze)	: 0
122.82/62.24	c number of learned constraints concerned by reduction	: 0
122.82/62.24	c number of learning phase by resolution	: 0
122.82/62.24	c number of learning phase by cutting planes	: 0
122.82/62.24	c speed (assignments/second)	: 40891.07444668008
122.82/62.24	c non guided choices	70
122.82/62.24	c learnt constraints type 
122.82/62.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12692
122.82/62.24	c constraints type 
122.82/62.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
122.82/62.24	c constraints type 
122.82/62.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
122.82/62.24	s SATISFIABLE
122.82/62.25	v x1 x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
122.82/62.25	c Total wall clock time (in seconds): 62.15

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733524-1338743595/watcher-3733524-1338743595 -o /tmp/evaluation-result-3733524-1338743595/solver-3733524-1338743595 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733524-1338743595.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.61 3.77 3.77 4/195 30483
/proc/meminfo: memFree=25676080/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 1188 0 0 0 0 0 0 0 20 0 2 0 340484925 94085120 906 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 22954 902 683 9 0 16769 0
[pid=30483/tid=30484] ppid=30481 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) R 30481 30483 21196 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 2 0 340484926 94019584 915 33554432000 1073741824 1073778376 140736473946928 140736473935992 139739317433879 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.040738 s]
/proc/loadavg: 3.61 3.77 3.77 4/195 30483
/proc/meminfo: memFree=25676080/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 3790 0 1 0 2 1 0 0 20 0 13 0 340484925 2423889920 4486 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 591770 4486 1708 9 0 582471 0
[pid=30483/tid=30484] ppid=30481 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) R 30481 30483 21196 0 -1 4202560 2607 0 1 0 2 0 0 0 20 0 13 0 340484926 2423889920 4486 33554432000 1073741824 1073778376 140736473946928 139739310887152 227515884813 0 4 0 16800971 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100232 s]
/proc/loadavg: 3.61 3.77 3.77 4/195 30483
/proc/meminfo: memFree=25676080/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 4941 0 1 0 10 1 0 0 20 0 18 0 340484925 2764726272 6089 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 674982 6089 2153 9 0 665676 0
[pid=30483/tid=30484] ppid=30481 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) R 30481 30483 21196 0 -1 4202560 2844 0 1 0 7 1 0 0 20 0 18 0 340484926 2764726272 6089 33554432000 1073741824 1073778376 140736473946928 139739310889904 227515884813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300196 s]
/proc/loadavg: 3.61 3.77 3.77 4/195 30483
/proc/meminfo: memFree=25676080/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 9165 0 1 0 82 2 0 0 20 0 22 0 340484925 3037372416 12323 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 12323 2216 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2848 0 1 0 8 1 0 0 20 0 22 0 340484926 3037372416 12323 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2966184

[startup+0.700216 s]
/proc/loadavg: 3.61 3.77 3.77 4/195 30483
/proc/meminfo: memFree=25676080/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=2.26 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 15394 0 1 0 220 6 0 0 20 0 22 0 340484925 3037372416 44393 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 44393 2260 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2848 0 1 0 8 1 0 0 20 0 22 0 340484926 3037372416 44393 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2966184

[startup+1.50083 s]
/proc/loadavg: 3.61 3.77 3.77 5/217 30505
/proc/meminfo: memFree=25470736/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 15481 0 1 0 393 7 0 0 20 0 22 0 340484925 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 65938 2266 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2848 0 1 0 8 1 0 0 20 0 22 0 340484926 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30494] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30494/stat : 30494 (java) S 30481 30483 21196 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 340484928 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739157322344 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30495] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30495/stat : 30495 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340484928 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739156268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30496] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30496/stat : 30496 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484928 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739155216008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 6503 0 0 0 55 2 0 0 20 0 22 0 340484930 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4642 0 0 0 55 1 0 0 20 0 22 0 340484930 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30502] ppid=30481 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/30483/task/30502/stat : 30502 (java) R 30481 30483 21196 0 -1 4202560 52 0 0 0 133 0 0 0 20 0 22 0 340484937 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739148898896 139739251046708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30503] ppid=30481 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/30483/task/30503/stat : 30503 (java) R 30481 30483 21196 0 -1 4202560 166 0 0 0 130 3 0 0 20 0 22 0 340484937 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739147846088 139739251000245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 65938 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.72 3.79 3.77 7/217 30505
/proc/meminfo: memFree=25367468/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=7.24 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 15575 0 1 0 715 9 0 0 20 0 22 0 340484925 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 94135 2273 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2848 0 1 0 8 1 0 0 20 0 22 0 340484926 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30494] ppid=30481 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30483/task/30494/stat : 30494 (java) S 30481 30483 21196 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 22 0 340484928 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739157322344 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30495] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30495/stat : 30495 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340484928 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739156268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30496] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30496/stat : 30496 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484928 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739155216008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 6522 0 0 0 60 2 0 0 20 0 22 0 340484930 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4649 0 0 0 59 1 0 0 20 0 22 0 340484930 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30502] ppid=30481 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/30483/task/30502/stat : 30502 (java) R 30481 30483 21196 0 -1 4202560 53 0 0 0 286 0 0 0 20 0 22 0 340484937 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739148898856 139739251046166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30503] ppid=30481 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/30483/task/30503/stat : 30503 (java) R 30481 30483 21196 0 -1 4202560 218 0 0 0 282 4 0 0 20 0 22 0 340484937 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739147844680 139739250994367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 94135 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.72 3.79 3.77 5/217 30505
/proc/meminfo: memFree=25270124/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=13.62 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 15633 0 1 0 1353 9 0 0 20 0 22 0 340484925 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 104836 2273 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2848 0 1 0 8 1 0 0 20 0 22 0 340484926 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340484927 3037372416 104836 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 12464 0 0 0 108 2 0 0 20 0 22 0 340484930 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4656 0 0 0 61 1 0 0 20 0 22 0 340484930 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340484930 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 340484930 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30502] ppid=30481 vsize=2966184 CPUtime=58.53 cores=1,3,5,7
/proc/30483/task/30502/stat : 30502 (java) R 30481 30483 21196 0 -1 4202560 80 0 0 0 5853 0 0 0 20 0 22 0 340484937 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739148898896 139739251046228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30503] ppid=30481 vsize=2966184 CPUtime=58.49 cores=1,3,5,7
/proc/30483/task/30503/stat : 30503 (java) R 30481 30483 21196 0 -1 4202560 268 0 0 0 5844 5 0 0 20 0 22 0 340484937 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739147844680 139739251000326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340484937 3037372416 127341 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 122.64
Current children cumulated vsize (KiB) 2966184

[startup+61.9011 s]
/proc/loadavg: 3.81 3.79 3.77 5/217 30505
/proc/meminfo: memFree=25173156/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=122.82 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 21762 0 1 0 12264 18 0 0 20 0 20 0 340484925 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 127330 2274 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2851 0 1 0 8 1 0 0 20 0 20 0 340484926 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 19 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30494] ppid=30481 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/30483/task/30494/stat : 30494 (java) S 30481 30483 21196 0 -1 4202560 58 0 0 0 232 1 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739157322344 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30495] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30495/stat : 30495 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739156268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30496] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30496/stat : 30496 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739155216008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 12464 0 0 0 108 2 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4656 0 0 0 61 1 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 122.82
Current children cumulated vsize (KiB) 2966184

[startup+62.1006 s]
/proc/loadavg: 3.81 3.79 3.77 5/217 30505
/proc/meminfo: memFree=25173156/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=122.82 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 21762 0 1 0 12264 18 0 0 20 0 20 0 340484925 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 127330 2274 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2851 0 1 0 8 1 0 0 20 0 20 0 340484926 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 19 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30494] ppid=30481 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/30483/task/30494/stat : 30494 (java) S 30481 30483 21196 0 -1 4202560 58 0 0 0 232 1 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739157322344 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30495] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30495/stat : 30495 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739156268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30496] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30496/stat : 30496 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739155216008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 12464 0 0 0 108 2 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4656 0 0 0 61 1 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 122.82
Current children cumulated vsize (KiB) 2966184

[startup+62.2007 s]
/proc/loadavg: 3.81 3.79 3.77 5/217 30505
/proc/meminfo: memFree=25173156/32873624 swapFree=7112/7112
[pid=30483] ppid=30481 vsize=2966184 CPUtime=122.82 cores=1,3,5,7
/proc/30483/stat : 30483 (java) S 30481 30483 21196 0 -1 4202496 21762 0 1 0 12264 18 0 0 20 0 20 0 340484925 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 140736473938064 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30483/statm: 741546 127330 2274 9 0 732240 0
[pid=30483/tid=30484] ppid=30481 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30483/task/30484/stat : 30484 (java) S 30481 30483 21196 0 -1 4202560 2851 0 1 0 8 1 0 0 20 0 20 0 340484926 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739310892184 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30486/stat : 30486 (java) S 30481 30483 21196 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739176889000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30487/stat : 30487 (java) S 30481 30483 21196 0 -1 4202560 19 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739175836456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30488] ppid=30481 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30483/task/30488/stat : 30488 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739174783912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30489] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30489/stat : 30489 (java) S 30481 30483 21196 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739173731368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30490] ppid=30481 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30483/task/30490/stat : 30490 (java) S 30481 30483 21196 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739172677800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30491] ppid=30481 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/30483/task/30491/stat : 30491 (java) S 30481 30483 21196 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739171625256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30492] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30492/stat : 30492 (java) S 30481 30483 21196 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739170572712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30493] ppid=30481 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30483/task/30493/stat : 30493 (java) S 30481 30483 21196 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 20 0 340484927 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739169520168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30494] ppid=30481 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/30483/task/30494/stat : 30494 (java) S 30481 30483 21196 0 -1 4202560 58 0 0 0 232 1 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739157322344 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30495] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30495/stat : 30495 (java) S 30481 30483 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739156268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30496] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30496/stat : 30496 (java) S 30481 30483 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340484928 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739155216008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30497] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30497/stat : 30497 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739154164752 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30483/tid=30498] ppid=30481 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/30483/task/30498/stat : 30498 (java) S 30481 30483 21196 0 -1 4202560 12464 0 0 0 108 2 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739153111096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30483/tid=30499] ppid=30481 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/30483/task/30499/stat : 30499 (java) S 30481 30483 21196 0 -1 4202560 4656 0 0 0 61 1 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739152058552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30500] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30500/stat : 30500 (java) S 30481 30483 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739151006200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30501] ppid=30481 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30483/task/30501/stat : 30501 (java) S 30481 30483 21196 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 340484930 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739149953864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30483/tid=30504] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30504/stat : 30504 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739146794536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30483/tid=30505] ppid=30481 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30483/task/30505/stat : 30505 (java) S 30481 30483 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340484937 3037372416 127330 33554432000 1073741824 1073778376 140736473946928 139739145741992 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 122.82
Current children cumulated vsize (KiB) 2966184

Child status: 10

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.209999
#  lost CPU user time (s): 0.220001
#  lost CPU system time (s): -0.01

Real time (s): 62.2544
CPU time (s): 123.105
CPU user time (s): 122.862
CPU system time (s): 0.242961
CPU usage (%): 197.745
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.642
system time used= 0.252961
maximum resident set size= 509368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2998
involuntary context switches= 3304

runsolver used 0.121981 second user time and 0.303953 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 19:13:15
IDJOB=3733524
IDBENCH=2558
IDSOLVER=2324
FILE ID=node121/3733524-1338743595
RUNJOBID= node121-1338736511-28119
PBS_JOBID= 14636757
Free space on /tmp= 71220 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733524-1338743595/watcher-3733524-1338743595 -o /tmp/evaluation-result-3733524-1338743595/solver-3733524-1338743595 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733524-1338743595.opb

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

MD5SUM BENCH= 65ff8d8fa0c74cfadd531eacdf92ff06
RANDOM SEED=1886463485

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        25676708 kB
Buffers:          661756 kB
Cached:          4540704 kB
SwapCached:            0 kB
Active:          3003892 kB
Inactive:        3303740 kB
Active(anon):    1092896 kB
Inactive(anon):    10760 kB
Active(file):    1910996 kB
Inactive(file):  3292980 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               392 kB
Writeback:             0 kB
AnonPages:       1116048 kB
Mapped:            22212 kB
Shmem:               200 kB
Slab:             744124 kB
SReclaimable:     187596 kB
SUnreclaim:       556528 kB
KernelStack:        1776 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1562172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1058816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71220 MiB
End job on node121 at 2012-06-03 19:14:17