Trace number 3731681

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) 1103.09 1097.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark486
Best CPU time to get the best result obtained on this benchmark1792.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3731681-1338687750.opb
0.09/0.10	c reading problem ... 
3.97/3.08	c ... done. Wall clock time 2.979s.
3.97/3.08	c CPU time (experimental) 2.91s.
3.97/3.08	c #vars     10000
3.97/3.08	c #constraints  656900
334.42/330.50	c cleaning 86981 clauses out of 174001 for limit 2.3170288782108883E10
335.52/331.69	c cleaning 43744 clauses out of 87520 for limit 7.596818820665685E10
336.44/332.59	c cleaning 22118 clauses out of 44275 for limit 2.474012463883234E11
337.14/333.26	c cleaning 11323 clauses out of 22658 for limit 7.980484885809817E11
337.54/333.63	c cleaning 5904 clauses out of 11837 for limit 2.5242601709576196E12
337.74/333.89	c cleaning 3207 clauses out of 6431 for limit 7.646877206030461E12
337.94/334.07	c cleaning 1847 clauses out of 3724 for limit 2.177754102787968E13
338.14/334.25	c cleaning 1183 clauses out of 2377 for limit 5.626589328671827E13
338.24/334.40	c cleaning 838 clauses out of 1694 for limit 1.3020176782340194E14
338.44/334.53	c cleaning 676 clauses out of 1355 for limit 2.6817134300503797E14
338.54/334.68	c cleaning 584 clauses out of 1179 for limit 5.0826914250460344E14
338.74/334.82	c cleaning 544 clauses out of 1095 for limit 9.025043773442786E14
338.84/334.98	c cleaning 525 clauses out of 1051 for limit 1.550660081981285E15
338.94/335.09	c cleaning 501 clauses out of 1026 for limit 2.6195569791807564E-5
339.14/335.20	c cleaning 506 clauses out of 1025 for limit 4.324214530777749E-5
339.24/335.35	c cleaning 499 clauses out of 1020 for limit 7.173338485967385E-5
339.34/335.48	c cleaning 507 clauses out of 1020 for limit 1.1817965000618952E-4
339.54/335.62	c cleaning 500 clauses out of 1013 for limit 1.962408032615545E-4
339.64/335.75	c cleaning 495 clauses out of 1013 for limit 3.2362733720328553E-4
339.74/335.89	c cleaning 499 clauses out of 1019 for limit 5.310933457398826E-4
339.94/336.03	c cleaning 500 clauses out of 1019 for limit 8.74968131546231E-4
340.04/336.18	c cleaning 504 clauses out of 1024 for limit 0.0014430949552852062
1093.19/1088.19	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1093.99/1088.93		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1093.99/1088.93		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
1094.98/1089.97		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1094.98/1089.97		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1096.08/1091.00		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1096.08/1091.00		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1096.58/1091.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1097.08/1092.04		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1097.59/1092.56		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1098.10/1093.07		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1098.40/1093.33		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1099.20/1094.11		at org.sat4j.AbstractLauncher.run(Unknown Source)
1099.20/1094.11		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
1102.69/1097.69	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1102.69/1097.69		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
1102.69/1097.69		at java.lang.StringBuilder.<init>(StringBuilder.java:68)
1102.69/1097.69		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1102.69/1097.69		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1102.69/1097.69		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1102.69/1097.69		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1102.69/1097.69		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-3731681-1338687750/watcher-3731681-1338687750 -o /tmp/evaluation-result-3731681-1338687750/solver-3731681-1338687750 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731681-1338687750.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.07 2.07 3/194 3578
/proc/meminfo: memFree=28039688/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3578/stat : 3578 (java) D 3576 3578 1585 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 334900512 9515008 182 33554432000 1073741824 1073778376 140733431715376 140733431706408 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/3578/statm: 2323 182 140 9 0 71 0

[startup+0.028897 s]
/proc/loadavg: 2.10 2.07 2.07 3/194 3578
/proc/meminfo: memFree=28039688/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2414972 CPUtime=0 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 3668 0 1 0 0 0 0 0 20 0 10 0 334900512 2472931328 4367 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 603743 4369 1535 9 0 594444 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2414972

