Trace number 2662604

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-31OPT2 770.908 422.612

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark269.719
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662604-1276599245.opb
0.24/0.22	c reading problem ... 
0.24/0.27	c ... done. Wall clock time 0.055s.
0.24/0.27	c #vars     94
0.24/0.27	c #constraints  8
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.43	c And the winner is Resolution
0.84/1.27	c SATISFIABLE
0.84/1.27	c OPTIMIZING...
0.84/1.27	c Got one! Elapsed wall clock time (in seconds):1.064
0.84/1.27	o 242
0.88/1.38	c And the winner is Resolution
1.07/2.28	c Got one! Elapsed wall clock time (in seconds):2.07
1.07/2.28	o 149
1.12/2.38	c And the winner is Resolution
1.28/3.29	c Got one! Elapsed wall clock time (in seconds):3.076
1.28/3.29	o 131
1.31/3.32	c And the winner is Resolution
1.35/4.29	c Got one! Elapsed wall clock time (in seconds):4.082
1.35/4.29	o 121
1.36/4.33	c And the winner is Resolution
1.44/5.30	c Got one! Elapsed wall clock time (in seconds):5.088
1.44/5.30	o 78
1.44/5.33	c And the winner is Resolution
1.52/6.31	c Got one! Elapsed wall clock time (in seconds):6.094
1.52/6.31	o 63
1.52/6.39	c And the winner is Resolution
4.47/8.43	c Got one! Elapsed wall clock time (in seconds):8.217
4.47/8.43	o 37
4.47/8.49	c And the winner is Resolution
4.62/9.43	c Got one! Elapsed wall clock time (in seconds):9.222
4.62/9.43	o 28
4.74/9.54	c And the winner is Resolution
4.82/10.44	c Got one! Elapsed wall clock time (in seconds):10.226
4.82/10.44	o 27
4.82/10.49	c And the winner is Resolution
4.93/11.44	c Got one! Elapsed wall clock time (in seconds):11.232
4.93/11.44	o 16
5.24/11.67	c And the winner is Resolution
5.39/12.45	c Got one! Elapsed wall clock time (in seconds):12.241
5.39/12.45	o 12
5.47/12.53	c cleaning 2497 clauses out of 5001 with flag 5001/5001
6.83/13.21	c cleaning 4248 clauses out of 8503 with flag 11000/11000
6.83/13.26	c And the winner is Resolution
6.92/13.46	c Got one! Elapsed wall clock time (in seconds):13.245
6.92/13.46	o 7
8.19/14.17	c cleaning 5627 clauses out of 11255 with flag 18000/18000
10.34/15.23	c cleaning 6815 clauses out of 13629 with flag 26001/26001
11.48/15.80	c And the winner is Resolution
11.49/16.46	c Got one! Elapsed wall clock time (in seconds):16.254
11.49/16.46	o 4
12.93/17.23	c cleaning 7906 clauses out of 15813 with flag 35000/35000
16.45/19.01	c cleaning 8953 clauses out of 17908 with flag 45001/45001
20.18/20.98	c cleaning 9473 clauses out of 18954 with flag 55000/55000
23.69/22.78	c cleaning 9738 clauses out of 19481 with flag 65000/65000
27.79/24.84	c cleaning 9872 clauses out of 19744 with flag 75001/75001
31.69/26.85	c cleaning 9937 clauses out of 19873 with flag 85002/85002
35.21/28.70	c cleaning 9965 clauses out of 19934 with flag 95000/95000
39.11/30.62	c cleaning 9982 clauses out of 19969 with flag 105000/105000
42.40/32.33	c cleaning 9990 clauses out of 19987 with flag 115000/115000
46.11/34.26	c cleaning 9999 clauses out of 19998 with flag 125001/125001
50.19/36.31	c cleaning 9998 clauses out of 19998 with flag 135000/135000
54.08/38.36	c cleaning 9998 clauses out of 20000 with flag 145000/145000
58.15/40.45	c cleaning 9996 clauses out of 20002 with flag 155000/155000
62.23/42.55	c cleaning 10000 clauses out of 20006 with flag 165000/165000
65.92/44.42	c cleaning 10000 clauses out of 20007 with flag 175001/175001
70.40/46.72	c cleaning 9998 clauses out of 20006 with flag 185000/185000
74.86/49.01	c cleaning 10003 clauses out of 20009 with flag 195001/195001
78.54/50.97	c cleaning 9998 clauses out of 20005 with flag 205000/205000
82.23/52.90	c cleaning 10004 clauses out of 20007 with flag 215000/215000
85.90/54.79	c cleaning 9996 clauses out of 20003 with flag 225000/225000
89.36/56.56	c cleaning 10000 clauses out of 20008 with flag 235001/235001
92.45/58.19	c cleaning 10003 clauses out of 20007 with flag 245000/245000
95.72/59.84	c cleaning 9996 clauses out of 20005 with flag 255001/255001
99.58/61.83	c cleaning 10001 clauses out of 20009 with flag 265001/265001
103.44/63.84	c cleaning 10003 clauses out of 20008 with flag 275001/275001
105.90/65.15	c And the winner is Resolution
106.08/65.68	c Got one! Elapsed wall clock time (in seconds):65.469
106.08/65.68	o 2
106.92/66.15	c cleaning 9999 clauses out of 20005 with flag 285001/285001
109.78/67.61	c cleaning 10002 clauses out of 20005 with flag 295000/295000
113.07/69.37	c cleaning 9995 clauses out of 20003 with flag 305000/305000
116.50/71.16	c cleaning 10000 clauses out of 20008 with flag 315000/315000
119.58/72.73	c cleaning 10001 clauses out of 20009 with flag 325001/325001
122.63/74.30	c cleaning 10001 clauses out of 20008 with flag 335001/335001
125.51/75.85	c cleaning 9998 clauses out of 20006 with flag 345000/345000
128.75/77.51	c cleaning 9994 clauses out of 20010 with flag 355002/355002
132.22/79.40	c cleaning 10002 clauses out of 20014 with flag 365000/365000
135.67/81.15	c cleaning 10004 clauses out of 20012 with flag 375000/375000
138.35/82.57	c cleaning 10003 clauses out of 20009 with flag 385001/385001
140.78/83.89	c cleaning 10003 clauses out of 20005 with flag 395000/395000
144.04/85.55	c cleaning 10000 clauses out of 20004 with flag 405002/405002
148.09/87.65	c cleaning 9999 clauses out of 20002 with flag 415000/415000
152.54/89.99	c cleaning 9997 clauses out of 20003 with flag 425000/425000
155.96/91.73	c cleaning 10005 clauses out of 20009 with flag 435003/435003
160.22/93.96	c cleaning 9992 clauses out of 20001 with flag 445000/445000
164.86/96.30	c cleaning 10000 clauses out of 20009 with flag 455000/455000
168.31/98.19	c cleaning 10000 clauses out of 20009 with flag 465000/465000
171.74/99.90	c cleaning 10005 clauses out of 20009 with flag 475000/475000
175.19/101.72	c cleaning 9999 clauses out of 20005 with flag 485001/485001
178.06/103.29	c cleaning 9998 clauses out of 20006 with flag 495001/495001
181.11/104.83	c cleaning 9999 clauses out of 20007 with flag 505000/505000
184.14/106.48	c cleaning 10000 clauses out of 20009 with flag 515001/515001
187.19/108.08	c cleaning 10001 clauses out of 20008 with flag 525000/525000
190.84/110.00	c cleaning 10001 clauses out of 20010 with flag 535003/535003
192.90/111.09	c cleaning 0 clauses out of 5000 with flag 0/5000
194.33/111.88	c cleaning 9998 clauses out of 20006 with flag 545000/545000
197.96/113.71	c cleaning 10000 clauses out of 20009 with flag 555001/555001
201.62/115.61	c cleaning 9999 clauses out of 20008 with flag 565000/565000
204.65/117.27	c cleaning 10003 clauses out of 20010 with flag 575001/575001
208.06/119.01	c cleaning 10003 clauses out of 20008 with flag 585002/585002
211.71/120.96	c cleaning 10001 clauses out of 20004 with flag 595001/595001
215.75/123.07	c cleaning 9997 clauses out of 20002 with flag 605000/605000
219.59/125.07	c cleaning 9998 clauses out of 20006 with flag 615001/615001
224.38/127.51	c cleaning 9998 clauses out of 20007 with flag 625000/625000
228.21/129.50	c cleaning 10003 clauses out of 20009 with flag 635000/635000
232.23/131.69	c cleaning 10002 clauses out of 20007 with flag 645001/645001
236.46/133.89	c cleaning 9999 clauses out of 20006 with flag 655002/655002
239.85/135.66	c cleaning 9996 clauses out of 20005 with flag 665000/665000
243.49/137.53	c cleaning 10000 clauses out of 20009 with flag 675000/675000
246.91/139.33	c cleaning 10001 clauses out of 20009 with flag 685000/685000
250.73/141.31	c cleaning 10000 clauses out of 20008 with flag 695000/695000
254.14/143.18	c cleaning 10005 clauses out of 20009 with flag 705001/705001
257.75/145.07	c cleaning 10000 clauses out of 20004 with flag 715001/715001
261.18/146.84	c cleaning 10001 clauses out of 20003 with flag 725000/725000
266.00/149.30	c cleaning 10002 clauses out of 20004 with flag 735002/735002
270.38/151.62	c cleaning 10001 clauses out of 20001 with flag 745001/745001
274.19/153.65	c cleaning 9993 clauses out of 19999 with flag 755000/755000
278.40/155.84	c cleaning 9995 clauses out of 20007 with flag 765001/765001
281.62/157.59	c cleaning 10001 clauses out of 20011 with flag 775000/775000
285.80/159.73	c cleaning 10005 clauses out of 20010 with flag 785000/785000
289.63/161.72	c cleaning 10002 clauses out of 20005 with flag 795000/795000
294.04/164.04	c cleaning 10000 clauses out of 20004 with flag 805001/805001
298.64/166.41	c cleaning 10001 clauses out of 20004 with flag 815001/815001
302.02/168.20	c cleaning 10002 clauses out of 20004 with flag 825002/825002
305.04/169.88	c cleaning 9994 clauses out of 20000 with flag 835000/835000
308.66/171.79	c cleaning 9999 clauses out of 20006 with flag 845000/845000
311.86/173.47	c cleaning 9999 clauses out of 20007 with flag 855000/855000
314.85/175.02	c cleaning 10001 clauses out of 20008 with flag 865000/865000
317.65/176.57	c cleaning 10000 clauses out of 20008 with flag 875001/875001
321.07/178.35	c cleaning 10000 clauses out of 20008 with flag 885001/885001
324.47/180.19	c cleaning 10003 clauses out of 20008 with flag 895001/895001
328.03/182.09	c cleaning 9998 clauses out of 20006 with flag 905002/905002
332.43/184.33	c cleaning 10003 clauses out of 20007 with flag 915001/915001
336.03/186.28	c cleaning 10001 clauses out of 20004 with flag 925001/925001
339.23/188.00	c cleaning 10000 clauses out of 20002 with flag 935000/935000
342.60/189.77	c cleaning 9998 clauses out of 20003 with flag 945001/945001
346.01/191.56	c cleaning 10000 clauses out of 20004 with flag 955000/955000
349.40/193.39	c cleaning 9996 clauses out of 20004 with flag 965000/965000
352.80/195.15	c cleaning 10003 clauses out of 20009 with flag 975001/975001
356.17/196.95	c cleaning 10000 clauses out of 20005 with flag 985000/985000
359.37/198.66	c cleaning 10002 clauses out of 20005 with flag 995000/995000
362.76/200.47	c cleaning 10002 clauses out of 20003 with flag 1005000/1005000
366.17/202.24	c cleaning 10001 clauses out of 20001 with flag 1015000/1015000
369.72/204.14	c cleaning 9997 clauses out of 20001 with flag 1025001/1025001
372.53/205.69	c cleaning 10000 clauses out of 20004 with flag 1035001/1035001
375.72/207.36	c cleaning 10000 clauses out of 20003 with flag 1045000/1045000
379.32/209.25	c cleaning 10001 clauses out of 20004 with flag 1055001/1055001
382.47/210.98	c cleaning 10001 clauses out of 20002 with flag 1065000/1065000
385.86/212.70	c cleaning 10002 clauses out of 20003 with flag 1075002/1075002
389.05/214.43	c cleaning 9995 clauses out of 19999 with flag 1085000/1085000
392.45/216.20	c cleaning 9997 clauses out of 20004 with flag 1095000/1095000
395.79/218.02	c cleaning 10003 clauses out of 20008 with flag 1105001/1105001
398.99/219.72	c cleaning 10001 clauses out of 20004 with flag 1115000/1115000
402.18/221.48	c cleaning 9999 clauses out of 20004 with flag 1125001/1125001
405.36/223.18	c cleaning 9999 clauses out of 20004 with flag 1135000/1135000
408.71/224.91	c cleaning 10002 clauses out of 20006 with flag 1145001/1145001
412.11/226.73	c cleaning 9999 clauses out of 20004 with flag 1155001/1155001
415.09/228.37	c cleaning 10003 clauses out of 20006 with flag 1165002/1165002
418.29/230.07	c cleaning 10000 clauses out of 20004 with flag 1175003/1175003
421.80/231.92	c cleaning 9997 clauses out of 20002 with flag 1185001/1185001
425.18/233.75	c cleaning 10000 clauses out of 20004 with flag 1195000/1195000
428.38/235.41	c cleaning 10001 clauses out of 20005 with flag 1205001/1205001
431.34/237.04	c cleaning 10001 clauses out of 20005 with flag 1215002/1215002
434.28/238.68	c cleaning 9998 clauses out of 20002 with flag 1225000/1225000
437.46/240.38	c cleaning 10000 clauses out of 20004 with flag 1235000/1235000
440.65/242.02	c cleaning 10002 clauses out of 20007 with flag 1245003/1245003
443.80/243.76	c cleaning 9999 clauses out of 20002 with flag 1255000/1255000
447.13/245.59	c cleaning 10001 clauses out of 20004 with flag 1265001/1265001
450.50/247.33	c cleaning 9994 clauses out of 20003 with flag 1275001/1275001
453.67/249.07	c cleaning 9999 clauses out of 20009 with flag 1285001/1285001
457.05/250.85	c cleaning 10001 clauses out of 20010 with flag 1295001/1295001
460.35/252.65	c cleaning 9998 clauses out of 20008 with flag 1305000/1305000
463.34/254.25	c cleaning 10000 clauses out of 20010 with flag 1315000/1315000
466.09/255.77	c cleaning 9999 clauses out of 20011 with flag 1325001/1325001
469.05/257.32	c cleaning 10003 clauses out of 20011 with flag 1335000/1335000
472.98/259.49	c cleaning 9998 clauses out of 20008 with flag 1345000/1345000
476.73/261.45	c cleaning 10001 clauses out of 20010 with flag 1355000/1355000
480.10/263.20	c cleaning 9997 clauses out of 20009 with flag 1365000/1365000
482.86/264.74	c cleaning 10001 clauses out of 20012 with flag 1375000/1375000
485.61/266.30	c cleaning 9999 clauses out of 20011 with flag 1385000/1385000
489.16/268.17	c cleaning 10005 clauses out of 20012 with flag 1395000/1395000
492.31/269.82	c cleaning 10000 clauses out of 20007 with flag 1405000/1405000
495.68/271.60	c cleaning 10001 clauses out of 20009 with flag 1415002/1415002
499.00/273.49	c cleaning 9999 clauses out of 20006 with flag 1425000/1425000
501.97/275.10	c cleaning 10000 clauses out of 20007 with flag 1435000/1435000
505.52/276.91	c cleaning 10001 clauses out of 20009 with flag 1445002/1445002
508.47/278.50	c cleaning 10001 clauses out of 20007 with flag 1455001/1455001
511.59/280.22	c cleaning 9998 clauses out of 20005 with flag 1465000/1465000
514.94/282.08	c cleaning 9998 clauses out of 20007 with flag 1475000/1475000
518.10/283.72	c cleaning 10002 clauses out of 20009 with flag 1485000/1485000
521.45/285.55	c cleaning 9997 clauses out of 20007 with flag 1495000/1495000
524.76/287.30	c cleaning 10005 clauses out of 20011 with flag 1505001/1505001
527.32/288.77	c cleaning 10003 clauses out of 20006 with flag 1515001/1515001
530.48/290.46	c cleaning 9995 clauses out of 20003 with flag 1525001/1525001
533.64/292.16	c cleaning 9999 clauses out of 20007 with flag 1535000/1535000
536.74/293.86	c cleaning 10003 clauses out of 20008 with flag 1545000/1545000
540.08/295.60	c cleaning 9999 clauses out of 20005 with flag 1555000/1555000
543.03/297.22	c cleaning 9999 clauses out of 20006 with flag 1565000/1565000
545.99/298.82	c cleaning 10000 clauses out of 20007 with flag 1575000/1575000
549.28/300.65	c cleaning 10002 clauses out of 20008 with flag 1585001/1585001
552.44/302.35	c cleaning 9998 clauses out of 20005 with flag 1595000/1595000
555.40/303.98	c cleaning 10000 clauses out of 20008 with flag 1605001/1605001
558.36/305.56	c cleaning 10003 clauses out of 20007 with flag 1615000/1615000
561.45/307.21	c cleaning 10002 clauses out of 20005 with flag 1625001/1625001
564.40/308.87	c cleaning 10001 clauses out of 20004 with flag 1635002/1635002
567.35/310.49	c cleaning 9995 clauses out of 20001 with flag 1645000/1645000
570.49/312.11	c cleaning 10002 clauses out of 20008 with flag 1655002/1655002
573.39/313.71	c cleaning 10000 clauses out of 20006 with flag 1665002/1665002
576.14/315.24	c cleaning 10000 clauses out of 20007 with flag 1675003/1675003
579.30/316.95	c cleaning 9998 clauses out of 20005 with flag 1685001/1685001
582.43/318.65	c cleaning 10003 clauses out of 20007 with flag 1695001/1695001
585.71/320.46	c cleaning 10000 clauses out of 20005 with flag 1705002/1705002
589.05/322.23	c cleaning 9997 clauses out of 20004 with flag 1715001/1715001
592.20/323.93	c cleaning 10000 clauses out of 20006 with flag 1725000/1725000
595.35/325.68	c cleaning 10002 clauses out of 20006 with flag 1735000/1735000
598.42/327.34	c cleaning 9999 clauses out of 20006 with flag 1745002/1745002
601.17/328.89	c cleaning 10000 clauses out of 20006 with flag 1755001/1755001
604.51/330.60	c cleaning 9999 clauses out of 20006 with flag 1765001/1765001
607.45/332.30	c cleaning 10001 clauses out of 20007 with flag 1775001/1775001
610.73/334.01	c cleaning 9999 clauses out of 20006 with flag 1785001/1785001
613.48/335.57	c cleaning 10000 clauses out of 20006 with flag 1795000/1795000
616.42/337.19	c cleaning 10001 clauses out of 20006 with flag 1805000/1805000
619.57/338.83	c cleaning 10000 clauses out of 20006 with flag 1815001/1815001
622.45/340.46	c cleaning 10001 clauses out of 20007 with flag 1825002/1825002
625.80/342.29	c cleaning 9994 clauses out of 20004 with flag 1835000/1835000
629.12/344.02	c cleaning 9999 clauses out of 20010 with flag 1845000/1845000
632.06/345.69	c cleaning 10004 clauses out of 20012 with flag 1855001/1855001
635.35/347.50	c cleaning 10002 clauses out of 20007 with flag 1865000/1865000
638.69/349.22	c cleaning 10000 clauses out of 20006 with flag 1875001/1875001
642.03/351.03	c cleaning 10002 clauses out of 20007 with flag 1885002/1885002
645.15/352.79	c cleaning 9999 clauses out of 20004 with flag 1895001/1895001
648.43/354.59	c cleaning 9999 clauses out of 20007 with flag 1905003/1905003
651.76/356.30	c cleaning 9999 clauses out of 20005 with flag 1915000/1915000
654.89/358.02	c cleaning 10000 clauses out of 20007 with flag 1925001/1925001
658.02/359.71	c cleaning 10001 clauses out of 20006 with flag 1935000/1935000
661.08/361.47	c cleaning 10004 clauses out of 20007 with flag 1945002/1945002
664.41/363.25	c cleaning 9996 clauses out of 20001 with flag 1955000/1955000
667.93/365.11	c cleaning 10001 clauses out of 20005 with flag 1965000/1965000
671.07/366.89	c cleaning 10001 clauses out of 20005 with flag 1975001/1975001
674.55/368.75	c cleaning 10003 clauses out of 20005 with flag 1985002/1985002
677.88/370.58	c cleaning 9997 clauses out of 20000 with flag 1995000/1995000
681.41/372.49	c cleaning 10000 clauses out of 20005 with flag 2005002/2005002
684.55/374.16	c cleaning 9995 clauses out of 20003 with flag 2015000/2015000
688.01/376.05	c cleaning 9997 clauses out of 20009 with flag 2025001/2025001
691.34/377.87	c cleaning 10005 clauses out of 20011 with flag 2035000/2035000
694.49/379.60	c cleaning 10001 clauses out of 20007 with flag 2045001/2045001
697.60/381.29	c cleaning 10000 clauses out of 20006 with flag 2055001/2055001
700.69/382.94	c cleaning 10001 clauses out of 20006 with flag 2065001/2065001
703.60/384.56	c cleaning 9996 clauses out of 20004 with flag 2075000/2075000
706.92/386.32	c cleaning 9999 clauses out of 20009 with flag 2085001/2085001
710.25/388.16	c cleaning 10001 clauses out of 20009 with flag 2095000/2095000
713.50/389.95	c cleaning 9998 clauses out of 20008 with flag 2105000/2105000
716.83/391.71	c cleaning 10004 clauses out of 20013 with flag 2115003/2115003
719.95/393.43	c cleaning 10002 clauses out of 20006 with flag 2125000/2125000
723.26/395.26	c cleaning 9997 clauses out of 20004 with flag 2135000/2135000
726.52/397.08	c cleaning 10001 clauses out of 20008 with flag 2145001/2145001
729.84/398.83	c cleaning 10004 clauses out of 20007 with flag 2155001/2155001
732.78/400.46	c cleaning 9997 clauses out of 20003 with flag 2165001/2165001
735.88/402.11	c cleaning 10002 clauses out of 20005 with flag 2175000/2175000
738.75/403.74	c cleaning 9997 clauses out of 20003 with flag 2185000/2185000
742.65/405.89	c cleaning 9999 clauses out of 20008 with flag 2195002/2195002
745.76/407.56	c cleaning 10005 clauses out of 20010 with flag 2205003/2205003
748.67/409.12	c cleaning 10000 clauses out of 20003 with flag 2215001/2215001
752.13/411.03	c cleaning 9996 clauses out of 20001 with flag 2225000/2225000
755.24/412.74	c cleaning 10000 clauses out of 20006 with flag 2235001/2235001
758.36/414.49	c cleaning 10003 clauses out of 20006 with flag 2245001/2245001
761.44/416.19	c cleaning 10003 clauses out of 20008 with flag 2255006/2255006
764.69/418.00	c cleaning 9997 clauses out of 19998 with flag 2265000/2265000
767.60/419.59	c cleaning 9998 clauses out of 20000 with flag 2275001/2275001
768.74/420.21	c And the winner is Resolution
770.82/422.54	c starts		: 242
770.82/422.54	c conflicts		: 2278518
770.82/422.54	c decisions		: 2283879
770.82/422.54	c propagations		: 15053736
770.82/422.54	c inspects		: 1836196006
770.82/422.54	c learnt literals	: 11
770.82/422.54	c learnt binary clauses	: 66
770.82/422.54	c learnt ternary clauses	: 313
770.82/422.54	c learnt clauses	: 2278506
770.82/422.54	c ignored clauses	: 0
770.82/422.54	c root simplifications	: 0
770.82/422.54	c removed literals (reason simplification)	: 23507854
770.82/422.54	c reason swapping (by a shorter reason)	: 0
770.82/422.54	c Calls to reduceDB	: 229
770.82/422.54	c number of reductions to clauses (during analyze)	: 0
770.82/422.54	c number of learned constraints concerned by reduction	: 0
770.82/422.54	c number of learning phase by resolution	: 0
770.82/422.54	c number of learning phase by cutting planes	: 0
770.82/422.54	c speed (assignments/second)	: 42183.75221724986
770.82/422.54	c non guided choices	206
770.82/422.54	c learnt constraints type 
770.82/422.54	c constraints type 
770.82/422.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
770.82/422.54	c constraints type 
770.82/422.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
770.82/422.54	s OPTIMUM FOUND
770.82/422.54	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 
770.82/422.54	c objective function=2
770.82/422.54	c Total wall clock time (in seconds): 422.333

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662604-1276599245/watcher-2662604-1276599245 -o /tmp/evaluation-result-2662604-1276599245/solver-2662604-1276599245 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662604-1276599245.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: 2.04 2.03 1.90 3/105 9360
/proc/meminfo: memFree=1813840/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=248 CPUtime=0
/proc/9360/stat : 9360 (java) R 9358 9360 2306 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 1218387 253952 28 1992294400 134512640 134550932 4288766384 18446744073709551615 4993502 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 62 28 21 10 0 23 0

