Trace number 3687275

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 67.2458 65.4183

General information on the benchmark

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

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.13	c Pseudo Boolean Optimization by upper bound
0.05/0.13	c --- Begin Solver configuration ---
0.05/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.13	c Learn all clauses as in MiniSAT
0.05/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.13	c No reason simplification
0.05/0.13	c Armin Biere (Picosat) restarts strategy
0.05/0.13	c Glucose learned constraints deletion strategy
0.05/0.13	c timeout=2147483s
0.05/0.13	c DB Simplification allowed=false
0.05/0.13	c c --- End Solver configuration ---
0.05/0.13	c solving HOME/instance-3687275-1337871894.opb
0.05/0.13	c reading problem ... 
0.42/0.30	c ... done. Wall clock time 0.176s.
0.42/0.30	c declared #vars     231
0.42/0.30	c #constraints  2707
0.42/0.30	c constraints type 
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.42/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.42/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.42/0.30	c 2707 constraints processed.
1.00/0.66	c cleaning 2500 clauses out of 5002 with flag 5002/5002
1.36/1.00	c cleaning 4249 clauses out of 8500 with flag 11000/11000
2.13/1.34	c cleaning 5613 clauses out of 11251 with flag 18000/18000
2.64/1.75	c cleaning 6817 clauses out of 13640 with flag 26002/26002
3.68/2.25	c cleaning 7903 clauses out of 15821 with flag 35000/35000
4.28/2.82	c cleaning 8955 clauses out of 17918 with flag 45000/45000
4.99/3.54	c cleaning 9971 clauses out of 19964 with flag 56001/56001
5.72/4.26	c cleaning 10991 clauses out of 21992 with flag 68000/68000
6.52/5.09	c cleaning 12000 clauses out of 24001 with flag 81000/81000
7.52/6.01	c cleaning 12996 clauses out of 26003 with flag 95002/95002
8.63/7.10	c cleaning 13994 clauses out of 28005 with flag 110000/110000
9.72/8.22	c cleaning 14996 clauses out of 30012 with flag 126002/126002
10.93/9.42	c cleaning 16001 clauses out of 32019 with flag 143005/143005
12.23/10.78	c cleaning 17003 clauses out of 34013 with flag 161000/161000
13.54/12.08	c cleaning 17997 clauses out of 36009 with flag 180000/180000
14.93/13.41	c cleaning 19001 clauses out of 38012 with flag 200000/200000
16.54/15.04	c cleaning 19990 clauses out of 40013 with flag 221002/221002
18.14/16.64	c cleaning 20984 clauses out of 42022 with flag 243001/243001
19.95/18.42	c cleaning 22015 clauses out of 44037 with flag 266000/266000
21.96/20.44	c cleaning 22989 clauses out of 46022 with flag 290000/290000
23.96/22.41	c cleaning 24012 clauses out of 48035 with flag 315002/315002
26.06/24.56	c cleaning 25004 clauses out of 50021 with flag 341000/341000
28.47/26.95	c cleaning 26001 clauses out of 52016 with flag 368000/368000
31.09/29.56	c cleaning 26997 clauses out of 54014 with flag 396001/396001
33.30/31.76	c cleaning 28002 clauses out of 56016 with flag 425001/425001
35.91/34.38	c cleaning 28996 clauses out of 58014 with flag 455001/455001
38.51/36.97	c cleaning 30000 clauses out of 60017 with flag 486000/486000
41.52/39.94	c cleaning 30995 clauses out of 62017 with flag 518000/518000
44.64/43.03	c cleaning 32007 clauses out of 64024 with flag 551002/551002
47.64/46.05	c cleaning 32988 clauses out of 66013 with flag 585000/585000
50.84/49.28	c cleaning 34003 clauses out of 68024 with flag 620001/620001
54.37/52.76	c cleaning 35009 clauses out of 70019 with flag 656001/656001
57.59/55.97	c cleaning 35995 clauses out of 72006 with flag 693001/693001
61.02/59.33	c cleaning 36997 clauses out of 74009 with flag 731001/731001
64.82/63.15	c cleaning 37984 clauses out of 76010 with flag 770001/770001
67.02/65.38	c starts		: 152
67.02/65.38	c conflicts		: 796144
67.02/65.38	c decisions		: 984050
67.02/65.38	c propagations		: 31671950
67.02/65.38	c inspects		: 867626585
67.02/65.38	c shortcuts		: 0
67.02/65.38	c learnt literals	: 28
67.02/65.38	c learnt binary clauses	: 27
67.02/65.38	c learnt ternary clauses	: 163
67.02/65.38	c learnt constraints	: 796115
67.02/65.38	c ignored constraints	: 0
67.02/65.38	c root simplifications	: 0
67.02/65.38	c removed literals (reason simplification)	: 0
67.02/65.38	c reason swapping (by a shorter reason)	: 0
67.02/65.38	c Calls to reduceDB	: 35
67.02/65.38	c number of reductions to clauses (during analyze)	: 0
67.02/65.38	c number of learned constraints concerned by reduction	: 0
67.02/65.38	c number of learning phase by resolution	: 0
67.02/65.38	c number of learning phase by cutting planes	: 0
67.02/65.38	c speed (assignments/second)	: 486744.0716777574
67.02/65.38	c non guided choices	161
67.14/65.40	c learnt constraints type 
67.14/65.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
67.14/65.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64133
67.14/65.40	c constraints type 
67.14/65.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
67.14/65.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
67.14/65.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
67.14/65.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
67.14/65.40	c 2707 constraints processed.
67.14/65.40	s UNSATISFIABLE
67.14/65.40	c Total wall clock time (in seconds): 65.27

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

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

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


