Trace number 3458070

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.0OPT3 41.5947 40.3296

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
MD5SUM6355c589dda3f12b095277ae4637ab26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.12798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458070-1307157891.opb
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c #vars     528
0.11/0.17	c #constraints  787
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.92/0.66	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.39/1.09	c cleaning 4250 clauses out of 8503 with flag 11002/11002
1.90/1.51	c cleaning 5623 clauses out of 11251 with flag 18000/18000
2.41/2.08	c cleaning 6809 clauses out of 13629 with flag 26001/26001
3.13/2.79	c cleaning 7907 clauses out of 15819 with flag 35000/35000
3.93/3.57	c cleaning 8951 clauses out of 17913 with flag 45001/45001
4.74/4.35	c cleaning 9471 clauses out of 18961 with flag 55000/55000
5.43/5.07	c cleaning 9721 clauses out of 19490 with flag 65000/65000
6.34/5.98	c cleaning 9884 clauses out of 19770 with flag 75001/75001
7.05/6.70	c cleaning 9941 clauses out of 19888 with flag 85003/85003
8.16/7.41	c cleaning 9968 clauses out of 19945 with flag 95001/95001
9.39/8.33	c cleaning 9985 clauses out of 19978 with flag 105002/105002
10.49/9.44	c cleaning 9993 clauses out of 19992 with flag 115001/115001
11.60/10.54	c cleaning 9993 clauses out of 19998 with flag 125000/125000
12.71/11.64	c cleaning 9999 clauses out of 20006 with flag 135001/135001
13.72/12.61	c cleaning 10001 clauses out of 20006 with flag 145000/145000
14.62/13.56	c cleaning 9991 clauses out of 20005 with flag 155000/155000
15.34/14.23	c cleaning 9995 clauses out of 20015 with flag 165001/165001
16.03/14.91	c cleaning 10005 clauses out of 20019 with flag 175000/175000
17.13/16.09	c cleaning 10004 clauses out of 20015 with flag 185001/185001
18.05/16.91	c cleaning 10002 clauses out of 20009 with flag 195000/195000
18.80/17.67	c cleaning 9996 clauses out of 20007 with flag 205001/205001
19.48/18.35	c cleaning 9997 clauses out of 20010 with flag 215000/215000
20.38/19.28	c cleaning 9993 clauses out of 20013 with flag 225000/225000
21.29/20.18	c cleaning 10007 clauses out of 20021 with flag 235001/235001
22.00/20.89	c cleaning 10001 clauses out of 20013 with flag 245000/245000
22.79/21.63	c cleaning 9997 clauses out of 20012 with flag 255000/255000
23.40/22.29	c cleaning 10004 clauses out of 20016 with flag 265001/265001
24.50/23.39	c cleaning 10001 clauses out of 20011 with flag 275000/275000
25.10/23.91	c SATISFIABLE
25.10/23.91	c OPTIMIZING...
25.10/23.91	c Got one! Elapsed wall clock time (in seconds):23.799
25.10/23.91	o 129
25.50/24.30	c cleaning 10942 clauses out of 21901 with flag 5002/286891
25.90/24.78	c cleaning 8471 clauses out of 16957 with flag 11000/292889
26.60/25.40	c cleaning 7734 clauses out of 15486 with flag 18000/299889
27.00/25.89	c cleaning 7873 clauses out of 15753 with flag 26001/307890
27.62/26.48	c cleaning 8436 clauses out of 16880 with flag 35001/316890
28.01/26.88	c Got one! Elapsed wall clock time (in seconds):26.771
28.01/26.88	o 37
28.41/27.23	c cleaning 10526 clauses out of 21067 with flag 5001/329514
28.73/27.59	c cleaning 8258 clauses out of 16541 with flag 11001/335514
29.21/28.00	c cleaning 7630 clauses out of 15284 with flag 18002/342515
29.61/28.49	c cleaning 7812 clauses out of 15652 with flag 26000/350513
30.21/29.04	c cleaning 8419 clauses out of 16841 with flag 35001/359514
31.02/29.89	c cleaning 9209 clauses out of 18422 with flag 45001/369514
31.93/30.74	c cleaning 9606 clauses out of 19212 with flag 55000/379513
32.22/31.06	c Got one! Elapsed wall clock time (in seconds):30.951
32.22/31.06	o 33
32.32/31.13	c cleaning 7601 clauses out of 15241 with flag 1000/385149
32.72/31.54	c cleaning 6801 clauses out of 13641 with flag 7001/391150
33.22/32.03	c cleaning 6900 clauses out of 13840 with flag 14001/398150
33.92/32.70	c cleaning 7449 clauses out of 14940 with flag 22001/406150
34.52/33.30	c cleaning 8235 clauses out of 16490 with flag 31000/415149
35.24/34.04	c cleaning 9117 clauses out of 18255 with flag 41000/425149
35.94/34.74	c cleaning 9569 clauses out of 19138 with flag 51000/435149
36.74/35.55	c cleaning 9783 clauses out of 19570 with flag 61001/445150
37.56/36.32	c cleaning 9888 clauses out of 19786 with flag 71000/455149
37.64/36.49	c Got one! Elapsed wall clock time (in seconds):36.387
37.64/36.49	o 3
37.85/36.67	c cleaning 7916 clauses out of 15855 with flag 3000/461106
38.25/37.03	c cleaning 6956 clauses out of 13941 with flag 9002/467108
38.67/37.46	c cleaning 6987 clauses out of 13983 with flag 16000/474106
39.35/38.11	c cleaning 7495 clauses out of 14997 with flag 24001/482107
40.15/38.97	c cleaning 8248 clauses out of 16499 with flag 33000/491106
40.95/39.78	c cleaning 9123 clauses out of 18251 with flag 43000/501106
41.55/40.32	c starts		: 154
41.55/40.32	c conflicts		: 507072
41.55/40.32	c decisions		: 527434
41.55/40.32	c propagations		: 9959948
41.55/40.32	c inspects		: 317652682
41.55/40.32	c shortcuts		: 0
41.55/40.32	c learnt literals	: 11
41.55/40.32	c learnt binary clauses	: 20
41.55/40.32	c learnt ternary clauses	: 31
41.55/40.32	c learnt constraints	: 507060
41.55/40.32	c ignored constraints	: 0
41.55/40.32	c root simplifications	: 0
41.55/40.32	c removed literals (reason simplification)	: 15872783
41.55/40.32	c reason swapping (by a shorter reason)	: 0
41.55/40.32	c Calls to reduceDB	: 56
41.55/40.32	c number of reductions to clauses (during analyze)	: 0
41.55/40.32	c number of learned constraints concerned by reduction	: 0
41.55/40.32	c number of learning phase by resolution	: 0
41.55/40.32	c number of learning phase by cutting planes	: 0
41.55/40.32	c speed (assignments/second)	: 2605270.2066439968
41.55/40.32	c non guided choices	4657
41.55/40.32	c learnt constraints type 
41.55/40.32	c constraints type 
41.55/40.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
41.55/40.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
41.55/40.32	s OPTIMUM FOUND
41.55/40.32	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 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 x57 x58 -x59 x60 -x61 x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81 x82 x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
41.55/40.32	c objective function=3
41.55/40.32	c Total wall clock time (in seconds): 40.211

