Trace number 2663014

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 PB RES // CP 2.2.0 2010-05-31OPT36 371.242 213.542

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.12598
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
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 constraint18
Number of terms in the objective function 432
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 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2663014-1276406421.opb
0.24/0.21	c reading problem ... 
0.73/0.55	c ... done. Wall clock time 0.338s.
0.73/0.55	c #vars     432
0.73/0.55	c #constraints  1304
0.73/0.55	c constraints type 
0.73/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.73/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.73/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.73/0.55	c constraints type 
0.73/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
0.73/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
0.73/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.93/0.68	c And the winner is Resolution
1.22/1.58	c SATISFIABLE
1.22/1.58	c OPTIMIZING...
1.22/1.58	c Got one! Elapsed wall clock time (in seconds):1.37
1.22/1.58	o 54
3.04/2.59	c cleaning 2497 clauses out of 5000 with flag 5001/5001
3.83/2.94	c And the winner is Resolution
3.92/3.87	c Got one! Elapsed wall clock time (in seconds):3.658
3.92/3.87	o 52
4.37/4.14	c And the winner is Resolution
4.54/4.88	c Got one! Elapsed wall clock time (in seconds):4.668
4.54/4.88	o 50
4.59/4.94	c cleaning 4246 clauses out of 8502 with flag 11000/11000
6.12/5.72	c cleaning 5618 clauses out of 11256 with flag 18000/18000
7.88/6.62	c cleaning 6805 clauses out of 13638 with flag 26000/26000
9.81/7.63	c cleaning 7910 clauses out of 15833 with flag 35000/35000
11.94/8.78	c cleaning 8957 clauses out of 17923 with flag 45000/45000
14.84/10.25	c cleaning 9474 clauses out of 18967 with flag 55001/55001
15.00/10.34	c And the winner is Resolution
15.09/11.02	c Got one! Elapsed wall clock time (in seconds):10.809
15.09/11.02	o 48
17.04/12.06	c cleaning 9727 clauses out of 19492 with flag 65000/65000
19.15/13.12	c cleaning 9870 clauses out of 19766 with flag 75001/75001
21.26/14.22	c cleaning 9931 clauses out of 19896 with flag 85001/85001
23.16/15.28	c cleaning 9970 clauses out of 19964 with flag 95000/95000
25.27/16.33	c cleaning 9986 clauses out of 19994 with flag 105000/105000
27.36/17.48	c cleaning 9999 clauses out of 20008 with flag 115000/115000
29.69/18.67	c cleaning 9996 clauses out of 20010 with flag 125001/125001
31.78/19.75	c cleaning 9991 clauses out of 20013 with flag 135000/135000
33.67/20.79	c cleaning 10000 clauses out of 20022 with flag 145000/145000
35.74/21.88	c cleaning 9996 clauses out of 20022 with flag 155000/155000
37.84/22.91	c cleaning 10001 clauses out of 20027 with flag 165001/165001
39.93/24.08	c cleaning 10004 clauses out of 20027 with flag 175002/175002
42.23/25.24	c cleaning 10009 clauses out of 20022 with flag 185001/185001
44.27/26.37	c cleaning 9989 clauses out of 20012 with flag 195000/195000
46.35/27.50	c cleaning 9996 clauses out of 20023 with flag 205000/205000
48.42/28.57	c cleaning 10001 clauses out of 20028 with flag 215001/215001
50.69/29.74	c cleaning 10002 clauses out of 20026 with flag 225000/225000
52.12/30.51	c And the winner is Resolution
52.19/31.07	c Got one! Elapsed wall clock time (in seconds):30.859
52.19/31.07	o 46
52.84/31.48	c cleaning 9998 clauses out of 20024 with flag 235000/235000
55.30/32.76	c cleaning 10001 clauses out of 20027 with flag 245001/245001
57.56/33.98	c cleaning 9999 clauses out of 20027 with flag 255002/255002
60.22/35.30	c cleaning 10004 clauses out of 20027 with flag 265001/265001
62.44/36.52	c cleaning 9995 clauses out of 20022 with flag 275000/275000
64.50/37.64	c cleaning 9997 clauses out of 20027 with flag 285000/285000
66.54/38.74	c cleaning 9993 clauses out of 20031 with flag 295001/295001
68.59/39.84	c cleaning 10004 clauses out of 20038 with flag 305001/305001
69.20/40.29	c And the winner is Resolution
69.44/41.13	c Got one! Elapsed wall clock time (in seconds):40.916
69.44/41.13	o 44
69.78/41.30	c And the winner is CuttingPlanes
69.78/42.16	c Got one! Elapsed wall clock time (in seconds):41.948
69.78/42.16	o 36
70.65/42.61	c cleaning 10009 clauses out of 20035 with flag 315002/315002
72.89/43.81	c cleaning 10010 clauses out of 20026 with flag 325002/325002
74.54/44.79	c cleaning 9997 clauses out of 20014 with flag 335000/335000
76.78/45.98	c cleaning 9998 clauses out of 20017 with flag 345000/345000
79.18/47.25	c cleaning 9994 clauses out of 20019 with flag 355000/355000
81.22/48.39	c cleaning 10000 clauses out of 20026 with flag 365001/365001
83.63/49.62	c cleaning 10003 clauses out of 20026 with flag 375001/375001
85.86/50.89	c cleaning 10001 clauses out of 20022 with flag 385000/385000
88.43/52.22	c cleaning 9999 clauses out of 20020 with flag 395000/395000
90.65/53.46	c cleaning 10001 clauses out of 20023 with flag 405002/405002
92.87/54.65	c cleaning 9997 clauses out of 20021 with flag 415001/415001
95.28/55.92	c cleaning 10002 clauses out of 20024 with flag 425001/425001
97.65/57.24	c cleaning 10002 clauses out of 20021 with flag 435000/435000
100.06/58.51	c cleaning 10004 clauses out of 20020 with flag 445001/445001
102.27/59.77	c cleaning 10003 clauses out of 20016 with flag 455001/455001
104.48/60.96	c cleaning 9989 clauses out of 20012 with flag 465000/465000
106.82/62.24	c cleaning 10003 clauses out of 20023 with flag 475000/475000
108.83/63.39	c cleaning 9993 clauses out of 20021 with flag 485001/485001
111.23/64.62	c cleaning 9996 clauses out of 20028 with flag 495001/495001
113.44/65.81	c cleaning 9997 clauses out of 20031 with flag 505000/505000
115.80/67.11	c cleaning 10005 clauses out of 20034 with flag 515000/515000
117.79/68.26	c cleaning 10006 clauses out of 20030 with flag 525001/525001
119.80/69.38	c cleaning 9998 clauses out of 20024 with flag 535001/535001
121.98/70.53	c cleaning 10000 clauses out of 20025 with flag 545000/545000
124.11/71.80	c cleaning 10005 clauses out of 20025 with flag 555000/555000
126.50/73.03	c cleaning 10002 clauses out of 20021 with flag 565001/565001
128.49/74.19	c cleaning 9991 clauses out of 20019 with flag 575001/575001
130.68/75.40	c cleaning 10006 clauses out of 20028 with flag 585001/585001
133.21/76.73	c cleaning 10004 clauses out of 20021 with flag 595000/595000
135.60/78.06	c cleaning 9994 clauses out of 20017 with flag 605001/605001
137.97/79.32	c cleaning 10001 clauses out of 20021 with flag 615000/615000
140.15/80.56	c cleaning 9994 clauses out of 20021 with flag 625001/625001
142.46/81.86	c cleaning 10002 clauses out of 20027 with flag 635001/635001
144.84/83.16	c cleaning 10003 clauses out of 20024 with flag 645000/645000
147.01/84.34	c cleaning 9993 clauses out of 20021 with flag 655000/655000
149.18/85.58	c cleaning 9997 clauses out of 20028 with flag 665000/665000
151.70/86.92	c cleaning 10006 clauses out of 20032 with flag 675001/675001
153.85/88.16	c cleaning 10002 clauses out of 20025 with flag 685000/685000
156.02/89.37	c cleaning 10000 clauses out of 20023 with flag 695000/695000
158.17/90.59	c cleaning 10005 clauses out of 20024 with flag 705001/705001
160.66/91.95	c cleaning 9998 clauses out of 20018 with flag 715000/715000
162.84/93.13	c cleaning 10007 clauses out of 20021 with flag 725001/725001
164.81/94.30	c cleaning 10000 clauses out of 20014 with flag 735001/735001
166.99/95.43	c cleaning 9995 clauses out of 20013 with flag 745000/745000
169.09/96.67	c cleaning 10005 clauses out of 20018 with flag 755000/755000
171.26/97.85	c cleaning 9993 clauses out of 20013 with flag 765000/765000
173.42/99.02	c cleaning 9997 clauses out of 20021 with flag 775001/775001
175.54/100.23	c cleaning 10001 clauses out of 20023 with flag 785000/785000
177.83/101.57	c cleaning 10003 clauses out of 20023 with flag 795001/795001
180.18/102.87	c cleaning 10000 clauses out of 20019 with flag 805000/805000
182.53/104.19	c cleaning 10002 clauses out of 20019 with flag 815000/815000
184.86/105.49	c cleaning 9993 clauses out of 20018 with flag 825001/825001
187.33/106.89	c cleaning 9994 clauses out of 20024 with flag 835000/835000
189.88/108.21	c cleaning 10009 clauses out of 20031 with flag 845001/845001
192.22/109.54	c cleaning 10003 clauses out of 20023 with flag 855002/855002
194.56/110.86	c cleaning 9993 clauses out of 20018 with flag 865000/865000
197.22/112.34	c cleaning 10003 clauses out of 20026 with flag 875001/875001
199.96/113.84	c cleaning 9999 clauses out of 20022 with flag 885000/885000
202.49/115.24	c cleaning 10003 clauses out of 20024 with flag 895001/895001
204.84/116.59	c cleaning 10001 clauses out of 20021 with flag 905001/905001
207.28/118.00	c cleaning 9989 clauses out of 20019 with flag 915000/915000
209.82/119.32	c cleaning 9997 clauses out of 20030 with flag 925000/925000
212.15/120.68	c cleaning 10001 clauses out of 20033 with flag 935000/935000
214.48/121.99	c cleaning 10005 clauses out of 20032 with flag 945000/945000
217.11/123.42	c cleaning 9999 clauses out of 20028 with flag 955001/955001
219.43/124.76	c cleaning 10004 clauses out of 20029 with flag 965001/965001
221.76/126.01	c cleaning 9997 clauses out of 20024 with flag 975000/975000
223.89/127.25	c cleaning 10000 clauses out of 20028 with flag 985001/985001
226.14/128.59	c cleaning 9999 clauses out of 20029 with flag 995002/995002
228.49/129.87	c cleaning 10002 clauses out of 20029 with flag 1005001/1005001
230.80/131.18	c cleaning 9997 clauses out of 20026 with flag 1015000/1015000
233.12/132.42	c cleaning 9997 clauses out of 20029 with flag 1025000/1025000
235.36/133.80	c cleaning 10006 clauses out of 20032 with flag 1035000/1035000
237.68/135.06	c cleaning 9998 clauses out of 20026 with flag 1045000/1045000
240.03/136.33	c cleaning 9995 clauses out of 20029 with flag 1055001/1055001
242.15/137.59	c cleaning 10006 clauses out of 20033 with flag 1065000/1065000
244.56/138.93	c cleaning 9995 clauses out of 20027 with flag 1075000/1075000
246.89/140.25	c cleaning 10010 clauses out of 20033 with flag 1085001/1085001
249.21/141.51	c cleaning 10002 clauses out of 20022 with flag 1095000/1095000
251.33/142.77	c cleaning 9997 clauses out of 20020 with flag 1105000/1105000
253.78/144.15	c cleaning 10000 clauses out of 20024 with flag 1115001/1115001
256.09/145.46	c cleaning 10001 clauses out of 20023 with flag 1125000/1125000
258.41/146.77	c cleaning 9995 clauses out of 20022 with flag 1135000/1135000
260.72/148.09	c cleaning 10010 clauses out of 20030 with flag 1145003/1145003
263.15/149.48	c cleaning 9994 clauses out of 20017 with flag 1155000/1155000
265.48/150.71	c cleaning 10000 clauses out of 20024 with flag 1165001/1165001
267.58/151.95	c cleaning 10000 clauses out of 20024 with flag 1175001/1175001
269.70/153.18	c cleaning 10001 clauses out of 20023 with flag 1185000/1185000
271.92/154.49	c cleaning 9995 clauses out of 20022 with flag 1195000/1195000
274.24/155.79	c cleaning 10009 clauses out of 20028 with flag 1205001/1205001
276.55/157.03	c cleaning 9995 clauses out of 20018 with flag 1215000/1215000
278.67/158.28	c cleaning 9997 clauses out of 20023 with flag 1225000/1225000
281.28/159.72	c cleaning 10001 clauses out of 20026 with flag 1235000/1235000
283.59/161.00	c cleaning 9998 clauses out of 20025 with flag 1245000/1245000
285.90/162.35	c cleaning 9994 clauses out of 20028 with flag 1255001/1255001
288.21/163.63	c cleaning 9998 clauses out of 20034 with flag 1265001/1265001
290.62/165.02	c cleaning 10003 clauses out of 20035 with flag 1275000/1275000
292.91/166.33	c cleaning 10006 clauses out of 20032 with flag 1285000/1285000
295.02/167.57	c cleaning 10000 clauses out of 20026 with flag 1295000/1295000
297.13/168.80	c cleaning 9994 clauses out of 20026 with flag 1305000/1305000
299.54/170.12	c cleaning 10002 clauses out of 20032 with flag 1315000/1315000
302.25/171.61	c cleaning 10007 clauses out of 20031 with flag 1325001/1325001
305.12/173.21	c cleaning 9994 clauses out of 20023 with flag 1335000/1335000
307.60/174.62	c cleaning 10004 clauses out of 20031 with flag 1345002/1345002
310.40/176.21	c cleaning 10001 clauses out of 20025 with flag 1355000/1355000
312.70/177.55	c cleaning 10005 clauses out of 20024 with flag 1365000/1365000
315.00/178.84	c cleaning 9995 clauses out of 20021 with flag 1375002/1375002
317.30/180.11	c cleaning 9993 clauses out of 20024 with flag 1385000/1385000
319.52/181.44	c cleaning 9992 clauses out of 20031 with flag 1395000/1395000
321.81/182.73	c cleaning 10011 clauses out of 20040 with flag 1405001/1405001
324.12/184.03	c cleaning 10003 clauses out of 20029 with flag 1415001/1415001
326.21/185.28	c cleaning 10001 clauses out of 20026 with flag 1425001/1425001
328.58/186.64	c cleaning 10003 clauses out of 20025 with flag 1435001/1435001
330.89/187.93	c cleaning 10002 clauses out of 20021 with flag 1445000/1445000
333.38/189.31	c cleaning 9995 clauses out of 20019 with flag 1455000/1455000
335.68/190.61	c cleaning 9999 clauses out of 20024 with flag 1465000/1465000
338.07/192.04	c cleaning 9997 clauses out of 20026 with flag 1475001/1475001
340.56/193.40	c cleaning 10002 clauses out of 20030 with flag 1485002/1485002
342.87/194.75	c cleaning 10008 clauses out of 20027 with flag 1495001/1495001
345.15/196.04	c cleaning 10001 clauses out of 20018 with flag 1505000/1505000
347.54/197.44	c cleaning 9993 clauses out of 20017 with flag 1515000/1515000
349.82/198.70	c cleaning 10001 clauses out of 20024 with flag 1525000/1525000
352.11/200.01	c cleaning 10000 clauses out of 20023 with flag 1535000/1535000
354.58/201.42	c cleaning 10008 clauses out of 20024 with flag 1545001/1545001
357.13/202.99	c cleaning 10003 clauses out of 20016 with flag 1555001/1555001
359.60/204.37	c cleaning 9997 clauses out of 20012 with flag 1565000/1565000
361.89/205.70	c cleaning 9998 clauses out of 20015 with flag 1575000/1575000
364.37/207.03	c cleaning 10000 clauses out of 20018 with flag 1585001/1585001
366.72/208.45	c And the winner is CuttingPlanes
366.72/208.49	c cleaning 10001 clauses out of 20018 with flag 1595001/1595001
371.15/213.45	c starts		: 20
371.15/213.45	c conflicts		: 3682
371.15/213.45	c decisions		: 18179
371.15/213.45	c propagations		: 183685
371.15/213.45	c inspects		: 23051793
371.15/213.45	c learnt literals	: 0
371.15/213.45	c learnt binary clauses	: 0
371.15/213.45	c learnt ternary clauses	: 10
371.15/213.45	c learnt clauses	: 3681
371.15/213.45	c ignored clauses	: 0
371.15/213.45	c root simplifications	: 0
371.15/213.45	c removed literals (reason simplification)	: 0
371.15/213.45	c reason swapping (by a shorter reason)	: 0
371.15/213.45	c Calls to reduceDB	: 0
371.15/213.45	c number of reductions to clauses (during analyze)	: 0
371.15/213.45	c number of learned constraints concerned by reduction	: 0
371.15/213.45	c number of learning phase by resolution	: 0
371.15/213.45	c number of learning phase by cutting planes	: 0
371.15/213.45	c speed (assignments/second)	: 1072.6319293184697
371.15/213.45	c non guided choices	0
371.15/213.45	c learnt constraints type 
371.15/213.45	c constraints type 
371.15/213.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
371.15/213.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
371.15/213.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
371.15/213.45	c constraints type 
371.15/213.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
371.15/213.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
371.15/213.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
371.15/213.45	s OPTIMUM FOUND
371.15/213.46	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 
371.15/213.46	c objective function=36
371.15/213.46	c Total wall clock time (in seconds): 213.246