[startup+0 s]
/proc/loadavg: 0.36 0.08 0.03 2/194 2541
/proc/meminfo: memFree=29778844/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/2541/stat : 2541 (java) R 2539 2541 2422 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 253314292 274432 3 33554432000 0 0 140735338300940 140734836930968 223651458487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2541/statm: 67 12 6 9 0 24 0

[startup+0.0257511 s]
/proc/loadavg: 0.36 0.08 0.03 2/194 2541
/proc/meminfo: memFree=29778844/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 253314292 103964672 1051 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 25382 1051 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.1003 s]
/proc/loadavg: 0.36 0.08 0.03 2/194 2541
/proc/meminfo: memFree=29778844/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 3365 0 1 0 4 1 0 0 20 0 18 0 253314292 9787813888 4574 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2389603 4574 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300154 s]
/proc/loadavg: 0.36 0.08 0.03 2/194 2541
/proc/meminfo: memFree=29778844/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 5339 0 1 0 40 2 0 0 20 0 18 0 253314292 9787813888 7667 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2389603 7667 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700229 s]
/proc/loadavg: 0.36 0.08 0.03 2/194 2541
/proc/meminfo: memFree=29778844/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 8288 0 1 0 114 2 0 0 20 0 19 0 253314292 9855975424 10639 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 10639 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 0.36 0.08 0.03 5/213 2560
/proc/meminfo: memFree=29744788/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 16359 0 1 0 240 4 0 0 20 0 19 0 253314292 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 15275 2275 9 0 2396937 0
[pid=2541/tid=2543] ppid=2539 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 2422 0 -1 4202560 2462 0 1 0 139 2 0 0 20 0 19 0 253314293 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176841904536 140176676587305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 253314297 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 2507 0 0 0 30 0 0 0 20 0 19 0 253314300 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10132 0 0 0 64 1 0 0 20 0 19 0 253314300 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 15275 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 0.36 0.08 0.03 4/213 2560
/proc/meminfo: memFree=29714716/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=4.58 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 22402 0 1 0 452 6 0 0 20 0 19 0 253314292 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 18025 2275 9 0 2396937 0
[pid=2541/tid=2543] ppid=2539 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 2422 0 -1 4202560 2465 0 1 0 295 2 0 0 20 0 19 0 253314293 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176841904536 140176676889136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 253314297 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8522 0 0 0 75 3 0 0 20 0 19 0 253314300 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10146 0 0 0 69 2 0 0 20 0 19 0 253314300 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 18025 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 0.49 0.11 0.04 3/213 2560
/proc/meminfo: memFree=29714404/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=7.83 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 22414 0 1 0 777 6 0 0 20 0 19 0 253314292 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 17942 2275 9 0 2396937 0
[pid=2541/tid=2543] ppid=2539 vsize=9624976 CPUtime=6.12 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 2422 0 -1 4202560 2470 0 1 0 610 2 0 0 20 0 19 0 253314293 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176841904416 140176676888523 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314296 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 253314297 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8522 0 0 0 78 3 0 0 20 0 19 0 253314300 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10146 0 0 0 70 2 0 0 20 0 19 0 253314300 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 17942 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 45 0 0 0 49 0 0 0 20 0 19 0 253314297 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8523 0 0 0 80 3 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10146 0 0 0 70 2 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.42
Current children cumulated vsize (KiB) 9624976

[startup+65.1007 s]
/proc/loadavg: 1.44 0.45 0.16 3/213 2560
/proc/meminfo: memFree=29536828/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=66.82 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 22567 0 1 0 6674 8 0 0 20 0 19 0 253314292 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 22138 2275 9 0 2396937 0
[pid=2541/tid=2543] ppid=2539 vsize=9624976 CPUtime=64.4 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 2422 0 -1 4202560 2498 0 1 0 6438 2 0 0 20 0 19 0 253314293 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176841904416 140176676889163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 45 0 0 0 49 0 0 0 20 0 19 0 253314297 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8523 0 0 0 80 3 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10146 0 0 0 70 2 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.82
Current children cumulated vsize (KiB) 9624976

