Trace number 4106495

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 PB 2.3.6 Resolution PB16OPT3 390.66 389.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
MD5SUM65bc139f592885e582edbd6d46332a4d
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.11998
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 variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106495-1466270939.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.065s.
0.11/0.17	c declared #vars     135
0.11/0.17	c internal #vars     540
0.11/0.17	c #constraints  826
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.11/0.17	c 826 constraints processed.
0.11/0.17	c objective function length is 9 literals
0.76/0.55	c cleaning 2496 clauses out of 5001 with flag 10191/5001
1.15/0.89	c cleaning 4247 clauses out of 8505 with flag 22327/11001
1.72/1.32	c cleaning 5619 clauses out of 11257 with flag 36741/18000
2.44/2.00	c cleaning 6809 clauses out of 13639 with flag 53395/26001
3.36/2.99	c cleaning 7909 clauses out of 15830 with flag 72072/35001
4.26/3.84	c cleaning 8954 clauses out of 17920 with flag 92943/45000
5.26/4.83	c cleaning 9974 clauses out of 19966 with flag 117442/56000
6.66/6.20	c cleaning 10991 clauses out of 21992 with flag 143451/68000
7.57/7.16	c cleaning 11991 clauses out of 24002 with flag 171034/81001
8.97/8.58	c cleaning 12987 clauses out of 26011 with flag 202726/95001
8.97/8.59	c SATISFIABLE
8.97/8.59	c OPTIMIZING...
8.97/8.59	c Got one! Elapsed wall clock time (in seconds):8.485
8.97/8.59	o 323
9.07/8.66	c Got one! Elapsed wall clock time (in seconds):8.561
9.07/8.66	o 3
9.47/9.00	c cleaning 9392 clauses out of 18788 with flag 9330/100765
9.87/9.45	c cleaning 7682 clauses out of 15397 with flag 22698/106766
10.47/10.02	c cleaning 7348 clauses out of 14714 with flag 37456/113765
10.87/10.41	c cleaning 7677 clauses out of 15367 with flag 54884/121766
11.37/10.95	c cleaning 8345 clauses out of 16690 with flag 74142/130766
12.06/11.64	c cleaning 9155 clauses out of 18345 with flag 95411/140766
12.86/12.43	c cleaning 10076 clauses out of 20190 with flag 119285/151766
13.86/13.41	c cleaning 11046 clauses out of 22114 with flag 147401/163766
15.06/14.62	c cleaning 12026 clauses out of 24067 with flag 178143/176765
16.56/16.19	c cleaning 13015 clauses out of 26042 with flag 209330/190766
18.27/17.86	c cleaning 14005 clauses out of 28027 with flag 249631/205766
20.17/19.80	c cleaning 15004 clauses out of 30021 with flag 287736/221765
22.27/21.85	c cleaning 16005 clauses out of 32017 with flag 326684/238765
24.07/23.60	c cleaning 17002 clauses out of 34012 with flag 368704/256765
26.07/25.62	c cleaning 17992 clauses out of 36010 with flag 409116/275765
27.76/27.34	c cleaning 18992 clauses out of 38018 with flag 454503/295765
29.97/29.56	c cleaning 20012 clauses out of 40027 with flag 503817/316766
32.38/31.91	c cleaning 21006 clauses out of 42015 with flag 554128/338766
35.00/34.52	c cleaning 22003 clauses out of 44008 with flag 608545/361765
37.70/37.28	c cleaning 22988 clauses out of 46005 with flag 666732/385765
40.34/39.84	c cleaning 23999 clauses out of 48018 with flag 726798/410766
43.78/42.81	c cleaning 25006 clauses out of 50018 with flag 788013/436765
47.09/46.15	c cleaning 25990 clauses out of 52013 with flag 849812/463766
49.99/49.10	c cleaning 27008 clauses out of 54023 with flag 912465/491766
54.19/53.29	c cleaning 27998 clauses out of 56015 with flag 985707/520766
57.49/56.58	c cleaning 29004 clauses out of 58016 with flag 1053783/550765
61.50/60.55	c cleaning 29999 clauses out of 60013 with flag 1122371/581766
66.49/65.53	c cleaning 30990 clauses out of 62013 with flag 1196335/613765
71.99/71.08	c cleaning 32006 clauses out of 64024 with flag 1271237/646766
81.01/79.98	c cleaning 33005 clauses out of 66017 with flag 1349795/680766
87.64/86.56	c cleaning 33986 clauses out of 68011 with flag 1428734/715765
94.03/92.98	c cleaning 35012 clauses out of 70027 with flag 1509459/751767
102.65/101.59	c cleaning 35990 clauses out of 72014 with flag 1593083/788766
107.86/106.78	c cleaning 36995 clauses out of 74022 with flag 1675438/826765
115.85/114.72	c cleaning 38010 clauses out of 76028 with flag 1762370/865766
121.55/120.47	c cleaning 39006 clauses out of 78018 with flag 1848275/905766
127.95/126.81	c cleaning 39997 clauses out of 80011 with flag 1935322/946765
136.35/135.20	c cleaning 40998 clauses out of 82014 with flag 2026135/988765
144.45/143.31	c cleaning 42006 clauses out of 84019 with flag 2116449/1031768
153.80/152.65	c cleaning 42988 clauses out of 86011 with flag 2216726/1075766
162.70/161.59	c cleaning 43997 clauses out of 88022 with flag 2314889/1120765
170.90/169.78	c cleaning 44996 clauses out of 90025 with flag 2421038/1166765
179.51/178.39	c cleaning 46006 clauses out of 92030 with flag 2524442/1213766
189.00/187.88	c cleaning 46999 clauses out of 94024 with flag 2633683/1261766
197.51/196.35	c cleaning 48004 clauses out of 96024 with flag 2745677/1310766
205.21/204.03	c cleaning 49001 clauses out of 98020 with flag 2851677/1360766
214.51/213.36	c cleaning 50008 clauses out of 100020 with flag 2962633/1411767
223.86/222.62	c cleaning 50999 clauses out of 102010 with flag 3075253/1463765
233.47/232.27	c cleaning 51995 clauses out of 104011 with flag 3189281/1516765
242.86/241.61	c cleaning 53001 clauses out of 106016 with flag 3306115/1570765
253.96/252.79	c cleaning 54001 clauses out of 108016 with flag 3426610/1625766
265.09/263.83	c cleaning 54995 clauses out of 110014 with flag 3546257/1681765
276.09/274.86	c cleaning 56005 clauses out of 112020 with flag 3672728/1738766
288.24/286.90	c cleaning 57002 clauses out of 114014 with flag 3801829/1796765
301.35/299.98	c cleaning 57998 clauses out of 116012 with flag 3933167/1855765
319.95/318.57	c cleaning 59002 clauses out of 118014 with flag 4071776/1915765
339.95/338.50	c cleaning 60002 clauses out of 120011 with flag 4203640/1976765
360.07/358.69	c cleaning 61000 clauses out of 122010 with flag 4336049/2038766
383.27/381.87	c cleaning 62001 clauses out of 124009 with flag 4469564/2101765
390.66/389.28	c starts		: 3736
390.66/389.28	c conflicts		: 2133802
390.66/389.28	c decisions		: 2383399
390.66/389.28	c propagations		: 42930547
390.66/389.28	c inspects		: 7714431617
390.66/389.28	c shortcuts		: 0
390.66/389.28	c learnt literals	: 18
390.66/389.28	c learnt binary clauses	: 24
390.66/389.28	c learnt ternary clauses	: 46
390.66/389.28	c learnt constraints	: 2133783
390.66/389.28	c ignored constraints	: 0
390.66/389.28	c root simplifications	: 0
390.66/389.28	c removed literals (reason simplification)	: 0
390.66/389.28	c reason swapping (by a shorter reason)	: 0
390.66/389.28	c Calls to reduceDB	: 69
390.66/389.28	c Number of update (reduction) of LBD	: 66039
390.66/389.28	c Imported unit clauses	: 0
390.66/389.28	c number of reductions to clauses (during analyze)	: 0
390.66/389.28	c number of learned constraints concerned by reduction	: 0
390.66/389.28	c number of learning phase by resolution	: 0
390.66/389.28	c number of learning phase by cutting planes	: 0
390.66/389.28	c speed (assignments/second)	: 110329.82105363252
390.66/389.28	c non guided choices	7747
390.66/389.28	c learnt constraints type 
390.66/389.28	s OPTIMUM FOUND
390.66/389.28	c Found 2 solution(s)
390.66/389.28	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 
390.66/389.28	c objective function=3
390.66/389.28	c Total wall clock time (in seconds): 389.181

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106495-1466270939/watcher-4106495-1466270939 -o /tmp/evaluation-result-4106495-1466270939/solver-4106495-1466270939 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106495-1466270939.opb 