[startup+0.0512081 s]
/proc/loadavg: 2.04 2.03 1.90 3/105 9360
/proc/meminfo: memFree=1813840/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1521664 CPUtime=0.04
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 3524 0 1 0 2 2 0 0 18 0 7 0 1218387 1558183936 2967 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 380416 3002 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.103777 s]
/proc/loadavg: 2.04 2.03 1.90 3/105 9360
/proc/meminfo: memFree=1813840/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1524180 CPUtime=0.09
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 3991 0 1 0 7 2 0 0 18 0 12 0 1218387 1560760320 3432 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 381045 3432 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.456714 s]
/proc/loadavg: 2.04 2.03 1.90 3/105 9360
/proc/meminfo: memFree=1813840/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1530400 CPUtime=0.7
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 6514 0 1 0 66 4 0 0 18 0 15 0 1218387 1567129600 5790 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 382600 5790 1413 10 0 379903 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1530400

[startup+0.700836 s]
/proc/loadavg: 2.04 2.03 1.90 3/105 9360
/proc/meminfo: memFree=1813840/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1531180 CPUtime=0.84
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 7023 0 1 0 80 4 0 0 18 0 14 0 1218387 1567928320 6105 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 382795 6105 1417 10 0 380098 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1531180

[startup+1.50192 s]
/proc/loadavg: 1.87 2.00 1.89 1/119 9376
/proc/meminfo: memFree=1794384/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1531180 CPUtime=1.07
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 7386 0 1 0 103 4 0 0 18 0 14 0 1218387 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 382795 6465 1419 10 0 380098 0
[pid=9360/tid=9362] ppid=9358 vsize=1531180 CPUtime=0.25
/proc/9360/task/9362/stat : 9362 (java) S 9358 9360 2306 0 -1 4202560 3747 0 1 0 23 2 0 0 19 0 14 0 1218389 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 1218390 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 1218390 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 1218392 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 1218392 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 1218392 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1531180 CPUtime=0.19
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 628 0 0 0 19 0 0 0 17 0 14 0 1218396 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1531180 CPUtime=0.35
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 1304 0 0 0 35 0 0 0 16 0 14 0 1218396 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 1218396 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1567928320 6465 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1531180

