Trace number 3744777

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 651.886 647.02

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.10-10.opb
MD5SUM38a03cef821a884727372c83265a6dc9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark41334
Best CPU time to get the best result obtained on this benchmark1800.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212787
Total number of constraints2541940
Number of constraints which are clauses2541940
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
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 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
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 phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3744777-1338813417.opb
0.07/0.12	c reading problem ... 
10.90/8.97	c ... done. Wall clock time 8.853s.
10.90/8.97	c #vars     212787
10.90/8.97	c #constraints  1026269
10.90/8.97	c constraints type 
10.90/8.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 680674
10.90/8.97	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 224394
14.98/12.44	c SATISFIABLE
14.98/12.44	c OPTIMIZING...
14.98/12.44	c Got one! Elapsed wall clock time (in seconds):12.325
14.98/12.44	o 933815
18.33/15.36	c Got one! Elapsed wall clock time (in seconds):15.237
18.33/15.36	o 788024
21.46/18.43	c Got one! Elapsed wall clock time (in seconds):18.314
21.46/18.43	o 584110
24.37/21.39	c Got one! Elapsed wall clock time (in seconds):21.272
24.37/21.39	o 388266
27.57/24.51	c Got one! Elapsed wall clock time (in seconds):24.394
27.57/24.51	o 343540
43.58/40.49	c Got one! Elapsed wall clock time (in seconds):40.374
43.58/40.49	o 302304
634.29/629.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
635.29/630.79		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
635.29/630.79		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
637.00/632.47		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
637.00/632.47		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
638.59/634.06		at org.sat4j.minisat.core.Solver.search(Unknown Source)
638.59/634.06		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
640.19/635.65		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
640.19/635.65		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
641.79/637.23		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
642.59/638.03		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
643.39/638.83		at org.sat4j.AbstractLauncher.run(Unknown Source)
644.19/639.62		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
649.18/644.61	c starts		: 46
649.18/644.61	c conflicts		: 321226
649.18/644.61	c decisions		: 4776600
649.18/644.61	c propagations		: 439394322
649.18/644.61	c inspects		: 308978993
649.18/644.61	c learnt literals	: 54
649.18/644.61	c learnt binary clauses	: 258
649.18/644.61	c learnt ternary clauses	: 462
649.18/644.61	c learnt clauses	: 321171
649.18/644.61	c ignored clauses	: 0
649.18/644.61	c root simplifications	: 0
649.18/644.61	c removed literals (reason simplification)	: 215196
649.18/644.61	c reason swapping (by a shorter reason)	: 0
649.18/644.61	c Calls to reduceDB	: 0
649.18/644.61	c speed (assignments/second)	: 727353.6202615461
649.18/644.61	c non guided choices	538688
649.98/645.40	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
649.98/645.40		at java.util.zip.InflaterInputStream.<init>(InflaterInputStream.java:71)
649.98/645.40		at java.util.zip.ZipFile$1.<init>(ZipFile.java:225)
649.98/645.40		at java.util.zip.ZipFile.getInputStream(ZipFile.java:225)
649.98/645.40		at java.util.zip.ZipFile.getInputStream(ZipFile.java:193)
650.69/646.19		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
650.69/646.19		at java.util.jar.JarFile.getManifest(JarFile.java:148)
650.69/646.19		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
650.69/646.19		at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
650.69/646.19		at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
650.69/646.19		at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
650.69/646.19		at java.security.AccessController.doPrivileged(Native Method)
650.69/646.19		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
650.69/646.19		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)

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-3744777-1338813417/watcher-3744777-1338813417 -o /tmp/evaluation-result-3744777-1338813417/solver-3744777-1338813417 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744777-1338813417.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: 0.93 1.15 1.55 2/174 14293
/proc/meminfo: memFree=30234660/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/14293/stat : 14293 (java6) D 14291 14293 12511 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 347466444 2560000 46 33554432000 1073741824 1073778376 140736521190784 140736521187912 225435544871 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 625 46 37 9 0 29 0

[startup+0.103846 s]
/proc/loadavg: 0.93 1.15 1.55 2/174 14293
/proc/meminfo: memFree=30234660/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 4390 0 1 0 6 1 0 0 20 0 18 0 347466444 2712133632 6107 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 6117 2065 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.200244 s]
/proc/loadavg: 0.93 1.15 1.55 2/174 14293
/proc/meminfo: memFree=30234660/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 5401 0 1 0 25 2 0 0 20 0 18 0 347466444 2712133632 8908 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 8908 2205 9 0 652835 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2648568

