Trace number 4122342

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 2.3.6 Resolution PB16UNSAT 1462.02 1460.99

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-63.cnf.gz-extracted.pb.metafix.opb
MD5SUMe9d41eddf50c1b65f7ada31a292622d7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables253
Total number of constraints252
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122342-1467316688.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.045s.
0.11/0.15	c declared #vars     253
0.11/0.15	c #constraints  252
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 252
0.11/0.15	c 252 constraints processed.
0.65/0.42	c cleaning 2492 clauses out of 5000 with flag 23245/5000
1.15/0.63	c cleaning 4245 clauses out of 8508 with flag 53474/11000
1.38/0.86	c cleaning 5625 clauses out of 11263 with flag 95083/18000
1.70/1.14	c cleaning 6805 clauses out of 13638 with flag 137550/26000
2.10/1.53	c cleaning 7902 clauses out of 15835 with flag 187860/35002
2.50/1.94	c cleaning 8949 clauses out of 17932 with flag 243944/45001
3.00/2.45	c cleaning 9977 clauses out of 19982 with flag 311976/56000
3.60/3.06	c cleaning 10999 clauses out of 22005 with flag 379914/68000
4.30/3.79	c cleaning 11992 clauses out of 24007 with flag 454755/81001
5.01/4.47	c cleaning 12996 clauses out of 26014 with flag 539221/95000
5.90/5.32	c cleaning 13990 clauses out of 28018 with flag 623466/110000
6.80/6.27	c cleaning 14993 clauses out of 30029 with flag 720827/126001
7.90/7.32	c cleaning 16000 clauses out of 32036 with flag 822032/143001
9.10/8.50	c cleaning 17006 clauses out of 34036 with flag 929402/161001
10.40/9.82	c cleaning 18001 clauses out of 36029 with flag 1041036/180000
11.80/11.22	c cleaning 19009 clauses out of 38031 with flag 1169457/200003
13.30/12.80	c cleaning 19990 clauses out of 40019 with flag 1310180/221000
15.10/14.51	c cleaning 21006 clauses out of 42029 with flag 1450457/243000
16.80/16.24	c cleaning 21999 clauses out of 44024 with flag 1601002/266001
18.80/18.25	c cleaning 23001 clauses out of 46024 with flag 1757841/290000
21.00/20.41	c cleaning 23999 clauses out of 48023 with flag 1920517/315000
23.20/22.65	c cleaning 25011 clauses out of 50026 with flag 2091547/341002
25.50/24.99	c cleaning 25999 clauses out of 52014 with flag 2266800/368001
28.00/27.44	c cleaning 26986 clauses out of 54015 with flag 2456378/396001
30.70/30.17	c cleaning 27997 clauses out of 56029 with flag 2650297/425001
33.60/33.04	c cleaning 29003 clauses out of 58031 with flag 2849729/455000
36.79/36.28	c cleaning 29993 clauses out of 60028 with flag 3058547/486000
39.99/39.47	c cleaning 31011 clauses out of 62036 with flag 3272575/518001
43.51/42.92	c cleaning 31997 clauses out of 64027 with flag 3494327/551003
47.20/46.64	c cleaning 33003 clauses out of 66028 with flag 3712754/585001
51.10/50.50	c cleaning 33999 clauses out of 68024 with flag 3950450/620000
55.19/54.61	c cleaning 34994 clauses out of 70025 with flag 4182260/656000
59.49/58.94	c cleaning 36005 clauses out of 72032 with flag 4418544/693001
63.99/63.42	c cleaning 37000 clauses out of 74026 with flag 4674439/731000
68.69/68.11	c cleaning 38002 clauses out of 76026 with flag 4925832/770000
73.60/73.07	c cleaning 38990 clauses out of 78025 with flag 5184464/810001
78.90/78.33	c cleaning 40000 clauses out of 80036 with flag 5447144/851002
84.20/83.68	c cleaning 41003 clauses out of 82034 with flag 5725926/893000
90.09/89.53	c cleaning 41997 clauses out of 84033 with flag 6010269/936002
96.02/95.42	c cleaning 43005 clauses out of 86035 with flag 6293322/980001
101.84/101.23	c cleaning 44005 clauses out of 88030 with flag 6575368/1025001
108.03/107.40	c cleaning 44997 clauses out of 90025 with flag 6873473/1071001
114.43/113.87	c cleaning 46009 clauses out of 92027 with flag 7176078/1118000
121.23/120.69	c cleaning 47009 clauses out of 94018 with flag 7484524/1166000
128.53/127.96	c cleaning 47985 clauses out of 96009 with flag 7789264/1215000
135.53/134.95	c cleaning 49000 clauses out of 98024 with flag 8103114/1265000
142.93/142.34	c cleaning 50003 clauses out of 100024 with flag 8422111/1316000
150.53/149.96	c cleaning 50997 clauses out of 102021 with flag 8746788/1368000
158.63/158.00	c cleaning 52004 clauses out of 104026 with flag 9073343/1421002
167.13/166.58	c cleaning 52992 clauses out of 106020 with flag 9409536/1475000
175.65/175.07	c cleaning 53998 clauses out of 108028 with flag 9741583/1530000
184.84/184.23	c cleaning 55001 clauses out of 110030 with flag 10082502/1586000
194.44/193.83	c cleaning 55996 clauses out of 112029 with flag 10421526/1643000
204.25/203.64	c cleaning 57006 clauses out of 114033 with flag 10759938/1701000
214.05/213.49	c cleaning 58006 clauses out of 116030 with flag 11112278/1760003
224.75/224.13	c cleaning 58995 clauses out of 118021 with flag 11465062/1820000
235.55/234.98	c cleaning 60001 clauses out of 120027 with flag 11825568/1881001
246.55/245.99	c cleaning 60997 clauses out of 122025 with flag 12177107/1943000
258.21/257.54	c cleaning 62006 clauses out of 124029 with flag 12559279/2006001
269.50/268.83	c cleaning 62989 clauses out of 126022 with flag 12931672/2070000
281.21/280.54	c cleaning 64001 clauses out of 128033 with flag 13313464/2135000
293.41/292.75	c cleaning 65009 clauses out of 130033 with flag 13699678/2201001
305.80/305.15	c cleaning 66001 clauses out of 132024 with flag 14074923/2268001
318.52/317.85	c cleaning 66999 clauses out of 134022 with flag 14467994/2336000
331.93/331.22	c cleaning 67998 clauses out of 136023 with flag 14862974/2405000
345.03/344.39	c cleaning 68996 clauses out of 138026 with flag 15257612/2475001
359.33/358.64	c cleaning 70005 clauses out of 140029 with flag 15660174/2546000
373.83/373.17	c cleaning 71007 clauses out of 142025 with flag 16072502/2618001
389.14/388.41	c cleaning 72000 clauses out of 144017 with flag 16478991/2691000
403.93/403.25	c cleaning 72996 clauses out of 146018 with flag 16901067/2765001
419.84/419.20	c cleaning 74005 clauses out of 148021 with flag 17325279/2840000
435.74/435.00	c cleaning 74997 clauses out of 150017 with flag 17767495/2916001
452.14/451.49	c cleaning 76006 clauses out of 152019 with flag 18196491/2993000
469.17/468.44	c cleaning 76998 clauses out of 154013 with flag 18627200/3071000
486.17/485.40	c cleaning 77992 clauses out of 156016 with flag 19065621/3150001
503.68/502.98	c cleaning 78999 clauses out of 158024 with flag 19504496/3230001
522.29/521.59	c cleaning 79999 clauses out of 160024 with flag 19947083/3311000
541.29/540.52	c cleaning 81002 clauses out of 162025 with flag 20400978/3393000
559.88/559.12	c cleaning 82005 clauses out of 164025 with flag 20870555/3476002
579.78/579.06	c cleaning 83004 clauses out of 166019 with flag 21342566/3560001
599.78/599.04	c cleaning 83993 clauses out of 168015 with flag 21827311/3645001
620.99/620.24	c cleaning 85007 clauses out of 170021 with flag 22300137/3731000
642.39/641.61	c cleaning 86003 clauses out of 172015 with flag 22773443/3818001
663.79/663.00	c cleaning 86992 clauses out of 174013 with flag 23259739/3906002
686.00/685.28	c cleaning 87995 clauses out of 176020 with flag 23756748/3995001
708.32/707.53	c cleaning 88994 clauses out of 178024 with flag 24251479/4085000
730.13/729.32	c cleaning 90009 clauses out of 180032 with flag 24764665/4176002
753.02/752.21	c cleaning 90998 clauses out of 182021 with flag 25270493/4268000
776.22/775.45	c cleaning 92005 clauses out of 184025 with flag 25781550/4361002
799.63/798.84	c cleaning 93003 clauses out of 186018 with flag 26302726/4455000
823.23/822.41	c cleaning 93998 clauses out of 188016 with flag 26819209/4550001
848.04/847.27	c cleaning 94995 clauses out of 190017 with flag 27346504/4646000
873.54/872.70	c cleaning 96002 clauses out of 192022 with flag 27881430/4743000
899.54/898.74	c cleaning 96999 clauses out of 194021 with flag 28409270/4841001
925.84/925.10	c cleaning 97994 clauses out of 196022 with flag 28950317/4940001
952.55/951.77	c cleaning 99005 clauses out of 198027 with flag 29489288/5040000
979.24/978.35	c cleaning 100000 clauses out of 200022 with flag 30049634/5141000
1007.13/1006.25	c cleaning 101001 clauses out of 202022 with flag 30596331/5243000
1036.54/1035.63	c cleaning 101996 clauses out of 204021 with flag 31149902/5346000
1064.65/1063.74	c cleaning 102996 clauses out of 206025 with flag 31709877/5450000
1094.45/1093.57	c cleaning 104003 clauses out of 208030 with flag 32265370/5555001
1123.95/1123.01	c cleaning 105008 clauses out of 210027 with flag 32830112/5661001
1154.74/1153.82	c cleaning 105998 clauses out of 212019 with flag 33402107/5768001
1185.53/1184.64	c cleaning 106999 clauses out of 214022 with flag 33974719/5876002
1217.41/1216.58	c cleaning 107999 clauses out of 216021 with flag 34549449/5985000
1249.22/1248.39	c cleaning 109000 clauses out of 218023 with flag 35154338/6095001
1282.30/1281.33	c cleaning 110006 clauses out of 220022 with flag 35759300/6206000
1314.41/1313.42	c cleaning 110992 clauses out of 222016 with flag 36367803/6318000
1345.60/1344.68	c cleaning 112001 clauses out of 224025 with flag 36983716/6431001
1378.72/1377.78	c cleaning 113000 clauses out of 226023 with flag 37610691/6545000
1410.93/1409.96	c cleaning 113997 clauses out of 228024 with flag 38257373/6660001
1439.43/1438.48	c cleaning 115008 clauses out of 230027 with flag 38936624/6776001
1462.02/1460.95	c starts		: 16186
1462.02/1460.95	c conflicts		: 6858436
1462.02/1460.95	c decisions		: 10030704
1462.02/1460.95	c propagations		: 120690947
1462.02/1460.95	c inspects		: 32774457394
1462.02/1460.95	c shortcuts		: 0
1462.02/1460.95	c learnt literals	: 14
1462.02/1460.95	c learnt binary clauses	: 13
1462.02/1460.95	c learnt ternary clauses	: 26
1462.02/1460.95	c learnt constraints	: 6858421
1462.02/1460.95	c ignored constraints	: 0
1462.02/1460.95	c root simplifications	: 0
1462.02/1460.95	c removed literals (reason simplification)	: 0
1462.02/1460.95	c reason swapping (by a shorter reason)	: 0
1462.02/1460.95	c Calls to reduceDB	: 112
1462.02/1460.95	c Number of update (reduction) of LBD	: 2141111
1462.02/1460.95	c Imported unit clauses	: 0
1462.02/1460.95	c number of reductions to clauses (during analyze)	: 0
1462.02/1460.95	c number of learned constraints concerned by reduction	: 0
1462.02/1460.95	c number of learning phase by resolution	: 0
1462.02/1460.95	c number of learning phase by cutting planes	: 0
1462.02/1460.95	c speed (assignments/second)	: 82619.59141650175
1462.02/1460.95	c non guided choices	27591
1462.02/1460.98	c learnt constraints type 
1462.02/1460.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1462.02/1460.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 197426
1462.02/1460.98	s UNSATISFIABLE
1462.02/1460.98	c Total wall clock time (in seconds): 1460.881