Verifier Data

OK	36

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663014-1276406421/watcher-2663014-1276406421 -o /tmp/evaluation-result-2663014-1276406421/solver-2663014-1276406421 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663014-1276406421.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 1.05 1.01 3/106 22272
/proc/meminfo: memFree=1779828/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=248 CPUtime=0
/proc/22272/stat : 22272 (java) R 22270 22272 22203 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 14298395 253952 28 1992294400 134512640 134550932 4291573424 18446744073709551615 5145054 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22272/statm: 62 28 21 10 0 23 0

[startup+0.095926 s]
/proc/loadavg: 1.14 1.05 1.01 3/106 22272
/proc/meminfo: memFree=1779828/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1523992 CPUtime=0.07
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 3914 0 1 0 5 2 0 0 18 0 12 0 14298395 1560567808 3354 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 380998 3354 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523992

[startup+0.101922 s]
/proc/loadavg: 1.14 1.05 1.01 3/106 22272
/proc/meminfo: memFree=1779828/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1524180 CPUtime=0.09
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 3968 0 1 0 6 3 0 0 18 0 12 0 14298395 1560760320 3408 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 381045 3408 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300287 s]
/proc/loadavg: 1.14 1.05 1.01 3/106 22272
/proc/meminfo: memFree=1779828/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1526104 CPUtime=0.35
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 5363 0 1 0 32 3 0 0 18 0 12 0 14298395 1562730496 4801 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 381526 4801 1361 10 0 378829 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526104

