Trace number 3454878

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 29.7205 14.4304

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553812.opb
MD5SUM703150fc56665afb9da0b20e49208c25
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.89871
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454878-1307187474.opb
0.11/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.208s.
0.47/0.32	c #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.02/0.78	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.17/1.11	c cleaning 4248 clauses out of 8502 with flag 11000/11000
4.28/1.48	c cleaning 5624 clauses out of 11255 with flag 18001/18001
5.27/1.92	c cleaning 6811 clauses out of 13631 with flag 26001/26001
6.30/2.44	c cleaning 7907 clauses out of 15820 with flag 35001/35001
7.47/3.02	c cleaning 8951 clauses out of 17912 with flag 45000/45000
8.65/3.61	c cleaning 9475 clauses out of 18962 with flag 55001/55001
9.62/4.18	c cleaning 9737 clauses out of 19486 with flag 65000/65000
10.81/4.77	c cleaning 9871 clauses out of 19751 with flag 75002/75002
12.22/5.51	c cleaning 9930 clauses out of 19878 with flag 85000/85000
13.58/6.11	c cleaning 9974 clauses out of 19949 with flag 95001/95001
14.59/6.67	c cleaning 9981 clauses out of 19975 with flag 105001/105001
15.71/7.25	c cleaning 9992 clauses out of 19994 with flag 115001/115001
16.87/7.82	c cleaning 9989 clauses out of 20004 with flag 125003/125003
17.83/8.39	c cleaning 10003 clauses out of 20015 with flag 135003/135003
19.19/9.05	c cleaning 10001 clauses out of 20009 with flag 145000/145000
20.34/9.67	c cleaning 10000 clauses out of 20009 with flag 155001/155001
21.94/10.21	c cleaning 10001 clauses out of 20009 with flag 165001/165001
22.70/10.69	c cleaning 9999 clauses out of 20007 with flag 175000/175000
23.85/11.26	c cleaning 10003 clauses out of 20009 with flag 185001/185001
24.98/11.83	c cleaning 9994 clauses out of 20006 with flag 195001/195001
25.94/12.32	c cleaning 10001 clauses out of 20012 with flag 205001/205001
27.11/12.90	c cleaning 9998 clauses out of 20012 with flag 215002/215002
28.26/13.55	c cleaning 9995 clauses out of 20012 with flag 225000/225000
29.40/14.18	c cleaning 10006 clauses out of 20016 with flag 235000/235000
29.59/14.25	c  And the winner is Resolution
29.67/14.40	c starts		: 120
29.67/14.40	c conflicts		: 235180
29.67/14.40	c decisions		: 422610
29.67/14.40	c propagations		: 9613141
29.67/14.40	c inspects		: 119447208
29.67/14.40	c shortcuts		: 0
29.67/14.40	c learnt literals	: 6
29.67/14.40	c learnt binary clauses	: 18
29.67/14.40	c learnt ternary clauses	: 244
29.67/14.40	c learnt constraints	: 235173
29.67/14.40	c ignored constraints	: 0
29.67/14.40	c root simplifications	: 0
29.67/14.40	c removed literals (reason simplification)	: 956989
29.67/14.40	c reason swapping (by a shorter reason)	: 0
29.67/14.40	c Calls to reduceDB	: 25
29.67/14.40	c number of reductions to clauses (during analyze)	: 0
29.67/14.40	c number of learned constraints concerned by reduction	: 0
29.67/14.40	c number of learning phase by resolution	: 0
29.67/14.40	c number of learning phase by cutting planes	: 0
29.67/14.40	c speed (assignments/second)	: 682751.4914772727
29.67/14.40	c non guided choices	169
29.68/14.40	c learnt constraints type 
29.68/14.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
29.68/14.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10166
29.68/14.40	c constraints type 
29.68/14.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
29.68/14.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
29.68/14.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
29.68/14.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
29.68/14.40	c constraints type 
29.68/14.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
29.68/14.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
29.68/14.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
29.68/14.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.68/14.40	s UNSATISFIABLE
29.68/14.40	c Total wall clock time (in seconds): 14.296

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-3454878-1307187474/watcher-3454878-1307187474 -o /tmp/evaluation-result-3454878-1307187474/solver-3454878-1307187474 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454878-1307187474.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: 3.73 3.75 3.16 3/596 748
/proc/meminfo: memFree=22634072/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/748/stat : 748 (java) R 746 748 30921 0 -1 4202496 614 0 0 0 0 0 0 0 25 0 1 0 830345128 23580672 358 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212682712832 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/748/statm: 5757 358 273 9 0 124 0
[pid=748/tid=749] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) R 746 748 30921 0 -1 4202560 8862 0 1 0 0 0 0 0 25 0 10 0 830345129 10704752640 9687 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 47271638374580 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=750] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9691 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=751] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) R 746 748 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9692 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=752] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9695 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=753] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9697 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=754] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9697 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=755] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9699 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=757] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9700 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=748/tid=758] ppid=746 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) R 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830345130 10704752640 9701 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.096236 s]
/proc/loadavg: 3.73 3.75 3.16 3/596 748
/proc/meminfo: memFree=22634072/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10540608 CPUtime=0.1 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 13027 0 1 0 8 2 0 0 25 0 18 0 830345128 10793582592 12724 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2635152 12724 2092 9 0 2625886 0
[pid=748/tid=749] ppid=746 vsize=10540608 CPUtime=0.08 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) R 746 748 30921 0 -1 4202560 11117 0 1 0 7 1 0 0 18 0 18 0 830345129 10793582592 12725 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=750] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12725 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=751] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12725 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=752] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12725 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=753] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12726 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=754] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12726 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12727 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12728 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=758] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12728 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540608