[startup+0.300259 s]
/proc/loadavg: 0.93 1.15 1.55 2/174 14293
/proc/meminfo: memFree=30234660/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=0.46 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 5834 0 1 0 44 2 0 0 20 0 18 0 347466444 2712133632 11485 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 11485 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.70023 s]
/proc/loadavg: 0.93 1.15 1.55 2/174 14293
/proc/meminfo: memFree=30234660/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=1.03 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 8502 0 1 0 99 4 0 0 20 0 18 0 347466444 2712133632 45691 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 45691 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 2648568

[startup+1.50072 s]
/proc/loadavg: 1.10 1.18 1.56 3/190 14311
/proc/meminfo: memFree=29860748/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=1.92 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 8671 0 1 0 183 9 0 0 20 0 18 0 347466444 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 97437 2246 9 0 652835 0
[pid=14293/tid=14295] ppid=14291 vsize=2648568 CPUtime=1.42 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) R 14291 14293 12511 0 -1 4202560 2915 0 1 0 136 6 0 0 20 0 18 0 347466445 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216437313616 140216270992085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) S 14291 14293 12511 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216421771688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) S 14291 14293 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216419666088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216418613544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347466447 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216401992040 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 1973 0 0 0 18 0 0 0 20 0 18 0 347466451 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 2527 0 0 0 17 0 0 0 20 0 18 0 347466451 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 97437 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2648568

[startup+3.10072 s]
/proc/loadavg: 1.10 1.18 1.56 3/212 14338
/proc/meminfo: memFree=29380788/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=3.74 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 8783 0 1 0 359 15 0 0 20 0 18 0 347466444 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 109239 2248 9 0 652835 0
[pid=14293/tid=14295] ppid=14291 vsize=2648568 CPUtime=2.93 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) R 14291 14293 12511 0 -1 4202560 2917 0 1 0 286 7 0 0 20 0 18 0 347466445 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216437321432 225448092941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) S 14291 14293 12511 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216421771688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) S 14291 14293 12511 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216419666088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) S 14291 14293 12511 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216418613544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 347466447 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216401992040 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 1975 0 0 0 18 0 0 0 20 0 18 0 347466451 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 2527 0 0 0 17 0 0 0 20 0 18 0 347466451 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 109239 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 2648568

[startup+6.30063 s]
/proc/loadavg: 1.10 1.18 1.56 3/212 14338
/proc/meminfo: memFree=29285780/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2648568 CPUtime=7.66 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 9384 0 1 0 742 24 0 0 20 0 18 0 347466444 2712133632 127950 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 662142 127956 2248 9 0 652835 0
[pid=14293/tid=14295] ppid=14291 vsize=2648568 CPUtime=5.87 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) S 14291 14293 12511 0 -1 4202560 2922 0 1 0 580 7 0 0 20 0 18 0 347466445 2712133632 127958 33554432000 1073741824 1073778376 140733825857184 140216437320808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) R 14291 14293 12511 0 -1 4202560 230 0 0 0 12 2 0 0 20 0 18 0 347466447 2712133632 127960 33554432000 1073741824 1073778376 140733825857184 140216421771688 140216440600476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 48 0 0 0 12 1 0 0 20 0 18 0 347466447 2712133632 127963 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) R 14291 14293 12511 0 -1 4202560 55 0 0 0 14 3 0 0 20 0 18 0 347466447 2712133632 127965 33554432000 1073741824 1073778376 140733825857184 140216419666088 140216439793345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) R 14291 14293 12511 0 -1 4202560 76 0 0 0 17 3 0 0 20 0 18 0 347466447 2712133632 127967 33554432000 1073741824 1073778376 140733825857184 140216418613720 140216439793395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) R 14291 14293 12511 0 -1 4202560 53 0 0 0 14 2 0 0 20 0 18 0 347466447 2712133632 127969 33554432000 1073741824 1073778376 140733825857184 140216417561688 140216444218094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) R 14291 14293 12511 0 -1 4202560 41 0 0 0 11 2 0 0 20 0 18 0 347466447 2712133632 127970 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) R 14291 14293 12511 0 -1 4202560 58 0 0 0 15 2 0 0 20 0 18 0 347466447 2712133632 128483 33554432000 1073741824 1073778376 140733825857184 140216415456088 140216444217824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) R 14291 14293 12511 0 -1 4202560 225 0 0 0 15 2 0 0 20 0 18 0 347466447 2712133632 128484 33554432000 1073741824 1073778376 140733825857184 140216414403368 140216439793337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) S 14291 14293 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 128485 33554432000 1073741824 1073778376 140733825857184 140216401990920 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 128486 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347466448 2712133632 128487 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 128488 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 1976 0 0 0 20 0 0 0 20 0 18 0 347466451 2712133632 128489 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 2527 0 0 0 17 0 0 0 20 0 18 0 347466451 2712133632 128490 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 128491 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466451 2712133632 128492 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.31 1.22 1.57 3/213 14339
/proc/meminfo: memFree=29052192/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2715132 CPUtime=15.66 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 18833 0 1 0 1533 33 0 0 20 0 19 0 347466444 2780295168 148489 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 678783 148489 2270 9 0 669476 0
[pid=14293/tid=14295] ppid=14291 vsize=2715132 CPUtime=12.02 cores=0,2,4,6

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

