Trace number 3687274

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 21.9597 10.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.62075
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687274-1337871891.opb
0.08/0.13	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.212s.
0.45/0.34	c declared #vars     231
0.45/0.34	c #constraints  2707
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.45/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.45/0.34	c 2707 constraints processed.
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.45/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.45/0.34	c 2707 constraints processed.
2.33/0.88	c cleaning 2496 clauses out of 5005 with flag 5005/5005
3.84/1.24	c cleaning 4244 clauses out of 8507 with flag 11003/11003
4.93/1.66	c cleaning 5631 clauses out of 11261 with flag 18001/18001
6.15/2.21	c cleaning 6811 clauses out of 13629 with flag 26000/26000
7.13/2.78	c cleaning 7906 clauses out of 15819 with flag 35001/35001
8.50/3.47	c cleaning 8951 clauses out of 17913 with flag 45001/45001
10.28/4.31	c cleaning 9976 clauses out of 19964 with flag 56004/56004
11.82/5.17	c cleaning 10993 clauses out of 21985 with flag 68001/68001
13.53/6.09	c cleaning 11988 clauses out of 23990 with flag 81000/81000
15.68/7.16	c cleaning 12998 clauses out of 26001 with flag 95000/95000
18.01/8.35	c cleaning 13987 clauses out of 28003 with flag 110000/110000
20.16/9.40	c cleaning 15005 clauses out of 30015 with flag 126000/126000
21.86/10.31	c  And the winner is solver0
21.85/10.51	c starts		: 101
21.85/10.51	c conflicts		: 140831
21.85/10.51	c decisions		: 214359
21.85/10.51	c propagations		: 6019495
21.85/10.51	c inspects		: 94270386
21.85/10.51	c shortcuts		: 0
21.85/10.51	c learnt literals	: 17
21.85/10.51	c learnt binary clauses	: 64
21.85/10.51	c learnt ternary clauses	: 379
21.85/10.51	c learnt constraints	: 140813
21.85/10.51	c ignored constraints	: 0
21.85/10.51	c root simplifications	: 0
21.85/10.51	c removed literals (reason simplification)	: 654966
21.85/10.51	c reason swapping (by a shorter reason)	: 0
21.85/10.51	c Calls to reduceDB	: 12
21.85/10.51	c number of reductions to clauses (during analyze)	: 0
21.85/10.51	c number of learned constraints concerned by reduction	: 0
21.85/10.51	c number of learning phase by resolution	: 0
21.85/10.51	c number of learning phase by cutting planes	: 0
21.85/10.51	c speed (assignments/second)	: 592236.8162140889
21.85/10.51	c non guided choices	161
21.85/10.52	c learnt constraints type 
21.85/10.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
21.85/10.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29763
21.85/10.52	c constraints type 
21.85/10.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
21.85/10.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
21.85/10.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
21.85/10.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
21.85/10.52	c 2707 constraints processed.
21.85/10.52	c constraints type 
21.85/10.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
21.85/10.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
21.85/10.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
21.85/10.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
21.85/10.52	c 2707 constraints processed.
21.85/10.52	s UNSATISFIABLE
21.85/10.52	c Total wall clock time (in seconds): 10.391

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-3687274-1337871891/watcher-3687274-1337871891 -o /tmp/evaluation-result-3687274-1337871891/solver-3687274-1337871891 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687274-1337871891.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.02 4/195 844
/proc/meminfo: memFree=29087612/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/844/stat : 844 (java) R 842 844 718 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253314613 9515008 175 33554432000 1073741824 1073778376 140736659484656 140736659467384 229355897744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/844/statm: 2323 175 133 9 0 71 0

