Trace number 3718458

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 516.654 514.744

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-15-10--soft-0-100-0.wbo
MD5SUM5c6d98aba4f4f2cf2db8cd0c78364d4c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.014996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables150
Total number of constraints25
Number of soft constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 979
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 978
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718458-1338254028.wbo
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.02s.
0.08/0.14	c declared #vars     150
0.08/0.14	c internal #vars     175
0.08/0.14	c #constraints  25
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.08/0.14	c ignored satisfied constraints => 1
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.08/0.14	c 26 constraints processed.
0.08/0.14	c objective function length is 25 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.059
0.08/0.18	o 75
0.08/0.21	c Got one! Elapsed wall clock time (in seconds):0.093
0.08/0.21	o 34
0.08/0.22	c Got one! Elapsed wall clock time (in seconds):0.1
0.08/0.22	o 4
0.73/0.59	c cleaning 2680 clauses out of 5372 with flag 43940/5372
1.40/1.15	c cleaning 4346 clauses out of 8692 with flag 97743/11372
2.20/1.99	c cleaning 5668 clauses out of 11345 with flag 154249/18371
3.31/3.04	c cleaning 6840 clauses out of 13679 with flag 234869/26373
4.76/4.44	c cleaning 7919 clauses out of 15837 with flag 325708/35371
6.05/5.79	c cleaning 8959 clauses out of 17918 with flag 429394/45371
7.85/7.53	c cleaning 9977 clauses out of 19960 with flag 547462/56372
8.25/7.95	c Got one! Elapsed wall clock time (in seconds):7.834
8.25/7.95	o 3
8.45/8.10	c cleaning 7585 clauses out of 15176 with flag 6853/61565
9.06/8.76	c cleaning 6791 clauses out of 13591 with flag 50348/67565
9.76/9.44	c cleaning 6895 clauses out of 13800 with flag 99734/74565
10.37/10.07	c cleaning 7449 clauses out of 14905 with flag 164810/82565
11.38/11.07	c cleaning 8224 clauses out of 16457 with flag 234696/91566
12.57/12.24	c cleaning 9113 clauses out of 18232 with flag 313210/101565
13.77/13.49	c cleaning 10058 clauses out of 20120 with flag 406805/112566
15.28/14.96	c cleaning 11029 clauses out of 22063 with flag 504634/124567
16.78/16.49	c cleaning 12009 clauses out of 24032 with flag 613222/137565
18.59/18.28	c cleaning 13006 clauses out of 26023 with flag 738675/151565
20.90/20.52	c cleaning 14003 clauses out of 28019 with flag 867652/166567
23.20/22.84	c cleaning 15006 clauses out of 30017 with flag 1009356/182568
25.91/25.58	c cleaning 16002 clauses out of 32008 with flag 1163274/199565
27.62/27.26	c Got one! Elapsed wall clock time (in seconds):27.146
27.62/27.26	o 2
28.42/28.00	c cleaning 16180 clauses out of 32365 with flag 40370/215924
29.22/28.81	c cleaning 11088 clauses out of 22188 with flag 89432/221927
30.15/29.77	c cleaning 9042 clauses out of 18096 with flag 150499/228923
31.04/30.63	c cleaning 8519 clauses out of 17054 with flag 215174/236923
31.84/31.47	c cleaning 8751 clauses out of 17534 with flag 294914/245922
32.95/32.57	c cleaning 9387 clauses out of 18783 with flag 387436/255922
34.25/33.87	c cleaning 10188 clauses out of 20396 with flag 483703/266922
35.76/35.37	c cleaning 11103 clauses out of 22213 with flag 600773/278927
37.46/37.04	c cleaning 12046 clauses out of 24105 with flag 737852/291922
39.46/39.08	c cleaning 13024 clauses out of 26060 with flag 884056/305923
41.87/41.49	c cleaning 14014 clauses out of 28035 with flag 1040983/320922
44.67/44.24	c cleaning 15002 clauses out of 30021 with flag 1214749/336922
47.39/46.99	c cleaning 16004 clauses out of 32020 with flag 1398068/353923
50.79/50.31	c cleaning 17006 clauses out of 34021 with flag 1609812/371928
54.21/53.76	c cleaning 17999 clauses out of 36009 with flag 1823817/390922
58.81/58.35	c cleaning 18997 clauses out of 38013 with flag 2039373/410925
63.42/62.92	c cleaning 19998 clauses out of 40013 with flag 2268105/431922
67.93/67.40	c cleaning 21002 clauses out of 42015 with flag 2533344/453922
72.95/72.44	c cleaning 22000 clauses out of 44014 with flag 2840450/476923
78.89/78.35	c cleaning 22994 clauses out of 46013 with flag 3132949/500922
84.40/83.85	c cleaning 24005 clauses out of 48021 with flag 3447935/525924
89.93/89.38	c cleaning 25004 clauses out of 50014 with flag 3789466/551922
95.95/95.35	c cleaning 26002 clauses out of 52012 with flag 4065057/578924
101.47/100.87	c cleaning 26999 clauses out of 54008 with flag 4308064/606922
109.19/108.57	c cleaning 28003 clauses out of 56014 with flag 4584115/635927
117.02/116.32	c cleaning 28997 clauses out of 58009 with flag 4890042/665925
126.23/125.59	c cleaning 29998 clauses out of 60012 with flag 5193731/696925
134.43/133.75	c cleaning 31003 clauses out of 62013 with flag 5513818/728924
143.84/143.17	c cleaning 31999 clauses out of 64010 with flag 5881529/761924
153.77/153.05	c cleaning 32992 clauses out of 66010 with flag 6270839/795923
165.70/164.97	c cleaning 34005 clauses out of 68018 with flag 6621807/830923
177.31/176.59	c cleaning 35002 clauses out of 70014 with flag 6989088/866924
190.33/189.58	c cleaning 36004 clauses out of 72010 with flag 7337471/903922
201.94/201.19	c cleaning 36998 clauses out of 74006 with flag 7707952/941922
214.47/213.64	c cleaning 37993 clauses out of 76009 with flag 8101121/980923
229.91/229.06	c cleaning 39004 clauses out of 78016 with flag 8495569/1020923
245.43/244.54	c cleaning 39994 clauses out of 80011 with flag 8946246/1061922
261.35/260.41	c cleaning 41008 clauses out of 82022 with flag 9399560/1103927
275.09/274.17	c cleaning 41992 clauses out of 84009 with flag 9833056/1146922
290.41/289.42	c cleaning 43004 clauses out of 86017 with flag 10276291/1190922
303.55/302.52	c cleaning 43998 clauses out of 88013 with flag 10710000/1235922
319.36/318.33	c cleaning 45004 clauses out of 90018 with flag 11179685/1281925
336.58/335.59	c cleaning 46002 clauses out of 92013 with flag 11638118/1328924
359.00/357.95	c cleaning 46998 clauses out of 94010 with flag 12147353/1376923
382.33/381.27	c cleaning 47993 clauses out of 96011 with flag 12739281/1425922
402.94/401.88	c cleaning 49003 clauses out of 98020 with flag 13368785/1475924
420.77/419.65	c cleaning 50000 clauses out of 100015 with flag 13873292/1526922
444.11/442.97	c cleaning 51003 clauses out of 102015 with flag 14467336/1578922
466.02/464.86	c cleaning 52001 clauses out of 104012 with flag 15110152/1631922
486.93/485.74	c cleaning 53000 clauses out of 106011 with flag 15677356/1685922
511.50/509.84	c cleaning 54000 clauses out of 108012 with flag 16277026/1740924
516.43/514.73	c starts		: 214
516.43/514.73	c conflicts		: 1755872
516.43/514.73	c decisions		: 2019961
516.43/514.73	c propagations		: 36233706
516.43/514.73	c inspects		: 8506143707
516.43/514.73	c shortcuts		: 0
516.43/514.73	c learnt literals	: 6
516.43/514.73	c learnt binary clauses	: 5
516.43/514.73	c learnt ternary clauses	: 5
516.43/514.73	c learnt constraints	: 1755865
516.43/514.73	c ignored constraints	: 0
516.43/514.73	c root simplifications	: 0
516.43/514.73	c removed literals (reason simplification)	: 0
516.43/514.73	c reason swapping (by a shorter reason)	: 0
516.43/514.73	c Calls to reduceDB	: 71
516.43/514.73	c Number of update (reduction) of LBD	: 964473
516.43/514.73	c number of reductions to clauses (during analyze)	: 0
516.43/514.73	c number of learned constraints concerned by reduction	: 0
516.43/514.73	c number of learning phase by resolution	: 0
516.43/514.73	c number of learning phase by cutting planes	: 0
516.43/514.73	c speed (assignments/second)	: 70412.49378148126
516.43/514.73	c non guided choices	260
516.43/514.73	c learnt constraints type 
516.43/514.73	c constraints type 
516.43/514.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
516.43/514.73	c ignored satisfied constraints => 1
516.43/514.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
516.43/514.73	c 26 constraints processed.
516.43/514.73	s OPTIMUM FOUND
516.43/514.74	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 -x145 -x146 x147 -x148 -x149 -x150 
516.43/514.74	c objective function=2
516.43/514.74	c Total wall clock time (in seconds): 514.617

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718458-1338254028/watcher-3718458-1338254028 -o /tmp/evaluation-result-3718458-1338254028/solver-3718458-1338254028 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718458-1338254028.wbo 

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: 1.92 1.98 1.99 3/195 1432
/proc/meminfo: memFree=30699668/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/1432/stat : 1432 (java) R 1430 1432 28718 0 -1 4202496 141 0 0 0 0 0 0 0 20 0 1 0 291529535 9445376 93 33554432000 1073741824 1073778376 140734139647648 140734139644776 271778362807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1432/statm: 2306 95 75 9 0 38 0

