Trace number 3455062

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.0OPT60 754.067 439.376

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.051992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
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 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	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@67ee3914
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@1c691f36
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-3455062-1307188592.opb
0.10/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.187s.
0.48/0.30	c #vars     696
0.48/0.30	c #constraints  2096
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
0.48/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.48/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.48/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
1.25/0.54	c  And the winner is CuttingPlanes
1.59/0.81	c SATISFIABLE
1.59/0.81	c OPTIMIZING...
1.59/0.81	c Got one! Elapsed wall clock time (in seconds):0.693
1.59/0.81	o 70
1.89/0.97	c cleaning 2604 clauses out of 5209 with flag 3000/5211
2.27/1.06	c  And the winner is CuttingPlanes
2.74/1.31	c Got one! Elapsed wall clock time (in seconds):1.199
2.74/1.31	o 68
3.01/1.46	c cleaning 4135 clauses out of 8274 with flag 4001/10880
3.64/1.70	c cleaning 5067 clauses out of 10138 with flag 10000/16879
4.05/1.98	c  And the winner is Resolution
4.21/2.32	c Got one! Elapsed wall clock time (in seconds):2.206
4.21/2.32	o 66
4.21/2.38	c  And the winner is Resolution
4.41/2.83	c Got one! Elapsed wall clock time (in seconds):2.711
4.41/2.83	o 64
4.98/3.13	c cleaning 8816 clauses out of 17636 with flag 5000/29445
5.60/3.48	c cleaning 7407 clauses out of 14820 with flag 11000/35445
6.38/3.89	c cleaning 7203 clauses out of 14413 with flag 18000/42445
7.44/4.37	c cleaning 7590 clauses out of 15210 with flag 26000/50445
8.62/4.90	c cleaning 8302 clauses out of 16619 with flag 35000/59445
9.67/5.46	c cleaning 9148 clauses out of 18317 with flag 45000/69445
11.23/6.22	c  And the winner is Resolution
11.29/6.34	c Got one! Elapsed wall clock time (in seconds):6.229
11.29/6.34	o 62
12.00/6.71	c cleaning 11838 clauses out of 23700 with flag 5000/83976
12.75/7.13	c cleaning 8927 clauses out of 17862 with flag 11000/89976
13.51/7.58	c cleaning 7960 clauses out of 15935 with flag 18000/96976
14.66/8.13	c cleaning 7981 clauses out of 15977 with flag 26002/104978
15.84/8.77	c cleaning 8490 clauses out of 16994 with flag 35000/113976
17.18/9.47	c cleaning 9232 clauses out of 18505 with flag 45001/123977
18.53/10.16	c cleaning 9632 clauses out of 19273 with flag 55001/133977
19.87/10.88	c cleaning 9814 clauses out of 19639 with flag 65000/143976
21.21/11.59	c cleaning 9905 clauses out of 19825 with flag 75000/153976
22.76/12.33	c cleaning 9942 clauses out of 19920 with flag 85000/163976
24.10/13.07	c cleaning 9979 clauses out of 19978 with flag 95000/173976
25.62/13.86	c cleaning 9984 clauses out of 20000 with flag 105001/183977
27.15/14.63	c cleaning 9991 clauses out of 20016 with flag 115001/193977
28.50/15.35	c cleaning 9982 clauses out of 20024 with flag 125000/203976
30.02/16.13	c cleaning 10016 clauses out of 20043 with flag 135001/213977
31.53/16.95	c cleaning 9989 clauses out of 20026 with flag 145000/223976
33.06/17.71	c cleaning 10001 clauses out of 20037 with flag 155000/233976
34.58/18.56	c cleaning 10007 clauses out of 20036 with flag 165000/243976
36.11/19.34	c cleaning 9997 clauses out of 20029 with flag 175000/253976
37.80/20.23	c cleaning 10003 clauses out of 20033 with flag 185001/263977
39.32/21.05	c cleaning 10002 clauses out of 20030 with flag 195001/273977
40.84/21.82	c cleaning 10004 clauses out of 20027 with flag 205000/283976
42.36/22.61	c cleaning 10006 clauses out of 20025 with flag 215002/293978
43.86/23.40	c cleaning 9997 clauses out of 20017 with flag 225000/303976
45.41/24.23	c cleaning 9996 clauses out of 20022 with flag 235002/313978
46.89/25.03	c cleaning 10006 clauses out of 20024 with flag 245000/323976
47.60/25.47	c  And the winner is Resolution
47.76/25.50	c Got one! Elapsed wall clock time (in seconds):25.387
47.76/25.50	o 60
48.35/25.84	c cleaning 10199 clauses out of 20409 with flag 5001/334367
49.24/26.38	c cleaning 8093 clauses out of 16209 with flag 11000/340366
50.34/26.95	c cleaning 7542 clauses out of 15116 with flag 18000/347366
51.47/27.57	c cleaning 7773 clauses out of 15575 with flag 26001/355367
52.75/28.26	c cleaning 8391 clauses out of 16802 with flag 35001/364367
54.41/29.13	c cleaning 9195 clauses out of 18411 with flag 45001/374367
55.92/29.92	c cleaning 9593 clauses out of 19215 with flag 55000/384366
57.43/30.77	c cleaning 9801 clauses out of 19622 with flag 65000/394366
59.13/31.61	c cleaning 9893 clauses out of 19821 with flag 75000/404366
60.79/32.50	c cleaning 9945 clauses out of 19927 with flag 85000/414366
62.29/33.39	c cleaning 9977 clauses out of 19982 with flag 95000/424366
64.00/34.25	c cleaning 9988 clauses out of 20006 with flag 105001/434367
65.71/35.13	c cleaning 9992 clauses out of 20019 with flag 115002/444368
67.34/36.01	c cleaning 10000 clauses out of 20024 with flag 125000/454366
69.03/36.90	c cleaning 9993 clauses out of 20024 with flag 135000/464366
70.72/37.80	c cleaning 10004 clauses out of 20032 with flag 145001/474367
72.44/38.72	c cleaning 10000 clauses out of 20027 with flag 155000/484366
73.89/39.58	c cleaning 10012 clauses out of 20029 with flag 165002/494368
75.36/40.32	c cleaning 9993 clauses out of 20016 with flag 175001/504367
76.84/41.13	c cleaning 9990 clauses out of 20022 with flag 185000/514366
78.52/42.01	c cleaning 10010 clauses out of 20032 with flag 195000/524366
79.96/42.87	c cleaning 10001 clauses out of 20021 with flag 205000/534366
81.62/43.73	c cleaning 9991 clauses out of 20020 with flag 215000/544366
83.10/44.55	c cleaning 10009 clauses out of 20030 with flag 225001/554367
84.76/45.42	c cleaning 10002 clauses out of 20021 with flag 235001/564367
86.38/46.31	c cleaning 9995 clauses out of 20019 with flag 245001/574367
87.85/47.14	c cleaning 9997 clauses out of 20023 with flag 255000/584366
89.52/48.01	c cleaning 10000 clauses out of 20027 with flag 265001/594367
90.98/48.87	c cleaning 10002 clauses out of 20026 with flag 275000/604366
92.79/49.82	c cleaning 9992 clauses out of 20025 with flag 285001/614367
94.45/50.70	c cleaning 10006 clauses out of 20032 with flag 295000/624366
95.91/51.60	c cleaning 9997 clauses out of 20026 with flag 305000/634366
97.78/52.50	c cleaning 9990 clauses out of 20030 with flag 315001/644367
99.39/53.47	c cleaning 9999 clauses out of 20040 with flag 325001/654367
101.04/54.38	c cleaning 10005 clauses out of 20040 with flag 335000/664366
102.70/55.27	c cleaning 9999 clauses out of 20035 with flag 345000/674366
104.56/56.20	c cleaning 9991 clauses out of 20036 with flag 355000/684366
106.16/57.16	c cleaning 10016 clauses out of 20044 with flag 365000/694366
107.79/58.05	c cleaning 9993 clauses out of 20029 with flag 375001/704367
109.44/58.93	c cleaning 10013 clauses out of 20035 with flag 385000/714366
111.10/59.83	c cleaning 9994 clauses out of 20022 with flag 395000/724366
112.67/60.79	c cleaning 10009 clauses out of 20030 with flag 405002/734368
114.52/61.73	c cleaning 9996 clauses out of 20019 with flag 415000/744366
116.18/62.67	c cleaning 9996 clauses out of 20024 with flag 425001/754367
117.81/63.58	c cleaning 9990 clauses out of 20028 with flag 435001/764367
119.58/64.57	c cleaning 10010 clauses out of 20037 with flag 445000/774366
121.43/65.50	c cleaning 9999 clauses out of 20028 with flag 455001/784367
123.07/66.43	c cleaning 10001 clauses out of 20028 with flag 465000/794366
124.71/67.31	c cleaning 9995 clauses out of 20028 with flag 475001/804367
126.30/68.29	c cleaning 10000 clauses out of 20032 with flag 485000/814366
127.92/69.21	c cleaning 9999 clauses out of 20033 with flag 495001/824367
129.75/70.17	c cleaning 9996 clauses out of 20033 with flag 505000/834366
131.39/71.09	c cleaning 10006 clauses out of 20039 with flag 515002/844368
133.14/72.08	c cleaning 9997 clauses out of 20031 with flag 525000/854366
134.77/72.98	c cleaning 10001 clauses out of 20034 with flag 535000/864366
136.60/73.92	c cleaning 10009 clauses out of 20033 with flag 545000/874366
138.43/74.90	c cleaning 10004 clauses out of 20025 with flag 555001/884367
140.00/75.90	c cleaning 10004 clauses out of 20020 with flag 565000/894366
141.81/76.83	c cleaning 9997 clauses out of 20017 with flag 575001/904367
143.44/77.76	c cleaning 9996 clauses out of 20019 with flag 585000/914366
145.07/78.67	c cleaning 9989 clauses out of 20022 with flag 595000/924366
147.02/79.72	c cleaning 10001 clauses out of 20033 with flag 605001/934367
148.64/80.67	c cleaning 9995 clauses out of 20032 with flag 615001/944367
150.47/81.61	c cleaning 10010 clauses out of 20036 with flag 625000/954366
152.12/82.55	c cleaning 9996 clauses out of 20026 with flag 635000/964366
153.84/83.59	c cleaning 9997 clauses out of 20030 with flag 645000/974366
155.65/84.57	c cleaning 9995 clauses out of 20034 with flag 655001/984367
157.47/85.53	c cleaning 9998 clauses out of 20038 with flag 665000/994366
159.28/86.50	c cleaning 10011 clauses out of 20041 with flag 675001/1004367
161.02/87.55	c cleaning 9993 clauses out of 20029 with flag 685000/1014366
162.83/88.54	c cleaning 10009 clauses out of 20037 with flag 695001/1024367
164.44/89.48	c cleaning 10008 clauses out of 20027 with flag 705000/1034366
166.25/90.42	c cleaning 10001 clauses out of 20020 with flag 715001/1044367
167.97/91.44	c cleaning 9984 clauses out of 20018 with flag 725000/1054366
169.60/92.38	c cleaning 10002 clauses out of 20034 with flag 735000/1064366
171.39/93.30	c cleaning 10000 clauses out of 20033 with flag 745001/1074367
172.99/94.28	c cleaning 10004 clauses out of 20032 with flag 755000/1084366
174.92/95.34	c cleaning 10005 clauses out of 20028 with flag 765000/1094366
176.72/96.32	c cleaning 9998 clauses out of 20025 with flag 775002/1104368
178.32/97.28	c cleaning 10005 clauses out of 20025 with flag 785000/1114366
180.12/98.23	c cleaning 9995 clauses out of 20021 with flag 795001/1124367
182.03/99.30	c cleaning 10000 clauses out of 20027 with flag 805002/1134368
183.63/100.26	c cleaning 9995 clauses out of 20026 with flag 815001/1144367
185.24/101.18	c cleaning 9990 clauses out of 20031 with flag 825001/1154367
187.02/102.13	c cleaning 10007 clauses out of 20040 with flag 835000/1164366
188.72/103.18	c cleaning 9996 clauses out of 20033 with flag 845000/1174366
190.51/104.18	c cleaning 10003 clauses out of 20038 with flag 855001/1184367
192.50/105.22	c cleaning 9998 clauses out of 20034 with flag 865000/1194366
194.28/106.21	c cleaning 9996 clauses out of 20036 with flag 875000/1204366
195.97/107.29	c cleaning 9996 clauses out of 20040 with flag 885000/1214366
197.95/108.31	c cleaning 10009 clauses out of 20044 with flag 895000/1224366
199.74/109.31	c cleaning 10010 clauses out of 20035 with flag 905000/1234366
201.32/110.26	c cleaning 9997 clauses out of 20026 with flag 915001/1244367
203.21/111.37	c cleaning 10001 clauses out of 20028 with flag 925000/1254366
205.01/112.34	c cleaning 9998 clauses out of 20027 with flag 935000/1264366
206.82/113.34	c cleaning 9993 clauses out of 20030 with flag 945001/1274367
208.59/114.34	c cleaning 9996 clauses out of 20037 with flag 955001/1284367
210.47/115.50	c cleaning 9999 clauses out of 20041 with flag 965001/1294367
212.23/116.50	c cleaning 10002 clauses out of 20042 with flag 975001/1304367
214.21/117.51	c cleaning 9998 clauses out of 20040 with flag 985001/1314367
215.79/118.50	c cleaning 10002 clauses out of 20042 with flag 995001/1324367
217.67/119.59	c cleaning 10003 clauses out of 20040 with flag 1005001/1334367
219.44/120.57	c cleaning 10001 clauses out of 20037 with flag 1015001/1344367
221.23/121.57	c cleaning 10004 clauses out of 20036 with flag 1025001/1354367
223.00/122.58	c cleaning 9997 clauses out of 20032 with flag 1035001/1364367
225.06/123.71	c cleaning 10008 clauses out of 20034 with flag 1045000/1374366
226.83/124.74	c cleaning 10010 clauses out of 20026 with flag 1055000/1384366
228.60/125.77	c cleaning 9992 clauses out of 20016 with flag 1065000/1394366
230.58/126.83	c cleaning 9994 clauses out of 20024 with flag 1075000/1404366
232.44/127.96	c cleaning 10003 clauses out of 20030 with flag 1085000/1414366
234.21/128.98	c cleaning 10012 clauses out of 20027 with flag 1095000/1424366
235.98/129.98	c cleaning 9992 clauses out of 20016 with flag 1105002/1434368
237.78/130.95	c cleaning 9995 clauses out of 20022 with flag 1115000/1444366
239.63/132.05	c cleaning 9998 clauses out of 20027 with flag 1125000/1454366
241.38/133.06	c cleaning 10001 clauses out of 20029 with flag 1135000/1464366
243.13/134.10	c cleaning 9984 clauses out of 20028 with flag 1145000/1474366
245.09/135.11	c cleaning 9997 clauses out of 20045 with flag 1155001/1484367
246.74/136.17	c cleaning 10007 clauses out of 20047 with flag 1165000/1494366
248.50/137.18	c cleaning 10002 clauses out of 20041 with flag 1175001/1504367
250.26/138.16	c cleaning 10000 clauses out of 20040 with flag 1185002/1514368
252.04/139.19	c cleaning 10001 clauses out of 20038 with flag 1195000/1524366
254.09/140.35	c cleaning 9996 clauses out of 20037 with flag 1205000/1534366
255.84/141.36	c cleaning 9996 clauses out of 20042 with flag 1215001/1544367
257.80/142.40	c cleaning 10001 clauses out of 20046 with flag 1225001/1554367
259.55/143.43	c cleaning 9995 clauses out of 20044 with flag 1235000/1564366
261.39/144.59	c cleaning 10018 clauses out of 20051 with flag 1245002/1574368
263.34/145.62	c cleaning 9996 clauses out of 20031 with flag 1255000/1584366
265.09/146.62	c cleaning 10009 clauses out of 20036 with flag 1265001/1594367
266.83/147.64	c cleaning 9995 clauses out of 20026 with flag 1275000/1604366
268.67/148.77	c cleaning 9999 clauses out of 20032 with flag 1285002/1614368
270.41/149.78	c cleaning 10001 clauses out of 20031 with flag 1295000/1624366
272.35/150.81	c cleaning 10003 clauses out of 20030 with flag 1305000/1634366
274.29/151.92	c cleaning 9998 clauses out of 20027 with flag 1315000/1644366
276.12/153.07	c cleaning 9993 clauses out of 20030 with flag 1325001/1654367
278.06/154.11	c cleaning 10002 clauses out of 20038 with flag 1335002/1664368
279.83/155.13	c cleaning 10005 clauses out of 20035 with flag 1345001/1674367
281.56/156.15	c cleaning 9988 clauses out of 20029 with flag 1355000/1684366
283.60/157.32	c cleaning 9995 clauses out of 20041 with flag 1365000/1694366
285.32/158.36	c cleaning 10005 clauses out of 20046 with flag 1375000/1704366
287.28/159.46	c cleaning 10000 clauses out of 20041 with flag 1385000/1714366
289.00/160.51	c cleaning 10005 clauses out of 20042 with flag 1395001/1724367
291.03/161.63	c cleaning 10001 clauses out of 20036 with flag 1405000/1734366
292.75/162.66	c cleaning 10003 clauses out of 20036 with flag 1415001/1744367
294.68/163.70	c cleaning 10004 clauses out of 20033 with flag 1425001/1754367
296.42/164.79	c cleaning 9999 clauses out of 20030 with flag 1435002/1764368
298.44/165.96	c cleaning 9994 clauses out of 20030 with flag 1445001/1774367
300.18/166.98	c cleaning 10003 clauses out of 20036 with flag 1455001/1784367
302.11/168.03	c cleaning 10001 clauses out of 20032 with flag 1465000/1794366
303.85/169.06	c cleaning 9999 clauses out of 20031 with flag 1475000/1804366
305.86/170.27	c cleaning 9993 clauses out of 20032 with flag 1485000/1814366
307.79/171.35	c cleaning 10001 clauses out of 20039 with flag 1495000/1824366
309.72/172.42	c cleaning 9997 clauses out of 20038 with flag 1505000/1834366
311.65/173.50	c cleaning 10005 clauses out of 20043 with flag 1515002/1844368
313.66/174.70	c cleaning 10000 clauses out of 20036 with flag 1525000/1854366
315.59/175.80	c cleaning 9994 clauses out of 20036 with flag 1535000/1864366
317.52/176.90	c cleaning 10005 clauses out of 20042 with flag 1545000/1874366
319.25/177.93	c cleaning 10002 clauses out of 20037 with flag 1555000/1884366
321.26/179.14	c cleaning 10000 clauses out of 20036 with flag 1565001/1894367
323.19/180.20	c cleaning 9996 clauses out of 20035 with flag 1575000/1904366
324.92/181.27	c cleaning 10005 clauses out of 20039 with flag 1585000/1914366
326.85/182.34	c cleaning 9990 clauses out of 20035 with flag 1595001/1924367
328.85/183.55	c cleaning 10000 clauses out of 20044 with flag 1605000/1934366
330.78/184.60	c cleaning 9999 clauses out of 20044 with flag 1615000/1944366
332.51/185.64	c cleaning 9998 clauses out of 20045 with flag 1625000/1954366
334.24/186.66	c cleaning 10001 clauses out of 20048 with flag 1635001/1964367
336.24/187.88	c cleaning 10014 clauses out of 20046 with flag 1645000/1974366
338.17/188.99	c cleaning 9993 clauses out of 20032 with flag 1655000/1984366
340.29/190.10	c cleaning 10005 clauses out of 20040 with flag 1665001/1994367
342.00/191.16	c cleaning 9995 clauses out of 20035 with flag 1675001/2004367
343.99/192.39	c cleaning 9998 clauses out of 20039 with flag 1685000/2014366
345.91/193.47	c cleaning 10009 clauses out of 20042 with flag 1695001/2024367
347.83/194.58	c cleaning 10003 clauses out of 20033 with flag 1705001/2034367
349.74/195.65	c cleaning 9991 clauses out of 20029 with flag 1715000/2044366
351.74/196.84	c cleaning 9999 clauses out of 20038 with flag 1725000/2054366
353.44/197.87	c cleaning 9998 clauses out of 20039 with flag 1735000/2064366
355.35/198.93	c cleaning 10009 clauses out of 20041 with flag 1745000/2074366
357.26/200.02	c cleaning 9993 clauses out of 20032 with flag 1755000/2084366
359.25/201.29	c cleaning 9996 clauses out of 20039 with flag 1765000/2094366
361.16/202.38	c cleaning 10008 clauses out of 20043 with flag 1775000/2104366
363.07/203.47	c cleaning 10002 clauses out of 20035 with flag 1785000/2114366
364.97/204.55	c cleaning 9994 clauses out of 20034 with flag 1795001/2124367
367.13/205.80	c cleaning 10005 clauses out of 20039 with flag 1805000/2134366
368.87/206.88	c cleaning 10004 clauses out of 20034 with flag 1815000/2144366
370.77/207.97	c cleaning 9989 clauses out of 20030 with flag 1825000/2154366
372.68/209.06	c cleaning 10009 clauses out of 20041 with flag 1835000/2164366
374.62/210.26	c cleaning 10001 clauses out of 20032 with flag 1845000/2174366
376.52/211.34	c cleaning 10005 clauses out of 20032 with flag 1855001/2184367
378.43/212.40	c cleaning 9995 clauses out of 20027 with flag 1865001/2194367
380.17/213.44	c cleaning 10001 clauses out of 20032 with flag 1875001/2204367
382.11/214.64	c cleaning 9995 clauses out of 20030 with flag 1885000/2214366
384.01/215.77	c cleaning 10000 clauses out of 20035 with flag 1895000/2224366
385.90/216.85	c cleaning 10004 clauses out of 20035 with flag 1905000/2234366
387.81/217.92	c cleaning 10000 clauses out of 20033 with flag 1915002/2244368
389.77/219.16	c cleaning 10006 clauses out of 20031 with flag 1925000/2254366
391.87/220.35	c cleaning 9995 clauses out of 20025 with flag 1935000/2264366
393.77/221.46	c cleaning 9988 clauses out of 20030 with flag 1945000/2274366
395.67/222.54	c cleaning 10003 clauses out of 20043 with flag 1955001/2284367
397.63/223.75	c cleaning 10006 clauses out of 20040 with flag 1965001/2294367
399.53/224.88	c cleaning 10004 clauses out of 20034 with flag 1975001/2304367
401.42/225.97	c cleaning 9993 clauses out of 20031 with flag 1985002/2314368
403.32/227.09	c cleaning 10002 clauses out of 20036 with flag 1995000/2324366
405.47/228.32	c cleaning 9984 clauses out of 20034 with flag 2005000/2334366
407.17/229.37	c cleaning 10014 clauses out of 20050 with flag 2015000/2344366
409.05/230.44	c cleaning 10008 clauses out of 20037 with flag 2025001/2354367
410.94/231.51	c cleaning 9995 clauses out of 20028 with flag 2035000/2364366
412.89/232.73	c cleaning 9998 clauses out of 20033 with flag 2045000/2374366
414.78/233.82	c cleaning 10002 clauses out of 20035 with flag 2055000/2384366
416.67/234.97	c cleaning 10001 clauses out of 20034 with flag 2065001/2394367
418.76/236.13	c cleaning 10010 clauses out of 20035 with flag 2075003/2404369
420.90/237.41	c cleaning 9996 clauses out of 20023 with flag 2085001/2414367
422.59/238.49	c cleaning 9999 clauses out of 20027 with flag 2095001/2424367
424.48/239.57	c cleaning 9995 clauses out of 20027 with flag 2105000/2434366
426.37/240.64	c cleaning 9994 clauses out of 20032 with flag 2115000/2444366
428.53/241.91	c cleaning 10007 clauses out of 20040 with flag 2125002/2454368
430.19/242.98	c cleaning 10002 clauses out of 20033 with flag 2135002/2464368
432.08/244.05	c cleaning 10003 clauses out of 20029 with flag 2145000/2474366
433.97/245.12	c cleaning 9996 clauses out of 20026 with flag 2155000/2484366
435.93/246.33	c cleaning 9998 clauses out of 20030 with flag 2165000/2494366
437.60/247.40	c cleaning 10003 clauses out of 20032 with flag 2175000/2504366
439.70/248.52	c cleaning 10001 clauses out of 20029 with flag 2185000/2514366
441.58/249.66	c cleaning 9997 clauses out of 20028 with flag 2195000/2524366
443.54/250.89	c cleaning 10005 clauses out of 20032 with flag 2205001/2534367
445.42/251.95	c cleaning 9999 clauses out of 20027 with flag 2215001/2544367
447.30/253.07	c cleaning 9994 clauses out of 20027 with flag 2225000/2554366
449.17/254.17	c cleaning 10005 clauses out of 20034 with flag 2235001/2564367
451.27/255.44	c cleaning 9996 clauses out of 20029 with flag 2245001/2574367
453.34/256.60	c cleaning 10013 clauses out of 20035 with flag 2255003/2584369
455.22/257.70	c cleaning 9989 clauses out of 20020 with flag 2265001/2594367
457.10/258.80	c cleaning 9996 clauses out of 20030 with flag 2275000/2604366
459.02/260.09	c cleaning 10005 clauses out of 20036 with flag 2285002/2614368
461.10/261.24	c cleaning 10007 clauses out of 20031 with flag 2295002/2624368
461.57/261.69	c cleaning 0 clauses out of 6031 with flag 0/6033
463.73/262.74	c cleaning 10001 clauses out of 20023 with flag 2305001/2634367
465.84/264.00	c cleaning 9993 clauses out of 20020 with flag 2315000/2644366
467.71/265.10	c cleaning 9998 clauses out of 20028 with flag 2325001/2654367
469.82/266.22	c cleaning 9998 clauses out of 20029 with flag 2335000/2664366
471.69/267.36	c cleaning 9998 clauses out of 20031 with flag 2345000/2674366
473.78/268.65	c cleaning 10006 clauses out of 20033 with flag 2355000/2684366
475.66/269.78	c cleaning 10000 clauses out of 20028 with flag 2365001/2694367
477.72/270.93	c cleaning 10004 clauses out of 20028 with flag 2375001/2704367
479.59/272.09	c cleaning 9990 clauses out of 20023 with flag 2385000/2714366
481.72/273.40	c cleaning 9999 clauses out of 20033 with flag 2395000/2724366
483.79/274.56	c cleaning 10001 clauses out of 20035 with flag 2405001/2734367
485.86/275.70	c cleaning 10004 clauses out of 20034 with flag 2415001/2744367
487.72/276.83	c cleaning 10003 clauses out of 20031 with flag 2425002/2754368
489.84/278.15	c cleaning 9999 clauses out of 20027 with flag 2435001/2764367
491.92/279.33	c cleaning 10002 clauses out of 20027 with flag 2445000/2774366
494.00/280.52	c cleaning 10000 clauses out of 20025 with flag 2455000/2784366
495.87/281.66	c cleaning 9999 clauses out of 20026 with flag 2465001/2794367
498.16/283.00	c cleaning 9997 clauses out of 20026 with flag 2475000/2804366
500.04/284.18	c cleaning 10013 clauses out of 20030 with flag 2485001/2814367
502.10/285.33	c cleaning 9999 clauses out of 20016 with flag 2495000/2824366
504.17/286.53	c cleaning 9995 clauses out of 20017 with flag 2505000/2834366
506.48/287.93	c cleaning 10000 clauses out of 20022 with flag 2515000/2844366
508.55/289.18	c cleaning 10004 clauses out of 20023 with flag 2525001/2854367
510.64/290.36	c cleaning 10001 clauses out of 20017 with flag 2535000/2864366
512.50/291.47	c cleaning 9993 clauses out of 20016 with flag 2545000/2874366
514.59/292.79	c cleaning 9997 clauses out of 20023 with flag 2555000/2884366
516.45/293.89	c cleaning 10003 clauses out of 20026 with flag 2565000/2894366
518.51/295.01	c cleaning 10001 clauses out of 20024 with flag 2575001/2904367
520.37/296.16	c cleaning 9996 clauses out of 20022 with flag 2585000/2914366
522.48/297.44	c cleaning 10000 clauses out of 20028 with flag 2595002/2924368
524.55/298.65	c cleaning 10003 clauses out of 20026 with flag 2605000/2934366
526.61/299.82	c cleaning 9995 clauses out of 20023 with flag 2615000/2944366
528.47/300.93	c cleaning 10001 clauses out of 20028 with flag 2625000/2954366
530.38/302.19	c cleaning 9995 clauses out of 20028 with flag 2635001/2964367
532.23/303.28	c cleaning 9996 clauses out of 20032 with flag 2645000/2974366
534.09/304.37	c cleaning 10005 clauses out of 20038 with flag 2655002/2984368
536.15/305.50	c cleaning 9989 clauses out of 20031 with flag 2665000/2994366
538.05/306.79	c cleaning 10008 clauses out of 20043 with flag 2675001/3004367
539.90/307.89	c cleaning 10004 clauses out of 20036 with flag 2685002/3014368
541.75/308.99	c cleaning 10002 clauses out of 20030 with flag 2695000/3024366
543.61/310.05	c cleaning 10010 clauses out of 20030 with flag 2705002/3034368
545.74/311.35	c cleaning 9987 clauses out of 20019 with flag 2715001/3044367
547.60/312.46	c cleaning 9997 clauses out of 20031 with flag 2725000/3054366
549.45/313.58	c cleaning 10005 clauses out of 20035 with flag 2735001/3064367
551.47/314.71	c cleaning 9995 clauses out of 20030 with flag 2745001/3074367
553.37/315.97	c cleaning 10004 clauses out of 20035 with flag 2755001/3084367
555.23/317.07	c cleaning 9995 clauses out of 20030 with flag 2765000/3094366
557.07/318.18	c cleaning 9997 clauses out of 20035 with flag 2775000/3104366
559.12/319.33	c cleaning 10003 clauses out of 20039 with flag 2785001/3114367
561.20/320.60	c cleaning 10012 clauses out of 20036 with flag 2795001/3124367
563.04/321.72	c cleaning 9998 clauses out of 20023 with flag 2805000/3134366
564.88/322.86	c cleaning 10001 clauses out of 20025 with flag 2815000/3144366
566.92/324.02	c cleaning 9992 clauses out of 20025 with flag 2825001/3154367
569.01/325.34	c cleaning 10000 clauses out of 20032 with flag 2835000/3164366
570.85/326.46	c cleaning 9996 clauses out of 20033 with flag 2845001/3174367
572.69/327.57	c cleaning 10006 clauses out of 20037 with flag 2855001/3184367
574.52/328.67	c cleaning 9999 clauses out of 20030 with flag 2865000/3194366
576.61/329.95	c cleaning 10005 clauses out of 20031 with flag 2875000/3204366
578.45/331.10	c cleaning 9996 clauses out of 20027 with flag 2885001/3214367
580.50/332.23	c cleaning 10002 clauses out of 20030 with flag 2895000/3224366
582.33/333.39	c cleaning 9996 clauses out of 20030 with flag 2905002/3234368
584.57/334.72	c cleaning 9992 clauses out of 20033 with flag 2915001/3244367
586.40/335.86	c cleaning 10003 clauses out of 20040 with flag 2925000/3254366
588.43/337.00	c cleaning 10001 clauses out of 20037 with flag 2935000/3264366
590.27/338.16	c cleaning 9998 clauses out of 20036 with flag 2945000/3274366
592.35/339.49	c cleaning 10003 clauses out of 20038 with flag 2955000/3284366
594.38/340.63	c cleaning 9997 clauses out of 20035 with flag 2965000/3294366
596.22/341.74	c cleaning 10002 clauses out of 20039 with flag 2975001/3304367
598.05/342.86	c cleaning 9994 clauses out of 20036 with flag 2985000/3314366
600.12/344.19	c cleaning 10003 clauses out of 20044 with flag 2995002/3324368
602.19/345.34	c cleaning 9996 clauses out of 20039 with flag 3005000/3334366
604.03/346.51	c cleaning 10006 clauses out of 20044 with flag 3015001/3344367
606.08/347.67	c cleaning 10002 clauses out of 20037 with flag 3025000/3354366
608.31/349.01	c cleaning 10003 clauses out of 20035 with flag 3035000/3364366
610.15/350.17	c cleaning 9996 clauses out of 20032 with flag 3045000/3374366
612.18/351.35	c cleaning 9998 clauses out of 20036 with flag 3055000/3384366
614.21/352.54	c cleaning 10004 clauses out of 20038 with flag 3065000/3394366
616.26/353.86	c cleaning 9997 clauses out of 20035 with flag 3075001/3404367
618.29/355.07	c cleaning 10001 clauses out of 20038 with flag 3085001/3414367
620.31/356.22	c cleaning 10014 clauses out of 20037 with flag 3095001/3424367
622.13/357.31	c cleaning 9999 clauses out of 20023 with flag 3105001/3434367
624.22/358.62	c cleaning 9993 clauses out of 20023 with flag 3115000/3444366
626.04/359.73	c cleaning 10008 clauses out of 20031 with flag 3125001/3454367
627.86/360.87	c cleaning 10000 clauses out of 20024 with flag 3135002/3464368
629.69/362.00	c cleaning 10002 clauses out of 20022 with flag 3145000/3474366
631.90/363.35	c cleaning 9993 clauses out of 20021 with flag 3155001/3484367
633.92/364.52	c cleaning 10006 clauses out of 20027 with flag 3165000/3494366
635.74/365.65	c cleaning 9996 clauses out of 20023 with flag 3175002/3504368
637.55/366.80	c cleaning 9996 clauses out of 20025 with flag 3185000/3514366
639.79/368.16	c cleaning 10011 clauses out of 20030 with flag 3195001/3524367
641.61/369.23	c cleaning 9999 clauses out of 20020 with flag 3205002/3534368
643.42/370.38	c cleaning 9997 clauses out of 20019 with flag 3215000/3544366
645.44/371.54	c cleaning 10003 clauses out of 20022 with flag 3225000/3554366
647.49/372.87	c cleaning 10002 clauses out of 20020 with flag 3235001/3564367
649.53/374.01	c cleaning 9997 clauses out of 20018 with flag 3245001/3574367
651.51/375.20	c cleaning 9999 clauses out of 20021 with flag 3255001/3584367
653.32/376.38	c cleaning 9996 clauses out of 20021 with flag 3265000/3594366
655.55/377.72	c cleaning 10001 clauses out of 20026 with flag 3275001/3604367
657.36/378.86	c cleaning 9998 clauses out of 20024 with flag 3285000/3614366
659.36/380.05	c cleaning 10004 clauses out of 20027 with flag 3295001/3624367
661.37/381.23	c cleaning 9999 clauses out of 20023 with flag 3305001/3634367
663.40/382.58	c cleaning 10001 clauses out of 20024 with flag 3315001/3644367
665.41/383.80	c cleaning 10003 clauses out of 20022 with flag 3325000/3654366
667.43/384.99	c cleaning 10002 clauses out of 20020 with flag 3335001/3664367
669.46/386.17	c cleaning 9995 clauses out of 20018 with flag 3345001/3674367
671.65/387.54	c cleaning 9999 clauses out of 20022 with flag 3355000/3684366
673.66/388.77	c cleaning 9999 clauses out of 20024 with flag 3365001/3694367
675.66/389.98	c cleaning 9995 clauses out of 20024 with flag 3375000/3704366
677.67/391.17	c cleaning 10009 clauses out of 20031 with flag 3385002/3714368
679.88/392.51	c cleaning 9994 clauses out of 20020 with flag 3395000/3724366
681.69/393.68	c cleaning 9993 clauses out of 20026 with flag 3405000/3734366
683.71/394.85	c cleaning 9995 clauses out of 20033 with flag 3415000/3744366
685.72/396.05	c cleaning 10006 clauses out of 20038 with flag 3425000/3754366
687.71/397.39	c cleaning 10002 clauses out of 20033 with flag 3435001/3764367
689.92/398.65	c cleaning 10010 clauses out of 20030 with flag 3445000/3774366
691.92/399.87	c cleaning 9995 clauses out of 20020 with flag 3455000/3784366
694.13/401.13	c cleaning 9999 clauses out of 20026 with flag 3465001/3794367
696.37/402.57	c cleaning 9991 clauses out of 20026 with flag 3475000/3804366
698.38/403.78	c cleaning 10003 clauses out of 20036 with flag 3485001/3814367
700.54/405.02	c cleaning 9999 clauses out of 20032 with flag 3495000/3824366
702.54/406.29	c cleaning 10000 clauses out of 20033 with flag 3505000/3834366
704.76/407.66	c cleaning 10005 clauses out of 20034 with flag 3515001/3844367
706.95/408.96	c cleaning 10003 clauses out of 20028 with flag 3525000/3854366
709.16/410.21	c cleaning 9998 clauses out of 20025 with flag 3535000/3864366
711.17/411.43	c cleaning 9994 clauses out of 20027 with flag 3545000/3874366
713.36/412.84	c cleaning 10002 clauses out of 20033 with flag 3555000/3884366
715.35/414.05	c cleaning 9999 clauses out of 20032 with flag 3565001/3894367
717.35/415.24	c cleaning 10000 clauses out of 20033 with flag 3575001/3904367
719.34/416.44	c cleaning 9998 clauses out of 20033 with flag 3585001/3914367
721.56/417.83	c cleaning 10003 clauses out of 20035 with flag 3595001/3924367
723.80/419.13	c cleaning 10004 clauses out of 20032 with flag 3605001/3934367
725.96/420.41	c cleaning 10002 clauses out of 20028 with flag 3615001/3944367
727.96/421.65	c cleaning 9994 clauses out of 20025 with flag 3625000/3954366
730.18/423.06	c cleaning 10005 clauses out of 20031 with flag 3635000/3964366
732.17/424.27	c cleaning 9995 clauses out of 20026 with flag 3645000/3974366
734.37/425.52	c cleaning 9999 clauses out of 20031 with flag 3655000/3984366
736.38/426.76	c cleaning 10002 clauses out of 20032 with flag 3665000/3994366
738.58/428.18	c cleaning 10003 clauses out of 20032 with flag 3675002/4004368
740.78/429.44	c cleaning 10003 clauses out of 20027 with flag 3685000/4014366
742.97/430.70	c cleaning 9989 clauses out of 20024 with flag 3695000/4024366
744.97/431.97	c cleaning 10007 clauses out of 20036 with flag 3705001/4034367
747.19/433.39	c cleaning 10001 clauses out of 20028 with flag 3715000/4044366
749.37/434.61	c cleaning 9994 clauses out of 20029 with flag 3725002/4054368
750.16/435.21	c  And the winner is CuttingPlanes
753.98/439.33	c starts		: 40
753.98/439.33	c conflicts		: 7451
753.98/439.33	c decisions		: 37055
753.98/439.33	c propagations		: 446032
753.98/439.33	c inspects		: 141772228
753.98/439.33	c shortcuts		: 0
753.98/439.33	c learnt literals	: 0
753.98/439.33	c learnt binary clauses	: 0
753.98/439.33	c learnt ternary clauses	: 1
753.98/439.33	c learnt constraints	: 7448
753.98/439.33	c ignored constraints	: 0
753.98/439.33	c root simplifications	: 0
753.98/439.33	c removed literals (reason simplification)	: 0
753.98/439.33	c reason swapping (by a shorter reason)	: 0
753.98/439.33	c Calls to reduceDB	: 1
753.98/439.33	c number of reductions to clauses (during analyze)	: 0
753.98/439.33	c number of learned constraints concerned by reduction	: 0
753.98/439.33	c number of learning phase by resolution	: 0
753.98/439.33	c number of learning phase by cutting planes	: 0
753.98/439.33	c speed (assignments/second)	: 1077.8171660275138
753.98/439.33	c non guided choices	0
753.98/439.33	c learnt constraints type 
753.98/439.33	c constraints type 
753.98/439.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
753.98/439.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
753.98/439.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
753.98/439.33	c constraints type 
753.98/439.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
753.98/439.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
753.98/439.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
753.98/439.33	s OPTIMUM FOUND
753.98/439.33	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 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 -x695 -x696 
753.98/439.33	c objective function=60
753.98/439.33	c Total wall clock time (in seconds): 439.221