[startup+0.100246 s]
/proc/loadavg: 2.10 2.07 2.07 3/194 3578
/proc/meminfo: memFree=28039688/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 4926 0 1 0 8 1 0 0 20 0 18 0 334900512 3028844544 6634 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 739464 6634 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300231 s]
/proc/loadavg: 2.10 2.07 2.07 3/194 3578
/proc/meminfo: memFree=28039688/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 5929 0 1 0 43 1 0 0 20 0 18 0 334900512 3028844544 10131 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 739464 10131 2236 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700251 s]
/proc/loadavg: 2.10 2.07 2.07 3/194 3578
/proc/meminfo: memFree=28039688/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2957856 CPUtime=1.28 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 9417 0 1 0 124 4 0 0 20 0 18 0 334900512 3028844544 48007 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 739464 48007 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 2.10 2.07 2.07 3/212 3596
/proc/meminfo: memFree=27698028/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2957856 CPUtime=2.17 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 9596 0 1 0 208 9 0 0 20 0 18 0 334900512 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 739464 115612 2269 9 0 729885 0
[pid=3578/tid=3580] ppid=3576 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) R 3576 3578 1585 0 -1 4202560 3221 0 1 0 136 7 0 0 20 0 18 0 334900513 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207488392840 140207345508488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334900515 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207333743336 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 2529 0 0 0 32 0 0 0 20 0 18 0 334900518 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=2957856 CPUtime=0.26 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 2612 0 0 0 26 0 0 0 20 0 18 0 334900518 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 115612 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 2957856

[startup+3.10069 s]
/proc/loadavg: 2.10 2.07 2.07 3/212 3596
/proc/meminfo: memFree=27551520/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=2957856 CPUtime=4.09 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 9743 0 1 0 392 17 0 0 20 0 18 0 334900512 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 739464 130998 2283 9 0 729885 0
[pid=3578/tid=3580] ppid=3576 vsize=2957856 CPUtime=2.93 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) R 3576 3578 1585 0 -1 4202560 3233 0 1 0 286 7 0 0 20 0 18 0 334900513 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207488392728 140207345186983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 29 0 0 0 6 1 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 334900515 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207333743336 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334900516 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) R 3576 3578 1585 0 -1 4202560 2529 0 0 0 32 0 0 0 20 0 18 0 334900518 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140207329532088 140207492486552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 2616 0 0 0 27 0 0 0 20 0 18 0 334900518 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334900518 3028844544 130998 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 2957856

[startup+6.30067 s]
/proc/loadavg: 2.09 2.07 2.07 3/214 3598
/proc/meminfo: memFree=27521484/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=3024420 CPUtime=7.89 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 14092 0 1 0 771 18 0 0 20 0 19 0 334900512 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 756105 130948 2293 9 0 746526 0
[pid=3578/tid=3580] ppid=3576 vsize=3024420 CPUtime=6.13 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) R 3576 3578 1585 0 -1 4202560 3237 0 1 0 606 7 0 0 20 0 19 0 334900513 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207488393400 140207345979523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 29 0 0 0 6 1 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 334900515 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) S 3576 3578 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334900516 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207333743336 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334900516 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334900516 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334900518 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 3353 0 0 0 60 0 0 0 20 0 19 0 334900518 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 6128 0 0 0 59 2 0 0 20 0 19 0 334900518 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334900518 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334900518 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3597] ppid=3576 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3597/stat : 3597 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334900832 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140206451672488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.08 2.07 2.07 3/214 3598
/proc/meminfo: memFree=27521720/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=3024420 CPUtime=14.3 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 14093 0 1 0 1411 19 0 0 20 0 19 0 334900512 3097006080 130948 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 328 0 0 0 35 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 323 0 0 0 44 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 386 0 0 0 49 23 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 261 0 0 0 30 16 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 297 0 0 0 41 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=3090984 CPUtime=0.38 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 149 0 0 0 29 9 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 381 0 0 0 40 24 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 306 0 0 0 42 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=3090984 CPUtime=13.35 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) R 3576 3578 1585 0 -1 4202560 78 0 0 0 1333 2 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207333743336 140207494517152 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 3363 0 0 0 65 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 6134 0 0 0 63 2 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 63 0 0 0 20 26 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3597] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3597/stat : 3597 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334900832 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206451672488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1101.8
Current children cumulated vsize (KiB) 3090984

