Trace number 3453876

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 497.891 267.67

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
MD5SUM65bc139f592885e582edbd6d46332a4d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.178972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453876-1307194364.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.087s.
0.10/0.19	c #vars     540
0.10/0.19	c #constraints  826
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
3.04/0.93	c cleaning 2496 clauses out of 5001 with flag 5001/5001
4.46/1.48	c cleaning 4252 clauses out of 8504 with flag 11000/11000
6.11/2.26	c cleaning 5622 clauses out of 11253 with flag 18001/18001
8.29/3.37	c cleaning 6813 clauses out of 13630 with flag 26000/26000
10.28/4.32	c cleaning 7905 clauses out of 15817 with flag 35000/35000
12.03/5.22	c cleaning 8951 clauses out of 17912 with flag 45000/45000
13.99/6.26	c cleaning 9473 clauses out of 18962 with flag 55001/55001
16.15/7.36	c cleaning 9740 clauses out of 19488 with flag 65000/65000
17.10/7.84	c  And the winner is Resolution
17.19/8.23	c SATISFIABLE
17.19/8.23	c OPTIMIZING...
17.19/8.23	c Got one! Elapsed wall clock time (in seconds):8.12
17.19/8.23	o 5
17.73/8.56	c cleaning 10653 clauses out of 21327 with flag 5000/76579
18.89/9.11	c cleaning 8331 clauses out of 16675 with flag 11001/82580
20.04/9.80	c cleaning 7664 clauses out of 15344 with flag 18001/89580
21.64/10.59	c cleaning 7837 clauses out of 15680 with flag 26001/97580
22.77/11.18	c cleaning 8419 clauses out of 16845 with flag 35003/106582
24.75/12.16	c cleaning 9200 clauses out of 18423 with flag 45000/116579
26.70/13.15	c cleaning 9611 clauses out of 19224 with flag 55001/126580
28.44/14.06	c cleaning 9805 clauses out of 19612 with flag 65000/136579
30.99/15.32	c cleaning 9895 clauses out of 19808 with flag 75001/146580
32.52/16.19	c cleaning 9937 clauses out of 19912 with flag 85000/156579
34.67/17.26	c cleaning 9978 clauses out of 19976 with flag 95001/166580
37.01/18.45	c cleaning 9990 clauses out of 19999 with flag 105002/176581
38.93/19.41	c cleaning 9996 clauses out of 20008 with flag 115001/186580
40.28/20.12	c  And the winner is Resolution
40.34/20.33	c Got one! Elapsed wall clock time (in seconds):20.227
40.34/20.33	o 3
41.07/20.71	c cleaning 11904 clauses out of 23829 with flag 5000/200397
41.81/21.17	c cleaning 8959 clauses out of 17926 with flag 11001/206398
42.95/21.78	c cleaning 7977 clauses out of 15966 with flag 18000/213397
44.27/22.48	c cleaning 7983 clauses out of 15990 with flag 26001/221398
45.82/23.23	c cleaning 8494 clauses out of 17008 with flag 35002/230399
47.15/24.00	c cleaning 9250 clauses out of 18514 with flag 45002/240399
49.49/25.18	c cleaning 9627 clauses out of 19263 with flag 55001/250398
51.82/26.40	c cleaning 9808 clauses out of 19635 with flag 65000/260397
53.96/27.43	c cleaning 9906 clauses out of 19827 with flag 75000/270397
55.47/28.28	c cleaning 9950 clauses out of 19921 with flag 85000/280397
57.42/29.23	c cleaning 9983 clauses out of 19971 with flag 95000/290397
59.13/30.12	c cleaning 9986 clauses out of 19988 with flag 105000/300397
61.06/31.18	c cleaning 9991 clauses out of 20003 with flag 115001/310398
63.59/32.45	c cleaning 10000 clauses out of 20011 with flag 125000/320397
65.12/33.29	c cleaning 9994 clauses out of 20011 with flag 135000/330397
66.64/34.08	c cleaning 9998 clauses out of 20017 with flag 145000/340397
67.95/34.79	c cleaning 9996 clauses out of 20019 with flag 155000/350397
70.07/35.81	c cleaning 10002 clauses out of 20024 with flag 165001/360398
72.00/36.85	c cleaning 9998 clauses out of 20021 with flag 175000/370397
74.10/37.92	c cleaning 10001 clauses out of 20023 with flag 185000/380397
76.22/39.05	c cleaning 9999 clauses out of 20024 with flag 195002/390399
78.14/40.02	c cleaning 10004 clauses out of 20024 with flag 205001/400398
79.67/40.81	c cleaning 9993 clauses out of 20020 with flag 215001/410398
81.76/41.90	c cleaning 10004 clauses out of 20026 with flag 225000/420397
83.09/42.63	c cleaning 9995 clauses out of 20022 with flag 235000/430397
84.61/43.42	c cleaning 10011 clauses out of 20027 with flag 245000/440397
84.74/43.59	c cleaning 0 clauses out of 5778 with flag 0/5779
86.90/44.55	c cleaning 10000 clauses out of 20018 with flag 255002/450399
88.84/45.44	c cleaning 9999 clauses out of 20017 with flag 265001/460398
90.18/46.18	c cleaning 10001 clauses out of 20019 with flag 275002/470399
91.68/46.93	c cleaning 9996 clauses out of 20017 with flag 285001/480398
93.36/47.86	c cleaning 10004 clauses out of 20021 with flag 295001/490398
95.28/48.85	c cleaning 10005 clauses out of 20016 with flag 305000/500397
97.82/50.17	c cleaning 10002 clauses out of 20011 with flag 315000/510397
100.53/51.51	c cleaning 10005 clauses out of 20011 with flag 325002/520399
102.81/52.71	c cleaning 9985 clauses out of 20005 with flag 335001/530398
104.70/53.79	c cleaning 9991 clauses out of 20019 with flag 345000/540397
106.60/54.79	c cleaning 9995 clauses out of 20029 with flag 355001/550398
108.51/55.76	c cleaning 9999 clauses out of 20033 with flag 365000/560397
110.17/56.62	c cleaning 9997 clauses out of 20036 with flag 375002/570399
111.47/57.38	c cleaning 9998 clauses out of 20039 with flag 385002/580399
112.97/58.12	c cleaning 9997 clauses out of 20039 with flag 395000/590397
114.48/58.96	c cleaning 10001 clauses out of 20042 with flag 405000/600397
116.34/59.97	c cleaning 10005 clauses out of 20042 with flag 415001/610398
118.24/60.91	c cleaning 10006 clauses out of 20036 with flag 425000/620397
119.75/61.72	c cleaning 10000 clauses out of 20031 with flag 435001/630398
122.44/63.10	c cleaning 9999 clauses out of 20030 with flag 445000/640397
124.68/64.33	c cleaning 10009 clauses out of 20032 with flag 455001/650398
126.58/65.32	c cleaning 10001 clauses out of 20022 with flag 465000/660397
128.88/66.51	c cleaning 9996 clauses out of 20021 with flag 475000/670397
130.76/67.59	c cleaning 9994 clauses out of 20025 with flag 485000/680397
132.39/68.44	c cleaning 10003 clauses out of 20032 with flag 495001/690398
134.48/69.55	c cleaning 10001 clauses out of 20029 with flag 505001/700398
136.36/70.59	c cleaning 10001 clauses out of 20028 with flag 515001/710398
138.27/71.58	c cleaning 10001 clauses out of 20028 with flag 525002/720399
139.86/72.42	c cleaning 10007 clauses out of 20025 with flag 535000/730397
141.94/73.53	c cleaning 10005 clauses out of 20018 with flag 545000/740397
143.83/74.53	c cleaning 10000 clauses out of 20013 with flag 555000/750397
145.70/75.57	c cleaning 9998 clauses out of 20013 with flag 565000/760397
147.53/76.58	c cleaning 9995 clauses out of 20016 with flag 575001/770398
149.41/77.50	c cleaning 9997 clauses out of 20020 with flag 585000/780397
151.09/78.46	c cleaning 10001 clauses out of 20023 with flag 595000/790397
152.96/79.46	c cleaning 10005 clauses out of 20022 with flag 605000/800397
155.39/80.71	c cleaning 10001 clauses out of 20018 with flag 615001/810398
157.47/81.80	c cleaning 10001 clauses out of 20016 with flag 625000/820397
159.34/82.89	c cleaning 9995 clauses out of 20015 with flag 635000/830397
161.82/84.12	c cleaning 10000 clauses out of 20021 with flag 645001/840398
164.05/85.33	c cleaning 10002 clauses out of 20022 with flag 655002/850399
166.12/86.49	c cleaning 10000 clauses out of 20020 with flag 665002/860399
168.39/87.66	c cleaning 10000 clauses out of 20019 with flag 675001/870398
170.46/88.75	c cleaning 9999 clauses out of 20019 with flag 685001/880398
172.68/89.91	c cleaning 9998 clauses out of 20019 with flag 695000/890397
174.14/90.74	c cleaning 10003 clauses out of 20022 with flag 705001/900398
176.21/91.86	c cleaning 9997 clauses out of 20018 with flag 715000/910397
178.08/92.84	c cleaning 10005 clauses out of 20021 with flag 725000/920397
180.08/93.98	c cleaning 9999 clauses out of 20016 with flag 735000/930397
181.75/94.89	c cleaning 9992 clauses out of 20017 with flag 745000/940397
183.44/95.76	c cleaning 10006 clauses out of 20025 with flag 755000/950397
185.30/96.78	c cleaning 10002 clauses out of 20019 with flag 765000/960397
187.68/98.06	c cleaning 9998 clauses out of 20017 with flag 775000/970397
189.58/99.10	c cleaning 9999 clauses out of 20020 with flag 785001/980398
191.21/99.99	c cleaning 9996 clauses out of 20020 with flag 795000/990397
193.08/100.94	c cleaning 10000 clauses out of 20024 with flag 805000/1000397
194.88/101.95	c cleaning 10002 clauses out of 20025 with flag 815001/1010398
196.34/102.77	c cleaning 10002 clauses out of 20022 with flag 825000/1020397
199.21/104.23	c cleaning 9998 clauses out of 20020 with flag 835000/1030397
201.28/105.35	c cleaning 9990 clauses out of 20022 with flag 845000/1040397
203.47/106.58	c cleaning 9994 clauses out of 20032 with flag 855000/1050397
205.76/107.75	c cleaning 10003 clauses out of 20039 with flag 865001/1060398
207.60/108.78	c cleaning 9999 clauses out of 20035 with flag 875000/1070397
209.66/109.86	c cleaning 10004 clauses out of 20040 with flag 885004/1080401
211.46/110.83	c cleaning 10003 clauses out of 20033 with flag 895001/1090398
212.92/111.70	c cleaning 10001 clauses out of 20029 with flag 905000/1100397
214.58/112.54	c cleaning 10001 clauses out of 20028 with flag 915000/1110397
216.06/113.36	c cleaning 9993 clauses out of 20027 with flag 925000/1120397
217.63/114.23	c cleaning 10001 clauses out of 20035 with flag 935001/1130398
219.10/115.08	c cleaning 9998 clauses out of 20034 with flag 945001/1140398
220.76/115.92	c cleaning 9997 clauses out of 20037 with flag 955002/1150399
222.42/116.83	c cleaning 10001 clauses out of 20039 with flag 965001/1160398
224.04/117.74	c cleaning 10000 clauses out of 20038 with flag 975001/1170398
225.67/118.63	c cleaning 10000 clauses out of 20037 with flag 985000/1180397
227.53/119.61	c cleaning 10012 clauses out of 20038 with flag 995001/1190398
229.59/120.72	c cleaning 10009 clauses out of 20025 with flag 1005000/1200397
231.79/121.94	c cleaning 10003 clauses out of 20017 with flag 1015001/1210398
232.07/122.13	c cleaning 0 clauses out of 11778 with flag 0/11779
233.94/123.12	c cleaning 10000 clauses out of 20013 with flag 1025000/1220397
236.00/124.27	c cleaning 9996 clauses out of 20013 with flag 1035000/1230397
238.20/125.43	c cleaning 9999 clauses out of 20017 with flag 1045000/1240397
239.82/126.40	c cleaning 10006 clauses out of 20021 with flag 1055003/1250400
241.88/127.40	c cleaning 9998 clauses out of 20012 with flag 1065000/1260397
243.74/128.49	c cleaning 10002 clauses out of 20015 with flag 1075001/1270398
245.92/129.61	c cleaning 10001 clauses out of 20013 with flag 1085001/1280398
247.98/130.75	c cleaning 9997 clauses out of 20011 with flag 1095000/1290397
250.04/131.81	c cleaning 9999 clauses out of 20015 with flag 1105001/1300398
251.90/132.87	c cleaning 9995 clauses out of 20016 with flag 1115001/1310398
254.31/134.17	c cleaning 9999 clauses out of 20020 with flag 1125000/1320397
256.15/135.20	c cleaning 10002 clauses out of 20022 with flag 1135001/1330398
257.80/136.07	c cleaning 10007 clauses out of 20020 with flag 1145001/1340398
259.45/136.99	c cleaning 10003 clauses out of 20012 with flag 1155000/1350397
261.04/137.85	c cleaning 10001 clauses out of 20009 with flag 1165000/1360397
263.29/139.09	c cleaning 10000 clauses out of 20010 with flag 1175002/1370399
265.38/140.19	c cleaning 9997 clauses out of 20009 with flag 1185001/1380398
267.44/141.29	c cleaning 9997 clauses out of 20013 with flag 1195002/1390399
269.42/142.36	c cleaning 9998 clauses out of 20015 with flag 1205001/1400398
271.68/143.51	c cleaning 9996 clauses out of 20016 with flag 1215000/1410397
272.93/144.29	c cleaning 10000 clauses out of 20020 with flag 1225000/1420397
274.98/145.36	c cleaning 9993 clauses out of 20021 with flag 1235001/1430398
277.37/146.60	c cleaning 10001 clauses out of 20028 with flag 1245001/1440398
279.42/147.76	c cleaning 10001 clauses out of 20027 with flag 1255001/1450398
281.67/148.99	c cleaning 9997 clauses out of 20026 with flag 1265001/1460398
283.52/149.90	c cleaning 10004 clauses out of 20028 with flag 1275000/1470397
285.10/150.84	c cleaning 10001 clauses out of 20024 with flag 1285000/1480397
286.77/151.77	c cleaning 10002 clauses out of 20024 with flag 1295001/1490398
288.19/152.55	c cleaning 9998 clauses out of 20022 with flag 1305001/1500398
289.84/153.40	c cleaning 10001 clauses out of 20024 with flag 1315001/1510398
291.22/154.27	c cleaning 10002 clauses out of 20022 with flag 1325000/1520397
293.26/155.33	c cleaning 10005 clauses out of 20022 with flag 1335002/1530399
295.31/156.48	c cleaning 10004 clauses out of 20015 with flag 1345000/1540397
297.36/157.52	c cleaning 9996 clauses out of 20011 with flag 1355000/1550397
298.76/158.40	c cleaning 10000 clauses out of 20015 with flag 1365000/1560397
300.39/159.23	c cleaning 10001 clauses out of 20015 with flag 1375000/1570397
301.83/160.07	c cleaning 9998 clauses out of 20014 with flag 1385000/1580397
303.48/160.92	c cleaning 9999 clauses out of 20016 with flag 1395000/1590397
305.05/161.86	c cleaning 10003 clauses out of 20019 with flag 1405002/1600399
306.50/162.70	c cleaning 9998 clauses out of 20015 with flag 1415001/1610398
308.14/163.55	c cleaning 9998 clauses out of 20016 with flag 1425000/1620397
309.79/164.43	c cleaning 10008 clauses out of 20019 with flag 1435001/1630398
311.98/165.66	c cleaning 9997 clauses out of 20009 with flag 1445000/1640397
314.03/166.70	c cleaning 9999 clauses out of 20013 with flag 1455001/1650398
315.87/167.78	c cleaning 9998 clauses out of 20013 with flag 1465000/1660397
317.71/168.76	c cleaning 10001 clauses out of 20016 with flag 1475001/1670398
319.68/169.89	c cleaning 9997 clauses out of 20014 with flag 1485000/1680397
321.52/170.89	c cleaning 10002 clauses out of 20019 with flag 1495002/1690399
323.17/171.76	c cleaning 9996 clauses out of 20016 with flag 1505001/1700398
324.61/172.61	c cleaning 9991 clauses out of 20019 with flag 1515000/1710397
326.39/173.58	c cleaning 10003 clauses out of 20029 with flag 1525001/1720398
328.23/174.53	c cleaning 9999 clauses out of 20026 with flag 1535001/1730398
329.87/175.42	c cleaning 9997 clauses out of 20026 with flag 1545000/1740397
331.51/176.35	c cleaning 10001 clauses out of 20029 with flag 1555000/1750397
333.30/177.37	c cleaning 10000 clauses out of 20029 with flag 1565001/1760398
335.13/178.32	c cleaning 10001 clauses out of 20030 with flag 1575002/1770399
336.58/179.18	c cleaning 10010 clauses out of 20028 with flag 1585001/1780398
338.62/180.24	c cleaning 10002 clauses out of 20017 with flag 1595000/1790397
340.81/181.47	c cleaning 9997 clauses out of 20016 with flag 1605001/1800398
343.06/182.68	c cleaning 9998 clauses out of 20018 with flag 1615000/1810397
345.27/183.88	c cleaning 10002 clauses out of 20021 with flag 1625001/1820398
347.31/185.00	c cleaning 10001 clauses out of 20019 with flag 1635001/1830398
349.68/186.25	c cleaning 10002 clauses out of 20017 with flag 1645000/1840397
352.32/187.62	c cleaning 10001 clauses out of 20016 with flag 1655001/1850398
354.76/188.92	c cleaning 10000 clauses out of 20014 with flag 1665000/1860397
357.00/190.11	c cleaning 10000 clauses out of 20015 with flag 1675001/1870398
359.39/191.41	c cleaning 10000 clauses out of 20014 with flag 1685000/1880397
361.81/192.70	c cleaning 10000 clauses out of 20016 with flag 1695002/1890399
364.04/193.93	c cleaning 9998 clauses out of 20014 with flag 1705000/1900397
366.48/195.22	c cleaning 9999 clauses out of 20017 with flag 1715001/1910398
368.85/196.53	c cleaning 10001 clauses out of 20017 with flag 1725000/1920397
371.28/197.82	c cleaning 9999 clauses out of 20017 with flag 1735001/1930398
373.54/199.09	c cleaning 9999 clauses out of 20017 with flag 1745000/1940397
375.96/200.39	c cleaning 10000 clauses out of 20019 with flag 1755001/1950398
378.13/201.51	c cleaning 10000 clauses out of 20019 with flag 1765001/1960398
379.97/202.58	c cleaning 10002 clauses out of 20020 with flag 1775002/1970399
382.20/203.77	c cleaning 9999 clauses out of 20016 with flag 1785000/1980397
384.23/204.82	c cleaning 10000 clauses out of 20019 with flag 1795002/1990399
386.19/205.93	c cleaning 10003 clauses out of 20018 with flag 1805002/2000399
387.65/206.79	c cleaning 10002 clauses out of 20014 with flag 1815001/2010398
390.07/208.07	c cleaning 10001 clauses out of 20012 with flag 1825001/2020398
392.50/209.36	c cleaning 10002 clauses out of 20011 with flag 1835001/2030398
394.66/210.54	c cleaning 10000 clauses out of 20009 with flag 1845001/2040398
396.70/211.65	c cleaning 9997 clauses out of 20008 with flag 1855000/2050397
398.74/212.76	c cleaning 9996 clauses out of 20012 with flag 1865001/2060398
400.77/213.83	c cleaning 10001 clauses out of 20016 with flag 1875001/2070398
402.52/214.84	c cleaning 9997 clauses out of 20014 with flag 1885000/2080397
404.36/215.85	c cleaning 10004 clauses out of 20017 with flag 1895000/2090397
406.59/217.07	c cleaning 10002 clauses out of 20013 with flag 1905000/2100397
408.83/218.25	c cleaning 10002 clauses out of 20012 with flag 1915001/2110398
411.00/219.48	c cleaning 9998 clauses out of 20010 with flag 1925001/2120398
413.23/220.64	c cleaning 10002 clauses out of 20011 with flag 1935000/2130397
415.06/221.65	c cleaning 9990 clauses out of 20010 with flag 1945001/2140398
416.90/222.61	c cleaning 9996 clauses out of 20021 with flag 1955002/2150399
418.65/223.64	c cleaning 10004 clauses out of 20023 with flag 1965000/2160397
420.88/224.84	c cleaning 10003 clauses out of 20019 with flag 1975000/2170397
422.91/226.00	c cleaning 10001 clauses out of 20018 with flag 1985002/2180399
425.14/227.12	c cleaning 10001 clauses out of 20016 with flag 1995001/2190398
426.90/228.15	c cleaning 10003 clauses out of 20015 with flag 2005001/2200398
428.94/229.27	c cleaning 10003 clauses out of 20011 with flag 2015000/2210397
430.97/230.37	c cleaning 9999 clauses out of 20008 with flag 2025000/2220397
433.20/231.54	c cleaning 10003 clauses out of 20011 with flag 2035002/2230399
435.35/232.71	c cleaning 10001 clauses out of 20008 with flag 2045002/2240399
437.38/233.81	c cleaning 10001 clauses out of 20006 with flag 2055001/2250398
439.41/234.90	c cleaning 10001 clauses out of 20005 with flag 2065001/2260398
441.24/235.96	c cleaning 9999 clauses out of 20003 with flag 2075000/2270397
443.20/237.08	c cleaning 10000 clauses out of 20005 with flag 2085001/2280398
445.23/238.11	c cleaning 9988 clauses out of 20004 with flag 2095001/2290398
446.86/239.08	c cleaning 10003 clauses out of 20017 with flag 2105002/2300399
448.48/239.96	c cleaning 10001 clauses out of 20013 with flag 2115001/2310398
450.05/240.91	c cleaning 10001 clauses out of 20011 with flag 2125000/2320397
451.66/241.76	c cleaning 9998 clauses out of 20011 with flag 2135001/2330398
453.89/242.95	c cleaning 10000 clauses out of 20013 with flag 2145001/2340398
455.72/243.93	c cleaning 9999 clauses out of 20013 with flag 2155001/2350398
457.67/245.08	c cleaning 10000 clauses out of 20013 with flag 2165000/2360397
459.70/246.15	c cleaning 10002 clauses out of 20013 with flag 2175000/2370397
461.73/247.22	c cleaning 10000 clauses out of 20012 with flag 2185001/2380398
463.96/248.42	c cleaning 10004 clauses out of 20013 with flag 2195002/2390399
466.33/249.73	c cleaning 10001 clauses out of 20007 with flag 2205000/2400397
468.73/251.04	c cleaning 9998 clauses out of 20006 with flag 2215000/2410397
470.96/252.24	c cleaning 9999 clauses out of 20008 with flag 2225000/2420397
473.19/253.43	c cleaning 9996 clauses out of 20008 with flag 2235000/2430397
475.52/254.73	c cleaning 10002 clauses out of 20012 with flag 2245000/2440397
477.55/255.89	c cleaning 10002 clauses out of 20010 with flag 2255000/2450397
479.58/256.97	c cleaning 10003 clauses out of 20009 with flag 2265001/2460398
481.61/258.09	c cleaning 9997 clauses out of 20005 with flag 2275000/2470397
483.96/259.37	c cleaning 9999 clauses out of 20010 with flag 2285002/2480399
486.18/260.53	c cleaning 10000 clauses out of 20010 with flag 2295001/2490398
488.42/261.74	c cleaning 9999 clauses out of 20007 with flag 2305000/2500397
490.83/263.04	c cleaning 10001 clauses out of 20009 with flag 2315001/2510398
493.17/264.36	c cleaning 10000 clauses out of 20007 with flag 2325001/2520398
495.40/265.55	c cleaning 10002 clauses out of 20007 with flag 2335001/2530398
496.65/266.27	c  And the winner is Resolution
497.82/267.63	c starts		: 231
497.82/267.63	c conflicts		: 2536197
497.82/267.63	c decisions		: 2598711
497.82/267.63	c propagations		: 50996737
497.82/267.63	c inspects		: 1682592328
497.82/267.63	c shortcuts		: 0
497.82/267.63	c learnt literals	: 17
497.82/267.63	c learnt binary clauses	: 84
497.82/267.63	c learnt ternary clauses	: 306
497.82/267.63	c learnt constraints	: 2536179
497.82/267.63	c ignored constraints	: 0
497.82/267.63	c root simplifications	: 0
497.82/267.63	c removed literals (reason simplification)	: 101633895
497.82/267.63	c reason swapping (by a shorter reason)	: 0
497.82/267.63	c Calls to reduceDB	: 256
497.82/267.63	c number of reductions to clauses (during analyze)	: 0
497.82/267.63	c number of learned constraints concerned by reduction	: 0
497.82/267.63	c number of learning phase by resolution	: 0
497.82/267.63	c number of learning phase by cutting planes	: 0
497.82/267.63	c speed (assignments/second)	: 206214.05984634047
497.82/267.63	c non guided choices	5509
497.82/267.63	c learnt constraints type 
497.82/267.63	c constraints type 
497.82/267.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
497.82/267.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
497.82/267.63	c constraints type 
497.82/267.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
497.82/267.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
497.82/267.63	s OPTIMUM FOUND
497.82/267.63	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 
497.82/267.63	c objective function=3
497.82/267.63	c Total wall clock time (in seconds): 267.528

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453876-1307194364/watcher-3453876-1307194364 -o /tmp/evaluation-result-3453876-1307194364/solver-3453876-1307194364 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453876-1307194364.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.29 3.72 3.66 3/394 23316
/proc/meminfo: memFree=21952332/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 3505 0 1 0 0 0 0 0 25 0 2 0 831036845 10694979584 3207 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2611079 3221 917 9 0 2602235 0
[pid=23316/tid=23317] ppid=23314 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 4133 0 1 0 0 0 0 0 25 0 2 0 831036846 10694979584 4949 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0227111 s]
/proc/loadavg: 3.29 3.72 3.66 3/394 23316
/proc/meminfo: memFree=21952332/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 10036 0 1 0 1 0 0 0 25 0 10 0 831036845 10703900672 9738 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2613257 9741 1004 9 0 2604413 0
[pid=23316/tid=23317] ppid=23314 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 8927 0 1 0 0 0 0 0 25 0 10 0 831036846 10703900672 9753 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 47299765988896 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100701 s]
/proc/loadavg: 3.29 3.72 3.66 3/394 23316
/proc/meminfo: memFree=21952332/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10605404 CPUtime=0.1 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 13170 0 1 0 9 1 0 0 25 0 18 0 831036845 10859933696 12830 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2651351 12831 2092 9 0 2642085 0
[pid=23316/tid=23317] ppid=23314 vsize=10605404 CPUtime=0.08 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 11212 0 1 0 7 1 0 0 18 0 18 0 831036846 10859933696 12831 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 47299765075973 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605404