Verifier Data

OK	60

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-3455062-1307188592/watcher-3455062-1307188592 -o /tmp/evaluation-result-3455062-1307188592/solver-3455062-1307188592 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455062-1307188592.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.62 3.77 3.17 3/450 3989
/proc/meminfo: memFree=25286460/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 1244 0 0 0 0 0 0 0 25 0 2 0 830459665 31268864 963 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 7634 963 736 9 0 385 0
[pid=3989/tid=3990] ppid=3987 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 3554 0 1 0 0 0 0 0 25 0 2 0 830459666 10694979584 4371 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0901969 s]
/proc/loadavg: 3.62 3.77 3.17 3/450 3989
/proc/meminfo: memFree=25286460/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10605212 CPUtime=0.08 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 12765 0 1 0 7 1 0 0 25 0 18 0 830459665 10859737088 12462 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2651303 12462 2060 9 0 2642037 0
[pid=3989/tid=3990] ppid=3987 vsize=10605212 CPUtime=0.07 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 10948 0 1 0 6 1 0 0 18 0 18 0 830459666 10859737088 12462 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244446941189 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10605212

[startup+0.101208 s]
/proc/loadavg: 3.62 3.77 3.17 3/450 3989
/proc/meminfo: memFree=25286460/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10605212 CPUtime=0.1 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 13021 0 1 0 9 1 0 0 25 0 18 0 830459665 10859737088 12718 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2651303 12718 2092 9 0 2642037 0
[pid=3989/tid=3990] ppid=3987 vsize=10605212 CPUtime=0.08 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 11108 0 1 0 7 1 0 0 18 0 18 0 830459666 10859737088 12718 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 46912496197671 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605212

