Trace number 3709762

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 11.7532 10.4509

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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 benchmark0.895862
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 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/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-3709762-1338125743.opb
0.10/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.177s.
0.27/0.28	c declared #vars     231
0.27/0.28	c #constraints  2707
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.28	c 2707 constraints processed.
1.10/0.61	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.34/0.84	c cleaning 4250 clauses out of 8506 with flag 11000/11000
1.68/1.13	c cleaning 5623 clauses out of 11256 with flag 18000/18000
1.98/1.49	c cleaning 6808 clauses out of 13633 with flag 26000/26000
2.53/1.93	c cleaning 7909 clauses out of 15829 with flag 35004/35004
2.94/2.39	c cleaning 8955 clauses out of 17921 with flag 45005/45005
3.54/2.92	c cleaning 9978 clauses out of 19961 with flag 56000/56000
4.14/3.52	c cleaning 10985 clauses out of 21983 with flag 68000/68000
4.75/4.19	c cleaning 11993 clauses out of 23998 with flag 81000/81000
5.56/4.90	c cleaning 12990 clauses out of 26005 with flag 95000/95000
6.37/5.79	c cleaning 14001 clauses out of 28016 with flag 110001/110001
7.76/6.69	c cleaning 14991 clauses out of 30014 with flag 126000/126000
8.86/7.70	c cleaning 16000 clauses out of 32023 with flag 143000/143000
9.98/8.85	c cleaning 17004 clauses out of 34023 with flag 161000/161000
11.17/10.00	c cleaning 17338 clauses out of 34681 with flag 180000/180000
11.61/10.44	c starts		: 115
11.61/10.44	c conflicts		: 188003
11.61/10.44	c decisions		: 270221
11.61/10.44	c propagations		: 7067978
11.61/10.44	c inspects		: 117276809
11.61/10.44	c shortcuts		: 0
11.61/10.44	c learnt literals	: 13
11.61/10.44	c learnt binary clauses	: 27
11.61/10.44	c learnt ternary clauses	: 140
11.61/10.44	c learnt constraints	: 187989
11.61/10.44	c ignored constraints	: 0
11.61/10.44	c root simplifications	: 127
11.61/10.44	c removed literals (reason simplification)	: 640448
11.61/10.44	c reason swapping (by a shorter reason)	: 0
11.61/10.44	c Calls to reduceDB	: 15
11.61/10.44	c number of reductions to clauses (during analyze)	: 0
11.61/10.44	c number of learned constraints concerned by reduction	: 0
11.61/10.44	c number of learning phase by resolution	: 0
11.61/10.44	c number of learning phase by cutting planes	: 0
11.61/10.44	c speed (assignments/second)	: 695941.1185506104
11.61/10.44	c non guided choices	121
11.61/10.44	c learnt constraints type 
11.61/10.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
11.61/10.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 232
11.61/10.44	c constraints type 
11.61/10.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
11.61/10.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
11.61/10.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
11.61/10.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.61/10.44	c 2707 constraints processed.
11.61/10.44	s UNSATISFIABLE
11.61/10.44	c Total wall clock time (in seconds): 10.337

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-3709762-1338125743/watcher-3709762-1338125743 -o /tmp/evaluation-result-3709762-1338125743/solver-3709762-1338125743 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709762-1338125743.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: 2.04 1.65 1.71 3/194 636
/proc/meminfo: memFree=29089032/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/636/stat : 636 (java) R 634 636 32120 0 -1 4202496 494 0 0 0 0 0 0 0 20 0 1 0 278699755 23793664 220 33554432000 1073741824 1073778376 140737427632816 140737427621880 270698322523 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/636/statm: 5809 226 178 9 0 128 0
[pid=636/tid=637] ppid=634 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 278699756 94019584 913 33554432000 1073741824 1073778376 140737427632816 140737427621880 270707539797 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.055329 s]
/proc/loadavg: 2.04 1.65 1.71 3/194 636
/proc/meminfo: memFree=29089032/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 3271 0 1 0 3 1 0 0 20 0 18 0 278699755 9787842560 3967 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2389610 3967 1765 9 0 2380296 0
[pid=636/tid=637] ppid=634 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2060 0 1 0 3 0 0 0 20 0 18 0 278699756 9787842560 3967 33554432000 1073741824 1073778376 140737427632816 140002841016992 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100235 s]
/proc/loadavg: 2.04 1.65 1.71 3/194 636
/proc/meminfo: memFree=29089032/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 278699755 9787842560 5643 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2389610 5643 2131 9 0 2380296 0
[pid=636/tid=637] ppid=634 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2539 0 1 0 7 0 0 0 20 0 18 0 278699756 9787842560 5643 33554432000 1073741824 1073778376 140737427632816 140002841007672 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300188 s]
/proc/loadavg: 2.04 1.65 1.71 3/194 636
/proc/meminfo: memFree=29089032/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 5890 0 1 0 48 1 0 0 20 0 19 0 278699755 9856004096 8495 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 8495 2233 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2563 0 1 0 26 1 0 0 20 0 19 0 278699756 9856004096 8495 33554432000 1073741824 1073778376 140737427632816 140002841015056 140002780792908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700191 s]
/proc/loadavg: 2.04 1.65 1.71 3/194 636
/proc/meminfo: memFree=29089032/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 7576 0 1 0 122 2 0 0 20 0 19 0 278699755 9856004096 11338 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 11338 2281 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2569 0 1 0 65 1 0 0 20 0 19 0 278699756 9856004096 11338 33554432000 1073741824 1073778376 140737427632816 140002841013448 140002780795951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625004