pid=27412
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.37 2.23 2.19 3/194 27415
/proc/meminfo: memFree=29923892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 29140507 94019584 913 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 22954 916 696 9 0 16769 0
[pid=27415/tid=27416] ppid=27412 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) D 27412 27415 21988 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 29140507 94019584 917 33554432000 1073741824 1073778376 140734651914432 139685008883240 270698376487 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 27415
/proc/meminfo: memFree=29923892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 29140507 9787879424 6105 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2389619 6105 2155 9 0 2380296 0
[pid=27415/tid=27416] ppid=27412 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 29140507 9787879424 6105 33554432000 1073741824 1073778376 140734651914432 139685008886688 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200371 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 27415
/proc/meminfo: memFree=29923892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625332 CPUtime=0.28 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 5708 0 1 0 27 1 0 0 20 0 19 0 29140507 9856339968 7934 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406333 7938 2224 9 0 2397010 0
[pid=27415/tid=27416] ppid=27412 vsize=9625332 CPUtime=0.17 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2422 0 1 0 17 0 0 0 20 0 19 0 29140507 9856339968 7868 33554432000 1073741824 1073778376 140734651914432 139685008888448 139684835514770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625332

[startup+0.300337 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 27415
/proc/meminfo: memFree=29923892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 6513 0 1 0 50 1 0 0 20 0 19 0 29140507 9856040960 8356 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 8356 2243 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2430 0 1 0 27 0 0 0 20 0 19 0 29140507 9856040960 8356 33554432000 1073741824 1073778376 140734651914432 139685008888448 139684835515700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 27415
/proc/meminfo: memFree=29923892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 7723 0 1 0 102 1 0 0 20 0 19 0 29140507 9856040960 9330 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 9330 2253 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2431 0 1 0 67 0 0 0 20 0 19 0 29140507 9856040960 9330 33554432000 1073741824 1073778376 140734651914432 139685008879296 139684836014096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.37 2.23 2.19 3/213 27434
/proc/meminfo: memFree=29890564/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 8369 0 1 0 192 2 0 0 20 0 19 0 29140507 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 10929 2257 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2435 0 1 0 147 0 0 0 20 0 19 0 29140507 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139685008888344 139684836004688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 3513 0 0 0 26 0 0 0 20 0 19 0 29140512 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 1149 0 0 0 15 0 0 0 20 0 19 0 29140512 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 10929 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.37 2.23 2.19 3/213 27434
/proc/meminfo: memFree=29885352/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 8594 0 1 0 354 2 0 0 20 0 19 0 29140507 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 12471 2257 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2438 0 1 0 306 1 0 0 20 0 19 0 29140507 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139685008888072 139684836014034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 3513 0 0 0 27 0 0 0 20 0 19 0 29140512 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 1371 0 0 0 18 0 0 0 20 0 19 0 29140512 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 12471 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.34 2.23 2.19 3/213 27434
/proc/meminfo: memFree=29873892/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 8602 0 1 0 674 2 0 0 20 0 19 0 29140507 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 15333 2258 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2445 0 1 0 625 1 0 0 20 0 19 0 29140507 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139685008879296 139684836014034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29140508 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 3513 0 0 0 27 0 0 0 20 0 19 0 29140512 9856040960 15333 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.18 cores=1,3,5,7

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

[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 11036 0 0 0 76 3 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 3543 0 0 0 30 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 388.67
Current children cumulated vsize (KiB) 9625040

[startup+388.001 s]
/proc/loadavg: 2.33 2.24 2.19 3/213 27638
/proc/meminfo: memFree=29666464/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=389.46 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 19128 0 1 0 38925 21 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 71044 2272 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=386.83 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2507 0 1 0 38676 7 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139685008879280 139684836013983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 191 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 11036 0 0 0 76 3 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 3543 0 0 0 30 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 389.46
Current children cumulated vsize (KiB) 9625040

[startup+388.801 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 27638
/proc/meminfo: memFree=29666464/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=390.26 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 19128 0 1 0 39005 21 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 71044 2272 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=387.63 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2507 0 1 0 38756 7 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139685008879280 139684835951551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 191 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 11036 0 0 0 76 3 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 3543 0 0 0 30 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 390.26
Current children cumulated vsize (KiB) 9625040

[startup+389.201 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 27638
/proc/meminfo: memFree=29666464/32872528 swapFree=1542984/1696284
[pid=27415] ppid=27412 vsize=9625040 CPUtime=390.66 cores=1,3,5,7
/proc/27415/stat : 27415 (java) S 27412 27415 21988 0 -1 4202496 19130 0 1 0 39045 21 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 140734651905568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27415/statm: 2406260 71044 2272 9 0 2396937 0
[pid=27415/tid=27416] ppid=27412 vsize=9625040 CPUtime=388.03 cores=1,3,5,7
/proc/27415/task/27416/stat : 27416 (java) R 27412 27415 21988 0 -1 4202560 2507 0 1 0 38796 7 0 0 20 0 19 0 29140507 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139685008879280 139684836196040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27415/tid=27418] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27418/stat : 27418 (java) S 27412 27415 21988 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684970379432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27419] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27419/stat : 27419 (java) S 27412 27415 21988 0 -1 4202560 191 0 0 0 3 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684969326888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27420] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27420/stat : 27420 (java) S 27412 27415 21988 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684968274344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27421] ppid=27412 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27415/task/27421/stat : 27421 (java) S 27412 27415 21988 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684967221800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27422] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27422/stat : 27422 (java) S 27412 27415 21988 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684966169256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27423] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27423/stat : 27423 (java) S 27412 27415 21988 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684965116712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27415/tid=27424] ppid=27412 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27415/task/27424/stat : 27424 (java) S 27412 27415 21988 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684964064168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27425] ppid=27412 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27415/task/27425/stat : 27425 (java) S 27412 27415 21988 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 19 0 29140508 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684963011624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27426] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27426/stat : 27426 (java) S 27412 27415 21988 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 29140509 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684832327784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27427] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27427/stat : 27427 (java) S 27412 27415 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684831274104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27428] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27428/stat : 27428 (java) S 27412 27415 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29140510 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684830221448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27429] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27429/stat : 27429 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684829170192 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27430] ppid=27412 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/27415/task/27430/stat : 27430 (java) S 27412 27415 21988 0 -1 4202560 11038 0 0 0 76 3 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684828117560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27431] ppid=27412 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27415/task/27431/stat : 27431 (java) S 27412 27415 21988 0 -1 4202560 3543 0 0 0 30 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684827065016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27432] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27432/stat : 27432 (java) S 27412 27415 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684826012664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27415/tid=27433] ppid=27412 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27415/task/27433/stat : 27433 (java) S 27412 27415 21988 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 29140512 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684824960328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27415/tid=27434] ppid=27412 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27415/task/27434/stat : 27434 (java) S 27412 27415 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29140524 9856040960 71044 33554432000 1073741824 1073778376 140734651914432 139684823905064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 390.66
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27415 and gives
#  childrusage.ru_utime.tv_sec=389
#  childrusage.ru_utime.tv_usec=481789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=392940
# CPU time returned by wait4() is 389.875
# while last known CPU time is 390.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 389.3
CPU time (s): 390.66
CPU user time (s): 390.45
CPU system time (s): 0.21
CPU usage (%): 100.349
Max. virtual memory (cumulated for all children) (KiB): 9625332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 389.482
system time used= 0.39294
maximum resident set size= 284232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19153
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8588
involuntary context switches= 1057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55861 second user time and 3.60645 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 19:28:59
IDJOB=4106495
IDBENCH=48080
IDSOLVER=2546
FILE ID=node125/4106495-1466270939
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106495-1466270939/watcher-4106495-1466270939 -o /tmp/evaluation-result-4106495-1466270939/solver-4106495-1466270939 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106495-1466270939.opb

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

MD5SUM BENCH= 65bc139f592885e582edbd6d46332a4d
RANDOM SEED=1973850786

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29924272 kB
Buffers:          141304 kB
Cached:           170956 kB
SwapCached:          688 kB
Active:           274296 kB
Inactive:         240616 kB
Active(anon):     204216 kB
Inactive(anon):     1040 kB
Active(file):      70080 kB
Inactive(file):   239576 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1920500 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             604700 kB
SReclaimable:      48064 kB
SUnreclaim:       556636 kB
KernelStack:        1760 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2385472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node125 at 2016-06-18 19:35:28