Verifier Data

ERROR: no interpretation found !

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-4122342-1467316688/watcher-4122342-1467316688 -o /tmp/evaluation-result-4122342-1467316688/solver-4122342-1467316688 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122342-1467316688.opb 

pid=25318
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.24 2.21 2.15 3/194 25321
/proc/meminfo: memFree=29653956/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12636183 98570240 976 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 24065 976 743 9 0 16771 0
[pid=25321/tid=25322] ppid=25318 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12636184 98570240 976 33554432000 1073741824 1073778376 140737209110128 139943477456424 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.24 2.21 2.15 3/194 25321
/proc/meminfo: memFree=29653956/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 12636183 9787879424 6126 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2389619 6126 2157 9 0 2380296 0
[pid=25321/tid=25322] ppid=25318 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 12636184 9787879424 6126 33554432000 1073741824 1073778376 140737209110128 139943477459592 139943338898858 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.200352 s]
/proc/loadavg: 2.24 2.21 2.15 3/194 25321
/proc/meminfo: memFree=29653956/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 6302 0 1 0 29 1 0 0 20 0 19 0 12636183 9856040960 7780 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 7809 2233 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 12636184 9856040960 7810 33554432000 1073741824 1073778376 140737209110128 139943477461632 139943338959859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300345 s]
/proc/loadavg: 2.24 2.21 2.15 3/194 25321
/proc/meminfo: memFree=29653956/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 6538 0 1 0 49 1 0 0 20 0 19 0 12636183 9856040960 7890 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 7890 2238 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 12636184 9856040960 7890 33554432000 1073741824 1073778376 140737209110128 139943477461632 139943339308855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700283 s]
/proc/loadavg: 2.24 2.21 2.15 3/194 25321
/proc/meminfo: memFree=29653956/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17041 0 1 0 124 4 0 0 20 0 19 0 12636183 9856040960 14983 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 14983 2249 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2406 0 1 0 66 1 0 0 20 0 19 0 12636184 9856040960 14983 33554432000 1073741824 1073778376 140737209110128 139943477461632 139943339249104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.24 2.21 2.15 3/213 25340
/proc/meminfo: memFree=29601952/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17045 0 1 0 206 4 0 0 20 0 19 0 12636183 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 15497 2250 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2408 0 1 0 146 1 0 0 20 0 19 0 12636184 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943477461256 139943339352172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8743 0 0 0 31 2 0 0 20 0 19 0 12636188 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 24 1 0 0 20 0 19 0 12636188 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 15497 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.24 2.21 2.15 3/213 25340
/proc/meminfo: memFree=29595188/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17048 0 1 0 366 4 0 0 20 0 19 0 12636183 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 16521 2250 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2411 0 1 0 306 1 0 0 20 0 19 0 12636184 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943477452496 139943339308982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8743 0 0 0 31 2 0 0 20 0 19 0 12636188 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 24 1 0 0 20 0 19 0 12636188 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 16521 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30069 s]
/proc/loadavg: 2.22 2.21 2.15 3/213 25340
/proc/meminfo: memFree=29593736/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17054 0 1 0 686 4 0 0 20 0 19 0 12636183 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 16913 2251 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2416 0 1 0 625 1 0 0 20 0 19 0 12636184 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943477452496 139943339309024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636185 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8743 0 0 0 31 2 0 0 20 0 19 0 12636188 9856040960 16913 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.25 cores=1,3,5,7

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

