Trace number 3459431

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT62027 19.1941 18.0078

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.005998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 solving HOME/instance-3459431-1307637136.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.016s.
0.10/0.13	c #vars     40
0.10/0.13	c #constraints  23
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
0.10/0.13	c SATISFIABLE
0.10/0.13	c OPTIMIZING...
0.10/0.13	c Got one! Elapsed wall clock time (in seconds):0.019
0.10/0.17	o 62076
0.10/0.18	c Got one! Elapsed wall clock time (in seconds):0.063
0.10/0.18	o 62051
0.10/0.18	c Got one! Elapsed wall clock time (in seconds):0.067
0.10/0.18	o 62027
0.66/0.40	c cleaning 2504 clauses out of 5015 with flag 5001/5015
0.83/0.52	c cleaning 4250 clauses out of 8510 with flag 11000/11014
0.95/0.63	c cleaning 5627 clauses out of 11261 with flag 18001/18015
1.06/0.78	c cleaning 6813 clauses out of 13633 with flag 26000/26014
1.28/0.95	c cleaning 7904 clauses out of 15820 with flag 35000/35014
1.49/1.14	c cleaning 8953 clauses out of 17916 with flag 45000/45014
1.68/1.36	c cleaning 9476 clauses out of 18963 with flag 55000/55014
1.88/1.58	c cleaning 9740 clauses out of 19487 with flag 65000/65014
2.19/1.80	c cleaning 9872 clauses out of 19747 with flag 75000/75014
2.40/2.03	c cleaning 9932 clauses out of 19875 with flag 85000/85014
2.60/2.26	c cleaning 9965 clauses out of 19943 with flag 95000/95014
2.80/2.46	c cleaning 9984 clauses out of 19978 with flag 105000/105014
3.00/2.67	c cleaning 9993 clauses out of 19994 with flag 115000/115014
3.30/2.90	c cleaning 9998 clauses out of 20001 with flag 125000/125014
3.50/3.11	c cleaning 9994 clauses out of 20003 with flag 135000/135014
3.71/3.32	c cleaning 9998 clauses out of 20009 with flag 145000/145014
3.90/3.53	c cleaning 9999 clauses out of 20012 with flag 155001/155015
4.10/3.75	c cleaning 9999 clauses out of 20013 with flag 165001/165015
4.30/3.97	c cleaning 10003 clauses out of 20014 with flag 175001/175015
4.50/4.18	c cleaning 9999 clauses out of 20010 with flag 185000/185014
4.71/4.38	c cleaning 9999 clauses out of 20012 with flag 195001/195015
4.90/4.58	c cleaning 10000 clauses out of 20013 with flag 205001/205015
5.10/4.79	c cleaning 10000 clauses out of 20014 with flag 215002/215016
5.31/4.99	c cleaning 10005 clauses out of 20013 with flag 225001/225015
5.50/5.20	c cleaning 9997 clauses out of 20008 with flag 235001/235015
5.71/5.39	c cleaning 10000 clauses out of 20010 with flag 245000/245014
5.91/5.59	c cleaning 9998 clauses out of 20010 with flag 255000/255014
6.21/5.80	c cleaning 10001 clauses out of 20013 with flag 265001/265015
6.41/6.01	c cleaning 9998 clauses out of 20012 with flag 275001/275015
6.61/6.21	c cleaning 10005 clauses out of 20014 with flag 285001/285015
6.81/6.41	c cleaning 9999 clauses out of 20009 with flag 295001/295015
7.02/6.61	c cleaning 9997 clauses out of 20009 with flag 305000/305014
7.21/6.80	c cleaning 10002 clauses out of 20013 with flag 315001/315015
7.41/7.01	c cleaning 10000 clauses out of 20010 with flag 325000/325014
7.61/7.21	c cleaning 9999 clauses out of 20010 with flag 335000/335014
7.81/7.41	c cleaning 10000 clauses out of 20011 with flag 345000/345014
8.02/7.61	c cleaning 9999 clauses out of 20011 with flag 355000/355014
8.22/7.81	c cleaning 9999 clauses out of 20012 with flag 365000/365014
8.42/8.00	c cleaning 10001 clauses out of 20013 with flag 375000/375014
8.62/8.21	c cleaning 10000 clauses out of 20012 with flag 385000/385014
8.82/8.43	c cleaning 10000 clauses out of 20012 with flag 395000/395014
9.02/8.64	c cleaning 10002 clauses out of 20013 with flag 405001/405015
9.22/8.84	c cleaning 10000 clauses out of 20011 with flag 415001/415015
9.42/9.09	c cleaning 9999 clauses out of 20011 with flag 425001/425015
9.62/9.29	c cleaning 10000 clauses out of 20012 with flag 435001/435015
9.92/9.51	c cleaning 10003 clauses out of 20012 with flag 445001/445015
10.12/9.71	c cleaning 9996 clauses out of 20008 with flag 455000/455014
10.33/9.93	c cleaning 9999 clauses out of 20012 with flag 465000/465014
10.53/10.14	c cleaning 10003 clauses out of 20014 with flag 475001/475015
10.73/10.34	c cleaning 10000 clauses out of 20011 with flag 485001/485015
10.93/10.52	c cleaning 9998 clauses out of 20011 with flag 495001/495015
11.13/10.71	c cleaning 10001 clauses out of 20013 with flag 505001/505015
11.33/10.92	c cleaning 10000 clauses out of 20012 with flag 515001/515015
11.53/11.12	c cleaning 9999 clauses out of 20011 with flag 525000/525014
11.73/11.32	c cleaning 10000 clauses out of 20012 with flag 535000/535014
11.93/11.51	c cleaning 10000 clauses out of 20012 with flag 545000/545014
12.14/11.70	c cleaning 9999 clauses out of 20012 with flag 555000/555014
12.34/11.90	c cleaning 10004 clauses out of 20015 with flag 565002/565016
12.44/12.10	c cleaning 9997 clauses out of 20010 with flag 575001/575015
12.74/12.31	c cleaning 10005 clauses out of 20013 with flag 585001/585015
12.94/12.53	c cleaning 9999 clauses out of 20007 with flag 595000/595014
13.14/12.75	c cleaning 9999 clauses out of 20009 with flag 605001/605015
13.33/12.95	c cleaning 10000 clauses out of 20010 with flag 615001/615015
13.54/13.14	c cleaning 9998 clauses out of 20010 with flag 625001/625015
13.73/13.36	c cleaning 10000 clauses out of 20011 with flag 635000/635014
13.94/13.57	c cleaning 9998 clauses out of 20012 with flag 645001/645015
14.15/13.76	c cleaning 10003 clauses out of 20013 with flag 655000/655014
14.36/13.94	c cleaning 10000 clauses out of 20011 with flag 665001/665015
14.56/14.14	c cleaning 10000 clauses out of 20010 with flag 675000/675014
14.76/14.35	c cleaning 9999 clauses out of 20010 with flag 685000/685014
14.96/14.53	c cleaning 9999 clauses out of 20011 with flag 695000/695014
15.16/14.73	c cleaning 10000 clauses out of 20012 with flag 705000/705014
15.36/14.93	c cleaning 10003 clauses out of 20012 with flag 715000/715014
15.56/15.13	c cleaning 9999 clauses out of 20009 with flag 725000/725014
15.76/15.33	c cleaning 10000 clauses out of 20011 with flag 735001/735015
15.96/15.52	c cleaning 9999 clauses out of 20010 with flag 745000/745014
16.15/15.74	c cleaning 10001 clauses out of 20012 with flag 755001/755015
16.35/15.95	c cleaning 10002 clauses out of 20010 with flag 765000/765014
16.56/16.16	c cleaning 10002 clauses out of 20008 with flag 775000/775014
16.76/16.38	c cleaning 9996 clauses out of 20007 with flag 785001/785015
16.97/16.58	c cleaning 9999 clauses out of 20010 with flag 795000/795014
17.17/16.78	c cleaning 10000 clauses out of 20012 with flag 805001/805015
17.37/16.99	c cleaning 10001 clauses out of 20013 with flag 815002/815016
17.73/17.22	c cleaning 9999 clauses out of 20010 with flag 825000/825014
18.15/17.46	c cleaning 10000 clauses out of 20010 with flag 835000/835014
18.44/17.68	c cleaning 10000 clauses out of 20010 with flag 845001/845015
18.79/17.89	c cleaning 10005 clauses out of 20010 with flag 855001/855015
18.99/17.99	c starts		: 174
18.99/17.99	c conflicts		: 858857
18.99/17.99	c decisions		: 896595
18.99/17.99	c propagations		: 4533887
18.99/17.99	c inspects		: 214203076
18.99/17.99	c shortcuts		: 0
18.99/17.99	c learnt literals	: 9
18.99/17.99	c learnt binary clauses	: 42
18.99/17.99	c learnt ternary clauses	: 111
18.99/17.99	c learnt constraints	: 858847
18.99/17.99	c ignored constraints	: 0
18.99/17.99	c root simplifications	: 0
18.99/17.99	c removed literals (reason simplification)	: 271880
18.99/17.99	c reason swapping (by a shorter reason)	: 0
18.99/17.99	c Calls to reduceDB	: 87
18.99/17.99	c number of reductions to clauses (during analyze)	: 0
18.99/17.99	c number of learned constraints concerned by reduction	: 0
18.99/17.99	c number of learning phase by resolution	: 0
18.99/17.99	c number of learning phase by cutting planes	: 0
18.99/17.99	c speed (assignments/second)	: 254626.92350892955
18.99/17.99	c non guided choices	3
18.99/17.99	c learnt constraints type 
18.99/17.99	c constraints type 
18.99/17.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
18.99/17.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
18.99/17.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
18.99/17.99	s OPTIMUM FOUND
18.99/17.99	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 
18.99/17.99	c objective function=62027
18.99/17.99	c Total wall clock time (in seconds): 17.874