Verifier Data

OK	3

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.93 3/535 14670
/proc/meminfo: memFree=21460408/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 4057 0 1 0 0 0 0 0 25 0 2 0 827385834 13850947584 3758 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3381579 3772 917 9 0 3372735 0
[pid=14670/tid=14671] ppid=14668 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 7355 0 1 0 0 0 0 0 25 0 2 0 827385834 13850947584 8172 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.026888 s]
/proc/loadavg: 2.08 2.02 1.93 3/535 14670
/proc/meminfo: memFree=21460408/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13535028 CPUtime=0.02 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 12535 0 1 0 1 1 0 0 25 0 10 0 827385834 13859868672 12236 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3383757 12236 1000 9 0 3374913 0
[pid=14670/tid=14671] ppid=14668 vsize=13535028 CPUtime=0.01 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 11414 0 1 0 0 1 0 0 25 0 10 0 827385834 13859868672 12238 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 47120716744640 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13535028

[startup+0.100855 s]
/proc/loadavg: 2.08 2.02 1.93 3/535 14670
/proc/meminfo: memFree=21460408/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13622312 CPUtime=0.11 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 15593 0 1 0 9 2 0 0 25 0 18 0 827385834 13949247488 15256 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3405578 15257 2092 9 0 3396312 0
[pid=14670/tid=14671] ppid=14668 vsize=13622312 CPUtime=0.08 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 13647 0 1 0 7 1 0 0 25 0 18 0 827385834 13949247488 15257 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 47120712897283 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622312