[startup+0.700279 s]
/proc/loadavg: 1.14 1.05 1.01 3/106 22272
/proc/meminfo: memFree=1779828/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1530100 CPUtime=1.14
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 7264 0 1 0 109 5 0 0 18 0 14 0 14298395 1566822400 6570 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 382525 6570 1415 10 0 379828 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530100

[startup+1.50126 s]
/proc/loadavg: 1.14 1.05 1.01 1/120 22288
/proc/meminfo: memFree=1758636/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1530100 CPUtime=1.22
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 7276 0 1 0 117 5 0 0 18 0 14 0 14298395 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 382525 6582 1420 10 0 379828 0
[pid=22272/tid=22274] ppid=22270 vsize=1530100 CPUtime=0.53
/proc/22272/task/22274/stat : 22274 (java) S 22270 22272 22203 0 -1 4202560 4568 0 1 0 50 3 0 0 19 0 14 0 14298396 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 14298397 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 14298397 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 14298399 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 14298400 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 14298400 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1530100 CPUtime=0.28
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 317 0 0 0 28 0 0 0 25 0 14 0 14298404 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1530100 CPUtime=0.26
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 1073 0 0 0 26 0 0 0 25 0 14 0 14298404 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 14298404 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1530100 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1566822400 6582 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1530100