[startup+0.083467 s]
/proc/loadavg: 0.31 0.07 0.02 4/195 844
/proc/meminfo: memFree=29087612/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 3287 0 1 0 5 1 0 0 20 0 18 0 253314613 9787813888 4496 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2389603 4498 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100262 s]
/proc/loadavg: 0.31 0.07 0.02 4/195 844
/proc/meminfo: memFree=29087612/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 4141 0 1 0 7 1 0 0 20 0 18 0 253314613 9787813888 5335 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2389603 5335 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300209 s]
/proc/loadavg: 0.31 0.07 0.02 4/195 844
/proc/meminfo: memFree=29087612/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 5316 0 1 0 43 2 0 0 20 0 18 0 253314613 9787813888 7698 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2389603 7698 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700171 s]
/proc/loadavg: 0.31 0.07 0.02 4/195 844
/proc/meminfo: memFree=29087612/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 14868 0 1 0 189 4 0 0 20 0 22 0 253314613 10060460032 20958 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 20958 2247 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 0.76 0.16 0.05 7/217 866
/proc/meminfo: memFree=28965640/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=4.73 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21200 0 1 0 466 7 0 0 20 0 22 0 253314613 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 48628 2277 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2475 0 1 0 30 1 0 0 20 0 22 0 253314614 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135378834424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) S 842 844 718 0 -1 4202560 47 0 0 0 3 0 0 0 20 0 22 0 253314617 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135203072488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10485 0 0 0 106 2 0 0 20 0 22 0 253314620 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=860] ppid=842 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/844/task/860/stat : 860 (java) S 842 844 718 0 -1 4202560 6806 0 0 0 104 0 0 0 20 0 22 0 253314620 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135197809464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=863] ppid=842 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/844/task/863/stat : 863 (java) R 842 844 718 0 -1 4202560 37 0 0 0 108 0 0 0 20 0 22 0 253314648 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135194649000 140135203771298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=844/tid=864] ppid=842 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/844/task/864/stat : 864 (java) R 842 844 718 0 -1 4202560 122 0 0 0 106 1 0 0 20 0 22 0 253314648 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135193594064 140135203785505 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=844/tid=865] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/865/stat : 865 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135192544168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 48628 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 0.76 0.16 0.05 5/217 866
/proc/meminfo: memFree=28740680/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=7.9 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21513 0 1 0 779 11 0 0 20 0 22 0 253314613 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 87236 2278 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2475 0 1 0 30 1 0 0 20 0 22 0 253314614 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135378834424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) S 842 844 718 0 -1 4202560 242 0 0 0 15 0 0 0 20 0 22 0 253314617 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135203072488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10486 0 0 0 106 2 0 0 20 0 22 0 253314620 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=860] ppid=842 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/844/task/860/stat : 860 (java) S 842 844 718 0 -1 4202560 6808 0 0 0 110 0 0 0 20 0 22 0 253314620 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135197809464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=863] ppid=842 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/844/task/863/stat : 863 (java) R 842 844 718 0 -1 4202560 40 0 0 0 251 0 0 0 20 0 22 0 253314648 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135194649056 140135203666457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=844/tid=864] ppid=842 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/844/task/864/stat : 864 (java) R 842 844 718 0 -1 4202560 182 0 0 0 248 3 0 0 20 0 22 0 253314648 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135193594504 140135203799929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=844/tid=865] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/865/stat : 865 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135192544168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 87236 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 1.02 0.23 0.07 5/217 866
/proc/meminfo: memFree=28453792/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=14.07 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21592 0 1 0 1395 12 0 0 20 0 22 0 253314613 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 117440 2278 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2475 0 1 0 30 1 0 0 20 0 22 0 253314614 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135378834424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) S 842 844 718 0 -1 4202560 248 0 0 0 41 0 0 0 20 0 22 0 253314617 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135203072488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10486 0 0 0 106 2 0 0 20 0 22 0 253314620 10060460032 117440 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=863] ppid=842 vsize=9824668 CPUtime=6.93 cores=0,2,4,6
/proc/844/task/863/stat : 863 (java) R 842 844 718 0 -1 4202560 50 0 0 0 693 0 0 0 20 0 22 0 253314648 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135194649056 140135203616509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=844/tid=864] ppid=842 vsize=9824668 CPUtime=6.94 cores=0,2,4,6
/proc/844/task/864/stat : 864 (java) R 842 844 718 0 -1 4202560 265 0 0 0 689 5 0 0 20 0 22 0 253314648 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135193594384 140135203818446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=844/tid=865] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/865/stat : 865 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135192544168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 131784 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 9824668

[startup+9.50087 s]
/proc/loadavg: 1.02 0.23 0.07 5/217 866
/proc/meminfo: memFree=28246984/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=20.27 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21657 0 1 0 2013 14 0 0 20 0 22 0 253314613 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 142030 2279 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2477 0 1 0 30 1 0 0 20 0 22 0 253314614 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135378834136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) R 842 844 718 0 -1 4202560 250 0 0 0 64 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135203071344 140135385689832 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10486 0 0 0 107 2 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=860] ppid=842 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/844/task/860/stat : 860 (java) S 842 844 718 0 -1 4202560 6809 0 0 0 113 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135197809464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=863] ppid=842 vsize=9824668 CPUtime=8.36 cores=0,2,4,6
/proc/844/task/863/stat : 863 (java) S 842 844 718 0 -1 4202560 52 0 0 0 836 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135194649176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=864] ppid=842 vsize=9824668 CPUtime=8.35 cores=0,2,4,6
/proc/844/task/864/stat : 864 (java) S 842 844 718 0 -1 4202560 282 0 0 0 829 6 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135193594504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=865] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/865/stat : 865 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135192544168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 9824668