Verifier Data

OK	62027

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-3459431-1307637136/watcher-3459431-1307637136 -o /tmp/evaluation-result-3459431-1307637136/solver-3459431-1307637136 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459431-1307637136.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.01 1.92 2/192 1739
/proc/meminfo: memFree=32538964/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/1739/stat : 1739 (java) R 1737 1739 787 0 -1 4202496 206 0 0 0 0 0 0 0 25 0 1 0 875313964 9318400 144 33554432000 1073741824 1073778376 140736709543184 18446744073709551615 253652686352 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1739/statm: 2275 149 109 9 0 67 0

[startup+0.0331121 s]
/proc/loadavg: 2.05 2.01 1.92 2/192 1739
/proc/meminfo: memFree=32538964/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13536868 CPUtime=0.02 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 12939 0 1 0 1 1 0 0 25 0 10 0 875313964 13861752832 12638 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3384217 12646 1344 9 0 3374965 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13536868

[startup+0.10112 s]
/proc/loadavg: 2.05 2.01 1.92 2/192 1739
/proc/meminfo: memFree=32538964/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13622148 CPUtime=0.1 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 15503 0 1 0 9 1 0 0 25 0 18 0 875313964 13949079552 15165 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3405537 15166 2093 9 0 3396271 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622148

[startup+0.301048 s]
/proc/loadavg: 2.05 2.01 1.92 2/192 1739
/proc/meminfo: memFree=32538964/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13625808 CPUtime=0.48 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 17863 0 1 0 47 1 0 0 25 0 19 0 875313964 13952827392 16726 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3406452 16726 2203 9 0 3397186 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13625808