[startup+0.300158 s]
/proc/loadavg: 3.62 3.77 3.17 3/450 3989
/proc/meminfo: memFree=25286460/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10606484 CPUtime=0.48 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 15789 0 1 0 46 2 0 0 25 0 18 0 830459665 10861039616 15285 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2651621 15288 2202 9 0 2642355 0
[pid=3989/tid=3990] ppid=3987 vsize=10606484 CPUtime=0.28 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 13028 0 1 0 27 1 0 0 18 0 18 0 830459666 10861039616 15289 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 46912505568854 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10606484

[startup+0.70109 s]
/proc/loadavg: 3.62 3.77 3.17 3/450 3989
/proc/meminfo: memFree=25286460/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10621360 CPUtime=1.59 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 25545 0 1 0 156 3 0 0 25 0 19 0 830459665 10876272640 21116 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2655340 21116 2228 9 0 2646074 0
[pid=3989/tid=3990] ppid=3987 vsize=10621360 CPUtime=0.28 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) S 3987 3989 585 0 -1 4202560 13160 0 1 0 27 1 0 0 19 0 19 0 830459666 10876272640 21116 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10621360

[startup+1.50094 s]
/proc/loadavg: 3.62 3.77 3.17 8/472 4014
/proc/meminfo: memFree=25141192/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=3.24 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 63625 0 1 0 316 8 0 0 25 0 22 0 830459665 10883883008 55604 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 55611 2257 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=0.29 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) S 3987 3989 585 0 -1 4202560 13230 0 1 0 28 1 0 0 17 0 22 0 830459666 10883883008 55613 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55619 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 179 0 0 0 0 0 0 0 16 0 22 0 830459668 10883883008 55621 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55627 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55630 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 22 0 830459668 10883883008 55635 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55638 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55642 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 55646 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=0.03 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 905 0 0 0 3 0 0 0 15 0 22 0 830459669 10883883008 55650 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830459669 10883883008 55654 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 830459669 10883883008 55658 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830459672 10883883008 55662 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=0.93 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9391 0 0 0 92 1 0 0 15 0 22 0 830459672 10883883008 55665 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.71 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6021 0 0 0 70 1 0 0 15 0 22 0 830459672 10883883008 55670 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830459672 10883883008 55673 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830459672 10883883008 55679 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4010] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4010/stat : 4010 (java) S 3987 3989 585 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830459697 10883883008 55681 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 10628792

