Trace number 3732979

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-23No Cert. 837.36 832.985

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark5.37918
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.10	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3732979-1338692421.opb
0.07/0.12	c reading problem ... 
0.74/0.49	c ... done. Wall clock time 0.372s.
0.74/0.49	c CPU time (experimental) 0.45s.
0.74/0.49	c #vars     8405
0.74/0.49	c #constraints  11366
1.79/0.85	c SATISFIABLE
1.79/0.85	c OPTIMIZING...
1.79/0.85	c Got one! Elapsed wall clock time (in seconds):0.731
1.79/0.88	o 11463
126.14/123.06	c cleaning 112375 clauses out of 224785 for limit 2.0891123447845868E-8
127.46/124.37	c cleaning 56449 clauses out of 112911 for limit 6.865675413988914E-8
127.75/124.67	c cleaning 28472 clauses out of 56963 for limit 2.2465550570714705E-7
128.05/124.95	c cleaning 14485 clauses out of 28991 for limit 7.279517781550566E-7
128.35/125.27	c cleaning 7495 clauses out of 15004 for limit 2.314971320988667E-6
128.65/125.52	c cleaning 3993 clauses out of 8009 for limit 7.1520454219121255E-6
128.85/125.75	c cleaning 2252 clauses out of 4516 for limit 2.0917535339055596E-5
129.05/125.98	c cleaning 1376 clauses out of 2765 for limit 5.639748115159511E-5
129.35/126.22	c cleaning 935 clauses out of 1889 for limit 1.361378139223999E-4
129.56/126.45	c cleaning 718 clauses out of 1453 for limit 2.915858812376829E-4
129.75/126.67	c cleaning 606 clauses out of 1235 for limit 5.657454047123387E-4
130.05/126.92	c cleaning 559 clauses out of 1130 for limit 0.0010207043084673227
130.25/127.17	c cleaning 526 clauses out of 1070 for limit 0.0017758897025436792
130.45/127.39	c cleaning 509 clauses out of 1044 for limit 0.0030016161612378923
130.76/127.61	c cleaning 501 clauses out of 1035 for limit 0.00499311065628915
130.95/127.84	c cleaning 506 clauses out of 1034 for limit 0.00824227098545988
131.15/128.08	c cleaning 507 clauses out of 1030 for limit 0.013672726090954294
321.99/318.32	c cleaning 119004 clauses out of 238021 for limit 0.09284411235393866
324.99/321.32	c cleaning 59754 clauses out of 119517 for limit 0.30492697651777684
327.39/323.76	c cleaning 30128 clauses out of 60263 for limit 0.997311139912307
329.59/325.99	c cleaning 15310 clauses out of 30635 for limit 3.2353362239924124
331.89/328.21	c cleaning 7905 clauses out of 15825 for limit 10.328790609482233
334.09/330.40	c cleaning 4204 clauses out of 8420 for limit 32.013782310746386
336.19/332.58	c cleaning 2350 clauses out of 4716 for limit 94.26081046627824
833.84/829.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
833.84/829.41		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
833.84/829.41		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
833.84/829.41		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
833.84/829.41		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
833.84/829.41		at org.sat4j.minisat.core.Solver.search(Unknown Source)
833.84/829.41		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
833.94/829.57		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
833.94/829.57		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
833.94/829.57		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
833.94/829.57		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
833.94/829.57		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
833.94/829.57		at org.sat4j.AbstractLauncher.run(Unknown Source)
833.94/829.57		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
835.14/830.71	c starts		: 23
835.14/830.71	c conflicts		: 591864
835.14/830.71	c decisions		: 1001726
835.14/830.71	c propagations		: 50972685
835.14/830.71	c inspects		: 232651176
835.14/830.71	c learnt literals	: 0
835.14/830.71	c learnt binary clauses	: 0
835.14/830.71	c learnt ternary clauses	: 0
835.14/830.71	c learnt clauses	: 591863
835.14/830.71	c root simplifications	: 0
835.14/830.71	c removed literals (reason simplification)	: 0
835.14/830.71	c reason swapping (by a shorter reason)	: 0
835.14/830.71	c Calls to reduceDB	: 24
835.14/830.71	c speed (decisions/second)	: 1207.2115065950818
835.14/830.71	c non guided choices	5258
835.14/830.71	s SATISFIABLE
837.36/832.97	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
837.36/832.97		at java.lang.Integer.toString(Integer.java:308)
837.36/832.97		at java.lang.Integer.toString(Integer.java:118)
837.36/832.97		at java.lang.String.valueOf(String.java:2931)
837.36/832.97		at java.io.PrintWriter.print(PrintWriter.java:487)
837.36/832.97		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
837.36/832.97		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
837.36/832.97		at org.sat4j.AbstractLauncher$1.run(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-3732979-1338692421/watcher-3732979-1338692421 -o /tmp/evaluation-result-3732979-1338692421/solver-3732979-1338692421 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732979-1338692421.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: 2.00 2.00 2.00 3/195 18780
/proc/meminfo: memFree=27541384/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18780/stat : 18780 (runsolver) D 18778 18780 15565 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 335366950 12095488 50 33554432000 4194304 5436572 140737360828624 140737360824920 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/18780/statm: 2953 50 31 304 0 2645 0

[startup+0.0294531 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 18780
/proc/meminfo: memFree=27541384/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=1880456 CPUtime=0 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 1885 0 1 0 0 0 0 0 20 0 2 0 335366950 1925586944 2076 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 470114 2094 942 9 0 461223 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1880456

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 18780
/proc/meminfo: memFree=27541384/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 4129 0 1 0 6 1 0 0 20 0 18 0 335366950 3028844544 5846 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300168 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 18780
/proc/meminfo: memFree=27541384/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 6588 0 1 0 45 2 0 0 20 0 18 0 335366950 3028844544 9990 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 739464 9990 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700166 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 18780
/proc/meminfo: memFree=27541384/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3024420 CPUtime=1.49 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 13989 0 1 0 145 4 0 0 20 0 19 0 335366950 3097006080 23368 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 756105 23368 2275 9 0 746526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3024420

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 18800
/proc/meminfo: memFree=27444600/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3024420 CPUtime=2.66 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 16039 0 1 0 261 5 0 0 20 0 19 0 335366950 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 756105 28881 2283 9 0 746526 0
[pid=18780/tid=18782] ppid=18778 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) R 18778 18780 15565 0 -1 4202560 3106 0 1 0 143 3 0 0 20 0 19 0 335366952 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661934821768 140661807259912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) S 18778 18780 15565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335366954 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661310314984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7748 0 0 0 58 2 0 0 20 0 19 0 335366958 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661306104760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3024420 CPUtime=0.57 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3980 0 0 0 57 0 0 0 20 0 19 0 335366958 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335367043 3097006080 28881 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 3024420

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 18800
/proc/meminfo: memFree=27419776/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3024420 CPUtime=4.26 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 16058 0 1 0 421 5 0 0 20 0 19 0 335366950 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 756105 37586 2283 9 0 746526 0
[pid=18780/tid=18782] ppid=18778 vsize=3024420 CPUtime=3.05 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) R 18778 18780 15565 0 -1 4202560 3124 0 1 0 302 3 0 0 20 0 19 0 335366952 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661934821576 140661807247568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) S 18778 18780 15565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 335366954 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661310314984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7748 0 0 0 58 2 0 0 20 0 19 0 335366958 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661306104760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3980 0 0 0 58 0 0 0 20 0 19 0 335366958 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335367043 3097006080 37586 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 3024420

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 18800
/proc/meminfo: memFree=27360756/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3024420 CPUtime=7.55 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 16096 0 1 0 748 7 0 0 20 0 19 0 335366950 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 756105 49042 2283 9 0 746526 0
[pid=18780/tid=18782] ppid=18778 vsize=3024420 CPUtime=6.23 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) R 18778 18780 15565 0 -1 4202560 3148 0 1 0 620 3 0 0 20 0 19 0 335366952 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661934821800 140661806843747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335366953 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) S 18778 18780 15565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 335366954 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661310314984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7762 0 0 0 61 2 0 0 20 0 19 0 335366958 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661306104760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3024420 CPUtime=0.62 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3980 0 0 0 62 0 0 0 20 0 19 0 335366958 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335367043 3097006080 49042 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335366955 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7770 0 0 0 68 2 0 0 20 0 19 0 335366958 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661306104760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3983 0 0 0 65 0 0 0 20 0 19 0 335366958 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335366958 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 47 0 0 0 14 10 0 0 20 0 19 0 335366958 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335367043 3097006080 420745 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 834.74
Current children cumulated vsize (KiB) 3024420