[startup+0.300628 s]
/proc/loadavg: 3.29 3.72 3.66 3/394 23316
/proc/meminfo: memFree=21952332/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=0.65 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 18065 0 1 0 62 3 0 0 25 0 22 0 831036845 10865238016 16163 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 16164 2213 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.18 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23316 19222 0 -1 4202560 11974 0 1 0 17 1 0 0 19 0 22 0 831036846 10865238016 16164 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10610584

[startup+0.700558 s]
/proc/loadavg: 3.29 3.72 3.66 3/394 23316
/proc/meminfo: memFree=21952332/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=2.24 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 37349 0 1 0 219 5 0 0 25 0 22 0 831036845 10865238016 30982 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 30985 2225 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.18 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23316 19222 0 -1 4202560 11974 0 1 0 17 1 0 0 19 0 22 0 831036846 10865238016 30986 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10610584

[startup+1.50145 s]
/proc/loadavg: 3.29 3.72 3.66 8/416 23338
/proc/meminfo: memFree=21749620/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=4.66 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 97971 0 1 0 454 12 0 0 25 0 22 0 831036845 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 82722 2256 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.18 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23316 19222 0 -1 4202560 11974 0 1 0 17 1 0 0 15 0 22 0 831036846 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 205 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 303 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 411 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=0.03 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) R 23314 23316 19222 0 -1 4202560 761 0 0 0 3 0 0 0 15 0 22 0 831036848 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 47299768320116 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831036849 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831036849 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831036851 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=0.91 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12957 0 0 0 90 1 0 0 22 0 22 0 831036851 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=0.96 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 9636 0 0 0 95 1 0 0 16 0 22 0 831036851 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831036851 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831036851 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23335] ppid=23314 vsize=10610584 CPUtime=1.25 cores=1,3,5,7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23316 19222 0 -1 4202560 748 0 0 0 125 0 0 0 21 0 22 0 831036865 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23336] ppid=23314 vsize=10610584 CPUtime=1.24 cores=1,3,5,7
/proc/23316/task/23336/stat : 23336 (java) S 23314 23316 19222 0 -1 4202560 58918 0 0 0 118 6 0 0 25 0 22 0 831036865 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23337] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23337/stat : 23337 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831036866 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831036866 10865238016 82722 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 10610584

