Trace number 3454826

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
Sat4j Res//CP 2.3.0UNSAT 40.7378 20.5799

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
MD5SUM148040983257ccf233b3daf7936d3c1f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.21581
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 723
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454826-1307186991.opb
0.10/0.11	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.207s.
0.46/0.32	c #vars     231
0.46/0.32	c #constraints  2707
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.10/0.77	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.98/1.08	c cleaning 4249 clauses out of 8505 with flag 11001/11001
4.14/1.52	c cleaning 5622 clauses out of 11256 with flag 18001/18001
5.19/2.00	c cleaning 6808 clauses out of 13634 with flag 26001/26001
6.04/2.49	c cleaning 7907 clauses out of 15825 with flag 35000/35000
7.19/3.09	c cleaning 8953 clauses out of 17919 with flag 45001/45001
8.36/3.68	c cleaning 9480 clauses out of 18968 with flag 55003/55003
9.53/4.26	c cleaning 9736 clauses out of 19485 with flag 65000/65000
10.70/4.86	c cleaning 9872 clauses out of 19751 with flag 75002/75002
11.87/5.44	c cleaning 9935 clauses out of 19879 with flag 85002/85002
13.03/6.03	c cleaning 9969 clauses out of 19944 with flag 95002/95002
14.01/6.59	c cleaning 9985 clauses out of 19973 with flag 105000/105000
15.35/7.20	c cleaning 9990 clauses out of 19990 with flag 115002/115002
16.32/7.79	c cleaning 9996 clauses out of 20004 with flag 125006/125006
17.68/8.41	c cleaning 9999 clauses out of 20006 with flag 135004/135004
18.68/9.00	c cleaning 9993 clauses out of 20003 with flag 145000/145000
19.99/9.63	c cleaning 9998 clauses out of 20010 with flag 155000/155000
21.15/10.22	c cleaning 9999 clauses out of 20014 with flag 165002/165002
22.31/10.82	c cleaning 10005 clauses out of 20014 with flag 175001/175001
23.47/11.40	c cleaning 9996 clauses out of 20009 with flag 185001/185001
24.41/11.99	c cleaning 10002 clauses out of 20013 with flag 195001/195001
25.58/12.57	c cleaning 9998 clauses out of 20012 with flag 205002/205002
26.74/13.15	c cleaning 10004 clauses out of 20016 with flag 215004/215004
27.90/13.70	c cleaning 10000 clauses out of 20010 with flag 225002/225002
29.04/14.31	c cleaning 9996 clauses out of 20008 with flag 235000/235000
30.19/14.92	c cleaning 10001 clauses out of 20012 with flag 245000/245000
31.15/15.47	c cleaning 9999 clauses out of 20013 with flag 255002/255002
32.30/16.05	c cleaning 10003 clauses out of 20014 with flag 265002/265002
33.47/16.62	c cleaning 10000 clauses out of 20012 with flag 275003/275003
34.64/17.20	c cleaning 10008 clauses out of 20015 with flag 285006/285006
36.01/17.72	c cleaning 9994 clauses out of 20006 with flag 295005/295005
36.93/18.27	c cleaning 10000 clauses out of 20007 with flag 305000/305000
37.86/18.80	c cleaning 9999 clauses out of 20007 with flag 315000/315000
39.02/19.36	c cleaning 9993 clauses out of 20008 with flag 325000/325000
40.20/19.92	c cleaning 10007 clauses out of 20021 with flag 335006/335006
40.52/20.17	c  And the winner is Resolution
40.69/20.54	c starts		: 135
40.69/20.54	c conflicts		: 339004
40.69/20.54	c decisions		: 588138
40.69/20.54	c propagations		: 15343584
40.69/20.54	c inspects		: 175731625
40.69/20.54	c shortcuts		: 0
40.69/20.54	c learnt literals	: 6
40.69/20.54	c learnt binary clauses	: 24
40.69/20.54	c learnt ternary clauses	: 292
40.69/20.54	c learnt constraints	: 338997
40.69/20.54	c ignored constraints	: 0
40.69/20.54	c root simplifications	: 0
40.69/20.54	c removed literals (reason simplification)	: 1350520
40.69/20.54	c reason swapping (by a shorter reason)	: 0
40.69/20.54	c Calls to reduceDB	: 35
40.69/20.54	c number of reductions to clauses (during analyze)	: 0
40.69/20.54	c number of learned constraints concerned by reduction	: 0
40.69/20.54	c number of learning phase by resolution	: 0
40.69/20.54	c number of learning phase by cutting planes	: 0
40.69/20.54	c speed (assignments/second)	: 758681.9620253164
40.69/20.54	c non guided choices	169
40.69/20.55	c learnt constraints type 
40.69/20.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
40.69/20.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13981
40.69/20.55	c constraints type 
40.69/20.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
40.69/20.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
40.69/20.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
40.69/20.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
40.69/20.55	c constraints type 
40.69/20.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
40.69/20.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
40.69/20.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
40.69/20.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
40.69/20.55	s UNSATISFIABLE
40.69/20.55	c Total wall clock time (in seconds): 20.44

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454826-1307186991/watcher-3454826-1307186991 -o /tmp/evaluation-result-3454826-1307186991/solver-3454826-1307186991 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454826-1307186991.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: 1.09 1.31 1.66 2/522 20986
/proc/meminfo: memFree=24917624/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 4224 0 1 0 0 0 0 0 17 0 2 0 908929809 10694979584 3926 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2611079 3940 917 9 0 2602235 0
[pid=20986/tid=20989] ppid=20984 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) R 20984 20986 18760 0 -1 4202560 4898 0 1 0 0 0 0 0 17 0 2 0 908929809 10694979584 5714 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216734872628 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0566349 s]
/proc/loadavg: 1.09 1.31 1.66 2/522 20986
/proc/meminfo: memFree=24917624/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 11447 0 1 0 3 1 0 0 17 0 13 0 908929809 10718838784 11144 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2616904 11145 1684 9 0 2607652 0
[pid=20986/tid=20989] ppid=20984 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) R 20984 20986 18760 0 -1 4202560 10301 0 1 0 3 0 0 0 24 0 13 0 908929809 10718838784 11146 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 47989380011544 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100625 s]
/proc/loadavg: 1.09 1.31 1.66 2/522 20986
/proc/meminfo: memFree=24917624/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10539948 CPUtime=0.1 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 13017 0 1 0 9 1 0 0 17 0 18 0 908929809 10792906752 12674 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2634987 12675 2092 9 0 2625721 0
[pid=20986/tid=20989] ppid=20984 vsize=10539948 CPUtime=0.08 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) R 20984 20986 18760 0 -1 4202560 11061 0 1 0 7 1 0 0 25 0 18 0 908929809 10792906752 12675 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 47989376978851 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539948