[startup+831.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 18890
/proc/meminfo: memFree=26747072/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3090984 CPUtime=836.34 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 19042 0 1 0 83479 155 0 0 20 0 20 0 335366950 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 772746 420758 2311 9 0 763167 0
[pid=18780/tid=18782] ppid=18778 vsize=3090984 CPUtime=823.73 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) S 18778 18780 15565 0 -1 4202560 3304 0 1 0 82353 20 0 0 20 0 20 0 335366952 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661934822584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 294 0 0 0 35 17 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 354 0 0 0 38 18 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 389 0 0 0 30 19 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 270 0 0 0 46 15 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 440 0 0 0 32 21 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 316 0 0 0 33 20 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 266 0 0 0 31 12 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 255 0 0 0 32 16 0 0 20 0 20 0 335366953 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3090984 CPUtime=4.8 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) R 18778 18780 15565 0 -1 4202560 137 0 0 0 477 3 0 0 20 0 20 0 335366954 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661310315144 140661941329955 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3090984 CPUtime=0.7 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7770 0 0 0 68 2 0 0 20 0 20 0 335366958 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661306104760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3090984 CPUtime=0.65 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3983 0 0 0 65 0 0 0 20 0 20 0 335366958 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 47 0 0 0 14 10 0 0 20 0 20 0 335366958 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335367043 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18890] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18890/stat : 18890 (java) S 18778 18780 15565 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 20 0 335450022 3165167616 420758 33554432000 1073741824 1073778376 140733373800032 140661299761320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 836.34
Current children cumulated vsize (KiB) 3090984