[startup+1.50055 s]
/proc/loadavg: 2.04 1.65 1.71 3/213 655
/proc/meminfo: memFree=29052540/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 7596 0 1 0 207 3 0 0 20 0 19 0 278699755 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 11864 2281 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) S 634 636 32120 0 -1 4202560 2570 0 1 0 143 1 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002841014696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) R 634 636 32120 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 278699757 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002665260400 140002847869116 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 1670 0 0 0 26 0 0 0 20 0 19 0 278699760 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2109 0 0 0 31 0 0 0 20 0 19 0 278699760 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002659975096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 11864 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 2.04 1.65 1.71 3/213 655
/proc/meminfo: memFree=29047824/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 7929 0 1 0 372 3 0 0 20 0 19 0 278699755 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 12393 2281 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2574 0 1 0 298 2 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002841014536 140002781280821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 278699757 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 1670 0 0 0 26 0 0 0 20 0 19 0 278699760 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2428 0 0 0 34 0 0 0 20 0 19 0 278699760 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 12393 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.03 1.66 1.71 3/213 655
/proc/meminfo: memFree=29048776/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=7.44 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 16421 0 1 0 740 4 0 0 20 0 19 0 278699755 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 17029 2283 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2579 0 1 0 613 2 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002841014728 140002781238186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 58 0 0 0 10 0 0 0 20 0 19 0 278699757 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 9877 0 0 0 67 2 0 0 20 0 19 0 278699760 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2650 0 0 0 39 0 0 0 20 0 19 0 278699760 9856004096 17029 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 58 0 0 0 14 0 0 0 20 0 19 0 278699757 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) R 634 636 32120 0 -1 4202560 9877 0 0 0 69 2 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002661051200 140002847754378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2663 0 0 0 40 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 9625004

[startup+9.90683 s]
/proc/loadavg: 2.03 1.66 1.72 3/213 655
/proc/meminfo: memFree=29028764/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=11.08 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 16451 0 1 0 1104 4 0 0 20 0 19 0 278699755 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 17055 2283 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=9.71 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2583 0 1 0 969 2 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002841012920 140002781280821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 58 0 0 0 14 0 0 0 20 0 19 0 278699757 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 9877 0 0 0 69 2 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2663 0 0 0 40 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 17055 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 9625004