[startup+3.10207 s]
/proc/loadavg: 1.87 2.00 1.89 1/119 9378
/proc/meminfo: memFree=1793020/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1531180 CPUtime=1.28
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 8100 0 1 0 124 4 0 0 18 0 14 0 1218387 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 382795 7118 1422 10 0 380098 0
[pid=9360/tid=9362] ppid=9358 vsize=1531180 CPUtime=0.25
/proc/9360/task/9362/stat : 9362 (java) S 9358 9360 2306 0 -1 4202560 3755 0 1 0 23 2 0 0 19 0 14 0 1218389 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 1218390 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 1218390 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 1218392 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 1218392 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 1218392 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1531180 CPUtime=0.26
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 631 0 0 0 26 0 0 0 15 0 14 0 1218396 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1531180 CPUtime=0.42
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 1369 0 0 0 42 0 0 0 15 0 14 0 1218396 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 1218396 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1531180 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1567928320 7118 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 1531180
heavy processes:

[startup+6.30239 s]
/proc/loadavg: 1.87 2.00 1.89 1/119 9386
/proc/meminfo: memFree=1783968/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1530456 CPUtime=1.52
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 9629 0 1 0 147 5 0 0 18 0 14 0 1218387 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 382614 8474 1422 10 0 379917 0
[pid=9360/tid=9362] ppid=9358 vsize=1530456 CPUtime=0.26
/proc/9360/task/9362/stat : 9362 (java) S 9358 9360 2306 0 -1 4202560 3782 0 1 0 24 2 0 0 18 0 14 0 1218389 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 1218390 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 1218390 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 1218392 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 1218392 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 1218392 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1530456 CPUtime=0.27
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 632 0 0 0 27 0 0 0 16 0 14 0 1218396 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1530456 CPUtime=0.49
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 1394 0 0 0 49 0 0 0 15 0 14 0 1218396 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 1218396 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1530456 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1567186944 8474 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1530456
heavy processes:

[startup+12.702 s]
/proc/loadavg: 1.58 1.93 1.87 1/119 9396
/proc/meminfo: memFree=1670880/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1547572 CPUtime=5.84
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 45296 0 1 0 566 18 0 0 18 0 16 0 1218387 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 386893 38752 1447 10 0 384196 0
[pid=9360/tid=9362] ppid=9358 vsize=1547572 CPUtime=0.26
/proc/9360/task/9362/stat : 9362 (java) S 9358 9360 2306 0 -1 4202560 3835 0 1 0 24 2 0 0 18 0 16 0 1218389 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1547572 CPUtime=0.01
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 544 0 0 0 1 0 0 0 18 0 16 0 1218390 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1547572 CPUtime=0.01
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 528 0 0 0 1 0 0 0 18 0 16 0 1218390 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1547572 CPUtime=0.03
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 617 0 0 0 3 0 0 0 15 0 16 0 1218392 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1218392 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1218392 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1218396 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1547572 CPUtime=1.64
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 4127 0 0 0 163 1 0 0 15 0 16 0 1218396 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547572 CPUtime=1.52
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7519 0 0 0 149 3 0 0 16 0 16 0 1218396 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1218396 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 1218396 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1218415 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547572 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1218415 1584713728 38752 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1547572
heavy processes:

[startup+25.5023 s]
/proc/loadavg: 1.50 1.90 1.86 3/121 9402

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

/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 5104 0 0 0 360 1 0 0 16 0 16 0 1218396 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547228 CPUtime=1.73
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7527 0 0 0 170 3 0 0 15 0 16 0 1218396 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1218396 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 16 0 1218396 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1218415 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1218415 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9405] ppid=9358 vsize=1547228 CPUtime=301.05
/proc/9360/task/9405/stat : 9405 (java) R 9358 9360 2306 0 -1 4202560 273 0 0 0 30103 2 0 0 17 0 16 0 1224956 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4109775217 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9360/tid=9406] ppid=9358 vsize=1547228 CPUtime=300.7
/proc/9360/task/9406/stat : 9406 (java) R 9358 9360 2306 0 -1 4202560 112 0 0 0 30067 3 0 0 17 0 16 0 1224956 1584361472 66267 1992294400 134512640 134550932 4288766384 18446744073709551615 4109405045 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 761.25
Current children cumulated vsize (KiB) 1547228

[startup+419.209 s]
/proc/loadavg: 2.44 2.15 1.97 4/121 9425
/proc/meminfo: memFree=1550576/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1547228 CPUtime=767.02
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 75015 0 1 0 76630 72 0 0 18 0 16 0 1218387 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 386807 66301 1449 10 0 384110 0
[pid=9360/tid=9362] ppid=9358 vsize=1547228 CPUtime=0.26
/proc/9360/task/9362/stat : 9362 (java) S 9358 9360 2306 0 -1 4202560 3863 0 1 0 24 2 0 0 15 0 16 0 1218389 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1547228 CPUtime=6.4
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 5731 0 0 0 625 15 0 0 16 0 16 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1547228 CPUtime=6.38
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 6042 0 0 0 621 17 0 0 15 0 16 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1547228 CPUtime=42.74
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 10298 0 0 0 4267 7 0 0 15 0 16 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1547228 CPUtime=3.68
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 5104 0 0 0 367 1 0 0 15 0 16 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547228 CPUtime=1.73
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7527 0 0 0 170 3 0 0 15 0 16 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 16 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9405] ppid=9358 vsize=1547228 CPUtime=303.52
/proc/9360/task/9405/stat : 9405 (java) R 9358 9360 2306 0 -1 4202560 277 0 0 0 30350 2 0 0 16 0 16 0 1224956 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4110047452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9360/tid=9406] ppid=9358 vsize=1547228 CPUtime=303.2
/proc/9360/task/9406/stat : 9406 (java) R 9358 9360 2306 0 -1 4202560 112 0 0 0 30317 3 0 0 16 0 16 0 1224956 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4109369276 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 767.02
Current children cumulated vsize (KiB) 1547228