[startup+3.10115 s]
/proc/loadavg: 3.29 3.72 3.66 4/416 23338
/proc/meminfo: memFree=21583964/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=7.86 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 145836 0 1 0 769 17 0 0 25 0 22 0 831036845 10865238016 130585 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 130588 2256 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.18 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23316 19222 0 -1 4202560 11974 0 1 0 17 1 0 0 15 0 22 0 831036846 10865238016 130590 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 339 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 130592 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 130593 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 130595 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 205 0 0 0 0 0 0 0 16 0 22 0 831036847 10865238016 130597 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 130599 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 303 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 130600 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 411 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 130602 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 130604 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=0.06 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23316 19222 0 -1 4202560 2400 0 0 0 6 0 0 0 16 0 22 0 831036848 10865238016 130605 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 0 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831036849 10865238016 130607 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831036849 10865238016 130609 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831036851 10865238016 130611 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=0.95 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12961 0 0 0 94 1 0 0 15 0 22 0 831036851 10865238016 130612 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=0.96 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 9637 0 0 0 95 1 0 0 15 0 22 0 831036851 10865238016 130614 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831036851 10865238016 130616 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831036851 10865238016 130617 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23335] ppid=23314 vsize=10610584 CPUtime=2.81 cores=1,3,5,7
/proc/23316/task/23335/stat : 23335 (java) R 23314 23316 19222 0 -1 4202560 749 0 0 0 281 0 0 0 25 0 22 0 831036865 10865238016 130619 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505629772 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23316/tid=23336] ppid=23314 vsize=10610584 CPUtime=2.8 cores=1,3,5,7
/proc/23316/task/23336/stat : 23336 (java) R 23314 23316 19222 0 -1 4202560 104936 0 0 0 269 11 0 0 25 0 22 0 831036865 10865238016 130620 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505635927 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23316/tid=23337] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23337/stat : 23337 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831036866 10865238016 130621 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831036866 10865238016 130622 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 10610584

