Trace number 3456663

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 CuttingPlanes 2.3.0UNSAT 1083.37 1079.98

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.75843
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 695
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3456663-1307215870.opb
0.09/0.12	c reading problem ... 
0.24/0.30	c ... done. Wall clock time 0.183s.
0.24/0.30	c #vars     231
0.24/0.30	c #constraints  2707
0.24/0.30	c constraints type 
0.24/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.24/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.24/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.24/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
36.86/35.45	c cleaning 0 clauses out of 5000 with flag 0/5000
210.41/208.58	c cleaning 0 clauses out of 11000 with flag 0/11000
706.09/703.48	c cleaning 0 clauses out of 18001 with flag 0/18001
1083.18/1079.83	c starts		: 44
1083.18/1079.83	c conflicts		: 21641
1083.18/1079.83	c decisions		: 47332
1083.18/1079.83	c propagations		: 765835
1083.18/1079.83	c inspects		: 1405488589
1083.18/1079.83	c shortcuts		: 0
1083.18/1079.83	c learnt literals	: 0
1083.18/1079.83	c learnt binary clauses	: 0
1083.18/1079.83	c learnt ternary clauses	: 5
1083.18/1079.83	c learnt constraints	: 21640
1083.18/1079.83	c ignored constraints	: 0
1083.18/1079.83	c root simplifications	: 0
1083.18/1079.83	c removed literals (reason simplification)	: 0
1083.18/1079.83	c reason swapping (by a shorter reason)	: 0
1083.18/1079.83	c Calls to reduceDB	: 3
1083.18/1079.83	c number of reductions to clauses (during analyze)	: 0
1083.18/1079.83	c number of learned constraints concerned by reduction	: 0
1083.18/1079.83	c number of learning phase by resolution	: 0
1083.18/1079.83	c number of learning phase by cutting planes	: 0
1083.18/1079.83	c speed (assignments/second)	: 709.4152084703528
1083.18/1079.83	c non guided choices	121
1083.18/1079.84	c learnt constraints type 
1083.18/1079.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1416
1083.18/1079.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 69
1083.18/1079.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20155
1083.18/1079.84	c constraints type 
1083.18/1079.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1083.18/1079.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1083.18/1079.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1083.18/1079.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1083.18/1079.84	s UNSATISFIABLE
1083.18/1079.84	c Total wall clock time (in seconds): 1079.726

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3456663-1307215870/watcher-3456663-1307215870 -o /tmp/evaluation-result-3456663-1307215870/solver-3456663-1307215870 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456663-1307215870.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: 0.00 0.00 0.00 1/484 3612
/proc/meminfo: memFree=27108884/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 1240 0 0 0 0 0 0 0 19 0 2 0 833185500 31272960 960 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 7635 960 732 9 0 386 0
[pid=3612/tid=3613] ppid=3610 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 5165 0 1 0 0 0 0 0 20 0 2 0 833185501 10694979584 5981 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0352909 s]
/proc/loadavg: 0.00 0.00 0.00 1/484 3612
/proc/meminfo: memFree=27108884/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 10858 0 1 0 1 1 0 0 19 0 10 0 833185500 10705932288 10557 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2613753 10561 1541 9 0 2604501 0
[pid=3612/tid=3613] ppid=3610 vsize=10460152 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 9747 0 1 0 1 1 0 0 23 0 10 0 833185501 10711195648 10568 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210204690522 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100233 s]
/proc/loadavg: 0.00 0.00 0.00 1/484 3612
/proc/meminfo: memFree=27108884/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10539780 CPUtime=0.09 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 12772 0 1 0 7 2 0 0 19 0 18 0 833185500 10792734720 12469 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2634945 12474 2051 9 0 2625679 0
[pid=3612/tid=3613] ppid=3610 vsize=10539780 CPUtime=0.07 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 11006 0 1 0 6 1 0 0 18 0 18 0 833185501 10792734720 12474 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 47743076328195 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539780

[startup+0.317791 s]
/proc/loadavg: 0.00 0.00 0.00 1/484 3612
/proc/meminfo: memFree=27108884/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10542476 CPUtime=0.5 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 16252 0 1 0 48 2 0 0 19 0 19 0 833185500 10795495424 15352 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2635619 15352 2210 9 0 2626353 0
[pid=3612/tid=3613] ppid=3610 vsize=10542476 CPUtime=0.29 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 13018 0 1 0 27 2 0 0 19 0 19 0 833185501 10795495424 15352 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 47743080823604 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542476

[startup+0.701134 s]
/proc/loadavg: 0.00 0.00 0.00 1/484 3612
/proc/meminfo: memFree=27108884/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10555368 CPUtime=1.56 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 43502 0 1 0 150 6 0 0 19 0 19 0 833185500 10808696832 38942 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638842 38943 2223 9 0 2629576 0
[pid=3612/tid=3613] ppid=3610 vsize=10555368 CPUtime=0.67 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 31218 0 1 0 63 4 0 0 19 0 19 0 833185501 10808696832 38944 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505651240 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10555368