[startup+0.700979 s]
/proc/loadavg: 2.05 2.01 1.92 2/192 1739
/proc/meminfo: memFree=32538964/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13625808 CPUtime=1.06 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 19793 0 1 0 105 1 0 0 25 0 19 0 875313964 13952827392 17904 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3406452 17904 2238 9 0 3397186 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13625808

[startup+1.50086 s]
/proc/loadavg: 2.04 2.01 1.92 3/211 1758
/proc/meminfo: memFree=32475164/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13625808 CPUtime=1.88 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 20250 0 1 0 187 1 0 0 25 0 19 0 875313964 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3406452 18357 2248 9 0 3397186 0
[pid=1739/tid=1741] ppid=1737 vsize=13625808 CPUtime=1.33 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 787 0 -1 4202560 14213 0 1 0 132 1 0 0 18 0 19 0 875313964 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 46912505651091 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 59 0 0 0 0 0 0 0 16 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13625808 CPUtime=0.09 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 681 0 0 0 9 0 0 0 15 0 19 0 875313967 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13625808 CPUtime=0.24 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 1978 0 0 0 24 0 0 0 23 0 19 0 875313970 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13625808 CPUtime=0.18 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 1671 0 0 0 18 0 0 0 15 0 19 0 875313970 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13952827392 18357 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13625808

