Trace number 3729624

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
PB11: Sat4j Res//CP 2.3.0UNSAT 32.829 15.8891

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
MD5SUM75bd0b27f5ff05dc207afe3c3d5552d1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.089985
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 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3729624-1338678738.opb
0.10/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.199s.
0.48/0.31	c #vars     231
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.04/0.76	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.16/1.09	c cleaning 4249 clauses out of 8505 with flag 11001/11001
4.02/1.50	c cleaning 5624 clauses out of 11256 with flag 18001/18001
5.06/1.98	c cleaning 6807 clauses out of 13631 with flag 26000/26000
6.28/2.57	c cleaning 7907 clauses out of 15827 with flag 35003/35003
7.46/3.20	c cleaning 8953 clauses out of 17917 with flag 45000/45000
8.83/3.84	c cleaning 9473 clauses out of 18964 with flag 55000/55000
10.03/4.45	c cleaning 9744 clauses out of 19493 with flag 65002/65002
11.19/5.03	c cleaning 9869 clauses out of 19748 with flag 75001/75001
12.37/5.67	c cleaning 9925 clauses out of 19878 with flag 85000/85000
13.73/6.31	c cleaning 9971 clauses out of 19954 with flag 95001/95001
14.71/6.85	c cleaning 9988 clauses out of 19982 with flag 105000/105000
15.86/7.42	c cleaning 9994 clauses out of 19995 with flag 115001/115001
17.04/8.00	c cleaning 9999 clauses out of 20001 with flag 125001/125001
18.01/8.57	c cleaning 9998 clauses out of 20002 with flag 135001/135001
19.54/9.14	c cleaning 9993 clauses out of 20004 with flag 145001/145001
21.10/9.72	c cleaning 10000 clauses out of 20010 with flag 155000/155000
22.06/10.27	c cleaning 10003 clauses out of 20011 with flag 165001/165001
23.03/10.77	c cleaning 9998 clauses out of 20007 with flag 175000/175000
24.18/11.30	c cleaning 10002 clauses out of 20011 with flag 185002/185002
25.13/11.80	c cleaning 9999 clauses out of 20007 with flag 195000/195000
26.11/12.32	c cleaning 9995 clauses out of 20008 with flag 205000/205000
27.27/12.91	c cleaning 9998 clauses out of 20013 with flag 215000/215000
28.23/13.46	c cleaning 10005 clauses out of 20015 with flag 225000/225000
29.37/14.04	c cleaning 10002 clauses out of 20011 with flag 235001/235001
30.53/14.64	c cleaning 10002 clauses out of 20010 with flag 245002/245002
31.49/15.18	c cleaning 9996 clauses out of 20006 with flag 255000/255000
32.65/15.76	c  And the winner is Resolution
32.73/15.87	c starts		: 128
32.73/15.87	c conflicts		: 263944
32.73/15.87	c decisions		: 473557
32.73/15.87	c propagations		: 9980758
32.73/15.87	c inspects		: 141571566
32.73/15.87	c shortcuts		: 0
32.73/15.87	c learnt literals	: 7
32.73/15.87	c learnt binary clauses	: 26
32.73/15.87	c learnt ternary clauses	: 319
32.73/15.87	c learnt constraints	: 263936
32.73/15.87	c ignored constraints	: 0
32.73/15.87	c root simplifications	: 0
32.73/15.87	c removed literals (reason simplification)	: 1350408
32.73/15.87	c reason swapping (by a shorter reason)	: 0
32.73/15.87	c Calls to reduceDB	: 27
32.73/15.87	c number of reductions to clauses (during analyze)	: 0
32.73/15.87	c number of learned constraints concerned by reduction	: 0
32.73/15.87	c number of learning phase by resolution	: 0
32.73/15.87	c number of learning phase by cutting planes	: 0
32.73/15.87	c speed (assignments/second)	: 641313.2429480177
32.73/15.87	c non guided choices	169
32.73/15.88	c learnt constraints type 
32.73/15.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
32.73/15.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18920
32.73/15.88	c constraints type 
32.73/15.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
32.73/15.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
32.73/15.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
32.73/15.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
32.73/15.88	c constraints type 
32.73/15.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
32.73/15.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
32.73/15.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
32.73/15.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.73/15.88	s UNSATISFIABLE
32.73/15.88	c Total wall clock time (in seconds): 15.773

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-3729624-1338678738/watcher-3729624-1338678738 -o /tmp/evaluation-result-3729624-1338678738/solver-3729624-1338678738 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729624-1338678738.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: 3.09 1.16 0.65 4/197 1422
/proc/meminfo: memFree=28671420/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/1422/stat : 1422 (java) R 1420 1422 621 0 -1 4202496 144 0 0 0 0 0 0 0 20 0 1 0 333999322 9445376 95 33554432000 1073741824 1073778376 140733616328864 140733616325992 260181113409 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1422/statm: 2306 97 76 9 0 38 0