[startup+65.3006 s]
/proc/loadavg: 1.44 0.45 0.16 3/213 2560
/proc/meminfo: memFree=29536828/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9624976 CPUtime=67.02 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 22567 0 1 0 6694 8 0 0 20 0 19 0 253314292 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2406244 22138 2275 9 0 2396937 0
[pid=2541/tid=2543] ppid=2539 vsize=9624976 CPUtime=64.6 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 2422 0 -1 4202560 2498 0 1 0 6458 2 0 0 20 0 19 0 253314293 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176841904416 140176676900213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 253314296 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 45 0 0 0 49 0 0 0 20 0 19 0 253314297 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314298 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8523 0 0 0 80 3 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) S 2539 2541 2422 0 -1 4202560 10146 0 0 0 70 2 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175787158456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314300 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314323 9855975424 22138 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 67.02
Current children cumulated vsize (KiB) 9624976

[startup+65.4007 s]
/proc/loadavg: 1.44 0.45 0.16 3/213 2560
/proc/meminfo: memFree=29536828/32873844 swapFree=6848/6848
[pid=2541] ppid=2539 vsize=9691540 CPUtime=67.14 cores=0,2,4,6
/proc/2541/stat : 2541 (java) S 2539 2541 2422 0 -1 4202496 22585 0 1 0 6706 8 0 0 20 0 20 0 253314292 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140735338284640 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2541/statm: 2422885 22153 2280 9 0 2413578 0
[pid=2541/tid=2543] ppid=2539 vsize=9691540 CPUtime=64.68 cores=0,2,4,6
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 2422 0 -1 4202560 2501 0 1 0 6466 2 0 0 20 0 20 0 253314293 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176841904856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 2422 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176803396008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 2422 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176802343464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176801290408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 2422 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176800237864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=9691540 CPUtime=0.04 cores=0,2,4,6
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 2422 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176799185832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 2422 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176798133288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 2422 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176797080232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 2422 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 20 0 253314296 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176796027688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=9691540 CPUtime=0.49 cores=0,2,4,6
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 2422 0 -1 4202560 45 0 0 0 49 0 0 0 20 0 20 0 253314297 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176665205096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253314298 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176664151416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2554] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2554/stat : 2554 (java) S 2539 2541 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253314298 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176663098248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2555] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2555/stat : 2555 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314300 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176662046992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2556] ppid=2539 vsize=9691540 CPUtime=0.84 cores=0,2,4,6
/proc/2541/task/2556/stat : 2556 (java) S 2539 2541 2422 0 -1 4202560 8525 0 0 0 81 3 0 0 20 0 20 0 253314300 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140176660994872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2541/tid=2557] ppid=2539 vsize=9691540 CPUtime=0.73 cores=0,2,4,6
/proc/2541/task/2557/stat : 2557 (java) R 2539 2541 2422 0 -1 4202560 10151 0 0 0 71 2 0 0 20 0 20 0 253314300 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140175787158456 140176845993980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2558] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2558/stat : 2558 (java) S 2539 2541 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314300 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140175786105592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2541/tid=2559] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2559/stat : 2559 (java) S 2539 2541 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 253314300 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140175785053256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2541/tid=2560] ppid=2539 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/2541/task/2560/stat : 2560 (java) S 2539 2541 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253314323 9924136960 22153 33554432000 1073741824 1073778376 140735338293504 140175783998504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 67.14
Current children cumulated vsize (KiB) 9691540

Child status: 20
Real time (s): 65.4183
CPU time (s): 67.2458
CPU user time (s): 67.0418
CPU system time (s): 0.203968
CPU usage (%): 102.793
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0418
system time used= 0.203968
maximum resident set size= 88628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22593
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2603
involuntary context switches= 2080

runsolver used 0.283956 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 17:04:54
IDJOB=3687275
IDBENCH=1289
IDSOLVER=2269
FILE ID=node144/3687275-1337871894
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
RANDOM SEED=1248445457

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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:       32873844 kB
MemFree:        29778844 kB
Buffers:          213724 kB
Cached:          1851324 kB
SwapCached:            0 kB
Active:           667232 kB
Inactive:        1657628 kB
Active(anon):     261384 kB
Inactive(anon):        0 kB
Active(file):     405848 kB
Inactive(file):  1657628 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2328 kB
Writeback:             0 kB
AnonPages:        271832 kB
Mapped:            22476 kB
Shmem:               200 kB
Slab:             627004 kB
SReclaimable:      69200 kB
SUnreclaim:       557804 kB
KernelStack:        1592 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     824836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node144 at 2012-05-24 17:05:59