Trace number 3744452

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
PB07: SAT4JPseudoResolution 2007-03-23? 271.48 264.636

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_3.opb
MD5SUM96fec7ce232e48bab56f85f395e33fea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6182423
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 164566592
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 193952320580
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 164566592
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 193952320580
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3744452-1338801224.opb
0.08/0.10	c reading problem ... 
1.65/0.81	c ... done. Wall clock time 0.702s.
1.65/0.81	c CPU time (experimental) 0.77s.
1.65/0.81	c #vars     20200
1.65/0.81	c #constraints  50008
154.53/149.29	c cleaning 87988 clauses out of 176004 for limit 1.6993691746122937E11
171.24/165.66	c cleaning 47503 clauses out of 95020 for limit 3.4778889709318254E-6
172.87/167.25	c cleaning 24248 clauses out of 48509 for limit 1.8379940341907898E-5
176.23/170.53	c cleaning 13120 clauses out of 26261 for limit 2.5111849946146176E-4
188.23/182.31	c cleaning 9302 clauses out of 18645 for limit 0.08713254189802015
194.37/188.38	c cleaning 5654 clauses out of 11340 for limit 1.0564519027544168
269.49/262.60	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
269.49/262.60		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
269.49/262.60		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
269.49/262.60		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
269.49/262.60		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
269.49/262.60		at org.sat4j.minisat.core.Solver.search(Unknown Source)
269.79/262.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
269.79/262.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
269.79/262.91		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
269.79/262.91		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
269.79/262.91		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
269.79/262.91		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
269.79/262.91		at org.sat4j.AbstractLauncher.run(Unknown Source)
269.79/262.91		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
271.48/264.62	c starts		: 20
271.48/264.62	c conflicts		: 459107
271.48/264.62	c decisions		: 495595
271.48/264.62	c propagations		: 150692921
271.48/264.62	c inspects		: 697096851
271.48/264.62	c learnt literals	: 0
271.48/264.62	c learnt binary clauses	: 0
271.48/264.62	c learnt ternary clauses	: 10
271.48/264.62	c learnt clauses	: 459106
271.48/264.62	c root simplifications	: 0
271.48/264.62	c removed literals (reason simplification)	: 0
271.48/264.62	c reason swapping (by a shorter reason)	: 0
271.48/264.62	c Calls to reduceDB	: 6
271.48/264.62	c speed (decisions/second)	: 1879.4678579690467
271.48/264.62	c non guided choices	31
271.48/264.62	s UNKNOWN
271.48/264.62	c Total wall clock time (ms): 264.519

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-3744452-1338801224/watcher-3744452-1338801224 -o /tmp/evaluation-result-3744452-1338801224/solver-3744452-1338801224 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744452-1338801224.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.01 2.05 2.01 3/194 9419
/proc/meminfo: memFree=26695336/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9419/stat : 9419 (java) D 9417 9419 6470 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 346246865 9515008 182 33554432000 1073741824 1073778376 140733926549776 140733926540808 212073266869 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9419/statm: 2323 182 140 9 0 71 0