[startup+0.0885381 s]
/proc/loadavg: 3.09 1.16 0.65 4/197 1422
/proc/meminfo: memFree=28671420/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 4727 0 1 0 7 1 0 0 20 0 18 0 333999322 11864465408 13582 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2896598 13582 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100187 s]
/proc/loadavg: 3.09 1.16 0.65 4/197 1422
/proc/meminfo: memFree=28671420/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 4811 0 1 0 9 1 0 0 20 0 18 0 333999322 11864465408 13666 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2896598 13666 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300182 s]
/proc/loadavg: 3.09 1.16 0.65 4/197 1422
/proc/meminfo: memFree=28671420/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 5917 0 1 0 46 2 0 0 20 0 18 0 333999322 11864465408 16256 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2896598 16256 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700191 s]
/proc/loadavg: 3.09 1.16 0.65 4/197 1422
/proc/meminfo: memFree=28671420/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 16184 0 1 0 199 5 0 0 20 0 22 0 333999322 12137111552 38244 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 38244 2248 9 0 2953849 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 11852648

[startup+1.50073 s]
/proc/loadavg: 3.09 1.16 0.65 7/219 1452
/proc/meminfo: memFree=28438424/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=4.27 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 19396 0 1 0 418 9 0 0 20 0 22 0 333999322 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 88152 2278 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2883 0 1 0 27 1 0 0 20 0 22 0 333999323 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) R 1420 1422 621 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 333999325 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579104061672 260190276743 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) R 1420 1422 621 0 -1 4202560 8676 0 0 0 78 2 0 0 20 0 22 0 333999328 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579099851328 140579763782626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6354 0 0 0 81 0 0 0 20 0 22 0 333999328 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1449] ppid=1420 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/1422/task/1449/stat : 1449 (java) S 1420 1422 621 0 -1 4202560 31 0 0 0 113 0 0 0 20 0 22 0 333999353 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579095638344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1450] ppid=1420 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/1422/task/1450/stat : 1450 (java) R 1420 1422 621 0 -1 4202560 188 0 0 0 109 3 0 0 20 0 22 0 333999353 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579094584824 140579598606957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1451] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1451/stat : 1451 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579093533864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 88152 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 11852648