/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 254 0 0 0 39 10 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 359 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2781696 CPUtime=0.48 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 314 0 0 0 37 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 356 0 0 0 41 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2781696 CPUtime=23.07 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) R 14291 14293 12511 0 -1 4202560 103 0 0 0 2304 3 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216401992040 140216441483613 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2781696 CPUtime=0.78 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 5376 0 0 0 76 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 7698 0 0 0 69 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 37 0 0 0 10 12 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14339] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14339/stat : 14339 (java) S 14291 14293 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347467364 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216393569320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14346] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14346/stat : 14346 (java) S 14291 14293 12511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347530792 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216392515176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 650.28
Current children cumulated vsize (KiB) 2781696

[startup+646.501 s]
/proc/loadavg: 2.00 1.91 1.77 3/214 14346
/proc/meminfo: memFree=27462088/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2781696 CPUtime=651.09 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 20271 0 1 0 64999 110 0 0 20 0 20 0 347466444 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 695424 343044 2277 9 0 686117 0
[pid=14293/tid=14295] ppid=14291 vsize=2781696 CPUtime=621.45 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) S 14291 14293 12511 0 -1 4202560 2990 0 1 0 62127 18 0 0 20 0 20 0 347466445 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216437322936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) S 14291 14293 12511 0 -1 4202560 518 0 0 0 42 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216421771688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 280 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) S 14291 14293 12511 0 -1 4202560 276 0 0 0 41 14 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216419666088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2781696 CPUtime=0.64 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) S 14291 14293 12511 0 -1 4202560 508 0 0 0 49 15 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216418613544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 254 0 0 0 39 10 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 359 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2781696 CPUtime=0.48 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 314 0 0 0 37 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 356 0 0 0 41 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2781696 CPUtime=23.87 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) R 14291 14293 12511 0 -1 4202560 103 0 0 0 2384 3 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216401992200 140216441483600 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2781696 CPUtime=0.78 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 5376 0 0 0 76 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 7698 0 0 0 69 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 37 0 0 0 10 12 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14339] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14339/stat : 14339 (java) S 14291 14293 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347467364 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216393569320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14346] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14346/stat : 14346 (java) S 14291 14293 12511 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347530792 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216392515464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 651.09
Current children cumulated vsize (KiB) 2781696

[startup+646.901 s]
/proc/loadavg: 2.00 1.91 1.77 3/214 14346
/proc/meminfo: memFree=27461964/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2781696 CPUtime=651.49 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 20272 0 1 0 65039 110 0 0 20 0 20 0 347466444 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 695424 343044 2277 9 0 686117 0
[pid=14293/tid=14295] ppid=14291 vsize=2781696 CPUtime=621.45 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) S 14291 14293 12511 0 -1 4202560 2990 0 1 0 62127 18 0 0 20 0 20 0 347466445 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216437322936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) S 14291 14293 12511 0 -1 4202560 518 0 0 0 42 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216421771688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 280 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) S 14291 14293 12511 0 -1 4202560 276 0 0 0 41 14 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216419666088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2781696 CPUtime=0.64 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) S 14291 14293 12511 0 -1 4202560 508 0 0 0 49 15 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216418613544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 254 0 0 0 39 10 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 359 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2781696 CPUtime=0.48 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 314 0 0 0 37 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 356 0 0 0 41 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2781696 CPUtime=24.27 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) R 14291 14293 12511 0 -1 4202560 103 0 0 0 2424 3 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216401992040 140216441483425 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2781696 CPUtime=0.78 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 5376 0 0 0 76 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 7698 0 0 0 69 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 37 0 0 0 10 12 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14339] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14339/stat : 14339 (java) S 14291 14293 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347467364 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216393569320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14346] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14346/stat : 14346 (java) S 14291 14293 12511 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 347530792 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216392515464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 651.49
Current children cumulated vsize (KiB) 2781696

