Trace number 3737610

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1204.3 1185.07

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-130
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
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 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3737610-1338764624.opb
0.09/0.11	c reading problem ... 
75.96/75.20	c ... done. Wall clock time 75.097s.
75.96/75.20	c #vars     33544
75.96/75.20	c #constraints  66090
75.96/75.20	c constraints type 
75.96/75.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
75.96/75.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 31544
75.96/75.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
75.96/75.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31544
78.80/77.48	c SATISFIABLE
78.80/77.48	c OPTIMIZING...
78.80/77.48	c Got one! Elapsed wall clock time (in seconds):77.371
78.80/77.48	o -73
80.80/79.28	c Got one! Elapsed wall clock time (in seconds):79.171
80.80/79.28	o -79
83.83/81.93	c Got one! Elapsed wall clock time (in seconds):81.821
83.83/81.93	o -80
87.31/85.31	c Got one! Elapsed wall clock time (in seconds):85.201
87.31/85.31	o -88
95.43/93.25	c Got one! Elapsed wall clock time (in seconds):93.143
95.43/93.25	o -96
107.64/105.16	c Got one! Elapsed wall clock time (in seconds):105.052
107.64/105.16	o -101
266.62/261.24	c Got one! Elapsed wall clock time (in seconds):261.138
266.62/261.24	o -102
423.59/416.19	c cleaning 79212 clauses out of 158500
523.57/515.67	c cleaning 64571 clauses out of 129304
669.10/659.27	c cleaning 57069 clauses out of 114217
862.04/848.87	c cleaning 58062 clauses out of 116148
1027.20/1009.41	c cleaning 69485 clauses out of 139089
1202.33/1183.31	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1202.33/1183.31		at java.math.BigInteger.add(BigInteger.java:1023)
1202.33/1183.31		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1202.33/1183.31		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1202.33/1183.31		at org.sat4j.minisat.core.Solver.cancel(Unknown Source)
1202.33/1183.31		at org.sat4j.minisat.core.Solver.cancelUntil(Unknown Source)
1202.33/1183.31		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1202.33/1183.31		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1202.33/1183.31		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1202.33/1183.31		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1202.33/1183.31		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1202.33/1183.31		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1202.33/1183.31		at org.sat4j.AbstractLauncher.run(Unknown Source)
1202.33/1183.31		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1203.63/1184.69	c starts		: 70
1204.03/1185.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1204.03/1185.06		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1204.03/1185.06		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1204.03/1185.06		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1204.03/1185.06		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1204.03/1185.06		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1204.03/1185.06		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-3737610-1338764624/watcher-3737610-1338764624 -o /tmp/evaluation-result-3737610-1338764624/solver-3737610-1338764624 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737610-1338764624.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 29510
/proc/meminfo: memFree=24916144/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29510/stat : 29510 (java6) R 29508 29510 26477 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 342587849 9515008 185 33554432000 1073741824 1073778376 140734403765168 140734403756200 270707355063 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 2323 185 142 9 0 71 0

