Trace number 3731747

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
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 288.41 284.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUMe9984c89af246abdf2b2a4294753ea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1042
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.10	c no version file found!!!
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version	1.6.0_24
0.07/0.10	c os.name	Linux
0.07/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch	amd64
0.07/0.10	c Free memory 1599470296
0.07/0.10	c Max memory 1607860224
0.07/0.10	c Total memory 1607860224
0.07/0.10	c Number of processors 8
0.07/0.13	--- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.13	c No reason simplification
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3731747-1338688005.opb
0.07/0.13	c reading problem ... 
0.39/0.36	c ... done. Wall clock time 0.237s.
0.39/0.36	c CPU time (experimental) 0.32s.
0.39/0.36	c #vars     1963
0.39/0.36	c #constraints  4000
0.63/0.40	c SATISFIABLE
0.63/0.40	c OPTIMIZING...
0.63/0.40	c Got one! Elapsed wall clock time (in seconds):0.278
0.63/0.41	o 1211
0.86/0.54	c Got one! Elapsed wall clock time (in seconds):0.417
0.86/0.54	o 1209
1.15/0.62	c Got one! Elapsed wall clock time (in seconds):0.493
1.15/0.62	o 1208
1.15/0.67	c Got one! Elapsed wall clock time (in seconds):0.545
1.15/0.67	o 1207
1.36/0.71	c Got one! Elapsed wall clock time (in seconds):0.585
1.36/0.71	o 1206
1.80/1.15	c Got one! Elapsed wall clock time (in seconds):1.022
1.80/1.15	o 1193
2.22/1.58	c Got one! Elapsed wall clock time (in seconds):1.45
2.22/1.58	o 1192
7.58/6.84	c Got one! Elapsed wall clock time (in seconds):6.716
7.58/6.84	o 1191
85.92/83.68	c cleaning 150693 clauses out of 301402 for limit 304488.98232377745
87.32/85.05	c cleaning 75600 clauses out of 151210 for limit 1001907.4313769918
87.53/85.29	c cleaning 38048 clauses out of 76110 for limit 3282632.586076033
87.73/85.46	c cleaning 19271 clauses out of 38561 for limit 1.0674243006906623E7
88.03/85.71	c cleaning 9889 clauses out of 19790 for limit 3.430010632741339E7
88.13/85.86	c cleaning 5192 clauses out of 10401 for limit 1.0762720228607967E8
88.23/85.98	c cleaning 2847 clauses out of 5710 for limit 3.2363198580702204E8
88.33/86.08	c cleaning 1673 clauses out of 3363 for limit 9.061843676628636E8
88.43/86.17	c cleaning 1090 clauses out of 2190 for limit 2.2948547652542577E9
88.53/86.26	c cleaning 794 clauses out of 1601 for limit 5.182011676073492E9
88.63/86.35	c cleaning 644 clauses out of 1305 for limit 1.0463237202051361E10
88.73/86.44	c cleaning 573 clauses out of 1162 for limit 1.9398174121093628E10
88.83/86.53	c cleaning 533 clauses out of 1088 for limit 3.4131821147096077E10
88.93/86.62	c cleaning 527 clauses out of 1055 for limit 5.8048604539958206E10
89.03/86.71	c cleaning 514 clauses out of 1028 for limit 9.824422158240456E10
89.13/86.80	c cleaning 506 clauses out of 1014 for limit 1.6425479730341907E11
89.13/86.90	c cleaning 500 clauses out of 1008 for limit 2.7249050421442007E11
89.23/86.99	c cleaning 498 clauses out of 1010 for limit 4.493817606084436E11
89.33/87.08	c cleaning 495 clauses out of 1010 for limit 7.396092002694403E11
89.43/87.17	c cleaning 508 clauses out of 1016 for limit 1.2137252011232522E12
89.53/87.26	c cleaning 503 clauses out of 1007 for limit 2.0174648746471772E12
89.63/87.35	c cleaning 495 clauses out of 1004 for limit 3.337010912554759E12
89.73/87.45	c cleaning 498 clauses out of 1011 for limit 5.476020870155138E12
89.83/87.54	c cleaning 496 clauses out of 1012 for limit 9.012745608783932E12
89.93/87.63	c cleaning 499 clauses out of 1015 for limit 1.4804473210915691E13
90.03/87.72	c cleaning 500 clauses out of 1016 for limit 2.439052675617157E13
90.13/87.81	c cleaning 508 clauses out of 1017 for limit 4.0223914565161125E13
90.13/87.90	c cleaning 504 clauses out of 1009 for limit 6.686055961543968E13
90.23/87.99	c cleaning 494 clauses out of 1004 for limit 1.1070030971259933E14
90.33/88.09	c cleaning 499 clauses out of 1010 for limit 1.814751073448679E14
193.36/190.51	c cleaning 149747 clauses out of 299512 for limit 50.83691076484592
200.66/197.89	c cleaning 75127 clauses out of 150265 for limit 167.1057639270547
202.36/199.55	c cleaning 37810 clauses out of 75638 for limit 547.4760384338124
202.86/200.00	c cleaning 19156 clauses out of 38329 for limit 1783.479258405999
203.07/200.21	c cleaning 9825 clauses out of 19672 for limit 5724.90667162016
203.16/200.39	c cleaning 5165 clauses out of 10347 for limit 17949.748370687048
203.36/200.53	c cleaning 2831 clauses out of 5681 for limit 53860.3783469583
203.46/200.64	c cleaning 1665 clauses out of 3351 for limit 150733.63069513236
203.56/200.75	c cleaning 1081 clauses out of 2185 for limit 380850.4927395612
203.66/200.86	c cleaning 791 clauses out of 1605 for limit 855896.6472840058
203.76/200.96	c cleaning 648 clauses out of 1313 for limit 1723665.5871163341
203.86/201.06	c cleaning 582 clauses out of 1165 for limit 3203669.4421874397
203.96/201.17	c cleaning 541 clauses out of 1083 for limit 5683306.191272454
204.07/201.27	c cleaning 521 clauses out of 1043 for limit 9741719.074601395
204.17/201.36	c cleaning 501 clauses out of 1021 for limit 1.6395155612965534E7
204.26/201.46	c cleaning 500 clauses out of 1020 for limit 2.706431256233125E7
204.36/201.56	c cleaning 500 clauses out of 1021 for limit 4.463359094111611E7
204.46/201.65	c cleaning 500 clauses out of 1020 for limit 7.360524700352733E7
204.56/201.76	c cleaning 510 clauses out of 1020 for limit 1.2138489904259567E8
204.66/201.86	c cleaning 505 clauses out of 1010 for limit 2.0216191667778662E8
204.76/201.95	c cleaning 503 clauses out of 1006 for limit 3.350527125459697E8
204.86/202.05	c cleaning 501 clauses out of 1002 for limit 5.541977684486024E8
204.96/202.14	c cleaning 500 clauses out of 1001 for limit 9.148592926490005E8
205.06/202.24	c cleaning 498 clauses out of 1001 for limit 1.5087253612647688E9
205.17/202.34	c cleaning 502 clauses out of 1004 for limit 2.483138561218467E9
205.27/202.44	c cleaning 493 clauses out of 1002 for limit 4.103201383718582E9
205.36/202.54	c cleaning 495 clauses out of 1010 for limit 6.71985000268483E9
205.46/202.64	c cleaning 507 clauses out of 1015 for limit 1.102734082372046E10
205.56/202.74	c cleaning 503 clauses out of 1006 for limit 1.831157594840862E10
205.66/202.84	c cleaning 502 clauses out of 1004 for limit 3.028868295410557E10
205.78/202.94	c cleaning 487 clauses out of 1002 for limit 5.0049790917553604E10
205.88/203.04	c cleaning 496 clauses out of 1015 for limit 8.148165356237988E10
283.29/279.71	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
283.60/280.06		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
284.30/280.74		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
285.00/281.43		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
285.20/281.66		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
285.70/282.12		at org.sat4j.minisat.core.Solver.search(Unknown Source)
286.10/282.58		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
286.60/283.04		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
287.00/283.50		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
287.50/283.95		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)