[startup+3.10157 s]
/proc/loadavg: 2.04 2.01 1.92 3/211 1758
/proc/meminfo: memFree=32473800/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13625808 CPUtime=3.5 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 20265 0 1 0 348 2 0 0 25 0 19 0 875313964 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3406452 18365 2248 9 0 3397186 0
[pid=1739/tid=1741] ppid=1737 vsize=13625808 CPUtime=2.82 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 787 0 -1 4202560 14220 0 1 0 281 1 0 0 18 0 19 0 875313964 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 46912505747036 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 19 0 875313966 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13625808 CPUtime=0.19 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 681 0 0 0 19 0 0 0 15 0 19 0 875313967 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13625808 CPUtime=0.24 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 1978 0 0 0 24 0 0 0 23 0 19 0 875313970 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13625808 CPUtime=0.19 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 1671 0 0 0 19 0 0 0 15 0 19 0 875313970 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13625808 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13952827392 18365 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 13625808

[startup+6.30097 s]
/proc/loadavg: 2.04 2.01 1.92 3/211 1759
/proc/meminfo: memFree=32473160/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13625240 CPUtime=6.71 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 20290 0 1 0 669 2 0 0 25 0 19 0 875313964 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3406310 18233 2248 9 0 3397044 0
[pid=1739/tid=1741] ppid=1737 vsize=13625240 CPUtime=5.76 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 787 0 -1 4202560 14237 0 1 0 575 1 0 0 19 0 19 0 875313964 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 46912505651218 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13625240 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13625240 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 875313966 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13625240 CPUtime=0.43 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 687 0 0 0 43 0 0 0 15 0 19 0 875313967 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13625240 CPUtime=0.24 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 1978 0 0 0 24 0 0 0 23 0 19 0 875313970 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13625240 CPUtime=0.19 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 1671 0 0 0 19 0 0 0 15 0 19 0 875313970 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13625240 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13952245760 18233 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 13625240

[startup+12.7008 s]

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

/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 787 0 -1 4202560 14287 0 1 0 1533 1 0 0 25 0 19 0 875313964 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 46912505514944 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 70 0 0 0 1 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 16 0 0 0 1 0 0 0 16 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13625272 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13625272 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13625272 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 875313966 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13625272 CPUtime=1.19 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 687 0 0 0 118 1 0 0 15 0 19 0 875313967 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13625272 CPUtime=0.24 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 1978 0 0 0 24 0 0 0 23 0 19 0 875313970 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13625272 CPUtime=0.2 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 1888 0 0 0 20 0 0 0 15 0 19 0 875313970 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13625272 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13952278528 18262 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 13625272

[startup+17.5009 s]
/proc/loadavg: 2.03 2.01 1.92 3/211 1759
/proc/meminfo: memFree=32450356/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13647152 CPUtime=18.34 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 28523 0 1 0 1829 5 0 0 25 0 19 0 875313964 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3411788 24035 2249 9 0 3402522 0
[pid=1739/tid=1741] ppid=1737 vsize=13647152 CPUtime=16.08 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 787 0 -1 4202560 14294 0 1 0 1607 1 0 0 17 0 19 0 875313964 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 46912505515218 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 70 0 0 0 1 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13647152 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13647152 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 176 0 0 0 1 0 0 0 16 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13647152 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 875313966 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13647152 CPUtime=1.25 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 704 0 0 0 124 1 0 0 15 0 19 0 875313967 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13647152 CPUtime=0.32 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 2786 0 0 0 32 0 0 0 16 0 19 0 875313970 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13647152 CPUtime=0.49 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 9007 0 0 0 48 1 0 0 16 0 19 0 875313970 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13647152 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13974683648 24035 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.34
Current children cumulated vsize (KiB) 13647152

[startup+17.9008 s]
/proc/loadavg: 2.03 2.01 1.92 3/211 1759
/proc/meminfo: memFree=32450356/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13648192 CPUtime=18.99 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 29265 0 1 0 1894 5 0 0 25 0 19 0 875313964 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3412048 24776 2249 9 0 3402782 0
[pid=1739/tid=1741] ppid=1737 vsize=13648192 CPUtime=16.45 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 787 0 -1 4202560 14295 0 1 0 1644 1 0 0 18 0 19 0 875313964 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13648192 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 70 0 0 0 1 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13648192 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13648192 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13648192 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13648192 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13648192 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13648192 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13648192 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 875313966 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13648192 CPUtime=1.28 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) R 1737 1739 787 0 -1 4202560 704 0 0 0 126 2 0 0 15 0 19 0 875313967 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 47616725956706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 875313968 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 875313968 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875313970 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652683185 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13648192 CPUtime=0.32 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 2786 0 0 0 32 0 0 0 16 0 19 0 875313970 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13648192 CPUtime=0.74 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) R 1737 1739 787 0 -1 4202560 9748 0 0 0 73 1 0 0 16 0 19 0 875313970 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 47616724776672 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875313970 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1757] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1757/stat : 1757 (java) S 1737 1739 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875313970 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13648192 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875313977 13975748608 24776 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 13648192