[startup+0.08118 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 1432
/proc/meminfo: memFree=30699668/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 3289 0 1 0 5 0 0 0 20 0 18 0 291529535 9787817984 4498 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2389604 4498 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100216 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 1432
/proc/meminfo: memFree=30699668/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 4234 0 1 0 8 0 0 0 20 0 18 0 291529535 9787817984 5436 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2389604 5437 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300324 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 1432
/proc/meminfo: memFree=30699668/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 6367 0 1 0 47 1 0 0 20 0 19 0 291529535 9855979520 7180 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 7180 2211 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624980

[startup+0.700329 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 1432
/proc/meminfo: memFree=30699668/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 7132 0 1 0 95 1 0 0 20 0 19 0 291529535 9855979520 9286 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 9286 2251 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 1460
/proc/meminfo: memFree=30670584/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=1.8 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 7145 0 1 0 178 2 0 0 20 0 19 0 291529535 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 10319 2253 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2448 0 1 0 144 0 0 0 20 0 19 0 291529536 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115824034064 140115674835460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1746 0 0 0 14 0 0 0 20 0 19 0 291529541 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 1704 0 0 0 15 0 0 0 20 0 19 0 291529541 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 10319 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 1460
/proc/meminfo: memFree=30665992/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=3.45 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 7538 0 1 0 343 2 0 0 20 0 19 0 291529535 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 10339 2264 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=3.02 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2448 0 1 0 302 0 0 0 20 0 19 0 291529536 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115824034184 140115674863703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291529538 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 291529541 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 2087 0 0 0 19 0 0 0 20 0 19 0 291529541 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 10339 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 1460
/proc/meminfo: memFree=30663872/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=6.65 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 7555 0 1 0 663 2 0 0 20 0 19 0 291529535 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 11358 2264 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=6.19 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2451 0 1 0 619 0 0 0 20 0 19 0 291529536 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115824034064 140115674857552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291529537 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 291529538 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 291529541 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 2087 0 0 0 19 0 0 0 20 0 19 0 291529541 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 11358 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 84 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 76 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 68 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 78 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 61 0 0 0 18 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 79 0 0 0 17 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 56 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=1.19 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 72 0 0 0 117 2 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1760 0 0 0 15 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 11023 0 0 0 65 1 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 29 0 0 0 7 8 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 513.62
Current children cumulated vsize (KiB) 9624980

[startup+513.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 1686
/proc/meminfo: memFree=30237156/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=515.22 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 17125 0 1 0 51505 17 0 0 20 0 19 0 291529535 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 26831 2269 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=511.7 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2525 0 1 0 51161 9 0 0 20 0 19 0 291529536 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115824034064 140115674808239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 84 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 76 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 68 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 78 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 61 0 0 0 18 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 79 0 0 0 17 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 56 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=1.19 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 72 0 0 0 117 2 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1760 0 0 0 15 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 11023 0 0 0 65 1 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 29 0 0 0 7 8 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 515.22
Current children cumulated vsize (KiB) 9624980

[startup+514.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 1686
/proc/meminfo: memFree=30237156/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=516.03 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 17125 0 1 0 51586 17 0 0 20 0 19 0 291529535 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 26831 2269 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=512.5 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2525 0 1 0 51241 9 0 0 20 0 19 0 291529536 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115824034120 140115674863703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 84 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 76 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 68 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 78 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 61 0 0 0 18 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 79 0 0 0 17 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 56 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=1.19 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 72 0 0 0 117 2 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1760 0 0 0 15 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 11023 0 0 0 66 1 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 29 0 0 0 7 8 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 516.03
Current children cumulated vsize (KiB) 9624980

[startup+514.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 1686
/proc/meminfo: memFree=30237156/32873648 swapFree=6852/6852
[pid=1432] ppid=1430 vsize=9624980 CPUtime=516.43 cores=1,3,5,7
/proc/1432/stat : 1432 (java) S 1430 1432 28718 0 -1 4202496 17125 0 1 0 51626 17 0 0 20 0 19 0 291529535 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140737435750160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1432/statm: 2406245 26831 2269 9 0 2396937 0
[pid=1432/tid=1434] ppid=1430 vsize=9624980 CPUtime=512.91 cores=1,3,5,7
/proc/1432/task/1434/stat : 1434 (java) R 1430 1432 28718 0 -1 4202560 2525 0 1 0 51282 9 0 0 20 0 19 0 291529536 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115824034712 140115674991580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1435] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1435/stat : 1435 (java) S 1430 1432 28718 0 -1 4202560 84 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115796487208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1436] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1436/stat : 1436 (java) S 1430 1432 28718 0 -1 4202560 76 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115795434408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1437] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1437/stat : 1437 (java) S 1430 1432 28718 0 -1 4202560 68 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115794381608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1438] ppid=1430 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/1432/task/1438/stat : 1438 (java) S 1430 1432 28718 0 -1 4202560 78 0 0 0 16 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115793328808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1439] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1439/stat : 1439 (java) S 1430 1432 28718 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115663432232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1440] ppid=1430 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/1432/task/1440/stat : 1440 (java) S 1430 1432 28718 0 -1 4202560 61 0 0 0 18 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115662379432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1441] ppid=1430 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/1432/task/1441/stat : 1441 (java) S 1430 1432 28718 0 -1 4202560 79 0 0 0 17 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115661326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1450] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1450/stat : 1450 (java) S 1430 1432 28718 0 -1 4202560 56 0 0 0 15 0 0 0 20 0 19 0 291529537 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115660273832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1451] ppid=1430 vsize=9624980 CPUtime=1.19 cores=1,3,5,7
/proc/1432/task/1451/stat : 1451 (java) S 1430 1432 28718 0 -1 4202560 72 0 0 0 117 2 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115177761768 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1452] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1452/stat : 1452 (java) S 1430 1432 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115176707832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1453] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1453/stat : 1453 (java) S 1430 1432 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291529538 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115175654920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1454] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1454/stat : 1454 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115174603408 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1432/tid=1455] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1455/stat : 1455 (java) S 1430 1432 28718 0 -1 4202560 1760 0 0 0 15 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115173550520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1432/tid=1457] ppid=1430 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/1432/task/1457/stat : 1457 (java) S 1430 1432 28718 0 -1 4202560 11023 0 0 0 66 2 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115172497720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1458] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1458/stat : 1458 (java) S 1430 1432 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115171445112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1432/tid=1459] ppid=1430 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/1432/task/1459/stat : 1459 (java) S 1430 1432 28718 0 -1 4202560 29 0 0 0 7 8 0 0 20 0 19 0 291529541 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115170392520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1432/tid=1460] ppid=1430 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1432/task/1460/stat : 1460 (java) S 1430 1432 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291529549 9855979520 26831 33554432000 1073741824 1073778376 140737435759024 140115169339048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 516.43
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 514.744
CPU time (s): 516.654
CPU user time (s): 516.312
CPU system time (s): 0.341948
CPU usage (%): 100.371
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 516.313
system time used= 0.341948
maximum resident set size= 113148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12906
involuntary context switches= 11375

runsolver used 1.62375 second user time and 3.46947 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 03:13:48
IDJOB=3718458
IDBENCH=79178
IDSOLVER=2301
FILE ID=node115/3718458-1338254028
RUNJOBID= node115-1338248169-32131
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718458-1338254028/watcher-3718458-1338254028 -o /tmp/evaluation-result-3718458-1338254028/solver-3718458-1338254028 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718458-1338254028.wbo

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

MD5SUM BENCH= 5c6d98aba4f4f2cf2db8cd0c78364d4c
RANDOM SEED=1915830082

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30699940 kB
Buffers:          498080 kB
Cached:           391360 kB
SwapCached:          972 kB
Active:          1053672 kB
Inactive:         221460 kB
Active(anon):     377956 kB
Inactive(anon):     9244 kB
Active(file):     675716 kB
Inactive(file):   212216 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               288 kB
Writeback:             0 kB
AnonPages:        399004 kB
Mapped:            19840 kB
Shmem:                96 kB
Slab:             752132 kB
SReclaimable:     196184 kB
SUnreclaim:       555948 kB
KernelStack:        1600 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     699540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node115 at 2012-05-29 03:22:22