[startup+0.30061 s]
/proc/loadavg: 1.09 1.31 1.66 2/522 20986
/proc/meminfo: memFree=24917624/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10540288 CPUtime=0.46 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 15869 0 1 0 44 2 0 0 17 0 18 0 908929809 10793254912 15015 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2635072 15016 2198 9 0 2625806 0
[pid=20986/tid=20989] ppid=20984 vsize=10540288 CPUtime=0.28 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) R 20984 20986 18760 0 -1 4202560 12855 0 1 0 27 1 0 0 25 0 18 0 908929809 10793254912 15016 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540288

[startup+0.783476 s]
/proc/loadavg: 1.09 1.31 1.66 2/522 20986
/proc/meminfo: memFree=24917624/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10556952 CPUtime=2.14 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 45374 0 1 0 209 5 0 0 17 0 22 0 908929809 10810318848 41766 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2639238 41766 2244 9 0 2629972 0
[pid=20986/tid=20989] ppid=20984 vsize=10556952 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13365 0 1 0 29 1 0 0 25 0 22 0 908929809 10810318848 41766 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 10556952

[startup+1.50138 s]
/proc/loadavg: 1.09 1.31 1.66 5/570 21037
/proc/meminfo: memFree=24487220/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10556352 CPUtime=4.14 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 83281 0 1 0 405 9 0 0 17 0 22 0 908929809 10809704448 74709 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2639088 74714 2257 9 0 2629822 0
[pid=20986/tid=20989] ppid=20984 vsize=10556352 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13365 0 1 0 29 1 0 0 15 0 22 0 908929809 10809704448 74717 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) S 20984 20986 18760 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74719 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74720 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74723 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) S 20984 20986 18760 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74725 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) S 20984 20986 18760 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74728 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) S 20984 20986 18760 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74729 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) S 20984 20986 18760 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 22 0 908929811 10809704448 74731 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 74734 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21014] ppid=20984 vsize=10556352 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/21014/stat : 21014 (java) S 20984 20986 18760 0 -1 4202560 848 0 0 0 3 0 0 0 16 0 22 0 908929812 10809704448 74737 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 0 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21015] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 908929813 10809704448 74738 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 908929813 10809704448 74740 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10809704448 74743 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10556352 CPUtime=0.81 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 9620 0 0 0 80 1 0 0 15 0 22 0 908929815 10809704448 74746 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10556352 CPUtime=0.77 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6671 0 0 0 77 0 0 0 16 0 22 0 908929815 10809704448 74749 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10809704448 74753 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929815 10809704448 74756 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21030] ppid=20984 vsize=10556352 CPUtime=1.13 cores=0,2,4,6
/proc/20986/task/21030/stat : 21030 (java) R 20984 20986 18760 0 -1 4202560 393 0 0 0 113 0 0 0 20 0 22 0 908929841 10809704448 74757 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505633101 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20986/tid=21031] ppid=20984 vsize=10556352 CPUtime=1.03 cores=0,2,4,6
/proc/20986/task/21031/stat : 21031 (java) R 20984 20986 18760 0 -1 4202560 50267 0 0 0 99 4 0 0 18 0 22 0 908929841 10809704448 74760 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505788091 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908929842 10809704448 74763 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21033] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21033/stat : 21033 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908929842 10809704448 74763 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 10556352