[startup+0.300755 s]
/proc/loadavg: 2.08 2.02 1.93 3/535 14670
/proc/meminfo: memFree=21460408/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13625128 CPUtime=0.56 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 18697 0 1 0 54 2 0 0 25 0 19 0 827385834 13952131072 17293 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3406282 17293 2216 9 0 3397016 0
[pid=14670/tid=14671] ppid=14668 vsize=13625128 CPUtime=0.28 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14338 0 1 0 26 2 0 0 25 0 19 0 827385834 13952131072 17293 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505179312 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13625128

[startup+0.700675 s]
/proc/loadavg: 2.08 2.02 1.93 3/535 14670
/proc/meminfo: memFree=21460408/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13625848 CPUtime=1.08 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 20357 0 1 0 105 3 0 0 25 0 19 0 827385834 13952868352 18858 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3406462 18858 2248 9 0 3397196 0
[pid=14670/tid=14671] ppid=14668 vsize=13625848 CPUtime=0.67 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14879 0 1 0 65 2 0 0 25 0 19 0 827385834 13952868352 18858 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505538075 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13625848

[startup+1.50062 s]
/proc/loadavg: 2.08 2.02 1.93 3/554 14689
/proc/meminfo: memFree=21393084/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13624944 CPUtime=1.9 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 21126 0 1 0 187 3 0 0 25 0 19 0 827385834 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3406236 19459 2248 9 0 3396970 0
[pid=14670/tid=14671] ppid=14668 vsize=13624944 CPUtime=1.45 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14880 0 1 0 143 2 0 0 25 0 19 0 827385834 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505620405 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 169 0 0 0 0 0 0 0 16 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13624944 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 699 0 0 0 2 0 0 0 16 0 19 0 827385837 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13624944 CPUtime=0.2 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 1506 0 0 0 20 0 0 0 18 0 19 0 827385840 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13624944 CPUtime=0.19 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 1992 0 0 0 19 0 0 0 16 0 19 0 827385840 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827385840 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13951942656 19459 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13624944

[startup+3.10127 s]
/proc/loadavg: 2.08 2.02 1.93 3/554 14689
/proc/meminfo: memFree=21387752/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13624944 CPUtime=3.53 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 21930 0 1 0 350 3 0 0 25 0 19 0 827385834 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3406236 20259 2249 9 0 3396970 0
[pid=14670/tid=14671] ppid=14668 vsize=13624944 CPUtime=3 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14883 0 1 0 298 2 0 0 25 0 19 0 827385834 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505527634 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 180 0 0 0 0 0 0 0 16 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 827385836 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13624944 CPUtime=0.07 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 1214 0 0 0 7 0 0 0 16 0 19 0 827385837 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13624944 CPUtime=0.21 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 1506 0 0 0 21 0 0 0 15 0 19 0 827385840 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13624944 CPUtime=0.21 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2000 0 0 0 21 0 0 0 15 0 19 0 827385840 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827385840 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13624944 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13951942656 20259 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 13624944