[startup+0.0331971 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 9419
/proc/meminfo: memFree=26695336/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=2414972 CPUtime=0.01 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 3185 0 1 0 1 0 0 0 20 0 10 0 346246865 2472931328 4395 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 603743 4396 1539 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100265 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 9419
/proc/meminfo: memFree=26695336/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 4364 0 1 0 7 1 0 0 20 0 18 0 346246865 3028844544 6582 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 739464 6583 2099 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300223 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 9419
/proc/meminfo: memFree=26695336/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 5306 0 1 0 45 2 0 0 20 0 18 0 346246865 3028844544 11252 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 739464 11252 2241 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700227 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 9419
/proc/meminfo: memFree=26695336/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=2957856 CPUtime=1.5 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 14202 0 1 0 143 7 0 0 20 0 18 0 346246865 3028844544 37818 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 739464 37818 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2957856

[startup+1.50071 s]
/proc/loadavg: 2.01 2.05 2.01 5/213 9438
/proc/meminfo: memFree=26494252/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3024420 CPUtime=2.85 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 16375 0 1 0 275 10 0 0 20 0 19 0 346246865 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 756105 76801 2279 9 0 746526 0
[pid=9419/tid=9421] ppid=9417 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 6470 0 -1 4202560 2648 0 1 0 141 5 0 0 20 0 19 0 346246866 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139668057436616 139667925097663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667433302632 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5496 0 0 0 68 1 0 0 20 0 19 0 346246872 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7030 0 0 0 62 3 0 0 20 0 19 0 346246872 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346246959 3097006080 76801 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 3024420

[startup+3.10075 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 9438
/proc/meminfo: memFree=26280392/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3024420 CPUtime=4.55 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 16496 0 1 0 441 14 0 0 20 0 19 0 346246865 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 756105 118294 2292 9 0 746526 0
[pid=9419/tid=9421] ppid=9417 vsize=3024420 CPUtime=3.03 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 6470 0 -1 4202560 2725 0 1 0 295 8 0 0 20 0 19 0 346246866 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139668057445000 139667925088975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346246867 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 6470 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667433302632 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5496 0 0 0 72 1 0 0 20 0 19 0 346246872 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7030 0 0 0 62 3 0 0 20 0 19 0 346246872 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346246959 3097006080 118294 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 3024420

[startup+6.30071 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 9438
/proc/meminfo: memFree=26177768/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3024420 CPUtime=7.9 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 16597 0 1 0 769 21 0 0 20 0 19 0 346246865 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 756105 130952 2292 9 0 746526 0
[pid=9419/tid=9421] ppid=9417 vsize=3024420 CPUtime=6.16 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 6470 0 -1 4202560 2728 0 1 0 608 8 0 0 20 0 19 0 346246866 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139668057443536 139667925088966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 346246867 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 6470 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667433302632 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5496 0 0 0 72 1 0 0 20 0 19 0 346246872 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7030 0 0 0 62 3 0 0 20 0 19 0 346246872 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346246959 3097006080 130952 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 300 0 0 0 81 16 0 0 20 0 19 0 346246867 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3024420 CPUtime=6.59 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) R 9417 9419 6470 0 -1 4202560 52 0 0 0 659 0 0 0 20 0 19 0 346246869 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667433302792 139668064300308 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346246869 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3024420 CPUtime=0.78 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5516 0 0 0 77 1 0 0 20 0 19 0 346246872 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7035 0 0 0 73 3 0 0 20 0 19 0 346246872 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346246872 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 19 0 346246872 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346246959 3097006080 421190 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 270.79
Current children cumulated vsize (KiB) 3024420

[startup+264.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 9438
/proc/meminfo: memFree=24939848/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3090984 CPUtime=271.18 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 19061 0 1 0 26982 136 0 0 20 0 20 0 346246865 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 772746 421201 2308 9 0 763167 0
[pid=9419/tid=9421] ppid=9417 vsize=3090984 CPUtime=254.38 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) S 9417 9419 6470 0 -1 4202560 2872 0 1 0 25427 11 0 0 20 0 20 0 346246866 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668057445560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3090984 CPUtime=0.84 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 263 0 0 0 73 11 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 341 0 0 0 77 19 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 305 0 0 0 80 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 261 0 0 0 80 13 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3090984 CPUtime=0.94 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 301 0 0 0 80 14 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3090984 CPUtime=0.85 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 317 0 0 0 70 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3090984 CPUtime=1.01 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 283 0 0 0 83 18 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3090984 CPUtime=0.97 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 300 0 0 0 81 16 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3090984 CPUtime=6.98 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) R 9417 9419 6470 0 -1 4202560 54 0 0 0 698 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667433302632 139668059639918 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5516 0 0 0 77 1 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7035 0 0 0 73 3 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3090984 CPUtime=0.08 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 346246959 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 271.18
Current children cumulated vsize (KiB) 3090984

[startup+264.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 9438
/proc/meminfo: memFree=24939848/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3090984 CPUtime=271.38 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 19061 0 1 0 27002 136 0 0 20 0 20 0 346246865 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 772746 421201 2308 9 0 763167 0
[pid=9419/tid=9421] ppid=9417 vsize=3090984 CPUtime=254.38 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) S 9417 9419 6470 0 -1 4202560 2872 0 1 0 25427 11 0 0 20 0 20 0 346246866 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668057445560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3090984 CPUtime=0.84 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 263 0 0 0 73 11 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 341 0 0 0 77 19 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 305 0 0 0 80 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 261 0 0 0 80 13 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3090984 CPUtime=0.94 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 301 0 0 0 80 14 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3090984 CPUtime=0.85 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 317 0 0 0 70 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3090984 CPUtime=1.01 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 283 0 0 0 83 18 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3090984 CPUtime=0.97 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 300 0 0 0 81 16 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3090984 CPUtime=7.18 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) R 9417 9419 6470 0 -1 4202560 54 0 0 0 718 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667433302632 212072939804 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5516 0 0 0 77 1 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7035 0 0 0 73 3 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3090984 CPUtime=0.08 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 346246959 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 271.38
Current children cumulated vsize (KiB) 3090984