[startup+3.10254 s]
/proc/loadavg: 1.09 1.31 1.66 6/566 21082
/proc/meminfo: memFree=24516796/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10556352 CPUtime=7.39 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 111965 0 1 0 727 12 0 0 17 0 22 0 908929809 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2639088 103388 2258 9 0 2629822 0
[pid=20986/tid=20989] ppid=20984 vsize=10556352 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13365 0 1 0 29 1 0 0 15 0 22 0 908929809 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) R 20984 20986 18760 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216735131959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) R 20984 20986 18760 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995654 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) R 20984 20986 18760 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) R 20984 20986 18760 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216735131959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) R 20984 20986 18760 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216735131959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) R 20984 20986 18760 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216735131959 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) R 20984 20986 18760 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216735131959 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20986/tid=21014] ppid=20984 vsize=10556352 CPUtime=0.1 cores=0,2,4,6
/proc/20986/task/21014/stat : 21014 (java) S 20984 20986 18760 0 -1 4202560 1688 0 0 0 10 0 0 0 16 0 22 0 908929812 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 0 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21015] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 908929813 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 908929813 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10556352 CPUtime=0.89 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 9635 0 0 0 88 1 0 0 15 0 22 0 908929815 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10556352 CPUtime=0.81 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6677 0 0 0 81 0 0 0 15 0 22 0 908929815 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929815 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21030] ppid=20984 vsize=10556352 CPUtime=2.65 cores=0,2,4,6
/proc/20986/task/21030/stat : 21030 (java) S 20984 20986 18760 0 -1 4202560 484 0 0 0 265 0 0 0 23 0 22 0 908929841 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21031] ppid=20984 vsize=10556352 CPUtime=2.55 cores=0,2,4,6
/proc/20986/task/21031/stat : 21031 (java) S 20984 20986 18760 0 -1 4202560 77666 0 0 0 248 7 0 0 20 0 22 0 908929841 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908929842 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21033] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21033/stat : 21033 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908929842 10809704448 103388 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10556352

[startup+6.30158 s]
/proc/loadavg: 1.16 1.32 1.66 6/570 21135
/proc/meminfo: memFree=24167148/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10556352 CPUtime=13.6 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 113438 0 1 0 1348 12 0 0 17 0 22 0 908929809 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2639088 104754 2258 9 0 2629822 0
[pid=20986/tid=20989] ppid=20984 vsize=10556352 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13366 0 1 0 29 1 0 0 15 0 22 0 908929809 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) S 20984 20986 18760 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) S 20984 20986 18760 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10556352 CPUtime=0.01 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 241 0 0 0 1 0 0 0 15 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) S 20984 20986 18760 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) S 20984 20986 18760 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) S 20984 20986 18760 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) S 20984 20986 18760 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10556352 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) S 20984 20986 18760 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 908929811 10809704448 104754 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0

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

/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 908929813 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 908929813 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10567872 CPUtime=1.32 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 12203 0 0 0 131 1 0 0 16 0 22 0 908929815 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10567872 CPUtime=0.83 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6682 0 0 0 83 0 0 0 16 0 22 0 908929815 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929815 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21030] ppid=20984 vsize=10567872 CPUtime=16.11 cores=0,2,4,6
/proc/20986/task/21030/stat : 21030 (java) R 20984 20986 18760 0 -1 4202560 511 0 0 0 1611 0 0 0 25 0 22 0 908929841 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20986/tid=21031] ppid=20984 vsize=10567872 CPUtime=16.01 cores=0,2,4,6
/proc/20986/task/21031/stat : 21031 (java) R 20984 20986 18760 0 -1 4202560 77767 0 0 0 1594 7 0 0 25 0 22 0 908929841 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505762231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908929842 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21033] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21033/stat : 21033 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908929842 10821500928 109078 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 36.01
Current children cumulated vsize (KiB) 10567872