[startup+3.10123 s]
/proc/loadavg: 1.14 1.05 1.01 4/122 22290
/proc/meminfo: memFree=1754900/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1540352 CPUtime=3.92
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 13823 0 1 0 384 8 0 0 18 0 14 0 14298395 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 385088 10937 1445 10 0 382391 0
[pid=22272/tid=22274] ppid=22270 vsize=1540352 CPUtime=0.54
/proc/22272/task/22274/stat : 22274 (java) S 22270 22272 22203 0 -1 4202560 4612 0 1 0 51 3 0 0 18 0 14 0 14298396 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 289 0 0 0 0 0 0 0 17 0 14 0 14298397 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 14298397 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1540352 CPUtime=0.02
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 298 0 0 0 2 0 0 0 17 0 14 0 14298399 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 14298400 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 14298400 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1540352 CPUtime=0.82
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 1015 0 0 0 82 0 0 0 15 0 14 0 14298404 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1540352 CPUtime=1.38
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5191 0 0 0 137 1 0 0 17 0 14 0 14298404 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 14298404 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1540352 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1577320448 10937 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1540352

[startup+6.30116 s]
/proc/loadavg: 1.05 1.03 1.00 5/122 22296
/proc/meminfo: memFree=1719188/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1540532 CPUtime=7.27
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 37378 0 1 0 708 19 0 0 18 0 16 0 14298395 1577504768 33090 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 385133 33094 1445 10 0 382436 0
[pid=22272/tid=22274] ppid=22270 vsize=1540532 CPUtime=0.54
/proc/22272/task/22274/stat : 22274 (java) S 22270 22272 22203 0 -1 4202560 4614 0 1 0 51 3 0 0 18 0 16 0 14298396 1577504768 33098 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1540532 CPUtime=0.01
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 534 0 0 0 1 0 0 0 15 0 16 0 14298397 1577504768 33101 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 16 0 14298397 1577504768 33104 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1540532 CPUtime=0.08
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 840 0 0 0 8 0 0 0 16 0 16 0 14298399 1577504768 33107 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 14298400 1577504768 33110 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 14298400 1577504768 33114 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 14298404 1577504768 33118 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1540532 CPUtime=1.53
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 2604 0 0 0 151 2 0 0 15 0 16 0 14298404 1577504768 33122 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1540532 CPUtime=1.72
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5280 0 0 0 170 2 0 0 15 0 16 0 14298404 1577504768 33125 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 14298404 1577504768 33128 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 14298404 1577504768 33131 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 14298454 1577504768 33134 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1540532 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 14298460 1577504768 33137 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22295] ppid=22270 vsize=1540532 CPUtime=1.13
/proc/22272/task/22295/stat : 22295 (java) R 22270 22272 22203 0 -1 4202560 4 0 0 0 113 0 0 0 21 0 16 0 14298884 1577504768 33141 1992294400 134512640 134550932 4291573424 18446744073709551615 4110037920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22272/tid=22296] ppid=22270 vsize=1540532 CPUtime=0.88
/proc/22272/task/22296/stat : 22296 (java) R 22270 22272 22203 0 -1 4202560 20318 0 0 0 80 8 0 0 22 0 16 0 14298885 1577504768 33144 1992294400 134512640 134550932 4291573424 18446744073709551615 4110081200 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1540532