[startup+6.30158 s]
/proc/loadavg: 3.34 3.72 3.66 5/416 23338
/proc/meminfo: memFree=21319908/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=14.16 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 174814 0 1 0 1396 20 0 0 25 0 22 0 831036845 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 159079 2257 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.18 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23316 19222 0 -1 4202560 11974 0 1 0 17 1 0 0 15 0 22 0 831036846 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0.01 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 427 0 0 0 1 0 0 0 16 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0.01 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 188 0 0 0 1 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0.01 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 253 0 0 0 1 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0.01 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 346 0 0 0 1 0 0 0 16 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 368 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 22 0 831036847 10865238016 159079 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0

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

/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 266 0 0 0 55 0 0 0 16 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0.49 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 287 0 0 0 49 0 0 0 16 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0.63 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 63 0 0 0 16 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 416 0 0 0 50 0 0 0 15 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 452 0 0 0 50 0 0 0 15 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0.58 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 769 0 0 0 58 0 0 0 16 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0.48 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 48 0 0 0 15 0 20 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=38.47 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23316 19222 0 -1 4202560 27490 0 0 0 3842 5 0 0 16 0 20 0 831036848 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 0 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 20 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=1 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12962 0 0 0 99 1 0 0 15 0 20 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=1.59 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 14180 0 0 0 158 1 0 0 15 0 20 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 20 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 831036866 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23347] ppid=23314 vsize=10610584 CPUtime=207.11 cores=1,3,5,7
/proc/23316/task/23347/stat : 23347 (java) R 23314 23316 19222 0 -1 4202560 8759 0 0 0 20710 1 0 0 16 0 20 0 831038879 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505834772 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 496.8
Current children cumulated vsize (KiB) 10610584