[startup+0.0969991 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 29510
/proc/meminfo: memFree=24916144/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 4692 0 1 0 8 1 0 0 20 0 18 0 342587849 2712133632 6408 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 6408 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.100257 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 29510
/proc/meminfo: memFree=24916144/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 4693 0 1 0 8 1 0 0 20 0 18 0 342587849 2712133632 6409 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 6409 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300246 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 29510
/proc/meminfo: memFree=24916144/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=0.43 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 6392 0 1 0 42 1 0 0 20 0 18 0 342587849 2712133632 9031 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 9031 2222 9 0 652835 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2648568

[startup+0.700239 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 29510
/proc/meminfo: memFree=24916144/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=1 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 7555 0 1 0 99 1 0 0 20 0 18 0 342587849 2712133632 11195 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 11195 2234 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 2.09 2.06 2.01 3/212 29528
/proc/meminfo: memFree=24875772/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=1.91 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 7633 0 1 0 189 2 0 0 20 0 18 0 342587849 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 14301 2239 9 0 652835 0
[pid=29510/tid=29512] ppid=29508 vsize=2648568 CPUtime=1.47 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) R 29508 29510 26477 0 -1 4202560 2762 0 1 0 145 2 0 0 20 0 18 0 342587850 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039607902288 140039439162746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039572580584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 2419 0 0 0 26 0 0 0 20 0 18 0 342587856 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 1266 0 0 0 14 0 0 0 20 0 18 0 342587856 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 14301 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2648568

[startup+3.10069 s]
/proc/loadavg: 2.08 2.06 2.01 3/212 29528
/proc/meminfo: memFree=24860816/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=3.74 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 8033 0 1 0 372 2 0 0 20 0 18 0 342587849 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 18505 2239 9 0 652835 0
[pid=29510/tid=29512] ppid=29508 vsize=2648568 CPUtime=3.06 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) R 29508 29510 26477 0 -1 4202560 2771 0 1 0 304 2 0 0 20 0 18 0 342587850 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039607908824 140039439162945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039572580584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2648568 CPUtime=0.37 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 2425 0 0 0 37 0 0 0 20 0 18 0 342587856 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 1651 0 0 0 27 0 0 0 20 0 18 0 342587856 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 18505 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 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: 2.08 2.06 2.01 3/212 29528
/proc/meminfo: memFree=24831772/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=6.93 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 8047 0 1 0 691 2 0 0 20 0 18 0 342587849 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 24525 2240 9 0 652835 0
[pid=29510/tid=29512] ppid=29508 vsize=2648568 CPUtime=6.26 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) R 29508 29510 26477 0 -1 4202560 2784 0 1 0 624 2 0 0 20 0 18 0 342587850 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039607902240 140039439162793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587852 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) S 29508 29510 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039572580584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342587853 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2648568 CPUtime=0.37 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 2425 0 0 0 37 0 0 0 20 0 18 0 342587856 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 1651 0 0 0 27 0 0 0 20 0 18 0 342587856 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 342587856 2712133632 24525 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 2648568

[startup+12.7006 s]
/proc/loadavg: 2.07 2.05 2.01 3/212 29528
/proc/meminfo: memFree=24798688/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2648568 CPUtime=13.34 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 8062 0 1 0 1331 3 0 0 20 0 18 0 342587849 2712133632 32205 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 662142 32205 2240 9 0 652835 0
[pid=29510/tid=29512] ppid=29508 vsize=2648568 CPUtime=12.66 cores=0,2,4,6

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

/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 369 0 0 0 292 11 0 0 20 0 20 0 342587852 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2781696 CPUtime=2.91 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 404 0 0 0 279 12 0 0 20 0 20 0 342587852 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2781696 CPUtime=2.95 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 385 0 0 0 283 12 0 0 20 0 20 0 342587852 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2781696 CPUtime=3.01 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 414 0 0 0 290 11 0 0 20 0 20 0 342587852 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2781696 CPUtime=20.13 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) R 29508 29510 26477 0 -1 4202560 121 0 0 0 2009 4 0 0 20 0 20 0 342587853 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039572580744 140039614765059 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039571526712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039570471352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 3444 0 0 0 74 0 0 0 20 0 20 0 342587856 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 8178 0 0 0 97 0 0 0 20 0 20 0 342587856 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2781696 CPUtime=0.34 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 69 0 0 0 13 21 0 0 20 0 20 0 342587856 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29529] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29529/stat : 29529 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342595374 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039564157864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29770] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29770/stat : 29770 (java) S 29508 29510 26477 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342706181 2848456704 345369 33554432000 1073741824 1073778376 140733483141216 140039563104216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1202.93
Current children cumulated vsize (KiB) 2781696

