Trace number 3709786

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 PB specific settings 2.3.2 snapshotUNSAT 19.3611 18.1092

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.42778
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 707
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709786-1338125724.opb
0.10/0.11	c reading problem ... 
0.26/0.28	c ... done. Wall clock time 0.176s.
0.26/0.28	c declared #vars     231
0.26/0.28	c #constraints  2707
0.26/0.28	c constraints type 
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.26/0.28	c 2707 constraints processed.
1.09/0.61	c cleaning 2495 clauses out of 5002 with flag 5002/5002
1.33/0.84	c cleaning 4248 clauses out of 8505 with flag 11000/11000
1.67/1.12	c cleaning 5625 clauses out of 11258 with flag 18001/18001
1.97/1.46	c cleaning 6812 clauses out of 13633 with flag 26001/26001
2.42/1.87	c cleaning 7906 clauses out of 15820 with flag 35000/35000
2.93/2.33	c cleaning 8944 clauses out of 17914 with flag 45000/45000
3.43/2.84	c cleaning 9980 clauses out of 19971 with flag 56001/56001
4.03/3.41	c cleaning 10990 clauses out of 21990 with flag 68000/68000
4.65/4.08	c cleaning 11986 clauses out of 24000 with flag 81000/81000
5.36/4.78	c cleaning 13005 clauses out of 26015 with flag 95001/95001
6.17/5.54	c cleaning 14001 clauses out of 28009 with flag 110000/110000
6.97/6.34	c cleaning 14996 clauses out of 30008 with flag 126000/126000
7.87/7.26	c cleaning 15996 clauses out of 32012 with flag 143000/143000
8.88/8.24	c cleaning 17006 clauses out of 34016 with flag 161000/161000
10.14/9.41	c cleaning 17995 clauses out of 36010 with flag 180000/180000
11.60/10.57	c cleaning 19003 clauses out of 38017 with flag 200002/200002
12.83/11.78	c cleaning 16065 clauses out of 32144 with flag 221002/221002
14.04/12.91	c cleaning 19022 clauses out of 38077 with flag 243000/243000
15.36/14.30	c cleaning 21001 clauses out of 42055 with flag 266000/266000
16.98/15.82	c cleaning 22514 clauses out of 45054 with flag 290000/290000
18.70/17.51	c cleaning 23761 clauses out of 47541 with flag 315001/315001
19.30/18.10	c starts		: 134
19.30/18.10	c conflicts		: 325038
19.30/18.10	c decisions		: 466133
19.30/18.11	c propagations		: 14012747
19.30/18.11	c inspects		: 209037495
19.30/18.11	c shortcuts		: 0
19.30/18.11	c learnt literals	: 10
19.30/18.11	c learnt binary clauses	: 40
19.30/18.11	c learnt ternary clauses	: 194
19.30/18.11	c learnt constraints	: 325027
19.30/18.11	c ignored constraints	: 0
19.30/18.11	c root simplifications	: 143
19.30/18.11	c removed literals (reason simplification)	: 916016
19.30/18.11	c reason swapping (by a shorter reason)	: 0
19.30/18.11	c Calls to reduceDB	: 21
19.30/18.11	c number of reductions to clauses (during analyze)	: 0
19.30/18.11	c number of learned constraints concerned by reduction	: 0
19.30/18.11	c number of learning phase by resolution	: 0
19.30/18.11	c number of learning phase by cutting planes	: 0
19.30/18.11	c speed (assignments/second)	: 786570.1375245579
19.30/18.11	c non guided choices	121
19.30/18.11	c learnt constraints type 
19.30/18.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
19.30/18.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 751
19.30/18.11	c constraints type 
19.30/18.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
19.30/18.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
19.30/18.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
19.30/18.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
19.30/18.11	c 2707 constraints processed.
19.30/18.11	s UNSATISFIABLE
19.30/18.11	c Total wall clock time (in seconds): 17.994

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709786-1338125724/watcher-3709786-1338125724 -o /tmp/evaluation-result-3709786-1338125724/solver-3709786-1338125724 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709786-1338125724.opb 