[startup+3.10082 s]
/proc/loadavg: 3.09 1.16 0.65 4/219 1452
/proc/meminfo: memFree=28252672/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=7.46 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 19474 0 1 0 735 11 0 0 20 0 22 0 333999322 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 120419 2279 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2883 0 1 0 27 1 0 0 20 0 22 0 333999323 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) S 1420 1422 621 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 22 0 333999325 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579104061672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 8679 0 0 0 83 2 0 0 20 0 22 0 333999328 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6355 0 0 0 82 0 0 0 20 0 22 0 333999328 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1449] ppid=1420 vsize=11852648 CPUtime=2.64 cores=1,3,5,7
/proc/1422/task/1449/stat : 1449 (java) R 1420 1422 621 0 -1 4202560 31 0 0 0 264 0 0 0 20 0 22 0 333999353 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579095638224 140579598519323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1450] ppid=1420 vsize=11852648 CPUtime=2.63 cores=1,3,5,7
/proc/1422/task/1450/stat : 1450 (java) R 1420 1422 621 0 -1 4202560 249 0 0 0 258 5 0 0 20 0 22 0 333999353 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579094585024 140579598652750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1451] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1451/stat : 1451 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579093533864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 120419 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.16 1.21 0.67 5/219 1452
/proc/meminfo: memFree=28176680/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=13.73 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 19500 0 1 0 1361 12 0 0 20 0 22 0 333999322 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 125948 2279 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2883 0 1 0 27 1 0 0 20 0 22 0 333999323 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 333999324 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) S 1420 1422 621 0 -1 4202560 36 0 0 0 25 0 0 0 20 0 22 0 333999325 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579104061672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 8679 0 0 0 84 2 0 0 20 0 22 0 333999328 12137111552 125948 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 15808 0 0 0 163 3 0 0 20 0 22 0 333999328 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6357 0 0 0 83 0 0 0 20 0 22 0 333999328 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1449] ppid=1420 vsize=11852648 CPUtime=13.64 cores=1,3,5,7
/proc/1422/task/1449/stat : 1449 (java) R 1420 1422 621 0 -1 4202560 51 0 0 0 1364 0 0 0 20 0 22 0 333999353 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579095638224 140579598524026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1450] ppid=1420 vsize=11852648 CPUtime=13.64 cores=1,3,5,7
/proc/1422/task/1450/stat : 1450 (java) R 1420 1422 621 0 -1 4202560 259 0 0 0 1359 5 0 0 20 0 22 0 333999353 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579094583208 140579598652929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1451] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1451/stat : 1451 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579093533864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 127789 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 31.49
Current children cumulated vsize (KiB) 11852648

[startup+15.5008 s]
/proc/loadavg: 3.13 1.27 0.69 5/219 1452
/proc/meminfo: memFree=28160216/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=32.25 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 26715 0 1 0 3212 13 0 0 20 0 22 0 333999322 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 128301 2281 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2885 0 1 0 27 1 0 0 20 0 22 0 333999323 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) S 1420 1422 621 0 -1 4202560 71 0 0 0 100 0 0 0 20 0 22 0 333999325 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579104061672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 15808 0 0 0 163 3 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6357 0 0 0 83 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1449] ppid=1420 vsize=11852648 CPUtime=13.99 cores=1,3,5,7
/proc/1422/task/1449/stat : 1449 (java) R 1420 1422 621 0 -1 4202560 52 0 0 0 1399 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579095638224 140579598524021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1450] ppid=1420 vsize=11852648 CPUtime=13.99 cores=1,3,5,7
/proc/1422/task/1450/stat : 1450 (java) R 1420 1422 621 0 -1 4202560 259 0 0 0 1394 5 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579094583648 140579598652881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1451] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1451/stat : 1451 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579093533864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.25
Current children cumulated vsize (KiB) 11852648

[startup+15.7008 s]
/proc/loadavg: 3.13 1.27 0.69 5/219 1452
/proc/meminfo: memFree=28160216/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=32.65 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 26715 0 1 0 3252 13 0 0 20 0 22 0 333999322 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 128301 2281 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2885 0 1 0 27 1 0 0 20 0 22 0 333999323 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 333999324 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) S 1420 1422 621 0 -1 4202560 71 0 0 0 100 0 0 0 20 0 22 0 333999325 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579104061672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333999326 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 15808 0 0 0 163 3 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6357 0 0 0 83 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333999328 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1449] ppid=1420 vsize=11852648 CPUtime=14.19 cores=1,3,5,7
/proc/1422/task/1449/stat : 1449 (java) R 1420 1422 621 0 -1 4202560 52 0 0 0 1419 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579095623184 140579598040970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1450] ppid=1420 vsize=11852648 CPUtime=14.19 cores=1,3,5,7
/proc/1422/task/1450/stat : 1450 (java) R 1420 1422 621 0 -1 4202560 259 0 0 0 1414 5 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579094583648 140579598708120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1451] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1451/stat : 1451 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579093533864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333999353 12137111552 128301 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.65
Current children cumulated vsize (KiB) 11852648