[startup+3.10061 s]
/proc/loadavg: 3.62 3.77 3.17 3/469 4017
/proc/meminfo: memFree=24945544/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=4.98 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 131636 0 1 0 483 15 0 0 25 0 22 0 830459665 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 123612 2258 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=0.29 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) S 3987 3989 585 0 -1 4202560 13232 0 1 0 28 1 0 0 16 0 22 0 830459666 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 830459668 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=0.04 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 1081 0 0 0 4 0 0 0 16 0 22 0 830459669 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830459669 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 830459669 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830459672 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=0.99 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9400 0 0 0 98 1 0 0 15 0 22 0 830459672 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.76 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6028 0 0 0 75 1 0 0 15 0 22 0 830459672 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830459672 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830459672 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4017] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4017/stat : 4017 (java) S 3987 3989 585 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830459798 10883883008 123612 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 10628792

[startup+6.30105 s]
/proc/loadavg: 3.57 3.76 3.17 5/472 4025
/proc/meminfo: memFree=24754680/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=11.29 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 146985 0 1 0 1112 17 0 0 25 0 19 0 830459665 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 138425 2259 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=0.29 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) S 3987 3989 585 0 -1 4202560 13232 0 1 0 28 1 0 0 15 0 19 0 830459666 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 237 0 0 0 0 0 0 0 16 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=0.01 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 366 0 0 0 1 0 0 0 16 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 343 0 0 0 0 0 0 0 15 0 19 0 830459668 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=0.22 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 3264 0 0 0 22 0 0 0 16 0 19 0 830459669 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830459672 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9414 0 0 0 114 1 0 0 15 0 19 0 830459672 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.83 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6031 0 0 0 82 1 0 0 15 0 19 0 830459672 10883883008 138425 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0

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