running on 4 cores: 1,3,5,7

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.94 1.61 1.70 3/194 522
/proc/meminfo: memFree=29088840/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/522/stat : 522 (java) D 520 522 32120 0 -1 4202496 299 0 0 0 0 0 0 0 20 0 1 0 278697839 2560000 46 33554432000 1073741824 1073778376 140734839662000 140734839659128 270698376487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/522/statm: 625 46 37 9 0 29 0

[startup+0.0941879 s]
/proc/loadavg: 1.94 1.61 1.70 3/194 522
/proc/meminfo: memFree=29088840/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 4293 0 1 0 8 1 0 0 20 0 18 0 278697839 9787842560 6002 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2389610 6002 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100209 s]
/proc/loadavg: 1.94 1.61 1.70 3/194 522
/proc/meminfo: memFree=29088840/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 4379 0 1 0 9 1 0 0 20 0 18 0 278697839 9787842560 6088 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2389610 6088 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300158 s]
/proc/loadavg: 1.94 1.61 1.70 3/194 522
/proc/meminfo: memFree=29088840/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 5789 0 1 0 47 2 0 0 20 0 19 0 278697839 9856004096 8916 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 8916 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.70027 s]
/proc/loadavg: 1.94 1.61 1.70 3/194 522
/proc/meminfo: memFree=29088840/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 8006 0 1 0 121 2 0 0 20 0 19 0 278697839 9856004096 11740 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 11740 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 1.94 1.61 1.70 3/213 541
/proc/meminfo: memFree=29050712/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 8494 0 1 0 209 3 0 0 20 0 19 0 278697839 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 12460 2281 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2515 0 1 0 141 2 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959323619592 139959177065608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 278697841 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1842 0 0 0 26 0 0 0 20 0 19 0 278697844 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) R 520 522 32120 0 -1 4202560 2879 0 0 0 33 0 0 0 20 0 19 0 278697844 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958672497848 139959330606631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 12460 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625004

[startup+3.10055 s]
/proc/loadavg: 1.94 1.61 1.70 3/213 541
/proc/meminfo: memFree=29048044/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=3.73 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 8502 0 1 0 370 3 0 0 20 0 19 0 278697839 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 12780 2281 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2518 0 1 0 298 2 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959323619752 139959177065942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 278697841 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1842 0 0 0 26 0 0 0 20 0 19 0 278697844 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 2879 0 0 0 34 0 0 0 20 0 19 0 278697844 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 12780 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 1.94 1.62 1.70 3/213 541
/proc/meminfo: memFree=29046128/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=6.97 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 8523 0 1 0 694 3 0 0 20 0 19 0 278697839 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 12675 2281 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2523 0 1 0 612 2 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959323619880 139959177065312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 278697841 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1842 0 0 0 26 0 0 0 20 0 19 0 278697844 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 2879 0 0 0 35 0 0 0 20 0 19 0 278697844 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 12675 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 58 0 0 0 23 0 0 0 20 0 19 0 278697841 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1870 0 0 0 30 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 10238 0 0 0 75 2 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 9625004

[startup+17.5006 s]
/proc/loadavg: 1.95 1.63 1.71 3/213 541
/proc/meminfo: memFree=29042900/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=18.7 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 16012 0 1 0 1864 6 0 0 20 0 19 0 278697839 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 13471 2283 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=17.19 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2533 0 1 0 1717 2 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959323617856 139959177278256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 58 0 0 0 23 0 0 0 20 0 19 0 278697841 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1915 0 0 0 31 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 10238 0 0 0 76 2 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 13471 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 9625004