[startup+12.7011 s]
/proc/loadavg: 1.29 1.08 1.02 4/122 22298
/proc/meminfo: memFree=1591344/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1538520 CPUtime=18.34
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 55984 0 1 0 1806 28 0 0 18 0 16 0 14298395 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 384630 48822 1449 10 0 381933 0
[pid=22272/tid=22274] ppid=22270 vsize=1538520 CPUtime=0.54
/proc/22272/task/22274/stat : 22274 (java) S 22270 22272 22203 0 -1 4202560 4615 0 1 0 51 3 0 0 15 0 16 0 14298396 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=0.14
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 2625 0 0 0 13 1 0 0 16 0 16 0 14298397 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=0.13
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 2406 0 0 0 12 1 0 0 16 0 16 0 14298397 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=0.37
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 2836 0 0 0 37 0 0 0 16 0 16 0 14298399 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 14298400 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 14298400 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 14298404 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.86
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 184 2 0 0 15 0 16 0 14298404 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=1.76
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5281 0 0 0 174 2 0 0 15 0 16 0 14298404 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 14298404 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 14298404 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 14298454 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 14298460 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22297] ppid=22270 vsize=1538520 CPUtime=1.55
/proc/22272/task/22297/stat : 22297 (java) R 22270 22272 22203 0 -1 4202560 2 0 0 0 155 0 0 0 17 0 16 0 14299497 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4109971290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22272/tid=22298] ppid=22270 vsize=1538520 CPUtime=1.54
/proc/22272/task/22298/stat : 22298 (java) R 22270 22272 22203 0 -1 4202560 11 0 0 0 154 0 0 0 19 0 16 0 14299497 1575444480 48822 1992294400 134512640 134550932 4291573424 18446744073709551615 4110147044 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=3.16
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 10468 0 0 0 307 9 0 0 15 0 16 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=3.15
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 10989 0 0 0 306 9 0 0 16 0 16 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=35.94
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 11403 0 0 0 3589 5 0 0 16 0 16 0 14298399 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.87
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 185 2 0 0 16 0 16 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=2.03
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5285 0 0 0 201 2 0 0 15 0 16 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 14298454 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 14298460 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22303] ppid=22270 vsize=1538520 CPUtime=129.53
/proc/22272/task/22303/stat : 22303 (java) R 22270 22272 22203 0 -1 4202560 152 0 0 0 12952 1 0 0 16 0 16 0 14302611 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4109971290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22272/tid=22304] ppid=22270 vsize=1538520 CPUtime=128.28
/proc/22272/task/22304/stat : 22304 (java) R 22270 22272 22203 0 -1 4202560 61 0 0 0 12828 0 0 0 16 0 16 0 14302612 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4110069332 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 365.74
Current children cumulated vsize (KiB) 1538520