/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 550 0 0 0 109 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 692 0 0 0 120 1 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 478 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 228 0 0 0 121 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=1.16 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 172 0 0 0 116 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 83 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=1.13 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 393 0 0 0 113 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=1.1 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 502 0 0 0 110 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=122.99 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 57394 0 0 0 12288 11 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=1.62 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9884 0 0 0 161 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.96 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6046 0 0 0 95 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4032] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4032/stat : 4032 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830462216 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 751.4
Current children cumulated vsize (KiB) 10628792

[startup+438.301 s]
/proc/loadavg: 3.78 3.70 3.35 4/469 4116
/proc/meminfo: memFree=25011540/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=752.98 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 241919 0 1 0 75261 37 0 0 25 0 19 0 830459665 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 232899 2260 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=3.07 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 13459 0 1 0 305 2 0 0 19 0 19 0 830459666 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 46912506518481 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=1.09 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 550 0 0 0 109 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 692 0 0 0 120 1 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 478 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 228 0 0 0 121 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=1.16 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 172 0 0 0 116 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 83 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=1.13 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 393 0 0 0 113 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=1.1 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 502 0 0 0 110 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=122.99 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 57394 0 0 0 12288 11 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=1.62 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9884 0 0 0 161 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.96 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6046 0 0 0 95 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4032] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4032/stat : 4032 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830462216 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 752.98
Current children cumulated vsize (KiB) 10628792

