Trace number 3739338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0OPT5 535.72 285.93

General information on the benchmark

Name/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_5_errors.opb
MD5SUM06d341d0af76f66d4946a3c264573060
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.69474
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3739338-1338729262.opb
0.09/0.12	c reading problem ... 
0.73/0.49	c ... done. Wall clock time 0.374s.
0.73/0.49	c #vars     2990
0.73/0.49	c #constraints  6228
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClauses => 32
0.73/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2406
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
0.73/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausesPB => 32
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
3.38/1.12	c cleaning 2496 clauses out of 5001 with flag 5001/5001
4.06/1.37	c cleaning 4251 clauses out of 8504 with flag 11000/11000
5.20/1.65	c cleaning 5627 clauses out of 11253 with flag 18000/18000
6.05/2.05	c cleaning 6813 clauses out of 13626 with flag 26000/26000
7.07/2.59	c cleaning 7907 clauses out of 15814 with flag 35001/35001
8.27/3.10	c cleaning 8954 clauses out of 17907 with flag 45001/45001
9.24/3.64	c cleaning 9476 clauses out of 18952 with flag 55000/55000
10.41/4.28	c cleaning 9736 clauses out of 19476 with flag 65000/65000
11.59/4.85	c cleaning 9869 clauses out of 19740 with flag 75000/75000
12.76/5.49	c cleaning 9936 clauses out of 19871 with flag 85000/85000
14.10/6.12	c cleaning 9965 clauses out of 19935 with flag 95000/95000
15.66/6.90	c cleaning 9983 clauses out of 19970 with flag 105000/105000
16.21/7.25	c  And the winner is CuttingPlanes
16.30/7.50	c SATISFIABLE
16.30/7.50	c OPTIMIZING...
16.30/7.50	c Got one! Elapsed wall clock time (in seconds):7.38
16.30/7.50	o 81
16.30/7.57	c cleaning 7671 clauses out of 15346 with flag 1000/110359
17.08/7.99	c cleaning 6834 clauses out of 13675 with flag 7000/116359
18.04/8.45	c cleaning 6914 clauses out of 13841 with flag 14000/123359
19.40/9.14	c cleaning 7458 clauses out of 14927 with flag 22000/131359
20.33/9.70	c cleaning 8234 clauses out of 16470 with flag 31001/140360
21.49/10.20	c cleaning 9117 clauses out of 18236 with flag 41001/150360
22.44/10.79	c cleaning 9560 clauses out of 19119 with flag 51001/160360
23.80/11.40	c cleaning 9774 clauses out of 19558 with flag 61000/170359
24.74/11.99	c cleaning 9891 clauses out of 19785 with flag 71001/180360
25.69/12.47	c  And the winner is CuttingPlanes
25.83/12.55	c Got one! Elapsed wall clock time (in seconds):12.43
25.83/12.55	o 80
26.52/12.92	c cleaning 11552 clauses out of 23108 with flag 5000/193574
27.47/13.45	c cleaning 8779 clauses out of 17558 with flag 11002/199576
28.63/14.07	c cleaning 7885 clauses out of 15777 with flag 18000/206574
29.77/14.68	c cleaning 7941 clauses out of 15892 with flag 26000/214574
31.13/15.36	c cleaning 8470 clauses out of 16951 with flag 35000/223574
32.48/16.03	c cleaning 9240 clauses out of 18481 with flag 45000/233574
34.24/16.94	c cleaning 9615 clauses out of 19241 with flag 55000/243574
35.96/17.80	c cleaning 9812 clauses out of 19627 with flag 65001/253575
37.52/18.70	c cleaning 9903 clauses out of 19814 with flag 75000/263574
39.26/19.56	c cleaning 9954 clauses out of 19911 with flag 85000/273574
41.00/20.43	c cleaning 9977 clauses out of 19957 with flag 95000/283574
42.73/21.37	c cleaning 9986 clauses out of 19980 with flag 105000/293574
44.27/22.17	c cleaning 9997 clauses out of 19995 with flag 115001/303575
46.03/23.04	c cleaning 9995 clauses out of 19997 with flag 125000/313574
47.57/23.88	c cleaning 9999 clauses out of 20002 with flag 135000/323574
49.28/24.72	c cleaning 9998 clauses out of 20004 with flag 145001/333575
50.82/25.55	c cleaning 10002 clauses out of 20006 with flag 155001/343575
52.37/26.35	c cleaning 10002 clauses out of 20004 with flag 165001/353575
53.90/27.18	c cleaning 10001 clauses out of 20001 with flag 175000/363574
55.61/28.03	c cleaning 9993 clauses out of 20000 with flag 185000/373574
57.15/28.87	c cleaning 9998 clauses out of 20008 with flag 195001/383575
58.70/29.65	c cleaning 10001 clauses out of 20010 with flag 205001/393575
60.22/30.46	c cleaning 10000 clauses out of 20008 with flag 215000/403574
61.93/31.31	c cleaning 10003 clauses out of 20009 with flag 225001/413575
63.48/32.13	c cleaning 10000 clauses out of 20006 with flag 235001/423575
64.80/32.83	c cleaning 9998 clauses out of 20005 with flag 245000/433574
65.96/33.47	c cleaning 10000 clauses out of 20007 with flag 255000/443574
67.46/34.22	c cleaning 10001 clauses out of 20008 with flag 265001/453575
68.59/34.85	c cleaning 10000 clauses out of 20006 with flag 275000/463574
70.53/35.82	c cleaning 10002 clauses out of 20008 with flag 285002/473576
72.47/36.86	c cleaning 9997 clauses out of 20004 with flag 295000/483574
74.37/37.84	c cleaning 9997 clauses out of 20007 with flag 305000/493574
76.11/38.72	c cleaning 9997 clauses out of 20010 with flag 315000/503574
77.85/39.62	c cleaning 10001 clauses out of 20013 with flag 325000/513574
79.37/40.44	c cleaning 10001 clauses out of 20012 with flag 335000/523574
81.07/41.31	c cleaning 10006 clauses out of 20013 with flag 345002/533576
82.61/42.19	c cleaning 10003 clauses out of 20007 with flag 355002/543576
84.16/42.92	c cleaning 10001 clauses out of 20002 with flag 365000/553574
86.08/43.99	c cleaning 9994 clauses out of 20001 with flag 375000/563574
86.57/44.22	c  And the winner is CuttingPlanes
86.57/44.28	c Got one! Elapsed wall clock time (in seconds):44.163
86.57/44.28	o 76
86.72/44.46	c cleaning 7645 clauses out of 15305 with flag 4000/568872
87.66/44.90	c cleaning 6819 clauses out of 13660 with flag 10000/574872
88.60/45.41	c cleaning 6916 clauses out of 13841 with flag 17000/581872
89.73/46.06	c cleaning 7459 clauses out of 14925 with flag 25000/589872
90.93/46.52	c cleaning 8231 clauses out of 16466 with flag 34000/598872
91.97/47.00	c cleaning 9118 clauses out of 18236 with flag 44001/608873
92.92/47.40	c  And the winner is Resolution
93.00/47.78	c Got one! Elapsed wall clock time (in seconds):47.666
93.00/47.78	o 45
93.66/48.11	c cleaning 11367 clauses out of 22734 with flag 5003/622489
94.38/48.59	c cleaning 8676 clauses out of 17365 with flag 11001/628487
95.88/49.37	c cleaning 7838 clauses out of 15689 with flag 18001/635487
97.81/50.32	c  And the winner is Resolution
97.93/50.78	c Got one! Elapsed wall clock time (in seconds):50.667
97.93/50.78	o 34
98.19/50.97	c cleaning 6843 clauses out of 13688 with flag 2000/641324
99.30/51.52	c cleaning 6420 clauses out of 12845 with flag 8000/647324
100.03/51.92	c cleaning 6702 clauses out of 13425 with flag 15000/654324
100.73/52.35	c cleaning 7356 clauses out of 14724 with flag 23001/662325
101.49/52.76	c cleaning 8171 clauses out of 16367 with flag 32000/671324
102.61/53.32	c cleaning 9080 clauses out of 18201 with flag 42005/681329
103.34/53.77	c cleaning 9552 clauses out of 19116 with flag 52000/691324
104.23/54.29	c cleaning 9778 clauses out of 19564 with flag 62000/701324
105.16/54.79	c cleaning 9884 clauses out of 19787 with flag 72001/711325
106.28/55.32	c cleaning 9942 clauses out of 19908 with flag 82006/721330
107.00/55.77	c cleaning 9974 clauses out of 19960 with flag 92000/731324
108.09/56.33	c cleaning 9987 clauses out of 19987 with flag 102001/741325
109.02/56.84	c cleaning 9994 clauses out of 19999 with flag 112000/751324
109.95/57.34	c cleaning 10000 clauses out of 20005 with flag 122000/761324
110.87/57.80	c cleaning 10001 clauses out of 20005 with flag 132000/771324
111.77/58.33	c cleaning 9996 clauses out of 20004 with flag 142000/781324
112.68/58.85	c cleaning 10000 clauses out of 20008 with flag 152000/791324
113.62/59.35	c cleaning 9994 clauses out of 20008 with flag 162000/801324
114.53/59.84	c cleaning 9999 clauses out of 20014 with flag 172000/811324
115.42/60.36	c cleaning 10000 clauses out of 20015 with flag 182000/821324
116.34/60.82	c cleaning 10005 clauses out of 20015 with flag 192000/831324
117.27/61.31	c cleaning 10002 clauses out of 20010 with flag 202000/841324
118.20/61.82	c cleaning 9995 clauses out of 20008 with flag 212000/851324
119.48/62.58	c cleaning 9996 clauses out of 20014 with flag 222001/861325
121.61/63.64	c cleaning 9995 clauses out of 20017 with flag 232000/871324
124.54/65.16	c cleaning 9987 clauses out of 20023 with flag 242001/881325
129.09/67.40	c cleaning 10011 clauses out of 20035 with flag 252000/891324
129.97/67.91	c cleaning 10001 clauses out of 20025 with flag 262001/901325
130.69/68.38	c cleaning 10000 clauses out of 20023 with flag 272000/911324
132.80/69.48	c cleaning 10003 clauses out of 20023 with flag 282000/921324
134.32/70.23	c cleaning 10002 clauses out of 20020 with flag 292000/931324
138.19/72.20	c cleaning 9988 clauses out of 20018 with flag 302000/941324
143.13/74.73	c cleaning 10002 clauses out of 20032 with flag 312002/951326
148.04/77.28	c cleaning 9995 clauses out of 20028 with flag 322000/961324
149.97/78.21	c cleaning 10005 clauses out of 20033 with flag 332000/971324
151.43/79.04	c cleaning 10005 clauses out of 20029 with flag 342001/981325
154.14/80.40	c cleaning 10002 clauses out of 20024 with flag 352001/991325
157.05/81.91	c cleaning 10003 clauses out of 20021 with flag 362000/1001324
158.56/82.71	c cleaning 9969 clauses out of 20018 with flag 372000/1011324
161.03/84.09	c cleaning 9992 clauses out of 20049 with flag 382000/1021324
162.55/84.90	c cleaning 10021 clauses out of 20057 with flag 392000/1031324
166.26/86.71	c cleaning 10008 clauses out of 20037 with flag 402001/1041325
170.56/88.92	c cleaning 10006 clauses out of 20028 with flag 412000/1051324
171.41/89.40	c cleaning 10002 clauses out of 20022 with flag 422000/1061324
172.73/90.18	c cleaning 10005 clauses out of 20021 with flag 432001/1071325
176.02/91.80	c cleaning 9995 clauses out of 20015 with flag 442000/1081324
178.33/93.03	c cleaning 9977 clauses out of 20021 with flag 452001/1091325
183.59/95.74	c cleaning 10015 clauses out of 20044 with flag 462001/1101325
190.49/99.23	c cleaning 9997 clauses out of 20028 with flag 472000/1111324
196.80/102.47	c cleaning 10005 clauses out of 20034 with flag 482003/1121327
202.91/105.55	c cleaning 9983 clauses out of 20026 with flag 492000/1131324
208.14/108.23	c cleaning 10012 clauses out of 20045 with flag 502002/1141326
213.85/111.14	c cleaning 10005 clauses out of 20033 with flag 512002/1151326
219.53/114.07	c cleaning 10003 clauses out of 20026 with flag 522000/1161324
220.43/114.51	c cleaning 10000 clauses out of 20023 with flag 532000/1171324
221.07/114.99	c cleaning 10001 clauses out of 20024 with flag 542001/1181325
221.76/115.40	c cleaning 9999 clauses out of 20022 with flag 552000/1191324
222.66/115.82	c cleaning 10008 clauses out of 20025 with flag 562002/1201326
223.36/116.26	c cleaning 9995 clauses out of 20016 with flag 572001/1211325
224.22/116.75	c cleaning 10004 clauses out of 20022 with flag 582002/1221326
225.12/117.20	c cleaning 9995 clauses out of 20016 with flag 592000/1231324
225.82/117.64	c cleaning 10000 clauses out of 20021 with flag 602000/1241324
226.52/118.08	c cleaning 9998 clauses out of 20021 with flag 612000/1251324
227.37/118.55	c cleaning 10000 clauses out of 20023 with flag 622000/1261324
228.06/118.97	c cleaning 10002 clauses out of 20024 with flag 632001/1271325
228.96/119.45	c cleaning 10000 clauses out of 20021 with flag 642000/1281324
229.87/119.93	c cleaning 9999 clauses out of 20022 with flag 652001/1291325
230.70/120.42	c cleaning 9998 clauses out of 20022 with flag 662000/1301324
231.61/120.90	c cleaning 10001 clauses out of 20024 with flag 672000/1311324
232.30/121.38	c cleaning 10007 clauses out of 20024 with flag 682001/1321325
233.19/121.86	c cleaning 9996 clauses out of 20016 with flag 692000/1331324
234.04/122.39	c cleaning 10000 clauses out of 20020 with flag 702000/1341324
234.94/122.86	c cleaning 10008 clauses out of 20023 with flag 712003/1351327
235.83/123.37	c cleaning 10001 clauses out of 20012 with flag 722000/1361324
236.73/123.85	c cleaning 9996 clauses out of 20012 with flag 732001/1371325
237.58/124.39	c cleaning 9998 clauses out of 20017 with flag 742002/1381326
238.47/124.89	c cleaning 10001 clauses out of 20017 with flag 752000/1391324
239.39/125.36	c cleaning 9997 clauses out of 20016 with flag 762000/1401324
240.27/125.85	c cleaning 10001 clauses out of 20020 with flag 772001/1411325
241.12/126.39	c cleaning 9999 clauses out of 20018 with flag 782000/1421324
242.01/126.84	c cleaning 10001 clauses out of 20020 with flag 792001/1431325
242.91/127.32	c cleaning 10002 clauses out of 20019 with flag 802001/1441325
243.81/127.81	c cleaning 9998 clauses out of 20016 with flag 812000/1451324
244.66/128.32	c cleaning 9996 clauses out of 20018 with flag 822000/1461324
245.37/128.76	c cleaning 10003 clauses out of 20022 with flag 832000/1471324
246.26/129.23	c cleaning 9999 clauses out of 20020 with flag 842001/1481325
246.95/129.65	c cleaning 10000 clauses out of 20020 with flag 852000/1491324
247.80/130.13	c cleaning 10002 clauses out of 20020 with flag 862000/1501324
248.49/130.59	c cleaning 9997 clauses out of 20019 with flag 872001/1511325
249.39/131.02	c cleaning 10001 clauses out of 20021 with flag 882000/1521324
250.28/131.50	c cleaning 9997 clauses out of 20020 with flag 892000/1531324
251.13/132.02	c cleaning 10002 clauses out of 20024 with flag 902001/1541325
251.82/132.46	c cleaning 10000 clauses out of 20021 with flag 912000/1551324
252.71/132.92	c cleaning 9999 clauses out of 20021 with flag 922000/1561324
253.61/133.41	c cleaning 10003 clauses out of 20023 with flag 932001/1571325
254.45/133.92	c cleaning 9997 clauses out of 20019 with flag 942000/1581324
255.34/134.41	c cleaning 10004 clauses out of 20023 with flag 952001/1591325
256.01/134.89	c cleaning 9999 clauses out of 20018 with flag 962000/1601324
256.92/135.36	c cleaning 10000 clauses out of 20019 with flag 972000/1611324
257.76/135.89	c cleaning 10005 clauses out of 20020 with flag 982001/1621325
258.66/136.37	c cleaning 9994 clauses out of 20014 with flag 992000/1631324
259.53/136.89	c cleaning 9999 clauses out of 20020 with flag 1002000/1641324
260.42/137.36	c cleaning 10008 clauses out of 20021 with flag 1012000/1651324
261.26/137.88	c cleaning 10000 clauses out of 20014 with flag 1022001/1661325
262.76/138.65	c cleaning 9997 clauses out of 20014 with flag 1032001/1671325
264.43/139.53	c cleaning 9999 clauses out of 20017 with flag 1042001/1681325
266.12/140.40	c cleaning 9997 clauses out of 20018 with flag 1052001/1691325
267.95/141.44	c cleaning 10002 clauses out of 20021 with flag 1062001/1701325
270.05/142.55	c cleaning 9998 clauses out of 20019 with flag 1072001/1711325
272.14/143.65	c cleaning 9997 clauses out of 20020 with flag 1082000/1721324
274.23/144.75	c cleaning 10001 clauses out of 20023 with flag 1092000/1731324
276.66/146.01	c cleaning 9999 clauses out of 20022 with flag 1102000/1741324
278.54/147.08	c cleaning 10007 clauses out of 20023 with flag 1112000/1751324
281.45/148.55	c cleaning 9990 clauses out of 20019 with flag 1122003/1761327
284.12/149.97	c cleaning 9976 clauses out of 20026 with flag 1132000/1771324
290.80/153.30	c cleaning 0 clauses out of 6198 with flag 0/6198
291.41/153.67	c cleaning 9992 clauses out of 20051 with flag 1142001/1781325
295.49/155.75	c cleaning 10004 clauses out of 20058 with flag 1152000/1791324
299.79/157.98	c cleaning 10001 clauses out of 20055 with flag 1162001/1801325
304.20/160.20	c cleaning 10001 clauses out of 20053 with flag 1172000/1811324
308.48/162.44	c cleaning 9999 clauses out of 20053 with flag 1182001/1821325
312.98/164.75	c cleaning 9998 clauses out of 20056 with flag 1192003/1831327
317.28/166.93	c cleaning 9999 clauses out of 20057 with flag 1202002/1841326
321.69/169.21	c cleaning 10001 clauses out of 20057 with flag 1212001/1851325
325.56/171.24	c cleaning 10000 clauses out of 20056 with flag 1222001/1861325
329.83/173.44	c cleaning 9999 clauses out of 20058 with flag 1232003/1871327
333.92/175.59	c cleaning 9998 clauses out of 20056 with flag 1242000/1881324
337.94/177.62	c cleaning 9996 clauses out of 20058 with flag 1252000/1891324
340.83/179.12	c cleaning 10020 clauses out of 20062 with flag 1262000/1901324
341.50/179.56	c cleaning 10010 clauses out of 20042 with flag 1272000/1911324
342.37/180.01	c cleaning 10006 clauses out of 20033 with flag 1282001/1921325
343.17/180.53	c cleaning 9999 clauses out of 20026 with flag 1292000/1931324
344.04/181.03	c cleaning 10002 clauses out of 20027 with flag 1302000/1941324
344.73/181.46	c cleaning 10007 clauses out of 20025 with flag 1312000/1951324
346.39/182.30	c cleaning 10005 clauses out of 20019 with flag 1322001/1961325
347.61/183.10	c cleaning 9993 clauses out of 20013 with flag 1332000/1971324
348.69/183.60	c cleaning 9997 clauses out of 20020 with flag 1342000/1981324
349.95/184.30	c cleaning 10003 clauses out of 20023 with flag 1352000/1991324
353.04/185.95	c cleaning 10005 clauses out of 20020 with flag 1362000/2001324
356.02/187.51	c cleaning 9996 clauses out of 20017 with flag 1372002/2011326
358.70/188.99	c cleaning 9997 clauses out of 20020 with flag 1382001/2021325
361.59/190.40	c cleaning 10002 clauses out of 20024 with flag 1392002/2031326
363.28/191.32	c cleaning 10002 clauses out of 20020 with flag 1402000/2041324
364.86/192.27	c cleaning 10003 clauses out of 20019 with flag 1412001/2051325
366.54/193.12	c cleaning 9996 clauses out of 20017 with flag 1422002/2061326
368.23/194.01	c cleaning 10000 clauses out of 20019 with flag 1432000/2071324
369.52/194.76	c cleaning 10001 clauses out of 20019 with flag 1442000/2081324
371.71/195.96	c cleaning 9992 clauses out of 20018 with flag 1452000/2091324
373.18/196.78	c cleaning 9999 clauses out of 20026 with flag 1462000/2101324
376.05/198.24	c cleaning 9971 clauses out of 20028 with flag 1472001/2111325
379.12/199.88	c cleaning 9996 clauses out of 20056 with flag 1482000/2121324
382.32/201.51	c cleaning 9992 clauses out of 20061 with flag 1492001/2131325
384.98/202.93	c cleaning 10004 clauses out of 20070 with flag 1502002/2141326
386.85/203.91	c cleaning 10015 clauses out of 20065 with flag 1512001/2151325
388.13/204.69	c cleaning 10004 clauses out of 20051 with flag 1522002/2161326
389.72/205.54	c cleaning 10001 clauses out of 20045 with flag 1532000/2171324
392.79/207.11	c cleaning 10004 clauses out of 20044 with flag 1542000/2181324
393.86/207.70	c cleaning 10002 clauses out of 20041 with flag 1552001/2191325
394.94/208.38	c cleaning 10005 clauses out of 20038 with flag 1562000/2201324
395.95/208.94	c cleaning 10006 clauses out of 20033 with flag 1572000/2211324
396.61/209.39	c cleaning 10005 clauses out of 20027 with flag 1582000/2221324
397.48/209.85	c cleaning 9996 clauses out of 20022 with flag 1592000/2231324
398.35/210.33	c cleaning 10003 clauses out of 20028 with flag 1602002/2241326
399.14/210.84	c cleaning 9999 clauses out of 20025 with flag 1612002/2251326
400.01/211.32	c cleaning 9998 clauses out of 20024 with flag 1622000/2261324
402.67/212.78	c cleaning 9995 clauses out of 20026 with flag 1632000/2271324
407.93/215.41	c cleaning 10004 clauses out of 20034 with flag 1642003/2281327
413.52/218.31	c cleaning 9997 clauses out of 20027 with flag 1652000/2291324
417.60/220.40	c cleaning 9990 clauses out of 20030 with flag 1662000/2301324
422.48/222.94	c cleaning 10005 clauses out of 20040 with flag 1672000/2311324
428.75/226.20	c cleaning 10005 clauses out of 20040 with flag 1682005/2321329
434.53/229.14	c cleaning 9969 clauses out of 20031 with flag 1692001/2331325
439.80/231.81	c cleaning 10004 clauses out of 20061 with flag 1702000/2341324
440.65/232.31	c cleaning 10016 clauses out of 20058 with flag 1712001/2351325
441.52/232.85	c cleaning 10017 clauses out of 20041 with flag 1722000/2361324
442.51/233.46	c cleaning 9998 clauses out of 20024 with flag 1732000/2371324
443.77/234.10	c cleaning 10002 clauses out of 20031 with flag 1742005/2381329
445.03/234.82	c cleaning 9998 clauses out of 20025 with flag 1752001/2391325
445.90/235.34	c cleaning 9998 clauses out of 20026 with flag 1762000/2401324
447.88/236.41	c cleaning 10000 clauses out of 20028 with flag 1772000/2411324
448.93/237.07	c cleaning 9999 clauses out of 20028 with flag 1782000/2421324
451.19/238.25	c cleaning 9988 clauses out of 20029 with flag 1792000/2431324
452.85/239.20	c cleaning 10007 clauses out of 20042 with flag 1802001/2441325
454.05/239.81	c cleaning 10004 clauses out of 20034 with flag 1812000/2451324
454.70/240.28	c cleaning 10000 clauses out of 20030 with flag 1822000/2461324
455.56/240.77	c cleaning 10006 clauses out of 20031 with flag 1832001/2471325
456.43/241.25	c cleaning 9998 clauses out of 20024 with flag 1842000/2481324
457.41/241.82	c cleaning 10003 clauses out of 20028 with flag 1852002/2491326
458.27/242.37	c cleaning 10001 clauses out of 20023 with flag 1862000/2501324
459.13/242.87	c cleaning 9996 clauses out of 20022 with flag 1872000/2511324
459.99/243.38	c cleaning 10001 clauses out of 20027 with flag 1882001/2521325
460.99/243.96	c cleaning 10004 clauses out of 20026 with flag 1892001/2531325
461.85/244.48	c cleaning 9998 clauses out of 20021 with flag 1902000/2541324
462.70/244.95	c cleaning 10000 clauses out of 20023 with flag 1912000/2551324
463.55/245.45	c cleaning 9999 clauses out of 20023 with flag 1922000/2561324
464.55/246.02	c cleaning 10002 clauses out of 20024 with flag 1932000/2571324
465.25/246.49	c cleaning 10001 clauses out of 20023 with flag 1942001/2581325
466.30/247.01	c cleaning 9996 clauses out of 20021 with flag 1952000/2591324
466.96/247.46	c cleaning 10004 clauses out of 20025 with flag 1962000/2601324
467.75/247.97	c cleaning 9999 clauses out of 20021 with flag 1972000/2611324
468.61/248.46	c cleaning 9999 clauses out of 20022 with flag 1982000/2621324
469.48/248.92	c cleaning 10001 clauses out of 20023 with flag 1992000/2631324
470.14/249.39	c cleaning 10000 clauses out of 20022 with flag 2002000/2641324
471.14/249.94	c cleaning 10008 clauses out of 20022 with flag 2012000/2651324
472.00/250.40	c cleaning 9994 clauses out of 20014 with flag 2022000/2661324
472.66/250.85	c cleaning 9998 clauses out of 20022 with flag 2032002/2671326
473.50/251.32	c cleaning 10005 clauses out of 20024 with flag 2042002/2681326
474.33/251.88	c cleaning 9996 clauses out of 20017 with flag 2052000/2691324
475.18/252.39	c cleaning 9998 clauses out of 20021 with flag 2062000/2701324
476.03/252.89	c cleaning 10005 clauses out of 20024 with flag 2072001/2711325
476.89/253.37	c cleaning 9997 clauses out of 20018 with flag 2082000/2721324
477.87/253.92	c cleaning 10000 clauses out of 20021 with flag 2092000/2731324
478.72/254.42	c cleaning 9998 clauses out of 20021 with flag 2102000/2741324
479.58/254.91	c cleaning 10007 clauses out of 20023 with flag 2112000/2751324
480.24/255.37	c cleaning 9994 clauses out of 20016 with flag 2122000/2761324
481.24/255.90	c cleaning 10001 clauses out of 20024 with flag 2132002/2771326
481.90/256.35	c cleaning 9998 clauses out of 20022 with flag 2142001/2781325
482.75/256.84	c cleaning 10002 clauses out of 20023 with flag 2152000/2791324
483.61/257.33	c cleaning 10001 clauses out of 20021 with flag 2162000/2801324
484.37/257.86	c cleaning 10002 clauses out of 20021 with flag 2172001/2811325
485.23/258.34	c cleaning 9999 clauses out of 20018 with flag 2182000/2821324
486.08/258.83	c cleaning 9999 clauses out of 20019 with flag 2192000/2831324
486.94/259.33	c cleaning 9999 clauses out of 20020 with flag 2202000/2841324
487.76/259.86	c cleaning 10000 clauses out of 20021 with flag 2212000/2851324
488.61/260.36	c cleaning 10000 clauses out of 20021 with flag 2222000/2861324
489.47/260.84	c cleaning 10000 clauses out of 20021 with flag 2232000/2871324
490.12/261.29	c cleaning 9998 clauses out of 20021 with flag 2242000/2881324
491.14/261.82	c cleaning 10001 clauses out of 20023 with flag 2252000/2891324
492.00/262.33	c cleaning 10000 clauses out of 20022 with flag 2262000/2901324
494.07/263.44	c cleaning 10003 clauses out of 20022 with flag 2272000/2911324
500.73/266.86	c cleaning 9997 clauses out of 20019 with flag 2282000/2921324
507.51/270.38	c cleaning 9990 clauses out of 20022 with flag 2292000/2931324
513.36/273.38	c cleaning 9999 clauses out of 20033 with flag 2302001/2941325
518.63/276.03	c cleaning 10005 clauses out of 20034 with flag 2312001/2951325
523.47/278.58	c cleaning 9997 clauses out of 20028 with flag 2322000/2961324
529.24/281.53	c cleaning 10001 clauses out of 20035 with flag 2332004/2971328
533.48/283.74	c  And the winner is Resolution
533.26/283.94	c Got one! Elapsed wall clock time (in seconds):283.823
533.26/283.94	o 29
533.29/284.29	c cleaning 10687 clauses out of 21385 with flag 5001/2982679
533.93/284.60	c  And the winner is CuttingPlanes
533.96/284.96	c Got one! Elapsed wall clock time (in seconds):284.844
533.96/284.96	o 5
534.23/285.14	c cleaning 8289 clauses out of 16592 with flag 3002/2988573
534.49/285.31	c  And the winner is CuttingPlanes
534.97/285.92	c starts		: 45
534.97/285.92	c conflicts		: 7865
534.97/285.92	c decisions		: 20856
534.97/285.92	c propagations		: 1968909
534.97/285.92	c inspects		: 303133094
534.97/285.92	c shortcuts		: 0
534.97/285.92	c learnt literals	: 0
534.97/285.92	c learnt binary clauses	: 3
534.97/285.92	c learnt ternary clauses	: 2
534.97/285.92	c learnt constraints	: 7863
534.97/285.92	c ignored constraints	: 0
534.97/285.92	c root simplifications	: 0
534.97/285.92	c removed literals (reason simplification)	: 0
534.97/285.92	c reason swapping (by a shorter reason)	: 0
534.97/285.92	c Calls to reduceDB	: 1
534.97/285.92	c number of reductions to clauses (during analyze)	: 0
534.97/285.92	c number of learned constraints concerned by reduction	: 0
534.97/285.92	c number of learning phase by resolution	: 0
534.97/285.92	c number of learning phase by cutting planes	: 0
534.97/285.92	c speed (assignments/second)	: 2059528.2426778243
534.97/285.92	c non guided choices	4
534.97/285.92	c learnt constraints type 
534.97/285.92	c constraints type 
534.97/285.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
534.97/285.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 32
534.97/285.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
534.97/285.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
534.97/285.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
534.97/285.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2406
534.97/285.92	c constraints type 
534.97/285.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
534.97/285.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
534.97/285.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
534.97/285.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 32
534.97/285.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
534.97/285.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
534.97/285.92	s OPTIMUM FOUND
534.97/285.92	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 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 x199 x200 -x201 x202 x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 -x216 -x217 x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 -x230 -x231 x232 -x233 x234 x235 x236 -x237 -x238 x239 -x240 -x241 x242 -x243 x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 x261 x262 x263 x264 -x265 x266 x267 x268 -x269 -x270 -x271 x272 -x273 x274 -x275 x276 -x277 -x278 -x279 x280 -x281 -x282 x283 -x284 -x285 x286 x287 -x288 x289 -x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 -x301 x302 x303 x304 x305 -x306 x307 -x308 x309 -x310 x311 x312 x313 x314 x315 -x316 -x317 -x318 x319 -x320 x321 x322 x323 -x324 -x325 x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 x338 -x339 -x340 -x341 x342 -x343 x344 x345 x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 x358 -x359 x360 x361 -x362 x363 x364 x365 -x366 x367 x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 x382 x383 -x384 -x385 x386 x387 x388 x389 x390 -x391 -x392 -x393 -x394 x395 x396 x397 x398 -x399 -x400 x401 x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 x410 x411 -x412 x413 x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 x428 x429 x430 -x431 x432 x433 -x434 -x435 -x436 x437 -x438 x439 x440 -x441 x442 x443 -x444 -x445 -x446 x447 x448 -x449 x450 -x451 x452 x453 x454 x455 -x456 x457 -x458 x459 -x460 -x461 x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 x471 -x472 -x473 -x474 -x475 x476 -x477 x478 -x479 -x480 -x481 -x482 x483 -x484 x485 -x486 x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 x512 x513 -x514 -x515 x516 x517 x518 -x519 x520 x521 x522 x523 x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 x541 x542 x543 x544 x545 -x546 x547 -x548 -x549 x550 -x551 x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 -x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 x582 -x583 -x584 
534.97/285.92	c objective function=5
534.97/285.92	c Total wall clock time (in seconds): 285.803