[startup+18.0009 s]
/proc/loadavg: 2.03 2.01 1.92 3/211 1759
/proc/meminfo: memFree=32450356/32951124 swapFree=67060628/67111528
[pid=1739] ppid=1737 vsize=13649220 CPUtime=19.18 cores=0,2,4,6
/proc/1739/stat : 1739 (java) S 1737 1739 787 0 -1 4202496 29357 0 1 0 1912 6 0 0 25 0 18 0 875313964 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1739/statm: 3412305 24866 2251 9 0 3403039 0
[pid=1739/tid=1741] ppid=1737 vsize=13649220 CPUtime=16.52 cores=0,2,4,6
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 787 0 -1 4202560 14300 0 1 0 1651 1 0 0 18 0 18 0 875313964 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 4
[pid=1739/tid=1742] ppid=1737 vsize=13649220 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 787 0 -1 4202560 70 0 0 0 1 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=13649220 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 787 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=13649220 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 787 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1745] ppid=1737 vsize=13649220 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1745/stat : 1745 (java) S 1737 1739 787 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=13649220 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 787 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=13649220 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 787 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=13649220 CPUtime=0.01 cores=0,2,4,6
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 787 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=13649220 CPUtime=0.02 cores=0,2,4,6
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 787 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 18 0 875313966 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=13649220 CPUtime=1.29 cores=0,2,4,6
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 787 0 -1 4202560 719 0 0 0 127 2 0 0 15 0 18 0 875313967 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 0 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=13649220 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 787 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 18 0 875313968 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 6 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=13649220 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 787 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 875313968 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=13649220 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1753/stat : 1753 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 875313970 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=13649220 CPUtime=0.33 cores=0,2,4,6
/proc/1739/task/1754/stat : 1754 (java) S 1737 1739 787 0 -1 4202560 2823 0 0 0 33 0 0 0 15 0 18 0 875313970 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=13649220 CPUtime=0.84 cores=0,2,4,6
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 787 0 -1 4202560 9764 0 0 0 83 1 0 0 16 0 18 0 875313970 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 2 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=13649220 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 875313970 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652675481 0 4 0 16800975 18446604453885171840 0 0 -1 4 0 0 0
[pid=1739/tid=1758] ppid=1737 vsize=13649220 CPUtime=0 cores=0,2,4,6
/proc/1739/task/1758/stat : 1758 (java) S 1737 1739 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 875313977 13976801280 24866 33554432000 1073741824 1073778376 140735554806544 18446744073709551615 253652676096 0 4 0 16800975 18446604453885171840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 13649220

Child status: 30
Real time (s): 18.0078
CPU time (s): 19.1941
CPU user time (s): 19.1291
CPU system time (s): 0.06499
CPU usage (%): 106.587
Max. virtual memory (cumulated for all children) (KiB): 13649220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1291
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29357
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= 2797
involuntary context switches= 1131

runsolver used 0.035994 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-09 18:32:16
IDJOB=3459431
IDBENCH=1867
IDSOLVER=1952
FILE ID=node106/3459431-1307637136
RUNJOBID= node106-1307633281-806
PBS_JOBID= 13549385
Free space on /tmp= 74124 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459431-1307637136/watcher-3459431-1307637136 -o /tmp/evaluation-result-3459431-1307637136/solver-3459431-1307637136 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459431-1307637136.opb

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

MD5SUM BENCH= ab21eb5817d07a398a94670d7815d5fb
RANDOM SEED=524556855

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32539128 kB
Buffers:         26440 kB
Cached:          90160 kB
SwapCached:      12404 kB
Active:         197480 kB
Inactive:        61948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32539128 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:      140764 kB
Mapped:          18408 kB
Slab:            88832 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13614360 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= 74124 MiB
End job on node106 at 2011-06-09 18:32:34