[startup+15.8009 s]
/proc/loadavg: 3.13 1.27 0.69 5/219 1452
/proc/meminfo: memFree=28160216/32873648 swapFree=7116/7116
[pid=1422] ppid=1420 vsize=11852648 CPUtime=32.73 cores=1,3,5,7
/proc/1422/stat : 1422 (java) S 1420 1422 621 0 -1 4202496 26716 0 1 0 3259 14 0 0 20 0 19 0 333999322 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140733726271168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1422/statm: 2963162 128288 2282 9 0 2953849 0
[pid=1422/tid=1424] ppid=1420 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/1422/task/1424/stat : 1424 (java) S 1420 1422 621 0 -1 4202560 2885 0 1 0 27 1 0 0 20 0 19 0 333999323 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579756979352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1425] ppid=1420 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1422/task/1425/stat : 1425 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579725388072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1426] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1426/stat : 1426 (java) S 1420 1422 621 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579724335272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1427] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1427/stat : 1427 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579723282984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1428] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1428/stat : 1428 (java) S 1420 1422 621 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579722230184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1429] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1429/stat : 1429 (java) S 1420 1422 621 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579721177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1430] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1430/stat : 1430 (java) S 1420 1422 621 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579720125096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1431] ppid=1420 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1422/task/1431/stat : 1431 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579719072808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1432] ppid=1420 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1422/task/1432/stat : 1432 (java) S 1420 1422 621 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 333999324 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579718020008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1422/tid=1433] ppid=1420 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/1422/task/1433/stat : 1433 (java) S 1420 1422 621 0 -1 4202560 71 0 0 0 100 0 0 0 20 0 19 0 333999325 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579104061672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1434] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1434/stat : 1434 (java) S 1420 1422 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333999326 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579103007736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1435] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1435/stat : 1435 (java) S 1420 1422 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333999326 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579101955336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1436] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1436/stat : 1436 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333999328 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579100903824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1437] ppid=1420 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/1422/task/1437/stat : 1437 (java) S 1420 1422 621 0 -1 4202560 15808 0 0 0 163 3 0 0 20 0 19 0 333999328 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579099851448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1438] ppid=1420 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/1422/task/1438/stat : 1438 (java) S 1420 1422 621 0 -1 4202560 6357 0 0 0 83 0 0 0 20 0 19 0 333999328 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579098798648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1422/tid=1447] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1447/stat : 1447 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333999328 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579097746552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1422/tid=1448] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1448/stat : 1448 (java) S 1420 1422 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333999328 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579096693960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1422/tid=1452] ppid=1420 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1422/task/1452/stat : 1452 (java) S 1420 1422 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333999353 12137111552 128288 33554432000 1073741824 1073778376 140733726280032 140579092481064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.73
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 15.8891
CPU time (s): 32.829
CPU user time (s): 32.587
CPU system time (s): 0.241963
CPU usage (%): 206.614
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.587
system time used= 0.241963
maximum resident set size= 519156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26732
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1418
involuntary context switches= 1128

runsolver used 0.070989 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 01:12:19
IDJOB=3729624
IDBENCH=1298
IDSOLVER=2328
FILE ID=node123/3729624-1338678738
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

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

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

MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=918033277

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28671940 kB
Buffers:          483576 kB
Cached:          2197568 kB
SwapCached:         2272 kB
Active:          1440332 kB
Inactive:        1867140 kB
Active(anon):     621396 kB
Inactive(anon):     5516 kB
Active(file):     818936 kB
Inactive(file):  1861624 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:        636092 kB
Mapped:            18484 kB
Shmem:                 0 kB
Slab:             748760 kB
SReclaimable:     192508 kB
SUnreclaim:       556252 kB
KernelStack:        1616 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 01:12:34