Verifier Data

OK	5

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-3739338-1338729262/watcher-3739338-1338729262 -o /tmp/evaluation-result-3739338-1338729262/solver-3739338-1338729262 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739338-1338729262.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.79 3.76 3.45 4/197 23238
/proc/meminfo: memFree=23363568/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23238/stat : 23238 (java) D 23236 23238 18226 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 339051940 9515008 182 33554432000 1073741824 1073778376 140737417726624 140737417717656 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23238/statm: 2323 182 140 9 0 71 0

[startup+0.0656411 s]
/proc/loadavg: 3.79 3.76 3.45 4/197 23238
/proc/meminfo: memFree=23363568/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 3855 0 1 0 3 1 0 0 20 0 13 0 339051940 11523600384 12218 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2813379 12218 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.10024 s]
/proc/loadavg: 3.79 3.76 3.45 4/197 23238
/proc/meminfo: memFree=23363568/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 4817 0 1 0 8 1 0 0 20 0 18 0 339051940 11864465408 13148 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2896598 13148 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.30022 s]
/proc/loadavg: 3.79 3.76 3.45 4/197 23238
/proc/meminfo: memFree=23363568/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11586392 CPUtime=0.5 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 6014 0 1 0 49 1 0 0 20 0 18 0 339051940 11864465408 15496 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2896598 15496 2229 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700179 s]
/proc/loadavg: 3.79 3.76 3.45 4/197 23238
/proc/meminfo: memFree=23363568/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=1.76 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 11389 0 1 0 173 3 0 0 20 0 22 0 339051940 12137111552 25479 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 25479 2256 9 0 2953849 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 11852648