[startup+1.50103 s]
/proc/loadavg: 0.00 0.00 0.00 5/526 3659
/proc/meminfo: memFree=26721292/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10555368 CPUtime=2.71 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 128431 0 1 0 255 16 0 0 19 0 19 0 833185500 10808696832 123670 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638842 123672 2226 9 0 2629576 0
[pid=3612/tid=3613] ppid=3610 vsize=10555368 CPUtime=1.47 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 115896 0 1 0 133 14 0 0 20 0 19 0 833185501 10808696832 123673 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505714037 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833185503 10808696832 123674 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 123675 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 123678 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 123680 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 123682 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 123683 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 123687 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 123691 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833185504 10808696832 123695 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185504 10808696832 123700 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185504 10808696832 123704 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10808696832 123708 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10555368 CPUtime=0.6 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6366 0 0 0 59 1 0 0 15 0 19 0 833185507 10808696832 123712 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10555368 CPUtime=0.62 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5012 0 0 0 62 0 0 0 15 0 19 0 833185507 10808696832 123717 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10808696832 123721 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833185507 10808696832 123725 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10808696832 123730 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10555368

[startup+3.10077 s]
/proc/loadavg: 0.00 0.00 0.00 3/526 3659
/proc/meminfo: memFree=25825516/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10555368 CPUtime=4.33 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 299716 0 1 0 397 36 0 0 19 0 19 0 833185500 10808696832 294954 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638842 294958 2226 9 0 2629576 0
[pid=3612/tid=3613] ppid=3610 vsize=10555368 CPUtime=3.07 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 287184 0 1 0 273 34 0 0 25 0 19 0 833185501 10808696832 294960 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505651124 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833185503 10808696832 294961 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 294962 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 294963 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 294964 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10808696832 294964 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 294966 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 294967 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10808696832 294969 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833185504 10808696832 294971 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185504 10808696832 294973 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185504 10808696832 294975 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10808696832 294977 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10555368 CPUtime=0.6 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6366 0 0 0 59 1 0 0 15 0 19 0 833185507 10808696832 294979 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10555368 CPUtime=0.63 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5012 0 0 0 63 0 0 0 15 0 19 0 833185507 10808696832 294981 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10808696832 294982 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833185507 10808696832 294984 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10555368 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10808696832 294987 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 10555368

[startup+6.30123 s]
/proc/loadavg: 0.16 0.03 0.01 3/526 3659
/proc/meminfo: memFree=23288972/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10552920 CPUtime=7.54 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 608217 0 1 0 682 72 0 0 19 0 19 0 833185500 10806190080 602778 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638230 602781 2227 9 0 2628964 0
[pid=3612/tid=3613] ppid=3610 vsize=10552920 CPUtime=6.27 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 595682 0 1 0 557 70 0 0 25 0 19 0 833185501 10806190080 602783 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505714382 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833185503 10806190080 602785 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10806190080 602788 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10806190080 602790 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10806190080 602792 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833185503 10806190080 602794 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10806190080 602797 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10806190080 602799 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833185503 10806190080 602802 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833185504 10806190080 602804 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185504 10806190080 602806 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185504 10806190080 602808 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 602810 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10552920 CPUtime=0.61 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6367 0 0 0 60 1 0 0 16 0 19 0 833185507 10806190080 602813 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10552920 CPUtime=0.65 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5013 0 0 0 65 0 0 0 15 0 19 0 833185507 10806190080 602814 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0

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

[pid=3612/tid=3620] ppid=3610 vsize=10552920 CPUtime=0.28 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 7427 0 0 0 28 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10552920 CPUtime=0.32 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 5391 0 0 0 32 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 7705 0 0 0 41 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10552920 CPUtime=0.44 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 8610 0 0 0 42 2 0 0 15 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10552920 CPUtime=0.71 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6400 0 0 0 70 1 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10552920 CPUtime=0.79 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5044 0 0 0 79 0 0 0 16 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1078.48
Current children cumulated vsize (KiB) 10552920

[startup+1078.3 s]
/proc/loadavg: 2.15 2.05 1.40 3/526 3734
/proc/meminfo: memFree=19872100/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10552920 CPUtime=1081.68 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 911412 0 1 0 108060 108 0 0 19 0 19 0 833185500 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638230 905241 2257 9 0 2628964 0
[pid=3612/tid=3613] ppid=3610 vsize=10552920 CPUtime=1076.88 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 837934 0 1 0 107591 97 0 0 25 0 19 0 833185501 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505651028 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 6997 0 0 0 30 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10552920 CPUtime=0.35 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 6539 0 0 0 35 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10552920 CPUtime=0.34 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 6144 0 0 0 34 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 5091 0 0 0 30 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 6917 0 0 0 40 1 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10552920 CPUtime=0.28 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 7427 0 0 0 28 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10552920 CPUtime=0.32 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 5391 0 0 0 32 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 7705 0 0 0 41 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10552920 CPUtime=0.44 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 8610 0 0 0 42 2 0 0 15 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10552920 CPUtime=0.71 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6400 0 0 0 70 1 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10552920 CPUtime=0.79 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5044 0 0 0 79 0 0 0 16 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1081.68
Current children cumulated vsize (KiB) 10552920