[startup+211.101 s]
/proc/loadavg: 2.89 2.04 1.41 2/120 22308
/proc/meminfo: memFree=1494144/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1538520 CPUtime=368.85
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 81264 0 1 0 36832 53 0 0 18 0 14 0 14298395 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 384630 72339 1451 10 0 381933 0
[pid=22272/tid=22274] ppid=22270 vsize=1538520 CPUtime=2.19
/proc/22272/task/22274/stat : 22274 (java) R 22270 22272 22203 0 -1 4202560 4620 0 1 0 216 3 0 0 17 0 14 0 14298396 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4109674159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=3.17
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 10468 0 0 0 308 9 0 0 15 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=3.16
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 10989 0 0 0 307 9 0 0 16 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=36.25
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 11403 0 0 0 3620 5 0 0 15 0 14 0 14298399 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.88
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 186 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=2.05
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5285 0 0 0 203 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) R 22270 22272 22203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 368.85
Current children cumulated vsize (KiB) 1538520

[startup+212.701 s]
/proc/loadavg: 2.89 2.04 1.41 3/120 22308
/proc/meminfo: memFree=1494144/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1538520 CPUtime=370.44
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 81264 0 1 0 36991 53 0 0 18 0 14 0 14298395 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 384630 72339 1451 10 0 381933 0
[pid=22272/tid=22274] ppid=22270 vsize=1538520 CPUtime=3.79
/proc/22272/task/22274/stat : 22274 (java) R 22270 22272 22203 0 -1 4202560 4620 0 1 0 376 3 0 0 19 0 14 0 14298396 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4109674214 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=3.17
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 10468 0 0 0 308 9 0 0 15 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=3.16
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 10989 0 0 0 307 9 0 0 16 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=36.25
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 11403 0 0 0 3620 5 0 0 15 0 14 0 14298399 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.88
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 186 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=2.05
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5285 0 0 0 203 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 370.44
Current children cumulated vsize (KiB) 1538520