Verifier Data

ERROR: no interpretation found !

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-3731747-1338688005/watcher-3731747-1338688005 -o /tmp/evaluation-result-3731747-1338688005/solver-3731747-1338688005 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731747-1338688005.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 3/194 18102
/proc/meminfo: memFree=27540580/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/18102/stat : 18102 (java) R 18100 18102 7849 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 334926135 278528 33 33554432000 1073741824 1073778376 140733250069728 140733250066904 214360485159 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18102/statm: 68 34 26 9 0 25 0

[startup+0.0759359 s]
/proc/loadavg: 1.96 2.00 2.00 3/194 18102
/proc/meminfo: memFree=27540580/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=2623916 CPUtime=0.05 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 3958 0 1 0 4 1 0 0 20 0 13 0 334926135 2686889984 5677 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 655979 5677 1709 9 0 646680 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2623916

[startup+0.100253 s]
/proc/loadavg: 1.96 2.00 2.00 3/194 18102
/proc/meminfo: memFree=27540580/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 4127 0 1 0 6 1 0 0 20 0 18 0 334926135 3028844544 5845 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300228 s]
/proc/loadavg: 1.96 2.00 2.00 3/194 18102
/proc/meminfo: memFree=27540580/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 5582 0 1 0 38 1 0 0 20 0 18 0 334926135 3028844544 8550 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 739464 8550 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2957856