[startup+832.707 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 18890
/proc/meminfo: memFree=26746948/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3090984 CPUtime=837.16 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 19079 0 1 0 83561 155 0 0 20 0 20 0 335366950 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 772746 420782 2311 9 0 763167 0
[pid=18780/tid=18782] ppid=18778 vsize=3090984 CPUtime=823.73 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) S 18778 18780 15565 0 -1 4202560 3304 0 1 0 82353 20 0 0 20 0 20 0 335366952 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661934822584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 294 0 0 0 35 17 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 354 0 0 0 38 18 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 389 0 0 0 30 19 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 270 0 0 0 46 15 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 440 0 0 0 32 21 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 316 0 0 0 33 20 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 266 0 0 0 31 12 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 255 0 0 0 32 16 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3090984 CPUtime=5.6 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) R 18778 18780 15565 0 -1 4202560 161 0 0 0 557 3 0 0 20 0 20 0 335366954 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661310314984 140661941677332 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7779 0 0 0 69 2 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661306090856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3090984 CPUtime=0.65 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3983 0 0 0 65 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 47 0 0 0 14 10 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335367043 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18890] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18890/stat : 18890 (java) S 18778 18780 15565 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 20 0 335450022 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661299761320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 837.16
Current children cumulated vsize (KiB) 3090984