[startup+10.3008 s]
/proc/loadavg: 1.02 0.23 0.07 5/217 866
/proc/meminfo: memFree=28246736/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=21.86 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21657 0 1 0 2172 14 0 0 20 0 22 0 253314613 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 142030 2279 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2477 0 1 0 30 1 0 0 20 0 22 0 253314614 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135378834424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253314616 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) S 842 844 718 0 -1 4202560 250 0 0 0 66 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135203072488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314617 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10486 0 0 0 107 2 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=860] ppid=842 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/844/task/860/stat : 860 (java) S 842 844 718 0 -1 4202560 6809 0 0 0 113 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135197809464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314620 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=863] ppid=842 vsize=9824668 CPUtime=9.14 cores=0,2,4,6
/proc/844/task/863/stat : 863 (java) R 842 844 718 0 -1 4202560 52 0 0 0 914 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135194649056 140135203627808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=844/tid=864] ppid=842 vsize=9824668 CPUtime=9.14 cores=0,2,4,6
/proc/844/task/864/stat : 864 (java) R 842 844 718 0 -1 4202560 282 0 0 0 908 6 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135193594384 140135203818557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=844/tid=865] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/865/stat : 865 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135192544168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314648 10060460032 142030 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (KiB) 9824668

[startup+10.5011 s]
/proc/loadavg: 1.02 0.23 0.07 5/217 866
/proc/meminfo: memFree=28246736/32873852 swapFree=6848/6848
[pid=844] ppid=842 vsize=9824668 CPUtime=21.85 cores=0,2,4,6
/proc/844/stat : 844 (java) S 842 844 718 0 -1 4202496 21658 0 1 0 2170 15 0 0 20 0 19 0 253314613 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140736299447728 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/844/statm: 2456167 142018 2280 9 0 2446860 0
[pid=844/tid=846] ppid=842 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/844/task/846/stat : 846 (java) S 842 844 718 0 -1 4202560 2477 0 1 0 30 1 0 0 20 0 19 0 253314614 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135378834424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=847] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/847/stat : 847 (java) S 842 844 718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135340325416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=848] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/848/stat : 848 (java) S 842 844 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135339272616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=849] ppid=842 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/844/task/849/stat : 849 (java) S 842 844 718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135338219816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=850] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/850/stat : 850 (java) S 842 844 718 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135337167016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=851] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/851/stat : 851 (java) S 842 844 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135336115240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=852] ppid=842 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/844/task/852/stat : 852 (java) S 842 844 718 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135335062440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=853] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/853/stat : 853 (java) S 842 844 718 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135334009640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=854] ppid=842 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/844/task/854/stat : 854 (java) S 842 844 718 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 253314616 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135332956840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=855] ppid=842 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/844/task/855/stat : 855 (java) S 842 844 718 0 -1 4202560 250 0 0 0 66 0 0 0 20 0 19 0 253314617 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135203072488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=856] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/856/stat : 856 (java) S 842 844 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314617 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135202018552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=857] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/857/stat : 857 (java) S 842 844 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314617 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135200965640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=844/tid=858] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/858/stat : 858 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314620 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135199914128 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=844/tid=859] ppid=842 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/844/task/859/stat : 859 (java) S 842 844 718 0 -1 4202560 10486 0 0 0 107 2 0 0 20 0 19 0 253314620 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135198862264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=860] ppid=842 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/844/task/860/stat : 860 (java) S 842 844 718 0 -1 4202560 6809 0 0 0 113 0 0 0 20 0 19 0 253314620 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135197809464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=861] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/861/stat : 861 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314620 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135196756856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=844/tid=862] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/862/stat : 862 (java) S 842 844 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314620 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135195704264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=844/tid=866] ppid=842 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/844/task/866/stat : 866 (java) S 842 844 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314648 10060460032 142018 33554432000 1073741824 1073778376 140736299456592 140135191491368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999832
#  lost CPU user time (s): 0.0199986
#  lost CPU system time (s): -0.01

Real time (s): 10.54
CPU time (s): 21.9597
CPU user time (s): 21.7267
CPU system time (s): 0.232963
CPU usage (%): 208.346
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7067
system time used= 0.242963
maximum resident set size= 568124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21665
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 970
involuntary context switches= 463

runsolver used 0.046992 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 17:04:52
IDJOB=3687274
IDBENCH=1289
IDSOLVER=2268
FILE ID=node129/3687274-1337871891
RUNJOBID= node129-1337871881-735
PBS_JOBID= 14620075
Free space on /tmp= 71644 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687274-1337871891/watcher-3687274-1337871891 -o /tmp/evaluation-result-3687274-1337871891/solver-3687274-1337871891 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687274-1337871891.opb

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
RANDOM SEED=2138714882

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.92
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.957
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		: 2666.957
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:       32873852 kB
MemFree:        29087612 kB
Buffers:          210288 kB
Cached:          2158240 kB
SwapCached:            0 kB
Active:          1142776 kB
Inactive:        1837916 kB
Active(anon):     614848 kB
Inactive(anon):        0 kB
Active(file):     527928 kB
Inactive(file):  1837916 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:        631368 kB
Mapped:            22524 kB
Shmem:               204 kB
Slab:             627004 kB
SReclaimable:      68956 kB
SUnreclaim:       558048 kB
KernelStack:        1584 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1580016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71640 MiB
End job on node129 at 2012-05-24 17:05:02