[startup+1.50075 s]
/proc/loadavg: 3.79 3.76 3.45 7/219 23260
/proc/meminfo: memFree=23206352/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=4.82 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 21637 0 1 0 474 8 0 0 20 0 22 0 339051940 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 61298 2292 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) S 23236 23238 18226 0 -1 4202560 2926 0 1 0 44 2 0 0 20 0 22 0 339051941 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633338643608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 339051944 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) R 23236 23238 18226 0 -1 4202560 7998 0 0 0 119 2 0 0 20 0 22 0 339051947 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633151883528 140633345826366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23254] ppid=23236 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/23238/task/23254/stat : 23254 (java) R 23236 23238 18226 0 -1 4202560 9288 0 0 0 114 2 0 0 20 0 22 0 339051947 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633150829544 140633344614467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23257] ppid=23236 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/23238/task/23257/stat : 23257 (java) R 23236 23238 18226 0 -1 4202560 30 0 0 0 91 0 0 0 20 0 22 0 339051990 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633147683024 140633210895797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23258] ppid=23236 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/23238/task/23258/stat : 23258 (java) R 23236 23238 18226 0 -1 4202560 123 0 0 0 90 2 0 0 20 0 22 0 339051990 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633146629952 140633210952944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23259] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23259/stat : 23259 (java) S 23236 23238 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339051991 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633145578664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23260] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23260/stat : 23260 (java) S 23236 23238 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339051991 12137111552 61298 33554432000 1073741824 1073778376 140735164893680 140633144525864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.79 3.76 3.45 3/219 23260
/proc/meminfo: memFree=23056044/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=8.27 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 21742 0 1 0 817 10 0 0 20 0 22 0 339051940 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 93082 2292 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) S 23236 23238 18226 0 -1 4202560 2926 0 1 0 44 2 0 0 20 0 22 0 339051941 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633338643608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 22 0 339051944 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) S 23236 23238 18226 0 -1 4202560 8008 0 0 0 135 2 0 0 20 0 22 0 339051947 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633151896248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23254] ppid=23236 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/23238/task/23254/stat : 23254 (java) S 23236 23238 18226 0 -1 4202560 9306 0 0 0 133 2 0 0 20 0 22 0 339051947 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633150843448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23257] ppid=23236 vsize=11852648 CPUtime=2.38 cores=1,3,5,7
/proc/23238/task/23257/stat : 23257 (java) R 23236 23238 18226 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 339051990 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633147683024 140633210764321 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23258] ppid=23236 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/23238/task/23258/stat : 23258 (java) R 23236 23238 18226 0 -1 4202560 183 0 0 0 237 3 0 0 20 0 22 0 339051990 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633146629656 140633211069597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23259] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23259/stat : 23259 (java) S 23236 23238 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339051991 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633145578664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23260] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23260/stat : 23260 (java) S 23236 23238 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339051991 12137111552 93082 33554432000 1073741824 1073778376 140735164893680 140633144525864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.81 3.77 3.45 5/219 23260
/proc/meminfo: memFree=22940656/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=14.46 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 21806 0 1 0 1435 11 0 0 20 0 22 0 339051940 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 108405 2292 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) S 23236 23238 18226 0 -1 4202560 2926 0 1 0 44 2 0 0 20 0 22 0 339051941 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633338643608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339051943 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 40 0 0 0 39 0 0 0 20 0 22 0 339051944 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339051945 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) S 23236 23238 18226 0 -1 4202560 8009 0 0 0 138 2 0 0 20 0 22 0 339051947 12137111552 108405 33554432000 1073741824 1073778376 140735164893680 140633151896248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339051947 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 22 0 339051947 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23269] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23269/stat : 23269 (java) S 23236 23238 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339056369 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633144526248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23273] ppid=23236 vsize=11852648 CPUtime=196.71 cores=1,3,5,7
/proc/23238/task/23273/stat : 23273 (java) R 23236 23238 18226 0 -1 4202560 135 0 0 0 19668 3 0 0 20 0 22 0 339057019 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633147683024 140633210895797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23274] ppid=23236 vsize=11852648 CPUtime=196.75 cores=1,3,5,7
/proc/23238/task/23274/stat : 23274 (java) R 23236 23238 18226 0 -1 4202560 434 0 0 0 19661 14 0 0 20 0 22 0 339057019 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633146628128 140633210950140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23275] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23275/stat : 23275 (java) S 23236 23238 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339057019 12137111552 336575 33554432000 1073741824 1073778376 140735164893680 140633145578664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 532.27
Current children cumulated vsize (KiB) 11852648