[startup+832.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 18890
/proc/meminfo: memFree=26746948/32873844 swapFree=7120/7120
[pid=18780] ppid=18778 vsize=3090984 CPUtime=837.36 cores=0,2,4,6
/proc/18780/stat : 18780 (java) S 18778 18780 15565 0 -1 4202496 19082 0 1 0 83581 155 0 0 20 0 20 0 335366950 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140733373791168 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18780/statm: 772746 420782 2311 9 0 763167 0
[pid=18780/tid=18782] ppid=18778 vsize=3090984 CPUtime=823.73 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (java) S 18778 18780 15565 0 -1 4202560 3304 0 1 0 82353 20 0 0 20 0 20 0 335366952 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661934822584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (java) S 18778 18780 15565 0 -1 4202560 294 0 0 0 35 17 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661800692264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18784] ppid=18778 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/18780/task/18784/stat : 18784 (java) S 18778 18780 15565 0 -1 4202560 354 0 0 0 38 18 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661799639464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18785] ppid=18778 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/18780/task/18785/stat : 18785 (java) S 18778 18780 15565 0 -1 4202560 389 0 0 0 30 19 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661798586664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18786] ppid=18778 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18780/task/18786/stat : 18786 (java) S 18778 18780 15565 0 -1 4202560 270 0 0 0 46 15 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661797533864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18787] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18787/stat : 18787 (java) S 18778 18780 15565 0 -1 4202560 440 0 0 0 32 21 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661796482088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18788] ppid=18778 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/18780/task/18788/stat : 18788 (java) S 18778 18780 15565 0 -1 4202560 316 0 0 0 33 20 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661795429288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18789] ppid=18778 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/18780/task/18789/stat : 18789 (java) S 18778 18780 15565 0 -1 4202560 266 0 0 0 31 12 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661794376488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18790] ppid=18778 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/18780/task/18790/stat : 18790 (java) S 18778 18780 15565 0 -1 4202560 255 0 0 0 32 16 0 0 20 0 20 0 335366953 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661793323688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18791] ppid=18778 vsize=3090984 CPUtime=5.79 cores=0,2,4,6
/proc/18780/task/18791/stat : 18791 (java) R 18778 18780 15565 0 -1 4202560 161 0 0 0 576 3 0 0 20 0 20 0 335366954 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661310314920 140661938958779 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18792] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18792/stat : 18792 (java) S 18778 18780 15565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661309261048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18793] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18793/stat : 18793 (java) S 18778 18780 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 335366955 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661308208136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18794] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18794/stat : 18794 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661307156624 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18795] ppid=18778 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/18780/task/18795/stat : 18795 (java) S 18778 18780 15565 0 -1 4202560 7782 0 0 0 69 2 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661306098328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18796] ppid=18778 vsize=3090984 CPUtime=0.65 cores=0,2,4,6
/proc/18780/task/18796/stat : 18796 (java) S 18778 18780 15565 0 -1 4202560 3983 0 0 0 65 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661305051960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18780/tid=18797] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18797/stat : 18797 (java) S 18778 18780 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661303999352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18780/tid=18798] ppid=18778 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/18780/task/18798/stat : 18798 (java) S 18778 18780 15565 0 -1 4202560 47 0 0 0 14 10 0 0 20 0 20 0 335366958 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661302946760 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18780/tid=18800] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18800/stat : 18800 (java) S 18778 18780 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335367043 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661300814888 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18780/tid=18890] ppid=18778 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18890/stat : 18890 (java) S 18778 18780 15565 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 20 0 335450022 3165167616 420782 33554432000 1073741824 1073778376 140733373800032 140661299760584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 837.36
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18780 and gives
#  childrusage.ru_utime.tv_sec=833
#  childrusage.ru_utime.tv_usec=754250
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=872715
# CPU time returned by wait4() is 835.627
# while last known CPU time is 837.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 832.985
CPU time (s): 837.36
CPU user time (s): 835.81
CPU system time (s): 1.55
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 833.754
system time used= 1.87271
maximum resident set size= 1683128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19085
page faults= 1
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18194
involuntary context switches= 7830

runsolver used 3.23051 second user time and 8.89165 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 05:00:21
IDJOB=3732979
IDBENCH=2233
IDSOLVER=2319
FILE ID=node142/3732979-1338692421
RUNJOBID= node142-1338678627-15585
PBS_JOBID= 14636671
Free space on /tmp= 71188 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732979-1338692421/watcher-3732979-1338692421 -o /tmp/evaluation-result-3732979-1338692421/solver-3732979-1338692421 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732979-1338692421.opb           

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=2042699742

node142.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.776
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.55
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.776
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.776
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	: 5391.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.776
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.92
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.776
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.90
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.776
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		: 2666.776
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.776
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:       32873844 kB
MemFree:        27541732 kB
Buffers:          246992 kB
Cached:          2748776 kB
SwapCached:            0 kB
Active:          2626408 kB
Inactive:        1876328 kB
Active(anon):    1498060 kB
Inactive(anon):    11220 kB
Active(file):    1128348 kB
Inactive(file):  1865108 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3956 kB
Writeback:             0 kB
AnonPages:       1583688 kB
Mapped:            18684 kB
Shmem:               200 kB
Slab:             674440 kB
SReclaimable:     116472 kB
SUnreclaim:       557968 kB
KernelStack:        1768 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1546240 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= 71180 MiB
End job on node142 at 2012-06-03 05:14:14