[startup+267.101 s]
/proc/loadavg: 3.66 3.71 3.66 5/416 23418
/proc/meminfo: memFree=21495472/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=497.32 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 212821 0 1 0 49701 31 0 0 25 0 19 0 831036845 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 193362 2259 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.53 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 12061 0 1 0 52 1 0 0 16 0 19 0 831036846 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505576962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0.59 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 574 0 0 0 59 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0.55 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 266 0 0 0 55 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0.49 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 287 0 0 0 49 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0.63 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 63 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 416 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 452 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0.58 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 769 0 0 0 58 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0.48 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 48 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=38.47 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23316 19222 0 -1 4202560 27490 0 0 0 3842 5 0 0 15 0 19 0 831036848 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 0 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=1.02 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12962 0 0 0 101 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=1.59 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 14180 0 0 0 158 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831036866 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 497.32
Current children cumulated vsize (KiB) 10610584

[startup+267.501 s]
/proc/loadavg: 3.66 3.71 3.66 4/413 23418
/proc/meminfo: memFree=21495496/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=497.72 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 212821 0 1 0 49741 31 0 0 25 0 19 0 831036845 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 193362 2259 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=0.93 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 12061 0 1 0 92 1 0 0 16 0 19 0 831036846 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505577221 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0.59 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 574 0 0 0 59 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0.55 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 266 0 0 0 55 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0.49 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 287 0 0 0 49 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0.63 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 63 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 416 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 452 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0.58 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 769 0 0 0 58 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0.48 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 48 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=38.47 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23316 19222 0 -1 4202560 27490 0 0 0 3842 5 0 0 15 0 19 0 831036848 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 0 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=1.02 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12962 0 0 0 101 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=1.59 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 14180 0 0 0 158 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831036866 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 497.72
Current children cumulated vsize (KiB) 10610584