[startup+1184.71 s]
/proc/loadavg: 2.02 2.11 2.08 3/214 29770
/proc/meminfo: memFree=23582772/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2781696 CPUtime=1203.73 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 19618 0 1 0 120241 132 0 0 20 0 20 0 342587849 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 695424 345373 2286 9 0 686117 0
[pid=29510/tid=29512] ppid=29508 vsize=2781696 CPUtime=1157.12 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) S 29508 29510 26477 0 -1 4202560 3305 0 1 0 115686 26 0 0 20 0 20 0 342587850 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039607911608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2781696 CPUtime=2.9 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 399 0 0 0 278 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2781696 CPUtime=2.87 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 461 0 0 0 273 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2781696 CPUtime=2.98 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 456 0 0 0 286 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2781696 CPUtime=2.94 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 412 0 0 0 280 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2781696 CPUtime=3.03 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 369 0 0 0 292 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2781696 CPUtime=2.91 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 404 0 0 0 279 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2781696 CPUtime=2.95 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 385 0 0 0 283 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2781696 CPUtime=3.01 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 414 0 0 0 290 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2781696 CPUtime=20.93 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) R 29508 29510 26477 0 -1 4202560 123 0 0 0 2089 4 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039572580584 140039612047709 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 3444 0 0 0 74 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 8178 0 0 0 97 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2781696 CPUtime=0.34 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 69 0 0 0 13 21 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29529] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29529/stat : 29529 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342595374 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039564157864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29770] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29770/stat : 29770 (java) S 29508 29510 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342706181 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039563104392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1203.73
Current children cumulated vsize (KiB) 2781696

[startup+1184.9 s]
/proc/loadavg: 2.02 2.11 2.08 3/214 29770
/proc/meminfo: memFree=23582772/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2781696 CPUtime=1203.93 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 19618 0 1 0 120261 132 0 0 20 0 20 0 342587849 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 695424 345373 2286 9 0 686117 0
[pid=29510/tid=29512] ppid=29508 vsize=2781696 CPUtime=1157.12 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) S 29508 29510 26477 0 -1 4202560 3305 0 1 0 115686 26 0 0 20 0 20 0 342587850 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039607911608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2781696 CPUtime=2.9 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 399 0 0 0 278 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2781696 CPUtime=2.87 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 461 0 0 0 273 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2781696 CPUtime=2.98 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 456 0 0 0 286 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2781696 CPUtime=2.94 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 412 0 0 0 280 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2781696 CPUtime=3.03 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 369 0 0 0 292 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2781696 CPUtime=2.91 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 404 0 0 0 279 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2781696 CPUtime=2.95 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 385 0 0 0 283 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2781696 CPUtime=3.01 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 414 0 0 0 290 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2781696 CPUtime=21.13 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) R 29508 29510 26477 0 -1 4202560 123 0 0 0 2109 4 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039572580744 270707212636 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 3444 0 0 0 74 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 8178 0 0 0 97 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2781696 CPUtime=0.34 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 69 0 0 0 13 21 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29529] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29529/stat : 29529 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342595374 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039564157864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29770] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29770/stat : 29770 (java) S 29508 29510 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342706181 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039563104392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1203.93
Current children cumulated vsize (KiB) 2781696