[startup+284.701 s]
/proc/loadavg: 3.88 3.82 3.55 5/219 23338
/proc/meminfo: memFree=24256476/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=533.96 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 30058 0 1 0 53332 64 0 0 20 0 19 0 339051940 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 336572 2294 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) S 23236 23238 18226 0 -1 4202560 2979 0 1 0 46 3 0 0 20 0 19 0 339051941 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633338643608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 100 0 0 0 93 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 104 0 0 0 96 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 102 0 0 0 92 2 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 82 0 0 0 89 1 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 80 0 0 0 101 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 91 0 0 0 101 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 76 0 0 0 93 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 71 0 0 0 90 0 0 0 20 0 19 0 339051943 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=37.58 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 127 0 0 0 3752 6 0 0 20 0 19 0 339051944 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) S 23236 23238 18226 0 -1 4202560 8658 0 0 0 165 2 0 0 20 0 19 0 339051947 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633151896248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23254] ppid=23236 vsize=11852648 CPUtime=2.1 cores=1,3,5,7
/proc/23238/task/23254/stat : 23254 (java) S 23236 23238 18226 0 -1 4202560 15410 0 0 0 208 2 0 0 20 0 19 0 339051947 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633150843448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 339051947 12137111552 336572 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 533.96
Current children cumulated vsize (KiB) 11852648