[startup+1079.12 s]
/proc/loadavg: 2.14 2.05 1.40 3/526 3734
/proc/meminfo: memFree=19872220/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10552920 CPUtime=1082.5 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 911412 0 1 0 108142 108 0 0 19 0 19 0 833185500 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638230 905241 2257 9 0 2628964 0
[pid=3612/tid=3613] ppid=3610 vsize=10552920 CPUtime=1077.7 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 837934 0 1 0 107673 97 0 0 25 0 19 0 833185501 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505656494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 6997 0 0 0 30 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10552920 CPUtime=0.35 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 6539 0 0 0 35 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10552920 CPUtime=0.34 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 6144 0 0 0 34 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 5091 0 0 0 30 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 6917 0 0 0 40 1 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10552920 CPUtime=0.28 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 7427 0 0 0 28 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10552920 CPUtime=0.32 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 5391 0 0 0 32 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 7705 0 0 0 41 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10552920 CPUtime=0.44 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 8610 0 0 0 42 2 0 0 15 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10552920 CPUtime=0.71 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6400 0 0 0 70 1 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10552920 CPUtime=0.79 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5044 0 0 0 79 0 0 0 16 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1082.5
Current children cumulated vsize (KiB) 10552920

[startup+1079.5 s]
/proc/loadavg: 2.14 2.05 1.40 3/526 3734
/proc/meminfo: memFree=19872220/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=10552920 CPUtime=1082.88 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 3581 0 -1 4202496 911412 0 1 0 108180 108 0 0 19 0 19 0 833185500 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 2638230 905241 2257 9 0 2628964 0
[pid=3612/tid=3613] ppid=3610 vsize=10552920 CPUtime=1078.08 cores=1,3,5,7
/proc/3612/task/3613/stat : 3613 (java) R 3610 3612 3581 0 -1 4202560 837934 0 1 0 107711 97 0 0 25 0 19 0 833185501 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 46912505713753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 3581 0 -1 4202560 6997 0 0 0 30 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=10552920 CPUtime=0.35 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 3581 0 -1 4202560 6539 0 0 0 35 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=10552920 CPUtime=0.34 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 3581 0 -1 4202560 6144 0 0 0 34 0 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=10552920 CPUtime=0.3 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 3581 0 -1 4202560 5091 0 0 0 30 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 3581 0 -1 4202560 6917 0 0 0 40 1 0 0 15 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=10552920 CPUtime=0.28 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 3581 0 -1 4202560 7427 0 0 0 28 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=10552920 CPUtime=0.32 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 3581 0 -1 4202560 5391 0 0 0 32 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=10552920 CPUtime=0.41 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 3581 0 -1 4202560 7705 0 0 0 41 0 0 0 16 0 19 0 833185503 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=10552920 CPUtime=0.44 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 3581 0 -1 4202560 8610 0 0 0 42 2 0 0 15 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 0 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 3581 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833185504 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216470961 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=10552920 CPUtime=0.71 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 3581 0 -1 4202560 6400 0 0 0 70 1 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=10552920 CPUtime=0.79 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 3581 0 -1 4202560 5044 0 0 0 79 0 0 0 16 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 5 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463257 0 4 0 16800975 18446604463285161024 0 0 -1 3 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 3581 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 833185507 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 1 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=10552920 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 3581 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833185531 10806190080 905241 33554432000 1073741824 1073778376 140735940635376 18446744073709551615 210216463872 0 4 0 16800975 18446604463285161024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1082.88
Current children cumulated vsize (KiB) 10552920

[startup+1079.9 s]
/proc/loadavg: 2.14 2.05 1.40 3/526 3734
/proc/meminfo: memFree=19872220/32951124 swapFree=63649284/67111528
[pid=3612] ppid=3610 vsize=0 CPUtime=1083.28 cores=1,3,5,7
/proc/3612/stat : 3612 (java) R 3610 3612 3581 0 -1 4203524 911435 0 1 0 108215 113 0 0 18 0 1 0 833185500 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3612/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1083.28
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1079.98
CPU time (s): 1083.37
CPU user time (s): 1082.15
CPU system time (s): 1.21481
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 10555368

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

runsolver used 5.29319 second user time and 12.4041 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 21:31:10
IDJOB=3456663
IDBENCH=1299
IDSOLVER=1951
FILE ID=node130/3456663-1307215870
RUNJOBID= node130-1307215869-3603
PBS_JOBID= 13509094
Free space on /tmp= 73856 MiB

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

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

MD5SUM BENCH= 6281627dc4c435fe3011d1036bb94900
RANDOM SEED=133619212

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27109156 kB
Buffers:        295980 kB
Cached:         483380 kB
SwapCached:       9700 kB
Active:        5149120 kB
Inactive:       410292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27109156 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:     4778684 kB
Mapped:          29980 kB
Slab:           158472 kB
PageTables:      53916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145070228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node130 at 2011-06-04 21:49:10