[startup+439.101 s]
/proc/loadavg: 3.72 3.69 3.35 4/469 4117
/proc/meminfo: memFree=25011172/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=753.78 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 241921 0 1 0 75341 37 0 0 25 0 19 0 830459665 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 232899 2260 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=3.87 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 13459 0 1 0 385 2 0 0 20 0 19 0 830459666 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=1.09 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 550 0 0 0 109 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 692 0 0 0 120 1 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 478 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 228 0 0 0 121 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=1.16 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 172 0 0 0 116 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 83 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=1.13 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 393 0 0 0 113 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=1.1 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 502 0 0 0 110 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=122.99 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 57394 0 0 0 12288 11 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=1.62 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9884 0 0 0 161 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.96 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6046 0 0 0 95 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4032] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4032/stat : 4032 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830462216 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 753.78
Current children cumulated vsize (KiB) 10628792

[startup+439.301 s]
/proc/loadavg: 3.72 3.69 3.35 4/469 4117
/proc/meminfo: memFree=25011172/32951124 swapFree=43324008/67111528
[pid=3989] ppid=3987 vsize=10628792 CPUtime=753.98 cores=1,3,5,7
/proc/3989/stat : 3989 (java) S 3987 3989 585 0 -1 4202496 241921 0 1 0 75361 37 0 0 25 0 19 0 830459665 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3989/statm: 2657198 232899 2260 9 0 2647932 0
[pid=3989/tid=3990] ppid=3987 vsize=10628792 CPUtime=4.07 cores=1,3,5,7
/proc/3989/task/3990/stat : 3990 (java) R 3987 3989 585 0 -1 4202560 13459 0 1 0 405 2 0 0 21 0 19 0 830459666 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 46912506518306 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3989/tid=3992] ppid=3987 vsize=10628792 CPUtime=1.09 cores=1,3,5,7
/proc/3989/task/3992/stat : 3992 (java) S 3987 3989 585 0 -1 4202560 550 0 0 0 109 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3993] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3993/stat : 3993 (java) S 3987 3989 585 0 -1 4202560 692 0 0 0 120 1 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3994] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3994/stat : 3994 (java) S 3987 3989 585 0 -1 4202560 478 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3995] ppid=3987 vsize=10628792 CPUtime=1.21 cores=1,3,5,7
/proc/3989/task/3995/stat : 3995 (java) S 3987 3989 585 0 -1 4202560 228 0 0 0 121 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=3996] ppid=3987 vsize=10628792 CPUtime=1.16 cores=1,3,5,7
/proc/3989/task/3996/stat : 3996 (java) S 3987 3989 585 0 -1 4202560 172 0 0 0 116 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3997] ppid=3987 vsize=10628792 CPUtime=1.15 cores=1,3,5,7
/proc/3989/task/3997/stat : 3997 (java) S 3987 3989 585 0 -1 4202560 83 0 0 0 115 0 0 0 15 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=3998] ppid=3987 vsize=10628792 CPUtime=1.13 cores=1,3,5,7
/proc/3989/task/3998/stat : 3998 (java) S 3987 3989 585 0 -1 4202560 393 0 0 0 113 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=3999] ppid=3987 vsize=10628792 CPUtime=1.1 cores=1,3,5,7
/proc/3989/task/3999/stat : 3999 (java) S 3987 3989 585 0 -1 4202560 502 0 0 0 110 0 0 0 16 0 19 0 830459668 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4000] ppid=3987 vsize=10628792 CPUtime=122.99 cores=1,3,5,7
/proc/3989/task/4000/stat : 4000 (java) S 3987 3989 585 0 -1 4202560 57394 0 0 0 12288 11 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 0 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4001] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4001/stat : 4001 (java) S 3987 3989 585 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4002] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4002/stat : 4002 (java) S 3987 3989 585 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 830459669 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 5 0 0 0
[pid=3989/tid=4003] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4003/stat : 4003 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458768817 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4004] ppid=3987 vsize=10628792 CPUtime=1.62 cores=1,3,5,7
/proc/3989/task/4004/stat : 4004 (java) S 3987 3989 585 0 -1 4202560 9884 0 0 0 161 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4005] ppid=3987 vsize=10628792 CPUtime=0.96 cores=1,3,5,7
/proc/3989/task/4005/stat : 4005 (java) S 3987 3989 585 0 -1 4202560 6046 0 0 0 95 1 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 7 0 0 0
[pid=3989/tid=4006] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4006/stat : 4006 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761113 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
[pid=3989/tid=4007] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4007/stat : 4007 (java) S 3987 3989 585 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 830459672 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 1 0 0 0
[pid=3989/tid=4032] ppid=3987 vsize=10628792 CPUtime=0 cores=1,3,5,7
/proc/3989/task/4032/stat : 4032 (java) S 3987 3989 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830462216 10883883008 232899 33554432000 1073741824 1073778376 140733260495760 18446744073709551615 244458761728 0 4 0 16800975 18446604470029596608 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 753.98
Current children cumulated vsize (KiB) 10628792

Child status: 30
Real time (s): 439.376
CPU time (s): 754.067
CPU user time (s): 753.651
CPU system time (s): 0.415936
CPU usage (%): 171.622
Max. virtual memory (cumulated for all children) (KiB): 10628792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 753.651
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241932
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= 22028
involuntary context switches= 8245

runsolver used 1.9857 second user time and 4.44932 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 13:56:32
IDJOB=3455062
IDBENCH=2028
IDSOLVER=1950
FILE ID=node105/3455062-1307188592
RUNJOBID= node105-1307187369-3450
PBS_JOBID= 13508836
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455062-1307188592/watcher-3455062-1307188592 -o /tmp/evaluation-result-3455062-1307188592/solver-3455062-1307188592 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455062-1307188592.opb

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=750811993

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25286724 kB
Buffers:        339240 kB
Cached:         855940 kB
SwapCached:      20984 kB
Active:        6636044 kB
Inactive:       708184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25286724 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:     6145960 kB
Mapped:          27536 kB
Slab:           165476 kB
PageTables:      88808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125253292 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= 73768 MiB
End job on node105 at 2011-06-04 14:03:52