[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8754 0 0 0 35 2 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 32 1 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 84 0 0 0 14 26 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1461.11
Current children cumulated vsize (KiB) 9625040

[startup+1460.4 s]
/proc/loadavg: 2.15 2.15 2.12 3/213 25400
/proc/meminfo: memFree=29328200/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=1461.51 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17889 0 1 0 146117 34 0 0 20 0 19 0 12636183 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 62352 2272 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=1456.43 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2488 0 1 0 145618 25 0 0 20 0 19 0 12636184 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943477459624 139943339596463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 153 0 0 0 5 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 185 0 0 0 5 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8754 0 0 0 35 2 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 32 1 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 84 0 0 0 14 26 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1461.51
Current children cumulated vsize (KiB) 9625040

[startup+1460.8 s]
/proc/loadavg: 2.15 2.15 2.12 4/213 25400
/proc/meminfo: memFree=29328200/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=1461.92 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17890 0 1 0 146158 34 0 0 20 0 19 0 12636183 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 62352 2272 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=1456.83 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2489 0 1 0 145658 25 0 0 20 0 19 0 12636184 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943477459624 139943339582941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 153 0 0 0 5 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 185 0 0 0 5 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8754 0 0 0 35 2 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 33 1 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 84 0 0 0 14 26 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1461.92
Current children cumulated vsize (KiB) 9625040

[startup+1460.91 s]
/proc/loadavg: 2.15 2.15 2.12 4/213 25400
/proc/meminfo: memFree=29328200/32872528 swapFree=13208/1155804
[pid=25321] ppid=25318 vsize=9625040 CPUtime=1462.02 cores=1,3,5,7
/proc/25321/stat : 25321 (java) S 25318 25321 20692 0 -1 4202496 17890 0 1 0 146168 34 0 0 20 0 19 0 12636183 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 140737209101264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25321/statm: 2406260 62352 2272 9 0 2396937 0
[pid=25321/tid=25322] ppid=25318 vsize=9625040 CPUtime=1456.93 cores=1,3,5,7
/proc/25321/task/25322/stat : 25322 (java) R 25318 25321 20692 0 -1 4202560 2489 0 1 0 145668 25 0 0 20 0 19 0 12636184 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943477461464 139943339596463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25324] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25324/stat : 25324 (java) S 25318 25321 20692 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943466523560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25325] ppid=25318 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25321/task/25325/stat : 25325 (java) S 25318 25321 20692 0 -1 4202560 153 0 0 0 5 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943465471016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25326] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25326/stat : 25326 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943464417960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25327] ppid=25318 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25321/task/25327/stat : 25327 (java) S 25318 25321 20692 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943463365416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25328] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25328/stat : 25328 (java) S 25318 25321 20692 0 -1 4202560 185 0 0 0 5 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943462312360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25329] ppid=25318 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25321/task/25329/stat : 25329 (java) S 25318 25321 20692 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943461259816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25330] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25330/stat : 25330 (java) S 25318 25321 20692 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943460206760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25331] ppid=25318 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25321/task/25331/stat : 25331 (java) S 25318 25321 20692 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 12636185 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943459154216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25332] ppid=25318 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25321/task/25332/stat : 25332 (java) S 25318 25321 20692 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943301573480 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25333] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25333/stat : 25333 (java) S 25318 25321 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943300519800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25321/tid=25334] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25334/stat : 25334 (java) S 25318 25321 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12636186 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943299466632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25335] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25335/stat : 25335 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943298415376 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25336] ppid=25318 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25321/task/25336/stat : 25336 (java) S 25318 25321 20692 0 -1 4202560 8754 0 0 0 35 2 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943297362232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25321/tid=25337] ppid=25318 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25321/task/25337/stat : 25337 (java) S 25318 25321 20692 0 -1 4202560 4624 0 0 0 33 1 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943296309688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25338] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25338/stat : 25338 (java) S 25318 25321 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943295256824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25321/tid=25339] ppid=25318 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25321/task/25339/stat : 25339 (java) S 25318 25321 20692 0 -1 4202560 84 0 0 0 14 26 0 0 20 0 19 0 12636188 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943294204488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25321/tid=25340] ppid=25318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25321/task/25340/stat : 25340 (java) S 25318 25321 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636199 9856040960 62352 33554432000 1073741824 1073778376 140737209110128 139943293150760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1462.02
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25321 and gives
#  childrusage.ru_utime.tv_sec=1458
#  childrusage.ru_utime.tv_usec=42343
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=700893
# CPU time returned by wait4() is 1458.74
# while last known CPU time is 1462.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1460.99
CPU time (s): 1462.02
CPU user time (s): 1461.68
CPU system time (s): 0.34
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1458.04
system time used= 0.700893
maximum resident set size= 249504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17919
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31109
involuntary context switches= 4371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3034 second user time and 12.4201 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:58:08
IDJOB=4122342
IDBENCH=111069
IDSOLVER=2546
FILE ID=node114/4122342-1467316688
RUNJOBID= node114-1467314247-24371
PBS_JOBID= 20005267
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-63.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122342-1467316688/watcher-4122342-1467316688 -o /tmp/evaluation-result-4122342-1467316688/solver-4122342-1467316688 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122342-1467316688.opb

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

MD5SUM BENCH= e9d41eddf50c1b65f7ada31a292622d7
RANDOM SEED=1219757827

node114.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.752
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.50
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.752
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.752
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.752
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.55
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.752
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.752
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.56
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.752
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.56
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.752
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:        29654864 kB
Buffers:          140072 kB
Cached:          1043104 kB
SwapCached:            0 kB
Active:           380416 kB
Inactive:         922360 kB
Active(anon):     116368 kB
Inactive(anon):     6048 kB
Active(file):     264048 kB
Inactive(file):   916312 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1291820 kB
Mapped:            21988 kB
Shmem:               204 kB
Slab:             611172 kB
SReclaimable:      54928 kB
SUnreclaim:       556244 kB
KernelStack:        1584 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1850304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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= 71668 MiB
End job on node114 at 2016-06-30 22:22:29