[startup+420.801 s]
/proc/loadavg: 2.44 2.15 1.97 4/121 9425
/proc/meminfo: memFree=1550576/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1547228 CPUtime=769.11
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 75016 0 1 0 76839 72 0 0 18 0 14 0 1218387 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 386807 66301 1449 10 0 384110 0
[pid=9360/tid=9362] ppid=9358 vsize=1547228 CPUtime=0.52
/proc/9360/task/9362/stat : 9362 (java) R 9358 9360 2306 0 -1 4202560 3863 0 1 0 50 2 0 0 16 0 14 0 1218389 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4109219539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1547228 CPUtime=6.42
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 5731 0 0 0 627 15 0 0 15 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1547228 CPUtime=6.41
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 6042 0 0 0 623 18 0 0 16 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1547228 CPUtime=43
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 10298 0 0 0 4293 7 0 0 16 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1547228 CPUtime=3.69
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 5104 0 0 0 368 1 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547228 CPUtime=1.75
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7527 0 0 0 172 3 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 769.11
Current children cumulated vsize (KiB) 1547228

[startup+421.601 s]
/proc/loadavg: 2.32 2.13 1.97 2/119 9425
/proc/meminfo: memFree=1550600/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1547228 CPUtime=769.92
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 75018 0 1 0 76920 72 0 0 18 0 14 0 1218387 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 386807 66301 1449 10 0 384110 0
[pid=9360/tid=9362] ppid=9358 vsize=1547228 CPUtime=1.32
/proc/9360/task/9362/stat : 9362 (java) R 9358 9360 2306 0 -1 4202560 3863 0 1 0 130 2 0 0 17 0 14 0 1218389 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4109430138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1547228 CPUtime=6.42
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 5731 0 0 0 627 15 0 0 15 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1547228 CPUtime=6.41
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 6042 0 0 0 623 18 0 0 16 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1547228 CPUtime=43
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 10298 0 0 0 4293 7 0 0 15 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1547228 CPUtime=3.69
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 5104 0 0 0 368 1 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547228 CPUtime=1.75
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7527 0 0 0 172 3 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 769.92
Current children cumulated vsize (KiB) 1547228