[startup+19.3013 s]
/proc/loadavg: 1.71 1.43 1.69 7/570 21136
/proc/meminfo: memFree=24063876/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10567872 CPUtime=39.02 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 118442 0 1 0 3888 14 0 0 17 0 22 0 908929809 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2641968 109259 2259 9 0 2632702 0
[pid=20986/tid=20989] ppid=20984 vsize=10567872 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13366 0 1 0 29 1 0 0 15 0 22 0 908929809 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) S 20984 20986 18760 0 -1 4202560 330 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) S 20984 20986 18760 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) S 20984 20986 18760 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) S 20984 20986 18760 0 -1 4202560 188 0 0 0 2 0 0 0 16 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) S 20984 20986 18760 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) S 20984 20986 18760 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) S 20984 20986 18760 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21014] ppid=20984 vsize=10567872 CPUtime=1.34 cores=0,2,4,6
/proc/20986/task/21014/stat : 21014 (java) S 20984 20986 18760 0 -1 4202560 5416 0 0 0 134 0 0 0 16 0 22 0 908929812 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 0 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21015] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 908929813 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 908929813 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10567872 CPUtime=1.32 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 12203 0 0 0 131 1 0 0 16 0 22 0 908929815 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10567872 CPUtime=0.83 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6682 0 0 0 83 0 0 0 16 0 22 0 908929815 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929815 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21030] ppid=20984 vsize=10567872 CPUtime=17.52 cores=0,2,4,6
/proc/20986/task/21030/stat : 21030 (java) R 20984 20986 18760 0 -1 4202560 514 0 0 0 1752 0 0 0 25 0 22 0 908929841 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505649653 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20986/tid=21031] ppid=20984 vsize=10567872 CPUtime=17.41 cores=0,2,4,6
/proc/20986/task/21031/stat : 21031 (java) R 20984 20986 18760 0 -1 4202560 77767 0 0 0 1734 7 0 0 25 0 22 0 908929841 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505778520 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908929842 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21033] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21033/stat : 21033 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908929842 10821500928 109259 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39.02
Current children cumulated vsize (KiB) 10567872

[startup+20.1012 s]
/proc/loadavg: 1.71 1.43 1.69 6/570 21136
/proc/meminfo: memFree=24062760/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10567872 CPUtime=40.52 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 118730 0 1 0 4038 14 0 0 17 0 22 0 908929809 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2641968 109545 2259 9 0 2632702 0
[pid=20986/tid=20989] ppid=20984 vsize=10567872 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13366 0 1 0 29 1 0 0 15 0 22 0 908929809 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) S 20984 20986 18760 0 -1 4202560 330 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) S 20984 20986 18760 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10567872 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) S 20984 20986 18760 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10567872 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) S 20984 20986 18760 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) S 20984 20986 18760 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) S 20984 20986 18760 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) S 20984 20986 18760 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 22 0 908929811 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21014] ppid=20984 vsize=10567872 CPUtime=1.45 cores=0,2,4,6
/proc/20986/task/21014/stat : 21014 (java) S 20984 20986 18760 0 -1 4202560 5702 0 0 0 145 0 0 0 16 0 22 0 908929812 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 0 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21015] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 908929813 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 908929813 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10567872 CPUtime=1.33 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 12203 0 0 0 132 1 0 0 15 0 22 0 908929815 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10567872 CPUtime=0.83 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6682 0 0 0 83 0 0 0 16 0 22 0 908929815 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908929815 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908929815 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21030] ppid=20984 vsize=10567872 CPUtime=18.2 cores=0,2,4,6
/proc/20986/task/21030/stat : 21030 (java) R 20984 20986 18760 0 -1 4202560 516 0 0 0 1820 0 0 0 25 0 22 0 908929841 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505754075 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20986/tid=21031] ppid=20984 vsize=10567872 CPUtime=18.1 cores=0,2,4,6
/proc/20986/task/21031/stat : 21031 (java) R 20984 20986 18760 0 -1 4202560 77767 0 0 0 1803 7 0 0 25 0 22 0 908929841 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 46912505778362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908929842 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21033] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21033/stat : 21033 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908929842 10821500928 109545 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40.52
Current children cumulated vsize (KiB) 10567872