[startup+1097.1 s]
/proc/loadavg: 2.01 2.06 2.05 3/214 4121
/proc/meminfo: memFree=26390808/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=3090984 CPUtime=1102.19 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 16547 0 1 0 110038 181 0 0 20 0 20 0 334900512 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 772746 418299 2309 9 0 763167 0
[pid=3578/tid=3580] ppid=3576 vsize=3090984 CPUtime=1082.2 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) S 3576 3578 1585 0 -1 4202560 3287 0 1 0 108197 23 0 0 20 0 20 0 334900513 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207488394424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 328 0 0 0 35 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 323 0 0 0 44 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 386 0 0 0 49 23 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 261 0 0 0 30 16 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 297 0 0 0 41 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=3090984 CPUtime=0.38 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 149 0 0 0 29 9 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 381 0 0 0 40 24 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 306 0 0 0 42 18 0 0 20 0 20 0 334900515 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=3090984 CPUtime=13.74 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) R 3576 3578 1585 0 -1 4202560 78 0 0 0 1372 2 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207333743336 140207494901832 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 3363 0 0 0 65 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 6134 0 0 0 63 2 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 63 0 0 0 20 26 0 0 20 0 20 0 334900518 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3597] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3597/stat : 3597 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334900832 3165167616 418299 33554432000 1073741824 1073778376 140733624463744 140206451672488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1102.19
Current children cumulated vsize (KiB) 3090984

[startup+1097.5 s]
/proc/loadavg: 2.01 2.06 2.05 3/214 4121
/proc/meminfo: memFree=26390808/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=3090984 CPUtime=1102.59 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 16550 0 1 0 110078 181 0 0 20 0 20 0 334900512 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 772746 418300 2309 9 0 763167 0
[pid=3578/tid=3580] ppid=3576 vsize=3090984 CPUtime=1082.2 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) S 3576 3578 1585 0 -1 4202560 3287 0 1 0 108197 23 0 0 20 0 20 0 334900513 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207488394424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 328 0 0 0 35 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 323 0 0 0 44 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 386 0 0 0 49 23 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 261 0 0 0 30 16 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 297 0 0 0 41 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=3090984 CPUtime=0.38 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 149 0 0 0 29 9 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 381 0 0 0 40 24 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 306 0 0 0 42 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=3090984 CPUtime=14.14 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) R 3576 3578 1585 0 -1 4202560 78 0 0 0 1412 2 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207333743336 140207494519951 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 3363 0 0 0 65 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 6134 0 0 0 63 2 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 63 0 0 0 20 26 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3597] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3597/stat : 3597 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334900832 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206451672488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1102.59
Current children cumulated vsize (KiB) 3090984