[startup+285.501 s]
/proc/loadavg: 3.88 3.82 3.55 3/216 23341
/proc/meminfo: memFree=24256228/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=534.56 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 30069 0 1 0 53390 66 0 0 20 0 19 0 339051940 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 336574 2294 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) R 23236 23238 18226 0 -1 4202560 2979 0 1 0 50 3 0 0 20 0 19 0 339051941 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633338643608 140633211371989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 100 0 0 0 94 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 104 0 0 0 96 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 102 0 0 0 92 2 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 82 0 0 0 89 1 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 82 0 0 0 102 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 91 0 0 0 101 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 76 0 0 0 94 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 71 0 0 0 90 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=37.74 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 127 0 0 0 3768 6 0 0 20 0 19 0 339051944 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) S 23236 23238 18226 0 -1 4202560 8658 0 0 0 165 2 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633151896248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23254] ppid=23236 vsize=11852648 CPUtime=2.1 cores=1,3,5,7
/proc/23238/task/23254/stat : 23254 (java) S 23236 23238 18226 0 -1 4202560 15410 0 0 0 208 2 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633150843448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23341] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23341/stat : 23341 (java) S 23236 23238 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339080335 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633145578792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 534.56
Current children cumulated vsize (KiB) 11852648

[startup+285.901 s]
/proc/loadavg: 3.88 3.82 3.55 4/216 23344
/proc/meminfo: memFree=24256228/32873660 swapFree=7120/7120
[pid=23238] ppid=23236 vsize=11852648 CPUtime=534.97 cores=1,3,5,7
/proc/23238/stat : 23238 (java) S 23236 23238 18226 0 -1 4202496 30069 0 1 0 53431 66 0 0 20 0 19 0 339051940 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140735164884816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23238/statm: 2963162 336574 2294 9 0 2953849 0
[pid=23238/tid=23240] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23240/stat : 23240 (java) R 23236 23238 18226 0 -1 4202560 2979 0 1 0 91 3 0 0 20 0 19 0 339051941 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633338643608 140633210468278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23238/tid=23241] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23241/stat : 23241 (java) S 23236 23238 18226 0 -1 4202560 100 0 0 0 94 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633175886120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23242] ppid=23236 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/23238/task/23242/stat : 23242 (java) S 23236 23238 18226 0 -1 4202560 104 0 0 0 96 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633174833320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23243] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23243/stat : 23243 (java) S 23236 23238 18226 0 -1 4202560 102 0 0 0 92 2 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633173781032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23244] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23244/stat : 23244 (java) S 23236 23238 18226 0 -1 4202560 82 0 0 0 89 1 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633172728232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23245] ppid=23236 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/23238/task/23245/stat : 23245 (java) S 23236 23238 18226 0 -1 4202560 82 0 0 0 102 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633171675944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23246] ppid=23236 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/23238/task/23246/stat : 23246 (java) S 23236 23238 18226 0 -1 4202560 91 0 0 0 101 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633170623144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23247] ppid=23236 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/23238/task/23247/stat : 23247 (java) S 23236 23238 18226 0 -1 4202560 76 0 0 0 94 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633169570856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23248] ppid=23236 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23238/task/23248/stat : 23248 (java) S 23236 23238 18226 0 -1 4202560 71 0 0 0 90 0 0 0 20 0 19 0 339051943 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633168518056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23238/tid=23249] ppid=23236 vsize=11852648 CPUtime=37.74 cores=1,3,5,7
/proc/23238/task/23249/stat : 23249 (java) S 23236 23238 18226 0 -1 4202560 127 0 0 0 3768 6 0 0 20 0 19 0 339051944 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633156106472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23250] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23250/stat : 23250 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633155052536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23251] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23251/stat : 23251 (java) S 23236 23238 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339051945 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633154000136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23252] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23252/stat : 23252 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633152948624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23253] ppid=23236 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/23238/task/23253/stat : 23253 (java) S 23236 23238 18226 0 -1 4202560 8658 0 0 0 166 2 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633151896248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23254] ppid=23236 vsize=11852648 CPUtime=2.1 cores=1,3,5,7
/proc/23238/task/23254/stat : 23254 (java) S 23236 23238 18226 0 -1 4202560 15410 0 0 0 208 2 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633150843448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23255] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23255/stat : 23255 (java) S 23236 23238 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633149791352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23238/tid=23256] ppid=23236 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/23238/task/23256/stat : 23256 (java) S 23236 23238 18226 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 339051947 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633148738760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23238/tid=23341] ppid=23236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23238/task/23341/stat : 23341 (java) S 23236 23238 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339080335 12137111552 336574 33554432000 1073741824 1073778376 140735164893680 140633145578792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 534.97
Current children cumulated vsize (KiB) 11852648

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23238 and gives
#  childrusage.ru_utime.tv_sec=534
#  childrusage.ru_utime.tv_usec=200789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=750885
# CPU time returned by wait4() is 534.952
# while last known CPU time is 534.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.749954
#  lost CPU user time (s): 0.839958
#  lost CPU system time (s): -0.09