[startup+0.700217 s]
/proc/loadavg: 1.96 2.00 2.00 3/194 18102
/proc/meminfo: memFree=27540580/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=1.36 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 9820 0 1 0 134 2 0 0 20 0 19 0 334926135 3097006080 14471 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 14471 2269 9 0 746526 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 3024420

[startup+1.50064 s]
/proc/loadavg: 1.96 2.00 2.00 3/213 18126
/proc/meminfo: memFree=27482908/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=2.22 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 9848 0 1 0 219 3 0 0 20 0 19 0 334926135 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 20115 2273 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=1.45 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) R 18100 18102 7849 0 -1 4202560 3081 0 1 0 143 2 0 0 20 0 19 0 334926136 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880742282088 139880592622685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880587831528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2156 0 0 0 36 0 0 0 20 0 19 0 334926143 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3397 0 0 0 37 0 0 0 20 0 19 0 334926143 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 20115 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 3024420

[startup+3.10068 s]
/proc/loadavg: 1.96 2.00 2.00 3/213 18128
/proc/meminfo: memFree=27451724/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=3.88 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 9871 0 1 0 385 3 0 0 20 0 19 0 334926135 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 29843 2273 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) R 18100 18102 7849 0 -1 4202560 3102 0 1 0 302 2 0 0 20 0 19 0 334926136 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880742281864 139880592621830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880587831528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2156 0 0 0 39 0 0 0 20 0 19 0 334926143 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3397 0 0 0 40 0 0 0 20 0 19 0 334926143 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18128] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18128/stat : 18128 (java) S 18100 18102 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334926293 3097006080 29843 33554432000 1073741824 1073778376 140734707419568 139880578332200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 3024420

[startup+6.30068 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 18128
/proc/meminfo: memFree=27373164/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=7.08 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 9910 0 1 0 703 5 0 0 20 0 19 0 334926135 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 48750 2274 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=6.23 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) R 18100 18102 7849 0 -1 4202560 3140 0 1 0 620 3 0 0 20 0 19 0 334926136 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880742279552 139880592647571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926138 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880587831528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2156 0 0 0 39 0 0 0 20 0 19 0 334926143 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3397 0 0 0 40 0 0 0 20 0 19 0 334926143 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18128] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18128/stat : 18128 (java) S 18100 18102 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334926293 3097006080 48750 33554432000 1073741824 1073778376 140734707419568 139880578332200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 18129
/proc/meminfo: memFree=27223204/32873844 swapFree=7632/7632

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