[startup+0.101287 s]
/proc/loadavg: 3.73 3.75 3.16 3/596 748
/proc/meminfo: memFree=22634072/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10540608 CPUtime=0.11 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 13120 0 1 0 9 2 0 0 25 0 18 0 830345128 10793582592 12817 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2635152 12818 2092 9 0 2625886 0
[pid=748/tid=749] ppid=746 vsize=10540608 CPUtime=0.08 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) R 746 748 30921 0 -1 4202560 11210 0 1 0 7 1 0 0 18 0 18 0 830345129 10793582592 12818 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 47271643872083 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=750] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12818 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=751] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12819 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=752] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12819 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=753] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12820 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=754] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12821 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12821 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12821 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=758] ppid=746 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10793582592 12822 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540608

[startup+0.301273 s]
/proc/loadavg: 3.73 3.75 3.16 3/596 748
/proc/meminfo: memFree=22634072/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10542656 CPUtime=0.47 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 15819 0 1 0 45 2 0 0 25 0 18 0 830345128 10795679744 15228 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2635664 15229 2198 9 0 2626398 0
[pid=748/tid=749] ppid=746 vsize=10542656 CPUtime=0.28 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) R 746 748 30921 0 -1 4202560 13026 0 1 0 27 1 0 0 18 0 18 0 830345129 10795679744 15230 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505558953 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=750] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15230 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=751] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15231 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=752] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15231 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=753] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15232 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=754] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15232 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15233 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15233 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=758] ppid=746 vsize=10542656 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830345130 10795679744 15234 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542656

[startup+0.701158 s]
/proc/loadavg: 3.73 3.75 3.16 3/596 748
/proc/meminfo: memFree=22634072/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10559056 CPUtime=2.02 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 37960 0 1 0 196 6 0 0 25 0 22 0 830345128 10812473344 35125 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2639764 35131 2225 9 0 2630498 0
[pid=748/tid=749] ppid=746 vsize=10559056 CPUtime=0.3 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) S 746 748 30921 0 -1 4202560 13409 0 1 0 29 1 0 0 19 0 22 0 830345129 10812473344 35134 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=750] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35138 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=751] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35142 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=752] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35145 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=753] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35149 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=754] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35153 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35156 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35159 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=758] ppid=746 vsize=10559056 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345130 10812473344 35162 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10559056