[startup+17.9005 s]
/proc/loadavg: 1.95 1.63 1.71 3/213 541
/proc/meminfo: memFree=29042900/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=19.1 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 16021 0 1 0 1904 6 0 0 20 0 19 0 278697839 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 13476 2283 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=17.57 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2535 0 1 0 1755 2 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959323619592 139959177048680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 58 0 0 0 24 0 0 0 20 0 19 0 278697841 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1915 0 0 0 31 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 10238 0 0 0 76 2 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.1
Current children cumulated vsize (KiB) 9625004

[startup+18.1005 s]
/proc/loadavg: 1.95 1.63 1.71 3/213 541
/proc/meminfo: memFree=29042900/32873648 swapFree=6864/6864
[pid=522] ppid=520 vsize=9625004 CPUtime=19.3 cores=1,3,5,7
/proc/522/stat : 522 (java) S 520 522 32120 0 -1 4202496 16021 0 1 0 1924 6 0 0 20 0 19 0 278697839 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 140734839653136 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/522/statm: 2406251 13476 2283 9 0 2396937 0
[pid=522/tid=524] ppid=520 vsize=9625004 CPUtime=17.77 cores=1,3,5,7
/proc/522/task/524/stat : 524 (java) R 520 522 32120 0 -1 4202560 2535 0 1 0 1775 2 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959323619592 139959177065779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=522/tid=525] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/525/stat : 525 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959296072488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=526] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/526/stat : 526 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959295019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=527] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/527/stat : 527 (java) S 520 522 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959165561896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=528] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/528/stat : 528 (java) S 520 522 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959164509096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=529] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/529/stat : 529 (java) S 520 522 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959163455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=530] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/530/stat : 530 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959162402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=531] ppid=520 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/522/task/531/stat : 531 (java) S 520 522 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139959161350696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=532] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/532/stat : 532 (java) S 520 522 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278697840 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958689982888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=522/tid=533] ppid=520 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/522/task/533/stat : 533 (java) S 520 522 32120 0 -1 4202560 58 0 0 0 24 0 0 0 20 0 19 0 278697841 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958677785320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=534] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/534/stat : 534 (java) S 520 522 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958676731384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=535] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/535/stat : 535 (java) S 520 522 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278697842 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958675678984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=536] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/536/stat : 536 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958674627472 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=537] ppid=520 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/522/task/537/stat : 537 (java) S 520 522 32120 0 -1 4202560 1915 0 0 0 31 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958673574072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=522/tid=538] ppid=520 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/522/task/538/stat : 538 (java) S 520 522 32120 0 -1 4202560 10238 0 0 0 76 2 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958672521272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=539] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/539/stat : 539 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958671469176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=522/tid=540] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/540/stat : 540 (java) S 520 522 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278697844 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958670416584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=522/tid=541] ppid=520 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/522/task/541/stat : 541 (java) S 520 522 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278697868 9856004096 13476 33554432000 1073741824 1073778376 140734839662000 139958669301160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.3
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 18.1092
CPU time (s): 19.3611
CPU user time (s): 19.1981
CPU system time (s): 0.162975
CPU usage (%): 106.913
Max. virtual memory (cumulated for all children) (KiB): 9625004

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

runsolver used 0.056991 second user time and 0.156976 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:35:24
IDJOB=3709786
IDBENCH=1351
IDSOLVER=2289
FILE ID=node125/3709786-1338125724
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709786-1338125724/watcher-3709786-1338125724 -o /tmp/evaluation-result-3709786-1338125724/solver-3709786-1338125724 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709786-1338125724.opb

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=1204919997

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29089096 kB
Buffers:          445296 kB
Cached:          2420396 kB
SwapCached:         2308 kB
Active:          1445428 kB
Inactive:        1491384 kB
Active(anon):      62480 kB
Inactive(anon):     9556 kB
Active(file):    1382948 kB
Inactive(file):  1481828 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        108976 kB
Mapped:            22572 kB
Shmem:               104 kB
Slab:             703496 kB
SReclaimable:     146832 kB
SUnreclaim:       556664 kB
KernelStack:        1760 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 15:35:42