[startup+213.101 s]
/proc/loadavg: 2.89 2.04 1.41 3/120 22308
/proc/meminfo: memFree=1494144/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1538520 CPUtime=370.84
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 81264 0 1 0 37031 53 0 0 18 0 14 0 14298395 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 384630 72339 1451 10 0 381933 0
[pid=22272/tid=22274] ppid=22270 vsize=1538520 CPUtime=4.19
/proc/22272/task/22274/stat : 22274 (java) R 22270 22272 22203 0 -1 4202560 4620 0 1 0 416 3 0 0 20 0 14 0 14298396 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4109902252 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=3.17
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 10468 0 0 0 308 9 0 0 15 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=3.16
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 10989 0 0 0 307 9 0 0 16 0 14 0 14298397 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=36.25
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 11403 0 0 0 3620 5 0 0 15 0 14 0 14298399 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.88
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 186 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=2.05
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5285 0 0 0 203 2 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 14298404 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1575444480 72339 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 370.84
Current children cumulated vsize (KiB) 1538520

[startup+213.501 s]
/proc/loadavg: 2.74 2.02 1.40 3/120 22308
/proc/meminfo: memFree=1494144/2059040 swapFree=4142536/4192956
[pid=22272] ppid=22270 vsize=1538520 CPUtime=371.2
/proc/22272/stat : 22272 (java) S 22270 22272 22203 0 -1 4202496 81270 0 1 0 37067 53 0 0 18 0 14 0 14298395 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22272/statm: 384630 72344 1451 10 0 381933 0
[pid=22272/tid=22274] ppid=22270 vsize=1538520 CPUtime=4.54
/proc/22272/task/22274/stat : 22274 (java) S 22270 22272 22203 0 -1 4202560 4625 0 1 0 451 3 0 0 18 0 14 0 14298396 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22275] ppid=22270 vsize=1538520 CPUtime=3.17
/proc/22272/task/22275/stat : 22275 (java) S 22270 22272 22203 0 -1 4202560 10468 0 0 0 308 9 0 0 15 0 14 0 14298397 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22276] ppid=22270 vsize=1538520 CPUtime=3.16
/proc/22272/task/22276/stat : 22276 (java) S 22270 22272 22203 0 -1 4202560 10989 0 0 0 307 9 0 0 16 0 14 0 14298397 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22277] ppid=22270 vsize=1538520 CPUtime=36.25
/proc/22272/task/22277/stat : 22277 (java) S 22270 22272 22203 0 -1 4202560 11403 0 0 0 3620 5 0 0 15 0 14 0 14298399 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 0 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22278] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22278/stat : 22278 (java) S 22270 22272 22203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22279] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22279/stat : 22279 (java) S 22270 22272 22203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 14298400 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22280] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22280/stat : 22280 (java) S 22270 22272 22203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22281] ppid=22270 vsize=1538520 CPUtime=1.88
/proc/22272/task/22281/stat : 22281 (java) S 22270 22272 22203 0 -1 4202560 4641 0 0 0 186 2 0 0 15 0 14 0 14298404 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22282] ppid=22270 vsize=1538520 CPUtime=2.05
/proc/22272/task/22282/stat : 22282 (java) S 22270 22272 22203 0 -1 4202560 5285 0 0 0 203 2 0 0 15 0 14 0 14298404 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 1 0 0 0
[pid=22272/tid=22283] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22283/stat : 22283 (java) S 22270 22272 22203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 14298404 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22284] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22284/stat : 22284 (java) S 22270 22272 22203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 14298404 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22287] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22287/stat : 22287 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 14298454 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
[pid=22272/tid=22288] ppid=22270 vsize=1538520 CPUtime=0
/proc/22272/task/22288/stat : 22288 (java) S 22270 22272 22203 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 14298460 1575444480 72344 1992294400 134512640 134550932 4291573424 18446744073709551615 4294960144 0 4 0 16800975 18446604437858309312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371.2
Current children cumulated vsize (KiB) 1538520

Child status: 30
Real time (s): 213.542
CPU time (s): 371.242
CPU user time (s): 370.677
CPU system time (s): 0.564914
CPU usage (%): 173.849
Max. virtual memory (cumulated for all children) (KiB): 1544628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.677
system time used= 0.564914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81273
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= 8398
involuntary context switches= 10841

runsolver used 1.14482 second user time and 2.08468 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-13 07:20:21
IDJOB=2663014
IDBENCH=2031
IDSOLVER=1166
FILE ID=node018/2663014-1276406421
PBS_JOBID= 11173282
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663014-1276406421/watcher-2663014-1276406421 -o /tmp/evaluation-result-2663014-1276406421/solver-2663014-1276406421 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663014-1276406421.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=1937727049

node018.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1780100 kB
Buffers:         45804 kB
Cached:         140664 kB
SwapCached:       6916 kB
Active:         125036 kB
Inactive:        77296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1780100 kB
SwapTotal:     4192956 kB
SwapFree:      4142536 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       13248 kB
Mapped:          12828 kB
Slab:            54600 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62292 MiB
End job on node018 at 2010-06-13 07:23:54