[startup+1.50105 s]
/proc/loadavg: 3.73 3.75 3.16 5/595 774
/proc/meminfo: memFree=23327064/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10572828 CPUtime=4.47 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 77895 0 1 0 436 11 0 0 25 0 22 0 830345128 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2643207 72503 2255 9 0 2633941 0
[pid=748/tid=749] ppid=746 vsize=10572828 CPUtime=0.3 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) S 746 748 30921 0 -1 4202560 13409 0 1 0 29 1 0 0 15 0 22 0 830345129 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=750] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=751] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=752] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=753] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=754] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=755] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=757] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=758] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 22 0 830345130 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=760] ppid=746 vsize=10572828 CPUtime=0.04 cores=0,2,4,6
/proc/748/task/760/stat : 760 (java) R 746 748 30921 0 -1 4202560 827 0 0 0 4 0 0 0 15 0 22 0 830345131 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 47271639379638 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=761] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/761/stat : 761 (java) S 746 748 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830345132 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=762] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/762/stat : 762 (java) S 746 748 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830345132 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=763] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/763/stat : 763 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=764] ppid=746 vsize=10572828 CPUtime=0.89 cores=0,2,4,6
/proc/748/task/764/stat : 764 (java) S 746 748 30921 0 -1 4202560 6303 0 0 0 88 1 0 0 23 0 22 0 830345134 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=765] ppid=746 vsize=10572828 CPUtime=0.93 cores=0,2,4,6
/proc/748/task/765/stat : 765 (java) S 746 748 30921 0 -1 4202560 9051 0 0 0 93 0 0 0 15 0 22 0 830345134 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=766] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/766/stat : 766 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=767] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/767/stat : 767 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830345134 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=768] ppid=746 vsize=10572828 CPUtime=1.12 cores=0,2,4,6
/proc/748/task/768/stat : 768 (java) S 746 748 30921 0 -1 4202560 343 0 0 0 112 0 0 0 23 0 22 0 830345160 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=769] ppid=746 vsize=10572828 CPUtime=1.11 cores=0,2,4,6
/proc/748/task/769/stat : 769 (java) S 746 748 30921 0 -1 4202560 45708 0 0 0 105 6 0 0 23 0 22 0 830345160 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=770] ppid=746 vsize=10572828 CPUtime=0 cores=0,2,4,6
/proc/748/task/770/stat : 770 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830345160 10826575872 72503 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0

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

/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 177 0 0 0 2 0 0 0 15 0 22 0 830345130 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=758] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 253 0 0 0 1 0 0 0 15 0 22 0 830345130 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=760] ppid=746 vsize=10575824 CPUtime=0.88 cores=0,2,4,6
/proc/748/task/760/stat : 760 (java) S 746 748 30921 0 -1 4202560 4913 0 0 0 87 1 0 0 15 0 22 0 830345131 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=761] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/761/stat : 761 (java) S 746 748 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830345132 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=762] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/762/stat : 762 (java) S 746 748 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830345132 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=763] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/763/stat : 763 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=764] ppid=746 vsize=10575824 CPUtime=0.91 cores=0,2,4,6
/proc/748/task/764/stat : 764 (java) S 746 748 30921 0 -1 4202560 6304 0 0 0 90 1 0 0 16 0 22 0 830345134 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=765] ppid=746 vsize=10575824 CPUtime=1.52 cores=0,2,4,6
/proc/748/task/765/stat : 765 (java) S 746 748 30921 0 -1 4202560 10958 0 0 0 151 1 0 0 15 0 22 0 830345134 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=766] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/766/stat : 766 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=767] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/767/stat : 767 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830345134 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=768] ppid=746 vsize=10575824 CPUtime=12.22 cores=0,2,4,6
/proc/748/task/768/stat : 768 (java) R 746 748 30921 0 -1 4202560 511 0 0 0 1222 0 0 0 18 0 22 0 830345160 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505698688 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=769] ppid=746 vsize=10575824 CPUtime=12.21 cores=0,2,4,6
/proc/748/task/769/stat : 769 (java) R 746 748 30921 0 -1 4202560 85882 0 0 0 1210 11 0 0 25 0 22 0 830345160 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505747731 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=748/tid=770] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/770/stat : 770 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830345160 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=771] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/771/stat : 771 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830345160 10829643776 118353 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 10575824