/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 284 0 0 0 28 11 0 0 20 0 19 0 334926138 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=6.65 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) R 18100 18102 7849 0 -1 4202560 225 0 0 0 659 6 0 0 20 0 19 0 334926140 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880587831688 139880749135878 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2160 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3405 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 5 5 0 0 20 0 19 0 334926143 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18129] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18129/stat : 18129 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926820 3097006080 418837 33554432000 1073741824 1073778376 140734707419568 139880578331560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 287.5
Current children cumulated vsize (KiB) 3024420

[startup+284.301 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 18194
/proc/meminfo: memFree=25877748/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=287.9 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 12552 0 1 0 28664 126 0 0 20 0 19 0 334926135 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 418838 2302 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=275.5 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) S 18100 18102 7849 0 -1 4202560 3318 0 1 0 27539 11 0 0 20 0 19 0 334926136 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880742283768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0.55 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 316 0 0 0 36 19 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 250 0 0 0 28 14 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 330 0 0 0 39 10 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 375 0 0 0 35 19 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 223 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 220 0 0 0 26 14 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 218 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 284 0 0 0 28 11 0 0 20 0 19 0 334926138 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=7.04 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) R 18100 18102 7849 0 -1 4202560 226 0 0 0 698 6 0 0 20 0 19 0 334926140 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880587831528 139880748405163 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880586777496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880585722488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2160 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3405 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 5 5 0 0 20 0 19 0 334926143 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18129] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18129/stat : 18129 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926820 3097006080 418838 33554432000 1073741824 1073778376 140734707419568 139880578331560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 287.9
Current children cumulated vsize (KiB) 3024420

[startup+284.701 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 18194
/proc/meminfo: memFree=25877748/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=288.3 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 12555 0 1 0 28704 126 0 0 20 0 19 0 334926135 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 418840 2302 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=275.5 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) S 18100 18102 7849 0 -1 4202560 3318 0 1 0 27539 11 0 0 20 0 19 0 334926136 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880742283368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0.55 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 316 0 0 0 36 19 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 250 0 0 0 28 14 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 330 0 0 0 39 10 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 375 0 0 0 35 19 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 223 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 220 0 0 0 26 14 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 218 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 284 0 0 0 28 11 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=7.44 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) R 18100 18102 7849 0 -1 4202560 226 0 0 0 738 6 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880587831688 139880748407951 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2160 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3405 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 5 5 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18129] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18129/stat : 18129 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926820 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880578331560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 288.3
Current children cumulated vsize (KiB) 3024420