[startup+422.402 s]
/proc/loadavg: 2.32 2.13 1.97 2/119 9425
/proc/meminfo: memFree=1550600/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=1547228 CPUtime=770.72
/proc/9360/stat : 9360 (java) S 9358 9360 2306 0 -1 4202496 75018 0 1 0 77000 72 0 0 18 0 14 0 1218387 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 386807 66301 1449 10 0 384110 0
[pid=9360/tid=9362] ppid=9358 vsize=1547228 CPUtime=2.13
/proc/9360/task/9362/stat : 9362 (java) R 9358 9360 2306 0 -1 4202560 3863 0 1 0 211 2 0 0 18 0 14 0 1218389 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4109219548 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9360/tid=9363] ppid=9358 vsize=1547228 CPUtime=6.42
/proc/9360/task/9363/stat : 9363 (java) S 9358 9360 2306 0 -1 4202560 5731 0 0 0 627 15 0 0 15 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9364] ppid=9358 vsize=1547228 CPUtime=6.41
/proc/9360/task/9364/stat : 9364 (java) S 9358 9360 2306 0 -1 4202560 6042 0 0 0 623 18 0 0 16 0 14 0 1218390 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9365] ppid=9358 vsize=1547228 CPUtime=43
/proc/9360/task/9365/stat : 9365 (java) S 9358 9360 2306 0 -1 4202560 10298 0 0 0 4293 7 0 0 15 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 0 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9366] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9366/stat : 9366 (java) S 9358 9360 2306 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9367] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9367/stat : 9367 (java) S 9358 9360 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 1218392 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9368] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9368/stat : 9368 (java) S 9358 9360 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9369] ppid=9358 vsize=1547228 CPUtime=3.69
/proc/9360/task/9369/stat : 9369 (java) S 9358 9360 2306 0 -1 4202560 5104 0 0 0 368 1 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9370] ppid=9358 vsize=1547228 CPUtime=1.75
/proc/9360/task/9370/stat : 9370 (java) S 9358 9360 2306 0 -1 4202560 7527 0 0 0 172 3 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9371] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9371/stat : 9371 (java) S 9358 9360 2306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9372] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9372/stat : 9372 (java) S 9358 9360 2306 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 1218396 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
[pid=9360/tid=9375] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9375/stat : 9375 (java) S 9358 9360 2306 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 1 0 0 0
[pid=9360/tid=9376] ppid=9358 vsize=1547228 CPUtime=0
/proc/9360/task/9376/stat : 9376 (java) S 9358 9360 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1218415 1584361472 66301 1992294400 134512640 134550932 4288766384 18446744073709551615 4294960144 0 4 0 16800975 18446604437808327488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 770.72
Current children cumulated vsize (KiB) 1547228