[startup+13.9008 s]
/proc/loadavg: 3.88 3.78 3.18 5/618 823
/proc/meminfo: memFree=22662408/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10575824 CPUtime=28.99 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 124558 0 1 0 2881 18 0 0 25 0 22 0 830345128 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2643956 118354 2258 9 0 2634690 0
[pid=748/tid=749] ppid=746 vsize=10575824 CPUtime=0.3 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) S 746 748 30921 0 -1 4202560 13410 0 1 0 29 1 0 0 15 0 22 0 830345129 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=750] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 211 0 0 0 2 0 0 0 16 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=751] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 188 0 0 0 1 0 0 0 15 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=752] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=753] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 151 0 0 0 2 0 0 0 15 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=754] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 236 0 0 0 1 0 0 0 15 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 202 0 0 0 2 0 0 0 16 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 178 0 0 0 2 0 0 0 16 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=758] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 253 0 0 0 1 0 0 0 15 0 22 0 830345130 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=760] ppid=746 vsize=10575824 CPUtime=0.95 cores=0,2,4,6
/proc/748/task/760/stat : 760 (java) S 746 748 30921 0 -1 4202560 4913 0 0 0 94 1 0 0 16 0 22 0 830345131 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=761] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/761/stat : 761 (java) S 746 748 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830345132 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=762] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/762/stat : 762 (java) S 746 748 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830345132 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=763] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/763/stat : 763 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=764] ppid=746 vsize=10575824 CPUtime=0.91 cores=0,2,4,6
/proc/748/task/764/stat : 764 (java) S 746 748 30921 0 -1 4202560 6304 0 0 0 90 1 0 0 16 0 22 0 830345134 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=765] ppid=746 vsize=10575824 CPUtime=1.52 cores=0,2,4,6
/proc/748/task/765/stat : 765 (java) S 746 748 30921 0 -1 4202560 10958 0 0 0 151 1 0 0 15 0 22 0 830345134 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=766] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/766/stat : 766 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830345134 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=767] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/767/stat : 767 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830345134 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=768] ppid=746 vsize=10575824 CPUtime=12.54 cores=0,2,4,6
/proc/748/task/768/stat : 768 (java) R 746 748 30921 0 -1 4202560 512 0 0 0 1254 0 0 0 17 0 22 0 830345160 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505717978 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=748/tid=769] ppid=746 vsize=10575824 CPUtime=12.54 cores=0,2,4,6
/proc/748/task/769/stat : 769 (java) R 746 748 30921 0 -1 4202560 85882 0 0 0 1243 11 0 0 25 0 22 0 830345160 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 46912505848780 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=748/tid=770] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/770/stat : 770 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830345160 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=771] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/771/stat : 771 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830345160 10829643776 118354 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.99
Current children cumulated vsize (KiB) 10575824

[startup+14.3227 s]
/proc/loadavg: 3.88 3.78 3.18 4/618 823
/proc/meminfo: memFree=22661452/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10575824 CPUtime=29.67 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 124668 0 1 0 2949 18 0 0 25 0 19 0 830345128 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2643956 118463 2259 9 0 2634690 0
[pid=748/tid=749] ppid=746 vsize=10575824 CPUtime=0.3 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) S 746 748 30921 0 -1 4202560 13410 0 1 0 29 1 0 0 15 0 19 0 830345129 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=750] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 211 0 0 0 2 0 0 0 15 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=751] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 188 0 0 0 1 0 0 0 16 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=752] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=753] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 151 0 0 0 2 0 0 0 15 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=754] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 236 0 0 0 1 0 0 0 15 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 202 0 0 0 2 0 0 0 15 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 178 0 0 0 2 0 0 0 16 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=758] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 253 0 0 0 1 0 0 0 16 0 19 0 830345130 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=760] ppid=746 vsize=10575824 CPUtime=1.01 cores=0,2,4,6
/proc/748/task/760/stat : 760 (java) S 746 748 30921 0 -1 4202560 5018 0 0 0 100 1 0 0 15 0 19 0 830345131 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=761] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/761/stat : 761 (java) S 746 748 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830345132 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=762] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/762/stat : 762 (java) S 746 748 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830345132 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=763] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/763/stat : 763 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830345134 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=764] ppid=746 vsize=10575824 CPUtime=0.91 cores=0,2,4,6
/proc/748/task/764/stat : 764 (java) S 746 748 30921 0 -1 4202560 6304 0 0 0 90 1 0 0 16 0 19 0 830345134 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=765] ppid=746 vsize=10575824 CPUtime=1.53 cores=0,2,4,6
/proc/748/task/765/stat : 765 (java) S 746 748 30921 0 -1 4202560 10960 0 0 0 152 1 0 0 15 0 19 0 830345134 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=766] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/766/stat : 766 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830345134 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=767] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/767/stat : 767 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830345134 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=770] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/770/stat : 770 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830345160 10829643776 118463 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.67
Current children cumulated vsize (KiB) 10575824