[startup+6.30063 s]
/proc/loadavg: 2.07 2.02 1.93 3/554 14689
/proc/meminfo: memFree=21384284/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13624416 CPUtime=6.74 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 22349 0 1 0 671 3 0 0 25 0 19 0 827385834 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3406104 20517 2249 9 0 3396838 0
[pid=14670/tid=14671] ppid=14668 vsize=13624416 CPUtime=6.13 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14891 0 1 0 611 2 0 0 25 0 19 0 827385834 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505624522 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 827385836 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13624416 CPUtime=0.13 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 1615 0 0 0 13 0 0 0 16 0 19 0 827385837 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13624416 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13624416 CPUtime=0.21 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 1506 0 0 0 21 0 0 0 15 0 19 0 827385840 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13624416 CPUtime=0.21 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2000 0 0 0 21 0 0 0 15 0 19 0 827385840 13951401984 20517 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0

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

/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 190 0 0 0 3 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 217 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 230 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13644808 CPUtime=0.98 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 2707 0 0 0 96 2 0 0 15 0 19 0 827385837 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13644808 CPUtime=0.9 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 9648 0 0 0 89 1 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13644808 CPUtime=0.24 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2020 0 0 0 24 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.55
Current children cumulated vsize (KiB) 13644808

[startup+39.1011 s]
/proc/loadavg: 2.04 2.02 1.93 3/554 14690
/proc/meminfo: memFree=21356948/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13644808 CPUtime=40.35 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 31719 0 1 0 4028 7 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3411202 26813 2249 9 0 3401936 0
[pid=14670/tid=14671] ppid=14668 vsize=13644808 CPUtime=37.96 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14946 0 1 0 3794 2 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505624856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13644808 CPUtime=0.03 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 190 0 0 0 3 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 21 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 133 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13644808 CPUtime=1 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 2707 0 0 0 98 2 0 0 15 0 19 0 827385837 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13644808 CPUtime=0.9 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 9648 0 0 0 89 1 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13644808 CPUtime=0.24 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2020 0 0 0 24 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40.35
Current children cumulated vsize (KiB) 13644808

[startup+39.9009 s]
/proc/loadavg: 2.04 2.02 1.93 3/554 14690
/proc/meminfo: memFree=21356948/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13644808 CPUtime=41.15 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 31720 0 1 0 4108 7 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3411202 26813 2249 9 0 3401936 0
[pid=14670/tid=14671] ppid=14668 vsize=13644808 CPUtime=38.73 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14947 0 1 0 3871 2 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505600412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13644808 CPUtime=0.03 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 190 0 0 0 3 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 21 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13644808 CPUtime=1.02 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 2707 0 0 0 100 2 0 0 15 0 19 0 827385837 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13644808 CPUtime=0.9 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 9648 0 0 0 89 1 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13644808 CPUtime=0.24 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2020 0 0 0 24 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.15
Current children cumulated vsize (KiB) 13644808