[startup+267.601 s]
/proc/loadavg: 3.66 3.71 3.66 4/413 23418
/proc/meminfo: memFree=21495496/32951124 swapFree=37148216/67111528
[pid=23316] ppid=23314 vsize=10610584 CPUtime=497.82 cores=1,3,5,7
/proc/23316/stat : 23316 (java) S 23314 23316 19222 0 -1 4202496 212821 0 1 0 49751 31 0 0 25 0 19 0 831036845 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23316/statm: 2652646 193362 2259 9 0 2643380 0
[pid=23316/tid=23317] ppid=23314 vsize=10610584 CPUtime=1.03 cores=1,3,5,7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23316 19222 0 -1 4202560 12061 0 1 0 102 1 0 0 16 0 19 0 831036846 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23316/tid=23319] ppid=23314 vsize=10610584 CPUtime=0.59 cores=1,3,5,7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23316 19222 0 -1 4202560 574 0 0 0 59 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23320] ppid=23314 vsize=10610584 CPUtime=0.55 cores=1,3,5,7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23316 19222 0 -1 4202560 266 0 0 0 55 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23321] ppid=23314 vsize=10610584 CPUtime=0.49 cores=1,3,5,7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23316 19222 0 -1 4202560 287 0 0 0 49 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23322] ppid=23314 vsize=10610584 CPUtime=0.63 cores=1,3,5,7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 63 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23323] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23316 19222 0 -1 4202560 416 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23324] ppid=23314 vsize=10610584 CPUtime=0.5 cores=1,3,5,7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23316 19222 0 -1 4202560 452 0 0 0 50 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23325] ppid=23314 vsize=10610584 CPUtime=0.58 cores=1,3,5,7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23316 19222 0 -1 4202560 769 0 0 0 58 0 0 0 16 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23326] ppid=23314 vsize=10610584 CPUtime=0.48 cores=1,3,5,7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23316 19222 0 -1 4202560 457 0 0 0 48 0 0 0 15 0 19 0 831036847 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23327] ppid=23314 vsize=10610584 CPUtime=38.47 cores=1,3,5,7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23316 19222 0 -1 4202560 27490 0 0 0 3842 5 0 0 15 0 19 0 831036848 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 0 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23328] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23316 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23329] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23316 19222 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 831036849 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 7 0 0 0
[pid=23316/tid=23330] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820989361 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23331] ppid=23314 vsize=10610584 CPUtime=1.02 cores=1,3,5,7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23316 19222 0 -1 4202560 12962 0 0 0 101 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23332] ppid=23314 vsize=10610584 CPUtime=1.59 cores=1,3,5,7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23316 19222 0 -1 4202560 14180 0 0 0 158 1 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 1 0 0 0
[pid=23316/tid=23333] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23316 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820981657 0 4 0 16800975 18446604468134450176 0 0 -1 5 0 0 0
[pid=23316/tid=23334] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23316 19222 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 831036851 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
[pid=23316/tid=23338] ppid=23314 vsize=10610584 CPUtime=0 cores=1,3,5,7
/proc/23316/task/23338/stat : 23338 (java) S 23314 23316 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831036866 10865238016 193362 33554432000 1073741824 1073778376 140735938878640 18446744073709551615 230820982272 0 4 0 16800975 18446604468134450176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 497.82
Current children cumulated vsize (KiB) 10610584

Child status: 30
Real time (s): 267.67
CPU time (s): 497.891
CPU user time (s): 497.55
CPU system time (s): 0.340948
CPU usage (%): 186.01
Max. virtual memory (cumulated for all children) (KiB): 10610584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 497.55
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212824
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13536
involuntary context switches= 7693

runsolver used 1.03684 second user time and 2.38264 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 15:32:44
IDJOB=3453876
IDBENCH=48080
IDSOLVER=1950
FILE ID=node104/3453876-1307194364
RUNJOBID= node104-1307194304-22873
PBS_JOBID= 13508864
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453876-1307194364/watcher-3453876-1307194364 -o /tmp/evaluation-result-3453876-1307194364/solver-3453876-1307194364 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453876-1307194364.opb

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

MD5SUM BENCH= 65bc139f592885e582edbd6d46332a4d
RANDOM SEED=348467816

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21952612 kB
Buffers:        421004 kB
Cached:        7648536 kB
SwapCached:     163904 kB
Active:        4586432 kB
Inactive:      6071516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21952612 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:             324 kB
Writeback:           4 kB
AnonPages:     2448044 kB
Mapped:          19292 kB
Slab:           182932 kB
PageTables:      90852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98096224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node104 at 2011-06-04 15:37:12