[startup+14.4016 s]
/proc/loadavg: 3.88 3.78 3.18 4/618 823
/proc/meminfo: memFree=22661452/32951124 swapFree=58940260/67111528
[pid=748] ppid=746 vsize=10575824 CPUtime=29.68 cores=0,2,4,6
/proc/748/stat : 748 (java) S 746 748 30921 0 -1 4202496 124672 0 1 0 2950 18 0 0 25 0 20 0 830345128 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/748/statm: 2643956 118467 2259 9 0 2634690 0
[pid=748/tid=749] ppid=746 vsize=10575824 CPUtime=0.3 cores=0,2,4,6
/proc/748/task/749/stat : 749 (java) S 746 748 30921 0 -1 4202560 13413 0 1 0 29 1 0 0 16 0 20 0 830345129 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=750] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/750/stat : 750 (java) S 746 748 30921 0 -1 4202560 211 0 0 0 2 0 0 0 15 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=751] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/751/stat : 751 (java) S 746 748 30921 0 -1 4202560 188 0 0 0 1 0 0 0 16 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=752] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/752/stat : 752 (java) S 746 748 30921 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=753] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/753/stat : 753 (java) S 746 748 30921 0 -1 4202560 151 0 0 0 2 0 0 0 15 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=754] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/754/stat : 754 (java) S 746 748 30921 0 -1 4202560 236 0 0 0 1 0 0 0 15 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=755] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/755/stat : 755 (java) S 746 748 30921 0 -1 4202560 202 0 0 0 2 0 0 0 15 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=757] ppid=746 vsize=10575824 CPUtime=0.02 cores=0,2,4,6
/proc/748/task/757/stat : 757 (java) S 746 748 30921 0 -1 4202560 178 0 0 0 2 0 0 0 16 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=758] ppid=746 vsize=10575824 CPUtime=0.01 cores=0,2,4,6
/proc/748/task/758/stat : 758 (java) S 746 748 30921 0 -1 4202560 253 0 0 0 1 0 0 0 16 0 20 0 830345130 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=760] ppid=746 vsize=10575824 CPUtime=1.01 cores=0,2,4,6
/proc/748/task/760/stat : 760 (java) S 746 748 30921 0 -1 4202560 5018 0 0 0 100 1 0 0 15 0 20 0 830345131 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=761] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/761/stat : 761 (java) S 746 748 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 830345132 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=762] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/762/stat : 762 (java) S 746 748 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830345132 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=748/tid=763] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/763/stat : 763 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830345134 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=764] ppid=746 vsize=10575824 CPUtime=0.91 cores=0,2,4,6
/proc/748/task/764/stat : 764 (java) S 746 748 30921 0 -1 4202560 6304 0 0 0 90 1 0 0 16 0 20 0 830345134 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=765] ppid=746 vsize=10575824 CPUtime=1.53 cores=0,2,4,6
/proc/748/task/765/stat : 765 (java) S 746 748 30921 0 -1 4202560 10960 0 0 0 152 1 0 0 15 0 20 0 830345134 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=748/tid=766] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/766/stat : 766 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830345134 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=748/tid=767] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/767/stat : 767 (java) S 746 748 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830345134 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=748/tid=770] ppid=746 vsize=10575824 CPUtime=0 cores=0,2,4,6
/proc/748/task/770/stat : 770 (java) S 746 748 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 830345160 10829643776 118467 33554432000 1073741824 1073778376 140735623035440 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.68
Current children cumulated vsize (KiB) 10575824

Child status: 20
Real time (s): 14.4304
CPU time (s): 29.7205
CPU user time (s): 29.5135
CPU system time (s): 0.206968
CPU usage (%): 205.957
Max. virtual memory (cumulated for all children) (KiB): 10575824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5135
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124675
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= 1366
involuntary context switches= 533

runsolver used 0.093985 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 13:37:54
IDJOB=3454878
IDBENCH=1342
IDSOLVER=1950
FILE ID=node139/3454878-1307187474
RUNJOBID= node139-1307186520-523
PBS_JOBID= 13508863
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 703150fc56665afb9da0b20e49208c25
RANDOM SEED=893791444

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22634228 kB
Buffers:        280120 kB
Cached:         615864 kB
SwapCached:       3628 kB
Active:        9498268 kB
Inactive:       513084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22634228 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             560 kB
Writeback:           0 kB
AnonPages:     9113436 kB
Mapped:          41340 kB
Slab:           153148 kB
PageTables:      80584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181263120 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= 73472 MiB
End job on node139 at 2011-06-04 13:38:08