[startup+284.801 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 18194
/proc/meminfo: memFree=25877748/32873844 swapFree=7632/7632
[pid=18102] ppid=18100 vsize=3024420 CPUtime=288.41 cores=0,2,4,6
/proc/18102/stat : 18102 (java) S 18100 18102 7849 0 -1 4202496 12556 0 1 0 28715 126 0 0 20 0 19 0 334926135 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 140734707410704 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18102/statm: 756105 418840 2302 9 0 746526 0
[pid=18102/tid=18104] ppid=18100 vsize=3024420 CPUtime=275.5 cores=0,2,4,6
/proc/18102/task/18104/stat : 18104 (java) S 18100 18102 7849 0 -1 4202560 3319 0 1 0 27539 11 0 0 20 0 19 0 334926136 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880742283384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18105] ppid=18100 vsize=3024420 CPUtime=0.55 cores=0,2,4,6
/proc/18102/task/18105/stat : 18105 (java) S 18100 18102 7849 0 -1 4202560 316 0 0 0 36 19 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880725707048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18106] ppid=18100 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/18102/task/18106/stat : 18106 (java) S 18100 18102 7849 0 -1 4202560 250 0 0 0 28 14 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880724654248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18102/tid=18107] ppid=18100 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/18102/task/18107/stat : 18107 (java) S 18100 18102 7849 0 -1 4202560 330 0 0 0 39 10 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880723601960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18108] ppid=18100 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/18102/task/18108/stat : 18108 (java) S 18100 18102 7849 0 -1 4202560 375 0 0 0 35 19 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880722549160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18109] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18109/stat : 18109 (java) S 18100 18102 7849 0 -1 4202560 223 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880721496872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18110] ppid=18100 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18102/task/18110/stat : 18110 (java) S 18100 18102 7849 0 -1 4202560 220 0 0 0 26 14 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880720444072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18111] ppid=18100 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/18102/task/18111/stat : 18111 (java) S 18100 18102 7849 0 -1 4202560 218 0 0 0 25 12 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880719391784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18112] ppid=18100 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/18102/task/18112/stat : 18112 (java) S 18100 18102 7849 0 -1 4202560 284 0 0 0 28 11 0 0 20 0 19 0 334926138 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880718338984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18113] ppid=18100 vsize=3024420 CPUtime=7.55 cores=0,2,4,6
/proc/18102/task/18113/stat : 18113 (java) R 18100 18102 7849 0 -1 4202560 226 0 0 0 749 6 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880587831688 139880748407951 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18114] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18114/stat : 18114 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880586777592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18115] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18115/stat : 18115 (java) S 18100 18102 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334926140 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880585725192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18102/tid=18116] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18116/stat : 18116 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880584673680 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18117] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18117/stat : 18117 (java) S 18100 18102 7849 0 -1 4202560 2160 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880583621304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18118] ppid=18100 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/18102/task/18118/stat : 18118 (java) S 18100 18102 7849 0 -1 4202560 3405 0 0 0 46 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880582568504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18119] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18119/stat : 18119 (java) S 18100 18102 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880581516408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18102/tid=18120] ppid=18100 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/18102/task/18120/stat : 18120 (java) S 18100 18102 7849 0 -1 4202560 18 0 0 0 5 5 0 0 20 0 19 0 334926143 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880580463816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18102/tid=18129] ppid=18100 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18102/task/18129/stat : 18129 (java) S 18100 18102 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334926820 3097006080 418840 33554432000 1073741824 1073778376 140734707419568 139880578331560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 288.41
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18102 and gives
#  childrusage.ru_utime.tv_sec=286
#  childrusage.ru_utime.tv_usec=478448
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=462777
# CPU time returned by wait4() is 287.941
# while last known CPU time is 288.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 284.9
CPU time (s): 288.41
CPU user time (s): 287.15
CPU system time (s): 1.26
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.478
system time used= 1.46278
maximum resident set size= 1675368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12559
page faults= 1
swaps= 0
block input operations= 8
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6620
involuntary context switches= 1814

runsolver used 1.04084 second user time and 2.20466 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 03:46:45
IDJOB=3731747
IDBENCH=1982
IDSOLVER=2319
FILE ID=node130/3731747-1338688005
RUNJOBID= node130-1338679215-16919
PBS_JOBID= 14636683
Free space on /tmp= 70980 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731747-1338688005/watcher-3731747-1338688005 -o /tmp/evaluation-result-3731747-1338688005/solver-3731747-1338688005 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731747-1338688005.opb           

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

MD5SUM BENCH= e9984c89af246abdf2b2a4294753ea30
RANDOM SEED=734338341

node130.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		: 2666.875
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	: 5333.75
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		: 2666.875
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		: 2666.875
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.91
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		: 2666.875
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.86
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		: 2666.875
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		: 2666.875
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.92
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		: 2666.875
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	: 5331.91
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27540580 kB
Buffers:          406704 kB
Cached:          2378172 kB
SwapCached:         4256 kB
Active:          2761496 kB
Inactive:        1706388 kB
Active(anon):    1675228 kB
Inactive(anon):     8128 kB
Active(file):    1086268 kB
Inactive(file):  1698260 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              3588 kB
Writeback:             0 kB
AnonPages:       1685608 kB
Mapped:            18024 kB
Shmem:                 4 kB
Slab:             721856 kB
SReclaimable:     163516 kB
SUnreclaim:       558340 kB
KernelStack:        1600 kB
PageTables:         7084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node130 at 2012-06-03 03:51:30