[startup+20.5011 s]
/proc/loadavg: 1.71 1.43 1.69 6/570 21136
/proc/meminfo: memFree=24062760/32951124 swapFree=56241860/67111528
[pid=20986] ppid=20984 vsize=10567872 CPUtime=40.69 cores=0,2,4,6
/proc/20986/stat : 20986 (java) S 20984 20986 18760 0 -1 4202496 118734 0 1 0 4055 14 0 0 17 0 19 0 908929809 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20986/statm: 2641968 109549 2260 9 0 2632702 0
[pid=20986/tid=20989] ppid=20984 vsize=10567872 CPUtime=0.3 cores=0,2,4,6
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 18760 0 -1 4202560 13366 0 1 0 29 1 0 0 15 0 19 0 908929809 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20997] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20997/stat : 20997 (java) S 20984 20986 18760 0 -1 4202560 330 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=20998] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20998/stat : 20998 (java) S 20984 20986 18760 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=20999] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/20999/stat : 20999 (java) S 20984 20986 18760 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21000] ppid=20984 vsize=10567872 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/21000/stat : 21000 (java) S 20984 20986 18760 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21001] ppid=20984 vsize=10567872 CPUtime=0.03 cores=0,2,4,6
/proc/20986/task/21001/stat : 21001 (java) S 20984 20986 18760 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21002] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21002/stat : 21002 (java) S 20984 20986 18760 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21003] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21003/stat : 21003 (java) S 20984 20986 18760 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21004] ppid=20984 vsize=10567872 CPUtime=0.02 cores=0,2,4,6
/proc/20986/task/21004/stat : 21004 (java) S 20984 20986 18760 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 908929811 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 6 0 0 0
[pid=20986/tid=21014] ppid=20984 vsize=10567872 CPUtime=1.45 cores=0,2,4,6
/proc/20986/task/21014/stat : 21014 (java) S 20984 20986 18760 0 -1 4202560 5702 0 0 0 145 0 0 0 16 0 19 0 908929812 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 0 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21015] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21015/stat : 21015 (java) S 20984 20986 18760 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 908929813 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21016] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21016/stat : 21016 (java) S 20984 20986 18760 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 19 0 908929813 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21020] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21020/stat : 21020 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908929815 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216747002289 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21021] ppid=20984 vsize=10567872 CPUtime=1.33 cores=0,2,4,6
/proc/20986/task/21021/stat : 21021 (java) S 20984 20986 18760 0 -1 4202560 12203 0 0 0 132 1 0 0 15 0 19 0 908929815 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
[pid=20986/tid=21022] ppid=20984 vsize=10567872 CPUtime=0.83 cores=0,2,4,6
/proc/20986/task/21022/stat : 21022 (java) S 20984 20986 18760 0 -1 4202560 6682 0 0 0 83 0 0 0 16 0 19 0 908929815 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21023] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21023/stat : 21023 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908929815 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746994585 0 4 0 16800975 18446604441207679808 0 0 -1 4 0 0 0
[pid=20986/tid=21024] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21024/stat : 21024 (java) S 20984 20986 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 908929815 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 0 0 0 0
[pid=20986/tid=21032] ppid=20984 vsize=10567872 CPUtime=0 cores=0,2,4,6
/proc/20986/task/21032/stat : 21032 (java) S 20984 20986 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 908929842 10821500928 109549 33554432000 1073741824 1073778376 140737266373472 18446744073709551615 216746995200 0 4 0 16800975 18446604441207679808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40.69
Current children cumulated vsize (KiB) 10567872

Child status: 20
Real time (s): 20.5799
CPU time (s): 40.7378
CPU user time (s): 40.5748
CPU system time (s): 0.162975
CPU usage (%): 197.949
Max. virtual memory (cumulated for all children) (KiB): 10569276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5748
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1975
involuntary context switches= 797

runsolver used 0.12798 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 13:29:52
IDJOB=3454826
IDBENCH=1285
IDSOLVER=1950
FILE ID=node119/3454826-1307186991
RUNJOBID= node119-1307186991-20974
PBS_JOBID= 13508823
Free space on /tmp= 73664 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454826-1307186991/watcher-3454826-1307186991 -o /tmp/evaluation-result-3454826-1307186991/solver-3454826-1307186991 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454826-1307186991.opb

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

MD5SUM BENCH= 148040983257ccf233b3daf7936d3c1f
RANDOM SEED=573978878

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24917764 kB
Buffers:        248080 kB
Cached:         595556 kB
SwapCached:      59076 kB
Active:         712824 kB
Inactive:      7023000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24917764 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:     6836436 kB
Mapped:          32616 kB
Slab:           149256 kB
PageTables:      79016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163855024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node119 at 2011-06-04 13:30:12