[startup+1185 s]
/proc/loadavg: 2.02 2.11 2.08 3/214 29770
/proc/meminfo: memFree=23582772/32873648 swapFree=6864/6864
[pid=29510] ppid=29508 vsize=2781696 CPUtime=1204.03 cores=0,2,4,6
/proc/29510/stat : 29510 (java) S 29508 29510 26477 0 -1 4202496 19618 0 1 0 120271 132 0 0 20 0 20 0 342587849 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140733483132352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29510/statm: 695424 345373 2286 9 0 686117 0
[pid=29510/tid=29512] ppid=29508 vsize=2781696 CPUtime=1157.12 cores=0,2,4,6
/proc/29510/task/29512/stat : 29512 (java) S 29508 29510 26477 0 -1 4202560 3305 0 1 0 115686 26 0 0 20 0 20 0 342587850 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039607911608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29513] ppid=29508 vsize=2781696 CPUtime=2.9 cores=0,2,4,6
/proc/29510/task/29513/stat : 29513 (java) S 29508 29510 26477 0 -1 4202560 399 0 0 0 278 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039592360232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29514] ppid=29508 vsize=2781696 CPUtime=2.87 cores=0,2,4,6
/proc/29510/task/29514/stat : 29514 (java) S 29508 29510 26477 0 -1 4202560 461 0 0 0 273 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039591307432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29515] ppid=29508 vsize=2781696 CPUtime=2.98 cores=0,2,4,6
/proc/29510/task/29515/stat : 29515 (java) S 29508 29510 26477 0 -1 4202560 456 0 0 0 286 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039590255144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29516] ppid=29508 vsize=2781696 CPUtime=2.94 cores=0,2,4,6
/proc/29510/task/29516/stat : 29516 (java) S 29508 29510 26477 0 -1 4202560 412 0 0 0 280 14 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039589202344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29517] ppid=29508 vsize=2781696 CPUtime=3.03 cores=0,2,4,6
/proc/29510/task/29517/stat : 29517 (java) S 29508 29510 26477 0 -1 4202560 369 0 0 0 292 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039588150056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29518] ppid=29508 vsize=2781696 CPUtime=2.91 cores=0,2,4,6
/proc/29510/task/29518/stat : 29518 (java) S 29508 29510 26477 0 -1 4202560 404 0 0 0 279 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039587097256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29519] ppid=29508 vsize=2781696 CPUtime=2.95 cores=0,2,4,6
/proc/29510/task/29519/stat : 29519 (java) S 29508 29510 26477 0 -1 4202560 385 0 0 0 283 12 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039586044968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29520] ppid=29508 vsize=2781696 CPUtime=3.01 cores=0,2,4,6
/proc/29510/task/29520/stat : 29520 (java) S 29508 29510 26477 0 -1 4202560 414 0 0 0 290 11 0 0 20 0 20 0 342587852 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039584992168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29521] ppid=29508 vsize=2781696 CPUtime=21.23 cores=0,2,4,6
/proc/29510/task/29521/stat : 29521 (java) R 29508 29510 26477 0 -1 4202560 123 0 0 0 2119 4 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039572580744 270707212620 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29522] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29522/stat : 29522 (java) S 29508 29510 26477 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039571526648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29523] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29523/stat : 29523 (java) S 29508 29510 26477 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342587853 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039570474248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29524] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29524/stat : 29524 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039569422736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29525] ppid=29508 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/29510/task/29525/stat : 29525 (java) S 29508 29510 26477 0 -1 4202560 3444 0 0 0 74 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039568370360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29510/tid=29526] ppid=29508 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/29510/task/29526/stat : 29526 (java) S 29508 29510 26477 0 -1 4202560 8178 0 0 0 97 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039567317560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29527] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29527/stat : 29527 (java) S 29508 29510 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039566265464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29510/tid=29528] ppid=29508 vsize=2781696 CPUtime=0.34 cores=0,2,4,6
/proc/29510/task/29528/stat : 29528 (java) S 29508 29510 26477 0 -1 4202560 69 0 0 0 13 21 0 0 20 0 20 0 342587856 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039565212872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29510/tid=29529] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29529/stat : 29529 (java) S 29508 29510 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342595374 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039564157864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29510/tid=29770] ppid=29508 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/29510/task/29770/stat : 29770 (java) S 29508 29510 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342706181 2848456704 345373 33554432000 1073741824 1073778376 140733483141216 140039563104392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1204.03
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 1185.07
CPU time (s): 1204.3
CPU user time (s): 1202.68
CPU system time (s): 1.61975
CPU usage (%): 101.623
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1202.68
system time used= 1.61975
maximum resident set size= 1381516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19628
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34079
involuntary context switches= 40507

runsolver used 4.43633 second user time and 10.1125 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-04 01:03:44
IDJOB=3737610
IDBENCH=48269
IDSOLVER=2322
FILE ID=node125/3737610-1338764624
RUNJOBID= node125-1338739222-26493
PBS_JOBID= 14636772
Free space on /tmp= 70440 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737610-1338764624/watcher-3737610-1338764624 -o /tmp/evaluation-result-3737610-1338764624/solver-3737610-1338764624 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737610-1338764624.opb

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=1590953646

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        24916144 kB
Buffers:          615648 kB
Cached:          5092580 kB
SwapCached:         2308 kB
Active:          3832160 kB
Inactive:        3215052 kB
Active(anon):    1330112 kB
Inactive(anon):     9240 kB
Active(file):    2502048 kB
Inactive(file):  3205812 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1341896 kB
Mapped:            22480 kB
Shmem:                96 kB
Slab:             769088 kB
SReclaimable:     212808 kB
SUnreclaim:       556280 kB
KernelStack:        1600 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 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= 70440 MiB
End job on node125 at 2012-06-04 01:23:29