Real time (s): 285.93
CPU time (s): 535.72
CPU user time (s): 535.15
CPU system time (s): 0.57
CPU usage (%): 187.36
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.201
system time used= 0.750885
maximum resident set size= 1346320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16038
involuntary context switches= 19292

runsolver used 1.47477 second user time and 2.94555 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 15:14:22
IDJOB=3739338
IDBENCH=72484
IDSOLVER=2328
FILE ID=node117/3739338-1338729262
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69120 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_5_errors.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739338-1338729262/watcher-3739338-1338729262 -o /tmp/evaluation-result-3739338-1338729262/solver-3739338-1338729262 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739338-1338729262.opb

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

MD5SUM BENCH= 06d341d0af76f66d4946a3c264573060
RANDOM SEED=1254052971

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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.91
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        23363948 kB
Buffers:          623096 kB
Cached:          4135768 kB
SwapCached:          776 kB
Active:          6129456 kB
Inactive:        2457856 kB
Active(anon):    3814396 kB
Inactive(anon):     9972 kB
Active(file):    2315060 kB
Inactive(file):  2447884 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               240 kB
Writeback:             0 kB
AnonPages:       3829836 kB
Mapped:            20528 kB
Shmem:                80 kB
Slab:             777320 kB
SReclaimable:     221452 kB
SUnreclaim:       555868 kB
KernelStack:        1624 kB
PageTables:        11380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10465948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3784704 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= 69120 MiB
End job on node117 at 2012-06-03 15:19:08