[startup+1097.6 s]
/proc/loadavg: 2.01 2.06 2.05 3/214 4121
/proc/meminfo: memFree=26390808/32873648 swapFree=7116/7116
[pid=3578] ppid=3576 vsize=3090984 CPUtime=1102.69 cores=1,3,5,7
/proc/3578/stat : 3578 (java) S 3576 3578 1585 0 -1 4202496 16550 0 1 0 110088 181 0 0 20 0 20 0 334900512 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140733624454880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3578/statm: 772746 418300 2309 9 0 763167 0
[pid=3578/tid=3580] ppid=3576 vsize=3090984 CPUtime=1082.2 cores=1,3,5,7
/proc/3578/task/3580/stat : 3580 (java) S 3576 3578 1585 0 -1 4202560 3287 0 1 0 108197 23 0 0 20 0 20 0 334900513 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207488394424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3581] ppid=3576 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/3578/task/3581/stat : 3581 (java) S 3576 3578 1585 0 -1 4202560 328 0 0 0 35 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207471819560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3582] ppid=3576 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/3578/task/3582/stat : 3582 (java) S 3576 3578 1585 0 -1 4202560 323 0 0 0 44 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207470766760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3583] ppid=3576 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/3578/task/3583/stat : 3583 (java) S 3576 3578 1585 0 -1 4202560 386 0 0 0 49 23 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207469714472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3584] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3584/stat : 3584 (java) S 3576 3578 1585 0 -1 4202560 261 0 0 0 30 16 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207468661672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3585] ppid=3576 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/3578/task/3585/stat : 3585 (java) S 3576 3578 1585 0 -1 4202560 297 0 0 0 41 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207467608360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3586] ppid=3576 vsize=3090984 CPUtime=0.38 cores=1,3,5,7
/proc/3578/task/3586/stat : 3586 (java) S 3576 3578 1585 0 -1 4202560 149 0 0 0 29 9 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207466555560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3587] ppid=3576 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/3578/task/3587/stat : 3587 (java) S 3576 3578 1585 0 -1 4202560 381 0 0 0 40 24 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207465503272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3588] ppid=3576 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/3578/task/3588/stat : 3588 (java) S 3576 3578 1585 0 -1 4202560 306 0 0 0 42 18 0 0 20 0 20 0 334900515 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207464450472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3589] ppid=3576 vsize=3090984 CPUtime=14.24 cores=1,3,5,7
/proc/3578/task/3589/stat : 3589 (java) R 3576 3578 1585 0 -1 4202560 78 0 0 0 1422 2 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207333743496 140207492555075 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3590] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3590/stat : 3590 (java) S 3576 3578 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207332689400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3591] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3591/stat : 3591 (java) S 3576 3578 1585 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 334900516 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207331637000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3592] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3592/stat : 3592 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207330585488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3578/tid=3593] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3593/stat : 3593 (java) S 3576 3578 1585 0 -1 4202560 3363 0 0 0 65 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140207329532088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3594] ppid=3576 vsize=3090984 CPUtime=0.65 cores=1,3,5,7
/proc/3578/task/3594/stat : 3594 (java) S 3576 3578 1585 0 -1 4202560 6134 0 0 0 63 2 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206455908408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3578/tid=3595] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3595/stat : 3595 (java) S 3576 3578 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206454856312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3578/tid=3596] ppid=3576 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/3578/task/3596/stat : 3596 (java) S 3576 3578 1585 0 -1 4202560 63 0 0 0 20 26 0 0 20 0 20 0 334900518 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206453803720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3578/tid=3597] ppid=3576 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/3578/task/3597/stat : 3597 (java) S 3576 3578 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334900832 3165167616 418300 33554432000 1073741824 1073778376 140733624463744 140206451672488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1102.69
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 1097.7
CPU time (s): 1103.09
CPU user time (s): 1100.98
CPU system time (s): 2.10268
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1100.98
system time used= 2.10268
maximum resident set size= 1673220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23676
involuntary context switches= 3205

runsolver used 2.26266 second user time and 5.85411 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 03:42:31
IDJOB=3731681
IDBENCH=1976
IDSOLVER=2319
FILE ID=node127/3731681-1338687750
RUNJOBID= node127-1338678617-1607
PBS_JOBID= 14636686
Free space on /tmp= 70448 MiB

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

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=1683141809

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28039704 kB
Buffers:          385624 kB
Cached:          1887276 kB
SwapCached:         1500 kB
Active:          2714768 kB
Inactive:        1234368 kB
Active(anon):    1670560 kB
Inactive(anon):     7932 kB
Active(file):    1044208 kB
Inactive(file):  1226436 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:             20464 kB
Writeback:            16 kB
AnonPages:       1683908 kB
Mapped:            19100 kB
Shmem:                92 kB
Slab:             745684 kB
SReclaimable:     189612 kB
SUnreclaim:       556072 kB
KernelStack:        1640 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1648640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70460 MiB
End job on node127 at 2012-06-03 04:00:48