[startup+40.3008 s]
/proc/loadavg: 2.04 2.02 1.93 3/554 14690
/proc/meminfo: memFree=21356948/32950928 swapFree=34259960/67111528
[pid=14670] ppid=14668 vsize=13644808 CPUtime=41.55 cores=1,3,5,7
/proc/14670/stat : 14670 (java) S 14668 14670 7151 0 -1 4202496 31720 0 1 0 4148 7 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14670/statm: 3411202 26813 2249 9 0 3401936 0
[pid=14670/tid=14671] ppid=14668 vsize=13644808 CPUtime=39.13 cores=1,3,5,7
/proc/14670/task/14671/stat : 14671 (java) R 14668 14670 7151 0 -1 4202560 14947 0 1 0 3911 2 0 0 25 0 19 0 827385834 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 46912505747888 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14670/tid=14673] ppid=14668 vsize=13644808 CPUtime=0.03 cores=1,3,5,7
/proc/14670/task/14673/stat : 14673 (java) S 14668 14670 7151 0 -1 4202560 190 0 0 0 3 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14674] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14674/stat : 14674 (java) S 14668 14670 7151 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14675] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14675/stat : 14675 (java) S 14668 14670 7151 0 -1 4202560 21 0 0 0 2 0 0 0 16 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14676] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14676/stat : 14676 (java) S 14668 14670 7151 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14677] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14677/stat : 14677 (java) S 14668 14670 7151 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14678] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14678/stat : 14678 (java) S 14668 14670 7151 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14679] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14679/stat : 14679 (java) S 14668 14670 7151 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14680] ppid=14668 vsize=13644808 CPUtime=0.02 cores=1,3,5,7
/proc/14670/task/14680/stat : 14680 (java) S 14668 14670 7151 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 827385836 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14681] ppid=14668 vsize=13644808 CPUtime=1.02 cores=1,3,5,7
/proc/14670/task/14681/stat : 14681 (java) S 14668 14670 7151 0 -1 4202560 2707 0 0 0 100 2 0 0 15 0 19 0 827385837 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14682] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14682/stat : 14682 (java) S 14668 14670 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14683] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14683/stat : 14683 (java) S 14668 14670 7151 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827385838 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14684] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14684/stat : 14684 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14685] ppid=14668 vsize=13644808 CPUtime=0.9 cores=1,3,5,7
/proc/14670/task/14685/stat : 14685 (java) S 14668 14670 7151 0 -1 4202560 9648 0 0 0 89 1 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=14670/tid=14686] ppid=14668 vsize=13644808 CPUtime=0.24 cores=1,3,5,7
/proc/14670/task/14686/stat : 14686 (java) S 14668 14670 7151 0 -1 4202560 2020 0 0 0 24 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 7 0 0 0
[pid=14670/tid=14687] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14687/stat : 14687 (java) S 14668 14670 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 5 0 0 0
[pid=14670/tid=14688] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14688/stat : 14688 (java) S 14668 14670 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827385840 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=14670/tid=14689] ppid=14668 vsize=13644808 CPUtime=0 cores=1,3,5,7
/proc/14670/task/14689/stat : 14689 (java) S 14668 14670 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827385852 13972283392 26813 33554432000 1073741824 1073778376 140735395055776 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.55
Current children cumulated vsize (KiB) 13644808

Child status: 30
Real time (s): 40.3296
CPU time (s): 41.5947
CPU user time (s): 41.5137
CPU system time (s): 0.080987
CPU usage (%): 103.137
Max. virtual memory (cumulated for all children) (KiB): 13649080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5137
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31740
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= 2461
involuntary context switches= 1423

runsolver used 0.201969 second user time and 0.494924 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 05:24:52
IDJOB=3458070
IDBENCH=47890
IDSOLVER=1952
FILE ID=node149/3458070-1307157891
RUNJOBID= node149-1307156022-13968
PBS_JOBID= 13508767
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458070-1307157891/watcher-3458070-1307157891 -o /tmp/evaluation-result-3458070-1307157891/solver-3458070-1307157891 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458070-1307157891.opb

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

MD5SUM BENCH= 6355c589dda3f12b095277ae4637ab26
RANDOM SEED=152953289

node149.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.806
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.61
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21460548 kB
Buffers:        334164 kB
Cached:        3252880 kB
SwapCached:     123196 kB
Active:         437268 kB
Inactive:     10717020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21460548 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             688 kB
Writeback:          12 kB
AnonPages:     7468484 kB
Mapped:          26216 kB
Slab:           148464 kB
PageTables:     118016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186528548 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= 73764 MiB
End job on node149 at 2011-06-04 05:25:32