[startup+647.001 s]
/proc/loadavg: 2.00 1.91 1.77 3/214 14346
/proc/meminfo: memFree=27461964/32873844 swapFree=7900/7900
[pid=14293] ppid=14291 vsize=2781696 CPUtime=651.59 cores=0,2,4,6
/proc/14293/stat : 14293 (java) S 14291 14293 12511 0 -1 4202496 20272 0 1 0 65049 110 0 0 20 0 20 0 347466444 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140733825848320 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14293/statm: 695424 343044 2277 9 0 686117 0
[pid=14293/tid=14295] ppid=14291 vsize=2781696 CPUtime=621.45 cores=0,2,4,6
/proc/14293/task/14295/stat : 14295 (java) S 14291 14293 12511 0 -1 4202560 2990 0 1 0 62127 18 0 0 20 0 20 0 347466445 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216437322936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14296] ppid=14291 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/14293/task/14296/stat : 14296 (java) S 14291 14293 12511 0 -1 4202560 518 0 0 0 42 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216421771688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14297] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14297/stat : 14297 (java) S 14291 14293 12511 0 -1 4202560 280 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216420719144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14298] ppid=14291 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/14293/task/14298/stat : 14298 (java) S 14291 14293 12511 0 -1 4202560 276 0 0 0 41 14 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216419666088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14299] ppid=14291 vsize=2781696 CPUtime=0.64 cores=0,2,4,6
/proc/14293/task/14299/stat : 14299 (java) S 14291 14293 12511 0 -1 4202560 508 0 0 0 49 15 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216418613544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14300] ppid=14291 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14293/task/14300/stat : 14300 (java) S 14291 14293 12511 0 -1 4202560 254 0 0 0 39 10 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216417561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14301] ppid=14291 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/14293/task/14301/stat : 14301 (java) S 14291 14293 12511 0 -1 4202560 359 0 0 0 36 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216416508968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14302] ppid=14291 vsize=2781696 CPUtime=0.48 cores=0,2,4,6
/proc/14293/task/14302/stat : 14302 (java) S 14291 14293 12511 0 -1 4202560 314 0 0 0 37 11 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216415455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14303] ppid=14291 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/14293/task/14303/stat : 14303 (java) S 14291 14293 12511 0 -1 4202560 356 0 0 0 41 9 0 0 20 0 20 0 347466447 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216414403368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14293/tid=14304] ppid=14291 vsize=2781696 CPUtime=24.37 cores=0,2,4,6
/proc/14293/task/14304/stat : 14304 (java) R 14291 14293 12511 0 -1 4202560 103 0 0 0 2434 3 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216401992040 140216443446673 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14305] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14305/stat : 14305 (java) S 14291 14293 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216400938360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14306] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14306/stat : 14306 (java) S 14291 14293 12511 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347466448 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216399885192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14307] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14307/stat : 14307 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216398833936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14308] ppid=14291 vsize=2781696 CPUtime=0.78 cores=0,2,4,6
/proc/14293/task/14308/stat : 14308 (java) S 14291 14293 12511 0 -1 4202560 5376 0 0 0 76 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216397781816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14309] ppid=14291 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/14293/task/14309/stat : 14309 (java) S 14291 14293 12511 0 -1 4202560 7698 0 0 0 69 2 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216396729272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14310] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14310/stat : 14310 (java) S 14291 14293 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216395676408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14293/tid=14311] ppid=14291 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/14293/task/14311/stat : 14311 (java) S 14291 14293 12511 0 -1 4202560 37 0 0 0 10 12 0 0 20 0 20 0 347466451 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216394624072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14293/tid=14339] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14339/stat : 14339 (java) S 14291 14293 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347467364 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216393569320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14293/tid=14346] ppid=14291 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14293/task/14346/stat : 14346 (java) S 14291 14293 12511 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 347530792 2848456704 343044 33554432000 1073741824 1073778376 140733825857184 140216392515464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 651.59
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 647.02
CPU time (s): 651.886
CPU user time (s): 650.503
CPU system time (s): 1.38279
CPU usage (%): 100.752
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 650.503
system time used= 1.38279
maximum resident set size= 1372188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20282
page faults= 1
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14578
involuntary context switches= 3443

runsolver used 1.79073 second user time and 3.36349 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-04 14:36:59
IDJOB=3744777
IDBENCH=92841
IDSOLVER=2322
FILE ID=node137/3744777-1338813417
RUNJOBID= node137-1338813417-14275
PBS_JOBID= 14636842
Free space on /tmp= 70164 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.10-10.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744777-1338813417/watcher-3744777-1338813417 -o /tmp/evaluation-result-3744777-1338813417/solver-3744777-1338813417 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744777-1338813417.opb

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

MD5SUM BENCH= 38a03cef821a884727372c83265a6dc9
RANDOM SEED=431513069

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.90
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.600
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.600
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:        30235776 kB
Buffers:          298492 kB
Cached:          1499116 kB
SwapCached:         5796 kB
Active:           939240 kB
Inactive:         869504 kB
Active(anon):       6508 kB
Inactive(anon):     7168 kB
Active(file):     932732 kB
Inactive(file):   862336 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:            168644 kB
Writeback:             0 kB
AnonPages:         16980 kB
Mapped:             8436 kB
Shmem:                 0 kB
Slab:             690392 kB
SReclaimable:     131232 kB
SUnreclaim:       559160 kB
KernelStack:        1424 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70124 MiB
End job on node137 at 2012-06-04 14:47:46