[startup+10.3006 s]
/proc/loadavg: 2.03 1.66 1.72 3/213 655
/proc/meminfo: memFree=29028764/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=11.51 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 16456 0 1 0 1147 4 0 0 20 0 19 0 278699755 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 15674 2283 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=10.09 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2585 0 1 0 1007 2 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002841014576 140002781280821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 59 0 0 0 15 0 0 0 20 0 19 0 278699757 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 9877 0 0 0 70 2 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2663 0 0 0 41 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 9625004

[startup+10.4006 s]
/proc/loadavg: 2.03 1.66 1.72 3/213 655
/proc/meminfo: memFree=29028764/32873648 swapFree=6864/6864
[pid=636] ppid=634 vsize=9625004 CPUtime=11.61 cores=1,3,5,7
/proc/636/stat : 636 (java) S 634 636 32120 0 -1 4202496 16456 0 1 0 1157 4 0 0 20 0 19 0 278699755 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140737427623952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/636/statm: 2406251 15674 2283 9 0 2396937 0
[pid=636/tid=637] ppid=634 vsize=9625004 CPUtime=10.19 cores=1,3,5,7
/proc/636/task/637/stat : 637 (java) R 634 636 32120 0 -1 4202560 2585 0 1 0 1017 2 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002841014576 140002781248906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=636/tid=639] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (java) S 634 636 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002685041192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=640] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/640/stat : 640 (java) S 634 636 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002683988392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=641] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/641/stat : 641 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002682935592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=642] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/642/stat : 642 (java) S 634 636 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002681882792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=643] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/643/stat : 643 (java) S 634 636 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002680831016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=644] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/644/stat : 644 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002679778216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=645] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/645/stat : 645 (java) S 634 636 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002678725416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=636/tid=646] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/646/stat : 646 (java) S 634 636 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278699756 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002677672616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=647] ppid=634 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/636/task/647/stat : 647 (java) S 634 636 32120 0 -1 4202560 59 0 0 0 15 0 0 0 20 0 19 0 278699757 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002665261544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=648] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/648/stat : 648 (java) S 634 636 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002664207608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=649] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/649/stat : 649 (java) S 634 636 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278699758 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002663154696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=650] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/650/stat : 650 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002662103184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=651] ppid=634 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/636/task/651/stat : 651 (java) S 634 636 32120 0 -1 4202560 9877 0 0 0 70 2 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002661051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=636/tid=652] ppid=634 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/636/task/652/stat : 652 (java) S 634 636 32120 0 -1 4202560 2663 0 0 0 41 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002659998520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=653] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/653/stat : 653 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002658945912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=636/tid=654] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/654/stat : 654 (java) S 634 636 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278699760 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002657893320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=636/tid=655] ppid=634 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/636/task/655/stat : 655 (java) S 634 636 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278699784 9856004096 15674 33554432000 1073741824 1073778376 140737427632816 140002656838824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 10.4509
CPU time (s): 11.7532
CPU user time (s): 11.5882
CPU system time (s): 0.164974
CPU usage (%): 112.462
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5882
system time used= 0.164974
maximum resident set size= 70276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16473
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= 843
involuntary context switches= 165

runsolver used 0.021996 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:35:43
IDJOB=3709762
IDBENCH=1353
IDSOLVER=2289
FILE ID=node125/3709762-1338125743
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.1900551864.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-3709762-1338125743/watcher-3709762-1338125743 -o /tmp/evaluation-result-3709762-1338125743/solver-3709762-1338125743 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709762-1338125743.opb

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=193103100

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:        29089404 kB
Buffers:          445344 kB
Cached:          2420396 kB
SwapCached:         2308 kB
Active:          1449428 kB
Inactive:        1491400 kB
Active(anon):      66460 kB
Inactive(anon):     9556 kB
Active(file):    1382968 kB
Inactive(file):  1481844 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               524 kB
Writeback:             0 kB
AnonPages:         80620 kB
Mapped:            22532 kB
Shmem:               104 kB
Slab:             703268 kB
SReclaimable:     146836 kB
SUnreclaim:       556432 kB
KernelStack:        1616 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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:54