[startup+264.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 9438
/proc/meminfo: memFree=24939848/32873648 swapFree=7388/7388
[pid=9419] ppid=9417 vsize=3090984 CPUtime=271.48 cores=0,2,4,6
/proc/9419/stat : 9419 (java) S 9417 9419 6470 0 -1 4202496 19061 0 1 0 27012 136 0 0 20 0 20 0 346246865 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 140733594032928 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9419/statm: 772746 421201 2308 9 0 763167 0
[pid=9419/tid=9421] ppid=9417 vsize=3090984 CPUtime=254.38 cores=0,2,4,6
/proc/9419/task/9421/stat : 9421 (java) S 9417 9419 6470 0 -1 4202560 2872 0 1 0 25427 11 0 0 20 0 20 0 346246866 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668057445560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=3090984 CPUtime=0.84 cores=0,2,4,6
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 6470 0 -1 4202560 263 0 0 0 73 11 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139668043057832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 6470 0 -1 4202560 341 0 0 0 77 19 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667921865512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 6470 0 -1 4202560 305 0 0 0 80 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667920812968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 6470 0 -1 4202560 261 0 0 0 80 13 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667919760424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=3090984 CPUtime=0.94 cores=0,2,4,6
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 6470 0 -1 4202560 301 0 0 0 80 14 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667918706856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=3090984 CPUtime=0.85 cores=0,2,4,6
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 6470 0 -1 4202560 317 0 0 0 70 15 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667917654312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=3090984 CPUtime=1.01 cores=0,2,4,6
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 6470 0 -1 4202560 283 0 0 0 83 18 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667916601768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=3090984 CPUtime=0.97 cores=0,2,4,6
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 6470 0 -1 4202560 300 0 0 0 81 16 0 0 20 0 20 0 346246867 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667915549224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=3090984 CPUtime=7.28 cores=0,2,4,6
/proc/9419/task/9430/stat : 9430 (java) R 9417 9419 6470 0 -1 4202560 54 0 0 0 728 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667433302632 212072939796 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667432248952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9432] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 6470 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 346246869 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667431196296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9433] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9433/stat : 9433 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667430145040 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9434] ppid=9417 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/9419/task/9434/stat : 9434 (java) S 9417 9419 6470 0 -1 4202560 5516 0 0 0 77 1 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667429091384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9419/tid=9435] ppid=9417 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/9419/task/9435/stat : 9435 (java) S 9417 9419 6470 0 -1 4202560 7035 0 0 0 73 3 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667428038840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9436] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9436/stat : 9436 (java) S 9417 9419 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667426986488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9419/tid=9437] ppid=9417 vsize=3090984 CPUtime=0.08 cores=0,2,4,6
/proc/9419/task/9437/stat : 9437 (java) S 9417 9419 6470 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 346246872 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667425934152 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9419/tid=9438] ppid=9417 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9419/task/9438/stat : 9438 (java) S 9417 9419 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 346246959 3165167616 421201 33554432000 1073741824 1073778376 140733594041792 139667423802664 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 271.48
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9419 and gives
#  childrusage.ru_utime.tv_sec=269
#  childrusage.ru_utime.tv_usec=470034
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=541765
# CPU time returned by wait4() is 271.012
# while last known CPU time is 271.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 264.636
CPU time (s): 271.48
CPU user time (s): 270.12
CPU system time (s): 1.36
CPU usage (%): 102.586
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.47
system time used= 1.54176
maximum resident set size= 1684824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19071
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9680
involuntary context switches= 13584

runsolver used 0.517921 second user time and 1.15082 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 11:13:44
IDJOB=3744452
IDBENCH=92755
IDSOLVER=2319
FILE ID=node148/3744452-1338801224
RUNJOBID= node148-1338772384-6486
PBS_JOBID= 14636819
Free space on /tmp= 71324 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744452-1338801224/watcher-3744452-1338801224 -o /tmp/evaluation-result-3744452-1338801224/solver-3744452-1338801224 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744452-1338801224.opb           

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

MD5SUM BENCH= 96fec7ce232e48bab56f85f395e33fea
RANDOM SEED=1163905154

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26695616 kB
Buffers:          611136 kB
Cached:          3043972 kB
SwapCached:          628 kB
Active:          3055680 kB
Inactive:        2205672 kB
Active(anon):    1595856 kB
Inactive(anon):    10660 kB
Active(file):    1459824 kB
Inactive(file):  2195012 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              5088 kB
Writeback:             0 kB
AnonPages:       1707700 kB
Mapped:            19296 kB
Shmem:                36 kB
Slab:             768344 kB
SReclaimable:     212416 kB
SUnreclaim:       555928 kB
KernelStack:        1768 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1827284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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= 71320 MiB
End job on node148 at 2012-06-04 11:18:08