[startup+422.602 s]
/proc/loadavg: 2.32 2.13 1.97 2/119 9425
/proc/meminfo: memFree=1550600/2059040 swapFree=4192956/4192956
[pid=9360] ppid=9358 vsize=0 CPUtime=770.89
/proc/9360/stat : 9360 (java) R 9358 9360 2306 0 -1 4203524 75025 0 1 0 77015 74 0 0 18 0 1 0 1218387 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 770.89
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 422.612
CPU time (s): 770.908
CPU user time (s): 770.153
CPU system time (s): 0.754885
CPU usage (%): 182.415
Max. virtual memory (cumulated for all children) (KiB): 1550744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 770.153
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75025
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= 15006
involuntary context switches= 21720

runsolver used 2.82957 second user time and 3.43348 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-15 12:54:06
IDJOB=2662604
IDBENCH=2896
IDSOLVER=1166
FILE ID=node084/2662604-1276599245
PBS_JOBID= 11173550
Free space on /tmp= 62512 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662604-1276599245/watcher-2662604-1276599245 -o /tmp/evaluation-result-2662604-1276599245/solver-2662604-1276599245 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662604-1276599245.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1078187770

node084.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.229
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.45
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.229
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1814120 kB
Buffers:          8376 kB
Cached:         113664 kB
SwapCached:          0 kB
Active:          84560 kB
Inactive:        97324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             304 kB
Writeback:           0 kB
AnonPages:       59824 kB
Mapped:          15600 kB
Slab:            41072 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181156 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= 62512 MiB
End job on node084 at 2010-06-15 13:01:08