Trace number 2663212

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-31SAT (TO)187 1802.24 1081.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-addm4.r.opb
MD5SUM9633aa6e9fb6df7104bc0e43c44542c0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark165
Best CPU time to get the best result obtained on this benchmark0.495924
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 165
Optimality of the best value was proved YES
Number of variables1073
Total number of constraints832
Number of constraints which are clauses832
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 1073
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 1073
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1073
Number of bits of the biggest sum of numbers11
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2663212-1276589890.opb
0.25/0.21	c reading problem ... 
0.77/0.55	c ... done. Wall clock time 0.341s.
0.77/0.55	c #vars     1073
0.77/0.55	c #constraints  832
0.77/0.55	c constraints type 
0.77/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 759
0.77/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 73
0.77/0.55	c constraints type 
0.77/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 73
0.77/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 759
0.96/0.67	c And the winner is Resolution
1.14/1.59	c SATISFIABLE
1.14/1.59	c OPTIMIZING...
1.14/1.59	c Got one! Elapsed wall clock time (in seconds):1.375
1.14/1.59	o 199
1.16/1.69	c And the winner is Resolution
1.56/2.61	c Got one! Elapsed wall clock time (in seconds):2.395
1.56/2.61	o 198
1.74/2.80	c And the winner is Resolution
2.04/3.64	c Got one! Elapsed wall clock time (in seconds):3.424
2.04/3.64	o 197
2.76/4.03	c And the winner is Resolution
2.86/4.69	c Got one! Elapsed wall clock time (in seconds):4.481
2.86/4.69	o 196
4.67/5.62	c And the winner is CuttingPlanes
4.70/5.70	c Got one! Elapsed wall clock time (in seconds):5.491
4.70/5.70	o 195
5.08/5.98	c cleaning 2496 clauses out of 5001 with flag 5001/5001
5.85/6.39	c And the winner is CuttingPlanes
6.05/6.72	c Got one! Elapsed wall clock time (in seconds):6.505
6.05/6.72	o 194
7.21/7.33	c cleaning 4249 clauses out of 8504 with flag 11000/11000
8.39/7.92	c And the winner is CuttingPlanes
8.44/8.74	c Got one! Elapsed wall clock time (in seconds):8.529
8.44/8.74	o 193
9.35/9.25	c cleaning 5621 clauses out of 11255 with flag 18000/18000
12.09/10.66	c cleaning 6808 clauses out of 13634 with flag 26000/26000
14.82/12.03	c And the winner is CuttingPlanes
14.87/12.77	c Got one! Elapsed wall clock time (in seconds):12.556
14.87/12.77	o 192
14.93/12.87	c cleaning 7910 clauses out of 15826 with flag 35000/35000
18.25/14.57	c cleaning 8951 clauses out of 17916 with flag 45000/45000
21.77/16.38	c cleaning 9479 clauses out of 18965 with flag 55000/55000
25.29/18.18	c cleaning 9735 clauses out of 19486 with flag 65000/65000
28.77/19.98	c cleaning 9872 clauses out of 19751 with flag 75000/75000
32.26/21.70	c cleaning 9935 clauses out of 19879 with flag 85000/85000
34.77/23.02	c And the winner is CuttingPlanes
34.79/23.81	c Got one! Elapsed wall clock time (in seconds):23.603
34.79/23.81	o 191
35.55/24.28	c cleaning 9966 clauses out of 19944 with flag 95000/95000
38.62/25.90	c cleaning 9984 clauses out of 19978 with flag 105000/105000
41.89/27.58	c cleaning 9993 clauses out of 19995 with flag 115001/115001
45.36/29.39	c cleaning 9995 clauses out of 20001 with flag 125000/125000
48.83/31.19	c cleaning 9996 clauses out of 20006 with flag 135000/135000
52.51/33.08	c cleaning 9998 clauses out of 20011 with flag 145001/145001
55.93/34.88	c cleaning 9995 clauses out of 20012 with flag 155000/155000
59.39/36.60	c cleaning 10005 clauses out of 20017 with flag 165000/165000
62.65/38.36	c cleaning 10005 clauses out of 20013 with flag 175001/175001
66.10/40.10	c cleaning 10000 clauses out of 20007 with flag 185000/185000
69.31/41.81	c cleaning 9999 clauses out of 20007 with flag 195000/195000
70.16/42.37	c And the winner is CuttingPlanes
70.31/42.96	c Got one! Elapsed wall clock time (in seconds):42.748
70.31/42.96	o 190
72.56/44.17	c cleaning 9994 clauses out of 20008 with flag 205000/205000
76.00/45.95	c cleaning 10000 clauses out of 20014 with flag 215000/215000
79.44/47.78	c cleaning 10000 clauses out of 20017 with flag 225003/225003
83.41/49.82	c cleaning 10001 clauses out of 20015 with flag 235001/235001
87.22/51.86	c cleaning 10000 clauses out of 20016 with flag 245003/245003
90.86/53.78	c cleaning 10003 clauses out of 20013 with flag 255000/255000
94.69/55.72	c cleaning 9993 clauses out of 20010 with flag 265000/265000
98.46/57.78	c cleaning 10006 clauses out of 20018 with flag 275001/275001
102.27/59.78	c cleaning 10001 clauses out of 20012 with flag 285001/285001
105.70/61.57	c cleaning 9996 clauses out of 20010 with flag 295000/295000
109.50/63.51	c cleaning 10003 clauses out of 20014 with flag 305000/305000
112.65/65.25	c cleaning 9998 clauses out of 20011 with flag 315000/315000
115.87/66.95	c cleaning 9996 clauses out of 20014 with flag 325001/325001
119.08/68.69	c cleaning 10005 clauses out of 20018 with flag 335001/335001
122.68/70.50	c cleaning 9997 clauses out of 20013 with flag 345001/345001
126.04/72.35	c cleaning 9996 clauses out of 20016 with flag 355001/355001
129.24/74.09	c cleaning 9999 clauses out of 20020 with flag 365001/365001
132.64/75.88	c cleaning 9999 clauses out of 20021 with flag 375001/375001
136.03/77.63	c cleaning 10007 clauses out of 20021 with flag 385000/385000
139.56/79.59	c cleaning 10002 clauses out of 20014 with flag 395000/395000
143.16/81.49	c cleaning 10000 clauses out of 20012 with flag 405000/405000
147.33/83.69	c cleaning 9995 clauses out of 20012 with flag 415000/415000
150.90/85.52	c cleaning 10001 clauses out of 20019 with flag 425002/425002
154.22/87.39	c cleaning 10000 clauses out of 20017 with flag 435001/435001
157.60/89.19	c cleaning 10001 clauses out of 20017 with flag 445001/445001
160.96/90.94	c cleaning 9998 clauses out of 20016 with flag 455001/455001
164.31/92.72	c cleaning 10001 clauses out of 20018 with flag 465001/465001
167.62/94.58	c cleaning 10001 clauses out of 20017 with flag 475001/475001
170.97/96.31	c cleaning 9997 clauses out of 20016 with flag 485001/485001
174.34/98.15	c cleaning 10001 clauses out of 20018 with flag 495000/495000
178.09/100.18	c cleaning 10000 clauses out of 20017 with flag 505000/505000
181.57/102.02	c cleaning 10004 clauses out of 20018 with flag 515001/515001
184.75/103.80	c cleaning 9996 clauses out of 20014 with flag 525001/525001
188.13/105.60	c cleaning 10002 clauses out of 20017 with flag 535000/535000
191.46/107.39	c cleaning 10000 clauses out of 20016 with flag 545001/545001
195.12/109.35	c cleaning 9995 clauses out of 20016 with flag 555001/555001
198.66/111.26	c cleaning 10000 clauses out of 20020 with flag 565000/565000
202.01/113.08	c cleaning 10004 clauses out of 20022 with flag 575002/575002
205.57/114.98	c cleaning 9997 clauses out of 20016 with flag 585000/585000
209.63/117.15	c cleaning 10007 clauses out of 20021 with flag 595002/595002
213.55/119.28	c cleaning 9999 clauses out of 20012 with flag 605000/605000
217.47/121.32	c cleaning 9997 clauses out of 20013 with flag 615000/615000
221.37/123.40	c cleaning 10003 clauses out of 20017 with flag 625001/625001
225.01/125.41	c cleaning 10000 clauses out of 20014 with flag 635001/635001
228.71/127.46	c cleaning 10002 clauses out of 20014 with flag 645001/645001
232.43/129.42	c cleaning 9992 clauses out of 20012 with flag 655001/655001
235.91/131.31	c cleaning 10001 clauses out of 20019 with flag 665000/665000
239.50/133.38	c cleaning 10004 clauses out of 20018 with flag 675000/675000
243.01/135.23	c cleaning 9999 clauses out of 20014 with flag 685000/685000
246.49/137.12	c cleaning 9998 clauses out of 20015 with flag 695000/695000
249.78/139.00	c cleaning 10000 clauses out of 20018 with flag 705001/705001
253.97/141.21	c cleaning 10000 clauses out of 20017 with flag 715000/715000
258.05/143.49	c cleaning 10003 clauses out of 20019 with flag 725002/725002
262.33/145.72	c cleaning 10000 clauses out of 20015 with flag 735001/735001
266.37/147.93	c cleaning 9993 clauses out of 20014 with flag 745000/745000
270.73/150.31	c cleaning 10002 clauses out of 20021 with flag 755000/755000
274.81/152.55	c cleaning 10003 clauses out of 20019 with flag 765000/765000
278.68/154.63	c cleaning 10002 clauses out of 20016 with flag 775000/775000
282.13/156.60	c cleaning 9997 clauses out of 20015 with flag 785001/785001
286.43/158.95	c cleaning 9999 clauses out of 20018 with flag 795001/795001
290.28/161.07	c cleaning 10005 clauses out of 20018 with flag 805000/805000
294.31/163.26	c cleaning 9999 clauses out of 20014 with flag 815001/815001
297.93/165.24	c cleaning 9999 clauses out of 20015 with flag 825001/825001
301.84/167.46	c cleaning 9999 clauses out of 20016 with flag 835001/835001
305.66/169.50	c cleaning 10005 clauses out of 20017 with flag 845001/845001
309.29/171.56	c cleaning 9999 clauses out of 20011 with flag 855000/855000
313.10/173.60	c cleaning 9997 clauses out of 20013 with flag 865001/865001
316.77/175.79	c cleaning 10004 clauses out of 20016 with flag 875001/875001
320.97/178.03	c cleaning 9999 clauses out of 20011 with flag 885000/885000
324.78/180.15	c cleaning 9998 clauses out of 20013 with flag 895001/895001
328.77/182.32	c cleaning 9998 clauses out of 20014 with flag 905000/905000
332.63/184.58	c cleaning 9998 clauses out of 20016 with flag 915000/915000
337.02/186.93	c cleaning 9992 clauses out of 20018 with flag 925000/925000
340.80/189.09	c cleaning 10003 clauses out of 20026 with flag 935000/935000
344.78/191.26	c cleaning 10007 clauses out of 20023 with flag 945000/945000
348.83/193.53	c cleaning 10000 clauses out of 20016 with flag 955000/955000
352.39/195.59	c cleaning 10001 clauses out of 20016 with flag 965000/965000
356.16/197.69	c cleaning 10000 clauses out of 20017 with flag 975002/975002
360.13/199.86	c cleaning 10005 clauses out of 20015 with flag 985000/985000
364.35/202.20	c cleaning 9996 clauses out of 20010 with flag 995000/995000
367.92/204.24	c cleaning 10005 clauses out of 20014 with flag 1005000/1005000
371.49/206.25	c cleaning 9995 clauses out of 20009 with flag 1015000/1015000
375.05/208.28	c cleaning 9999 clauses out of 20014 with flag 1025000/1025000
378.85/210.48	c cleaning 10002 clauses out of 20015 with flag 1035000/1035000
382.59/212.52	c cleaning 9998 clauses out of 20013 with flag 1045000/1045000
386.15/214.57	c cleaning 10003 clauses out of 20015 with flag 1055000/1055000
389.85/216.69	c cleaning 10001 clauses out of 20013 with flag 1065001/1065001
393.60/218.88	c cleaning 9996 clauses out of 20012 with flag 1075001/1075001
397.30/220.97	c cleaning 10000 clauses out of 20016 with flag 1085001/1085001
401.02/223.05	c cleaning 10002 clauses out of 20016 with flag 1095001/1095001
404.95/225.26	c cleaning 9997 clauses out of 20013 with flag 1105000/1105000
408.73/227.43	c cleaning 10000 clauses out of 20016 with flag 1115000/1115000
412.43/229.51	c cleaning 10002 clauses out of 20016 with flag 1125000/1125000
416.12/231.70	c cleaning 9997 clauses out of 20015 with flag 1135001/1135001
420.01/233.80	c cleaning 10004 clauses out of 20018 with flag 1145001/1145001
423.95/236.14	c cleaning 10000 clauses out of 20013 with flag 1155000/1155000
428.22/238.55	c cleaning 9998 clauses out of 20013 with flag 1165000/1165000
432.10/240.80	c cleaning 9999 clauses out of 20015 with flag 1175000/1175000
436.18/243.03	c cleaning 9996 clauses out of 20016 with flag 1185000/1185000
440.28/245.43	c cleaning 10003 clauses out of 20021 with flag 1195001/1195001
444.35/247.72	c cleaning 9997 clauses out of 20017 with flag 1205000/1205000
448.42/250.02	c cleaning 10003 clauses out of 20022 with flag 1215002/1215002
452.30/252.26	c cleaning 9997 clauses out of 20017 with flag 1225000/1225000
456.39/254.66	c cleaning 10000 clauses out of 20021 with flag 1235001/1235001
460.47/256.94	c cleaning 9997 clauses out of 20020 with flag 1245000/1245000
464.72/259.33	c cleaning 10001 clauses out of 20023 with flag 1255000/1255000
468.77/261.62	c cleaning 10005 clauses out of 20022 with flag 1265000/1265000
473.02/264.15	c cleaning 9995 clauses out of 20017 with flag 1275000/1275000
477.08/266.48	c cleaning 9998 clauses out of 20022 with flag 1285000/1285000
481.32/268.85	c cleaning 9997 clauses out of 20025 with flag 1295001/1295001
485.56/271.21	c cleaning 10008 clauses out of 20027 with flag 1305000/1305000
489.61/273.69	c cleaning 10003 clauses out of 20019 with flag 1315000/1315000
493.66/275.92	c cleaning 10005 clauses out of 20016 with flag 1325000/1325000
497.71/278.21	c cleaning 10000 clauses out of 20011 with flag 1335000/1335000
501.56/280.46	c cleaning 9995 clauses out of 20011 with flag 1345000/1345000
505.60/282.85	c cleaning 10002 clauses out of 20017 with flag 1355001/1355001
509.84/285.24	c cleaning 10000 clauses out of 20014 with flag 1365000/1365000
513.69/287.49	c cleaning 9997 clauses out of 20014 with flag 1375000/1375000
517.92/289.80	c cleaning 10000 clauses out of 20017 with flag 1385000/1385000
520.01/291.20	c cleaning 0 clauses out of 5002 with flag 0/5002
522.74/292.85	c cleaning 10000 clauses out of 20018 with flag 1395001/1395001
526.56/295.06	c cleaning 9999 clauses out of 20018 with flag 1405001/1405001
530.58/297.35	c cleaning 9996 clauses out of 20018 with flag 1415000/1415000
534.63/299.79	c cleaning 9998 clauses out of 20022 with flag 1425000/1425000
538.86/302.17	c cleaning 10003 clauses out of 20025 with flag 1435001/1435001
543.29/304.62	c cleaning 10002 clauses out of 20021 with flag 1445000/1445000
547.10/306.88	c cleaning 10001 clauses out of 20020 with flag 1455001/1455001
551.34/309.32	c cleaning 10000 clauses out of 20018 with flag 1465000/1465000
555.15/311.53	c cleaning 10000 clauses out of 20019 with flag 1475001/1475001
559.17/313.82	c cleaning 9999 clauses out of 20018 with flag 1485000/1485000
562.99/316.06	c cleaning 10005 clauses out of 20020 with flag 1495001/1495001
567.03/318.41	c cleaning 10001 clauses out of 20015 with flag 1505001/1505001
570.66/320.53	c cleaning 9998 clauses out of 20013 with flag 1515000/1515000
574.87/322.94	c cleaning 10000 clauses out of 20015 with flag 1525000/1525000
578.88/325.26	c cleaning 10001 clauses out of 20015 with flag 1535000/1535000
583.12/327.74	c cleaning 10001 clauses out of 20014 with flag 1545000/1545000
587.50/330.25	c cleaning 9999 clauses out of 20013 with flag 1555000/1555000
591.70/332.63	c cleaning 10001 clauses out of 20015 with flag 1565001/1565001
595.91/335.08	c cleaning 9997 clauses out of 20013 with flag 1575000/1575000
600.69/337.83	c cleaning 9999 clauses out of 20017 with flag 1585001/1585001
605.12/340.37	c cleaning 10002 clauses out of 20017 with flag 1595000/1595000
609.73/343.00	c cleaning 9994 clauses out of 20015 with flag 1605000/1605000
613.97/345.33	c cleaning 10006 clauses out of 20021 with flag 1615000/1615000
617.99/347.80	c cleaning 10000 clauses out of 20015 with flag 1625000/1625000
622.00/350.05	c cleaning 9998 clauses out of 20016 with flag 1635001/1635001
626.02/352.34	c cleaning 9997 clauses out of 20017 with flag 1645000/1645000
630.22/354.70	c cleaning 10006 clauses out of 20021 with flag 1655001/1655001
634.46/357.22	c cleaning 9991 clauses out of 20015 with flag 1665001/1665001
638.48/359.57	c cleaning 9999 clauses out of 20023 with flag 1675000/1675000
642.70/361.95	c cleaning 10000 clauses out of 20025 with flag 1685001/1685001
647.06/364.43	c cleaning 10000 clauses out of 20025 with flag 1695001/1695001
651.06/366.89	c cleaning 10008 clauses out of 20025 with flag 1705001/1705001
655.25/369.26	c cleaning 9999 clauses out of 20016 with flag 1715000/1715000
659.23/371.54	c cleaning 10000 clauses out of 20017 with flag 1725000/1725000
663.01/373.75	c cleaning 9997 clauses out of 20018 with flag 1735001/1735001
667.20/376.21	c cleaning 9998 clauses out of 20020 with flag 1745000/1745000
671.14/378.52	c cleaning 10004 clauses out of 20022 with flag 1755000/1755000
672.91/379.73	c And the winner is CuttingPlanes
672.99/380.17	c Got one! Elapsed wall clock time (in seconds):379.95
672.99/380.17	o 189
675.04/381.22	c cleaning 10003 clauses out of 20018 with flag 1765000/1765000
679.21/383.61	c cleaning 10003 clauses out of 20015 with flag 1775000/1775000
683.56/386.29	c cleaning 10003 clauses out of 20012 with flag 1785000/1785000
688.10/388.89	c cleaning 9995 clauses out of 20009 with flag 1795000/1795000
692.45/391.37	c cleaning 10001 clauses out of 20015 with flag 1805001/1805001
697.19/394.07	c cleaning 10002 clauses out of 20014 with flag 1815001/1815001
701.32/396.54	c cleaning 10000 clauses out of 20012 with flag 1825001/1825001
705.06/398.73	c cleaning 9994 clauses out of 20011 with flag 1835000/1835000
709.01/401.03	c cleaning 10002 clauses out of 20017 with flag 1845000/1845000
712.95/403.31	c cleaning 10001 clauses out of 20016 with flag 1855001/1855001
717.10/405.84	c cleaning 10000 clauses out of 20014 with flag 1865000/1865000
721.42/408.33	c cleaning 9999 clauses out of 20014 with flag 1875000/1875000
725.74/410.85	c cleaning 9997 clauses out of 20015 with flag 1885000/1885000
729.67/413.16	c cleaning 10003 clauses out of 20018 with flag 1895000/1895000
733.82/415.65	c cleaning 9994 clauses out of 20015 with flag 1905000/1905000
737.75/417.93	c cleaning 10002 clauses out of 20021 with flag 1915000/1915000
741.47/420.19	c cleaning 10000 clauses out of 20019 with flag 1925000/1925000
745.56/422.55	c cleaning 10001 clauses out of 20019 with flag 1935000/1935000
749.66/425.08	c cleaning 9999 clauses out of 20018 with flag 1945000/1945000
753.58/427.35	c cleaning 9998 clauses out of 20019 with flag 1955000/1955000
757.51/429.63	c cleaning 9999 clauses out of 20022 with flag 1965001/1965001
761.67/432.02	c cleaning 10007 clauses out of 20023 with flag 1975001/1975001
765.79/434.54	c cleaning 9999 clauses out of 20015 with flag 1985000/1985000
769.51/436.77	c cleaning 9999 clauses out of 20016 with flag 1995000/1995000
773.41/439.07	c cleaning 9999 clauses out of 20017 with flag 2005000/2005000
777.32/441.37	c cleaning 10000 clauses out of 20018 with flag 2015000/2015000
781.62/443.97	c cleaning 9998 clauses out of 20018 with flag 2025000/2025000
785.53/446.30	c cleaning 10000 clauses out of 20020 with flag 2035000/2035000
789.64/448.65	c cleaning 9999 clauses out of 20020 with flag 2045000/2045000
793.90/451.10	c cleaning 10008 clauses out of 20022 with flag 2055001/2055001
797.96/453.61	c cleaning 9995 clauses out of 20013 with flag 2065000/2065000
801.83/455.90	c cleaning 9998 clauses out of 20019 with flag 2075001/2075001
805.50/458.19	c cleaning 10004 clauses out of 20021 with flag 2085001/2085001
809.38/460.47	c cleaning 9998 clauses out of 20016 with flag 2095000/2095000
813.63/463.05	c cleaning 9998 clauses out of 20019 with flag 2105001/2105001
817.49/465.37	c cleaning 10000 clauses out of 20020 with flag 2115000/2115000
821.32/467.67	c cleaning 9999 clauses out of 20020 with flag 2125000/2125000
825.00/469.84	c cleaning 10003 clauses out of 20021 with flag 2135000/2135000
828.87/472.21	c cleaning 10000 clauses out of 20018 with flag 2145000/2145000
832.36/474.34	c cleaning 9998 clauses out of 20019 with flag 2155001/2155001
835.82/476.48	c cleaning 9996 clauses out of 20020 with flag 2165000/2165000
839.47/478.64	c cleaning 10003 clauses out of 20024 with flag 2175000/2175000
843.48/481.10	c cleaning 10001 clauses out of 20021 with flag 2185000/2185000
847.13/483.39	c cleaning 9996 clauses out of 20020 with flag 2195000/2195000
848.61/484.49	c And the winner is CuttingPlanes
848.79/485.15	c Got one! Elapsed wall clock time (in seconds):484.937
848.79/485.15	o 188
851.26/486.41	c cleaning 10008 clauses out of 20024 with flag 2205000/2205000
855.10/488.76	c cleaning 10004 clauses out of 20016 with flag 2215000/2215000
859.25/491.32	c cleaning 9994 clauses out of 20012 with flag 2225000/2225000
863.09/493.69	c cleaning 10000 clauses out of 20018 with flag 2235000/2235000
867.14/496.09	c cleaning 10002 clauses out of 20018 with flag 2245000/2245000
871.53/498.66	c cleaning 10003 clauses out of 20016 with flag 2255000/2255000
876.10/501.42	c cleaning 9999 clauses out of 20013 with flag 2265000/2265000
880.26/503.95	c cleaning 9998 clauses out of 20014 with flag 2275000/2275000
884.63/506.52	c cleaning 9998 clauses out of 20017 with flag 2285001/2285001
888.63/508.91	c cleaning 9998 clauses out of 20018 with flag 2295000/2295000
892.81/511.58	c cleaning 10001 clauses out of 20020 with flag 2305000/2305000
896.60/513.86	c cleaning 9999 clauses out of 20020 with flag 2315001/2315001
900.61/516.27	c cleaning 9998 clauses out of 20021 with flag 2325001/2325001
904.63/518.63	c cleaning 9999 clauses out of 20023 with flag 2335001/2335001
908.81/521.30	c cleaning 10002 clauses out of 20024 with flag 2345001/2345001
912.99/523.76	c cleaning 9999 clauses out of 20022 with flag 2355001/2355001
917.78/526.53	c cleaning 9999 clauses out of 20023 with flag 2365001/2365001
921.77/528.95	c cleaning 10001 clauses out of 20023 with flag 2375000/2375000
926.19/531.67	c cleaning 9998 clauses out of 20022 with flag 2385000/2385000
930.74/534.39	c cleaning 10006 clauses out of 20024 with flag 2395000/2395000
935.28/537.07	c cleaning 10000 clauses out of 20018 with flag 2405000/2405000
940.45/540.04	c cleaning 10001 clauses out of 20018 with flag 2415000/2415000
944.76/542.77	c cleaning 10000 clauses out of 20017 with flag 2425000/2425000
949.70/545.61	c cleaning 10004 clauses out of 20018 with flag 2435001/2435001
953.84/548.17	c cleaning 9998 clauses out of 20013 with flag 2445000/2445000
958.58/550.94	c cleaning 9999 clauses out of 20016 with flag 2455001/2455001
963.44/553.92	c cleaning 9998 clauses out of 20017 with flag 2465001/2465001
968.01/556.68	c cleaning 10002 clauses out of 20018 with flag 2475000/2475000
972.68/559.47	c cleaning 9998 clauses out of 20016 with flag 2485000/2485000
977.38/562.25	c cleaning 9997 clauses out of 20018 with flag 2495000/2495000
982.41/565.33	c cleaning 9998 clauses out of 20022 with flag 2505001/2505001
987.11/568.17	c cleaning 10002 clauses out of 20023 with flag 2515000/2515000
991.84/570.91	c cleaning 9996 clauses out of 20021 with flag 2525000/2525000
996.35/573.63	c cleaning 10002 clauses out of 20026 with flag 2535001/2535001
1001.19/576.68	c cleaning 10004 clauses out of 20024 with flag 2545001/2545001
1005.70/579.39	c cleaning 9996 clauses out of 20019 with flag 2555000/2555000
1010.40/582.12	c cleaning 10001 clauses out of 20023 with flag 2565000/2565000
1014.90/584.90	c cleaning 10000 clauses out of 20022 with flag 2575000/2575000
1020.08/588.01	c cleaning 9998 clauses out of 20022 with flag 2585000/2585000
1024.77/590.83	c cleaning 9995 clauses out of 20026 with flag 2595002/2595002
1029.46/593.67	c cleaning 10002 clauses out of 20029 with flag 2605000/2605000
1034.54/596.66	c cleaning 10009 clauses out of 20028 with flag 2615001/2615001
1039.81/599.81	c cleaning 9998 clauses out of 20019 with flag 2625001/2625001
1044.73/602.74	c cleaning 10002 clauses out of 20020 with flag 2635000/2635000
1049.82/605.78	c cleaning 10003 clauses out of 20019 with flag 2645001/2645001
1054.72/608.63	c cleaning 9995 clauses out of 20015 with flag 2655000/2655000
1059.80/611.75	c cleaning 9999 clauses out of 20021 with flag 2665001/2665001
1064.86/614.71	c cleaning 10003 clauses out of 20022 with flag 2675001/2675001
1069.50/617.56	c cleaning 10003 clauses out of 20019 with flag 2685001/2685001
1074.18/620.36	c cleaning 10000 clauses out of 20016 with flag 2695001/2695001
1078.88/623.35	c cleaning 9999 clauses out of 20015 with flag 2705000/2705000
1083.52/626.13	c cleaning 9996 clauses out of 20017 with flag 2715001/2715001
1088.16/628.93	c cleaning 10002 clauses out of 20021 with flag 2725001/2725001
1092.38/631.56	c cleaning 10000 clauses out of 20018 with flag 2735000/2735000
1097.53/634.71	c cleaning 10002 clauses out of 20018 with flag 2745000/2745000
1101.93/637.48	c cleaning 10004 clauses out of 20017 with flag 2755001/2755001
1106.35/640.20	c cleaning 9998 clauses out of 20012 with flag 2765000/2765000
1110.95/642.99	c cleaning 9998 clauses out of 20016 with flag 2775002/2775002
1115.87/646.05	c cleaning 10001 clauses out of 20016 with flag 2785000/2785000
1120.30/648.73	c cleaning 10001 clauses out of 20015 with flag 2795000/2795000
1124.92/651.52	c cleaning 10000 clauses out of 20015 with flag 2805001/2805001
1129.13/654.12	c cleaning 9999 clauses out of 20014 with flag 2815000/2815000
1133.62/657.02	c cleaning 10002 clauses out of 20015 with flag 2825000/2825000
1137.78/659.68	c cleaning 9996 clauses out of 20013 with flag 2835000/2835000
1141.96/662.24	c cleaning 10005 clauses out of 20019 with flag 2845002/2845002
1146.11/664.89	c cleaning 9997 clauses out of 20014 with flag 2855002/2855002
1150.81/667.91	c cleaning 10000 clauses out of 20015 with flag 2865000/2865000
1155.56/670.71	c cleaning 10001 clauses out of 20016 with flag 2875001/2875001
1159.92/673.42	c cleaning 10000 clauses out of 20014 with flag 2885000/2885000
1164.13/676.03	c cleaning 10002 clauses out of 20015 with flag 2895001/2895001
1168.63/678.91	c cleaning 9994 clauses out of 20012 with flag 2905000/2905000
1173.38/681.81	c cleaning 10001 clauses out of 20019 with flag 2915001/2915001
1177.76/684.58	c cleaning 9997 clauses out of 20017 with flag 2925000/2925000
1182.54/687.46	c cleaning 9994 clauses out of 20020 with flag 2935000/2935000
1187.39/690.52	c cleaning 10008 clauses out of 20027 with flag 2945001/2945001
1191.75/693.27	c cleaning 10006 clauses out of 20019 with flag 2955001/2955001
1196.89/696.32	c cleaning 9999 clauses out of 20013 with flag 2965001/2965001
1202.62/699.76	c cleaning 9999 clauses out of 20014 with flag 2975001/2975001
1207.86/703.06	c cleaning 9992 clauses out of 20014 with flag 2985000/2985000
1213.02/706.19	c cleaning 9999 clauses out of 20022 with flag 2995000/2995000
1218.13/709.24	c cleaning 9998 clauses out of 20023 with flag 3005000/3005000
1223.46/712.40	c cleaning 9998 clauses out of 20025 with flag 3015000/3015000
1228.85/715.86	c cleaning 10003 clauses out of 20027 with flag 3025000/3025000
1234.37/719.18	c cleaning 10005 clauses out of 20025 with flag 3035001/3035001
1239.48/722.25	c cleaning 9999 clauses out of 20020 with flag 3045001/3045001
1243.99/725.03	c cleaning 10004 clauses out of 20022 with flag 3055002/3055002
1248.61/728.09	c cleaning 10004 clauses out of 20016 with flag 3065000/3065000
1253.13/730.85	c cleaning 9996 clauses out of 20012 with flag 3075000/3075000
1257.47/733.54	c cleaning 10002 clauses out of 20016 with flag 3085000/3085000
1262.00/736.34	c cleaning 9998 clauses out of 20015 with flag 3095001/3095001
1266.82/739.44	c cleaning 10000 clauses out of 20017 with flag 3105001/3105001
1271.09/742.19	c cleaning 10000 clauses out of 20017 with flag 3115001/3115001
1275.81/745.01	c cleaning 9996 clauses out of 20016 with flag 3125000/3125000
1280.13/747.74	c cleaning 9997 clauses out of 20021 with flag 3135001/3135001
1284.92/750.83	c cleaning 10003 clauses out of 20024 with flag 3145001/3145001
1289.44/753.65	c cleaning 9999 clauses out of 20020 with flag 3155000/3155000
1293.94/756.41	c cleaning 10000 clauses out of 20021 with flag 3165000/3165000
1298.45/759.22	c cleaning 9999 clauses out of 20022 with flag 3175001/3175001
1303.05/762.22	c cleaning 10001 clauses out of 20022 with flag 3185000/3185000
1307.33/764.97	c cleaning 10003 clauses out of 20021 with flag 3195000/3195000
1312.02/767.89	c cleaning 10000 clauses out of 20018 with flag 3205000/3205000
1316.87/770.82	c cleaning 9997 clauses out of 20019 with flag 3215001/3215001
1321.64/773.98	c cleaning 9997 clauses out of 20021 with flag 3225000/3225000
1326.32/776.87	c cleaning 10004 clauses out of 20026 with flag 3235002/3235002
1331.15/779.86	c cleaning 10001 clauses out of 20021 with flag 3245001/3245001
1335.97/782.82	c cleaning 9999 clauses out of 20020 with flag 3255001/3255001
1340.87/786.07	c cleaning 9994 clauses out of 20020 with flag 3265000/3265000
1345.87/789.10	c cleaning 10000 clauses out of 20027 with flag 3275001/3275001
1350.50/792.09	c cleaning 10006 clauses out of 20026 with flag 3285000/3285000
1355.10/794.97	c cleaning 10001 clauses out of 20020 with flag 3295000/3295000
1359.97/798.18	c cleaning 9997 clauses out of 20019 with flag 3305000/3305000
1364.56/801.06	c cleaning 9999 clauses out of 20023 with flag 3315001/3315001
1369.37/804.07	c cleaning 10004 clauses out of 20024 with flag 3325001/3325001
1374.33/807.12	c cleaning 10001 clauses out of 20020 with flag 3335001/3335001
1379.58/810.55	c cleaning 9991 clauses out of 20018 with flag 3345000/3345000
1384.53/813.69	c cleaning 10002 clauses out of 20027 with flag 3355000/3355000
1389.56/816.85	c cleaning 10001 clauses out of 20025 with flag 3365000/3365000
1394.38/819.92	c cleaning 10007 clauses out of 20025 with flag 3375001/3375001
1399.14/823.17	c cleaning 9994 clauses out of 20017 with flag 3385000/3385000
1403.94/826.14	c cleaning 10004 clauses out of 20023 with flag 3395000/3395000
1408.48/829.07	c cleaning 10001 clauses out of 20019 with flag 3405000/3405000
1413.43/832.12	c cleaning 10003 clauses out of 20019 with flag 3415001/3415001
1418.26/835.31	c cleaning 9999 clauses out of 20015 with flag 3425000/3425000
1422.82/838.26	c cleaning 9996 clauses out of 20017 with flag 3435001/3435001
1427.39/841.18	c cleaning 10005 clauses out of 20021 with flag 3445001/3445001
1432.13/844.17	c cleaning 9998 clauses out of 20015 with flag 3455000/3455000
1437.34/847.51	c cleaning 10000 clauses out of 20018 with flag 3465001/3465001
1442.08/850.57	c cleaning 10004 clauses out of 20018 with flag 3475001/3475001
1446.83/853.56	c cleaning 9999 clauses out of 20014 with flag 3485001/3485001
1451.56/856.56	c cleaning 9996 clauses out of 20014 with flag 3495000/3495000
1456.56/859.89	c cleaning 9997 clauses out of 20018 with flag 3505000/3505000
1461.49/862.91	c cleaning 10009 clauses out of 20023 with flag 3515002/3515002
1466.42/866.07	c cleaning 9993 clauses out of 20012 with flag 3525000/3525000
1471.34/869.16	c cleaning 9997 clauses out of 20020 with flag 3535001/3535001
1476.53/872.51	c cleaning 10003 clauses out of 20022 with flag 3545000/3545000
1481.27/875.51	c cleaning 9998 clauses out of 20019 with flag 3555000/3555000
1485.99/878.60	c cleaning 10002 clauses out of 20021 with flag 3565000/3565000
1490.90/881.66	c cleaning 9997 clauses out of 20019 with flag 3575000/3575000
1496.06/885.02	c cleaning 10003 clauses out of 20023 with flag 3585001/3585001
1500.78/888.05	c cleaning 10003 clauses out of 20019 with flag 3595000/3595000
1505.90/891.20	c cleaning 10000 clauses out of 20017 with flag 3605001/3605001
1510.62/894.25	c cleaning 10002 clauses out of 20018 with flag 3615002/3615002
1515.79/897.69	c cleaning 10004 clauses out of 20015 with flag 3625001/3625001
1520.47/900.68	c cleaning 9993 clauses out of 20010 with flag 3635000/3635000
1525.17/903.67	c cleaning 9994 clauses out of 20018 with flag 3645001/3645001
1529.87/906.66	c cleaning 10001 clauses out of 20024 with flag 3655001/3655001
1534.94/909.94	c cleaning 10000 clauses out of 20022 with flag 3665000/3665000
1539.83/913.03	c cleaning 10000 clauses out of 20023 with flag 3675001/3675001
1544.52/916.10	c cleaning 10004 clauses out of 20022 with flag 3685000/3685000
1549.41/919.18	c cleaning 9994 clauses out of 20018 with flag 3695000/3695000
1554.50/922.46	c cleaning 9995 clauses out of 20024 with flag 3705000/3705000
1559.62/925.61	c cleaning 10006 clauses out of 20030 with flag 3715001/3715001
1564.35/928.67	c cleaning 10001 clauses out of 20024 with flag 3725001/3725001
1569.28/931.73	c cleaning 10003 clauses out of 20023 with flag 3735001/3735001
1574.58/935.20	c cleaning 9999 clauses out of 20020 with flag 3745001/3745001
1579.05/938.15	c cleaning 10003 clauses out of 20020 with flag 3755000/3755000
1583.92/941.29	c cleaning 9997 clauses out of 20018 with flag 3765001/3765001
1589.18/944.52	c cleaning 10003 clauses out of 20020 with flag 3775000/3775000
1594.48/948.09	c cleaning 10005 clauses out of 20017 with flag 3785000/3785000
1599.55/951.28	c cleaning 9999 clauses out of 20013 with flag 3795001/3795001
1604.81/954.54	c cleaning 10000 clauses out of 20013 with flag 3805000/3805000
1609.88/957.71	c cleaning 9995 clauses out of 20013 with flag 3815000/3815000
1614.99/961.18	c cleaning 9995 clauses out of 20018 with flag 3825000/3825000
1620.26/964.47	c cleaning 9998 clauses out of 20023 with flag 3835000/3835000
1625.33/967.63	c cleaning 9996 clauses out of 20025 with flag 3845000/3845000
1630.57/970.93	c cleaning 10007 clauses out of 20030 with flag 3855001/3855001
1635.87/974.50	c cleaning 10002 clauses out of 20023 with flag 3865001/3865001
1641.12/977.73	c cleaning 10000 clauses out of 20020 with flag 3875000/3875000
1646.20/980.97	c cleaning 10003 clauses out of 20020 with flag 3885000/3885000
1651.30/984.18	c cleaning 9998 clauses out of 20018 with flag 3895001/3895001
1656.86/987.78	c cleaning 9999 clauses out of 20019 with flag 3905000/3905000
1662.16/991.06	c cleaning 10004 clauses out of 20020 with flag 3915000/3915000
1667.41/994.32	c cleaning 9998 clauses out of 20017 with flag 3925001/3925001
1672.62/997.62	c cleaning 10002 clauses out of 20018 with flag 3935000/3935000
1678.11/1001.21	c cleaning 9997 clauses out of 20017 with flag 3945001/3945001
1683.18/1004.44	c cleaning 10001 clauses out of 20020 with flag 3955001/3955001
1688.44/1007.77	c cleaning 9995 clauses out of 20018 with flag 3965000/3965000
1693.70/1011.05	c cleaning 10000 clauses out of 20023 with flag 3975000/3975000
1699.25/1014.61	c cleaning 10002 clauses out of 20023 with flag 3985000/3985000
1704.50/1017.90	c cleaning 9995 clauses out of 20021 with flag 3995000/3995000
1709.57/1021.11	c cleaning 10002 clauses out of 20026 with flag 4005000/4005000
1714.62/1024.36	c cleaning 10006 clauses out of 20024 with flag 4015000/4015000
1720.28/1028.00	c cleaning 10001 clauses out of 20018 with flag 4025000/4025000
1725.12/1031.16	c cleaning 9996 clauses out of 20017 with flag 4035000/4035000
1730.20/1034.34	c cleaning 10001 clauses out of 20021 with flag 4045000/4045000
1735.23/1037.54	c cleaning 10003 clauses out of 20021 with flag 4055001/4055001
1740.68/1041.14	c cleaning 10000 clauses out of 20018 with flag 4065001/4065001
1745.90/1044.47	c cleaning 10001 clauses out of 20018 with flag 4075001/4075001
1751.09/1047.78	c cleaning 9997 clauses out of 20016 with flag 4085000/4085000
1756.29/1051.05	c cleaning 10000 clauses out of 20019 with flag 4095000/4095000
1762.08/1054.82	c cleaning 10001 clauses out of 20019 with flag 4105000/4105000
1767.24/1058.17	c cleaning 9994 clauses out of 20019 with flag 4115001/4115001
1772.38/1061.50	c cleaning 10002 clauses out of 20025 with flag 4125001/4125001
1777.69/1064.86	c cleaning 10001 clauses out of 20024 with flag 4135002/4135002
1783.39/1068.67	c cleaning 10004 clauses out of 20022 with flag 4145001/4145001
1788.26/1071.82	c And the winner is CuttingPlanes
1788.31/1072.22	c Got one! Elapsed wall clock time (in seconds):1072.007
1788.31/1072.22	o 187
1788.65/1072.42	c cleaning 10004 clauses out of 20018 with flag 4155001/4155001
1793.40/1075.51	c cleaning 10001 clauses out of 20014 with flag 4165001/4165001
1798.33/1078.78	c cleaning 9998 clauses out of 20013 with flag 4175001/4175001
1800.48/1080.71	c starts		: 41
1800.48/1080.71	c conflicts		: 9376
1800.48/1080.71	c decisions		: 72419
1800.48/1080.71	c propagations		: 260750
1800.48/1080.71	c inspects		: 90451935
1800.48/1080.71	c learnt literals	: 0
1800.48/1080.71	c learnt binary clauses	: 0
1800.48/1080.71	c learnt ternary clauses	: 0
1800.48/1080.71	c learnt clauses	: 9375
1800.48/1080.71	c ignored clauses	: 0
1800.48/1080.71	c root simplifications	: 0
1800.48/1080.71	c removed literals (reason simplification)	: 0
1800.48/1080.71	c reason swapping (by a shorter reason)	: 0
1800.48/1080.71	c Calls to reduceDB	: 1
1800.48/1080.71	c number of reductions to clauses (during analyze)	: 0
1800.48/1080.71	c number of learned constraints concerned by reduction	: 0
1800.48/1080.71	c number of learning phase by resolution	: 0
1800.48/1080.71	c number of learning phase by cutting planes	: 0
1800.48/1080.71	c speed (assignments/second)	: 30788.759003424257
1800.48/1080.71	c non guided choices	161
1802.07/1081.54	c learnt constraints type 
1802.07/1081.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3300
1802.07/1081.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6081
1802.07/1081.54	c constraints type 
1802.07/1081.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 759
1802.07/1081.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1802.07/1081.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 73
1802.07/1081.54	c constraints type 
1802.07/1081.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 73
1802.07/1081.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 759
1802.07/1081.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1802.07/1081.54	s SATISFIABLE
1802.07/1081.55	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 x37 x38 -x39 x40 -x41 x42 -x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 -x52 x53 -x54 x55 -x56 -x57 -x58 x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 x291 -x292 x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 x345 -x346 -x347 x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 x390 -x391 x392 -x393 -x394 -x395 x396 -x397 -x398 x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 x442 -x443 -x444 -x445 x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 x545 x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 x560 -x561 x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 x587 x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 x617 x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 x639 x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 x775 -x776 -x777 -x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 x786 x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 x800 x801 x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 x838 x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 x869 -x870 -x871 -x872 -x873 -x874 x875 x876 -x877 -x878 -x879 x880 -x881 -x882 -x883 x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 x913 -x914 -x915 -x916 x917 -x918 -x919 -x920 -x921 x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 x935 x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 x951 -x952 -x953 -x954 x955 -x956 -x957 x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 x966 -x967 x968 -x969 -x970 -x971 x972 -x973 -x974 -x975 -x976 x977 -x978 -x979 -x980 x981 x982 x983 -x984 -x985 -x986 x987 -x988 x989 -x990 -x991 -x992 x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 -x1001 x1002 -x1003 -x1004 x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 x1012 x1013 -x1014 -x1015 -x1016 -x1017 -x1018 x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 x1054 x1055 -x1056 -x1057 x1058 -x1059 x1060 -x1061 -x1062 x1063 -x1064 -x1065 -x1066 x1067 x1068 -x1069 x1070 -x1071 x1072 -x1073 
1802.07/1081.55	c objective function=187
1802.07/1081.55	c Total wall clock time (in seconds): 1081.34

Verifier Data

OK	187

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663212-1276589890/watcher-2663212-1276589890 -o /tmp/evaluation-result-2663212-1276589890/solver-2663212-1276589890 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663212-1276589890.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.00 1.00 0.83 3/107 2494
/proc/meminfo: memFree=1688020/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1832 CPUtime=0
/proc/2494/stat : 2494 (java6) R 2492 2494 2335 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 284350 1875968 149 1992294400 134512640 134550932 4293525728 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/2494/statm: 458 149 111 10 0 63 0

[startup+0.0206619 s]
/proc/loadavg: 1.00 1.00 0.83 3/107 2494
/proc/meminfo: memFree=1688020/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=13980 CPUtime=0
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 1247 0 1 0 0 0 0 0 18 0 2 0 284350 14315520 693 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13980

[startup+0.1016 s]
/proc/loadavg: 1.00 1.00 0.83 3/107 2494
/proc/meminfo: memFree=1688020/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1524180 CPUtime=0.08
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 3971 0 1 0 6 2 0 0 18 0 12 0 284350 1560760320 3409 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 381045 3409 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300218 s]
/proc/loadavg: 1.00 1.00 0.83 3/107 2494
/proc/meminfo: memFree=1688020/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1525896 CPUtime=0.38
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 5398 0 1 0 35 3 0 0 18 0 12 0 284350 1562517504 4833 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 381474 4833 1361 10 0 378777 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525896

[startup+0.700204 s]
/proc/loadavg: 1.00 1.00 0.83 3/107 2494
/proc/meminfo: memFree=1688020/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1529528 CPUtime=1.14
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 7433 0 1 0 110 4 0 0 18 0 14 0 284350 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 382382 6788 1416 10 0 379685 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529528

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 0.83 1/121 2510
/proc/meminfo: memFree=1666084/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1529528 CPUtime=1.14
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 7433 0 1 0 110 4 0 0 18 0 14 0 284350 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 382382 6788 1416 10 0 379685 0
[pid=2494/tid=2496] ppid=2492 vsize=1529528 CPUtime=0.53
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 4610 0 1 0 51 2 0 0 19 0 14 0 284351 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 284353 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 284353 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2499/stat : 2499 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 284355 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 284355 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 284355 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 284359 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1529528 CPUtime=0.22
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 185 0 0 0 22 0 0 0 25 0 14 0 284359 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1529528 CPUtime=0.22
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 1006 0 0 0 22 0 0 0 25 0 14 0 284359 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 284359 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 284359 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 284412 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1529528 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 284417 1566236672 6788 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529528

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 0.82 1/121 2512
/proc/meminfo: memFree=1661620/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1531288 CPUtime=2.04
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 10321 0 1 0 199 5 0 0 18 0 14 0 284350 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 382822 8531 1429 10 0 380125 0
[pid=2494/tid=2496] ppid=2492 vsize=1531288 CPUtime=0.56
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 4816 0 1 0 54 2 0 0 19 0 14 0 284351 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 284353 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 284353 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2499/stat : 2499 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 284355 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 284355 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 284355 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 284359 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1531288 CPUtime=0.66
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1457 0 0 0 66 0 0 0 16 0 14 0 284359 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1531288 CPUtime=0.47
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 1391 0 0 0 47 0 0 0 17 0 14 0 284359 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 284359 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 284359 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 284412 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1531288 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 284417 1568038912 8531 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1531288
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 0.92 0.98 0.82 3/123 2518
/proc/meminfo: memFree=1642508/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1531720 CPUtime=5.85
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 20890 0 1 0 576 9 0 0 18 0 16 0 284350 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 382930 17844 1444 10 0 380233 0
[pid=2494/tid=2496] ppid=2492 vsize=1531720 CPUtime=0.59
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 5104 0 1 0 57 2 0 0 19 0 16 0 284351 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 429 0 0 0 0 0 0 0 17 0 16 0 284353 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 568 0 0 0 0 0 0 0 18 0 16 0 284353 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1531720 CPUtime=0.03
/proc/2494/task/2499/stat : 2499 (java) S 2492 2494 2335 0 -1 4202560 990 0 0 0 3 0 0 0 16 0 16 0 284355 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) R 2492 2494 2335 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 284355 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 284355 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 284359 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1531720 CPUtime=1.19
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1560 0 0 0 119 0 0 0 15 0 16 0 284359 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1531720 CPUtime=1.14
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 2642 0 0 0 113 1 0 0 15 0 16 0 284359 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 284359 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 284359 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 284412 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1531720 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 284417 1568481280 17844 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1531720

[startup+12.7018 s]
/proc/loadavg: 1.16 1.03 0.84 3/123 2524
/proc/meminfo: memFree=1582680/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1539912 CPUtime=14.87
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 32430 0 1 0 1473 14 0 0 18 0 14 0 284350 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 384978 27405 1446 10 0 382281 0
[pid=2494/tid=2496] ppid=2492 vsize=1539912 CPUtime=0.59
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 5189 0 1 0 57 2 0 0 15 0 14 0 284351 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1539912 CPUtime=0.03
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 2077 0 0 0 3 0 0 0 16 0 14 0 284353 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1539912 CPUtime=0.03
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 1429 0 0 0 3 0 0 0 15 0 14 0 284353 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1539912 CPUtime=0.18
/proc/2494/task/2499/stat : 2499 (java) S 2492 2494 2335 0 -1 4202560 2888 0 0 0 17 1 0 0 15 0 14 0 284355 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 284355 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 284355 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 284359 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1539912 CPUtime=1.3
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1577 0 0 0 130 0 0 0 16 0 14 0 284359 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1539912 CPUtime=1.9
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 6664 0 0 0 188 2 0 0 15 0 14 0 284359 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 284359 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 284359 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 284412 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1539912 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 284417 1576869888 27405 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1539912

[startup+25.5013 s]
/proc/loadavg: 1.29 1.06 0.85 3/123 2528
/proc/meminfo: memFree=1482612/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1536840 CPUtime=38.03

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

/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 46126 0 0 0 2664 82 0 0 15 0 16 0 284353 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1536840 CPUtime=27.45
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 48327 0 0 0 2667 78 0 0 16 0 16 0 284353 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1536840 CPUtime=322.02
/proc/2494/task/2499/stat : 2499 (java) R 2492 2494 2335 0 -1 4202560 12670 0 0 0 32181 21 0 0 16 0 16 0 284355 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 284355 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 284355 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 284359 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1536840 CPUtime=1.34
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1579 0 0 0 134 0 0 0 15 0 16 0 284359 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1536840 CPUtime=3.38
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 7905 0 0 0 335 3 0 0 15 0 16 0 284359 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 284359 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1536840 CPUtime=0.02
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 63 0 0 0 1 1 0 0 15 0 16 0 284359 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 284412 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 284417 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2545] ppid=2492 vsize=1536840 CPUtime=335.18
/proc/2494/task/2545/stat : 2545 (java) S 2492 2494 2335 0 -1 4202560 213 0 0 0 33516 2 0 0 20 0 16 0 332866 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2546] ppid=2492 vsize=1536840 CPUtime=334.43
/proc/2494/task/2546/stat : 2546 (java) S 2492 2494 2335 0 -1 4202560 165 0 0 0 33434 9 0 0 21 0 16 0 332866 1573724160 133050 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1773.42
Current children cumulated vsize (KiB) 1536840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1080.3 s]
/proc/loadavg: 1.75 1.98 1.78 2/123 2567
/proc/meminfo: memFree=1116124/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1536840 CPUtime=1800.07
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 152787 0 1 0 179776 231 0 0 18 0 16 0 284350 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2494/statm: 384210 134861 1450 10 0 381513 0
[pid=2494/tid=2496] ppid=2492 vsize=1536840 CPUtime=0.67
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 5310 0 1 0 64 3 0 0 15 0 16 0 284351 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1536840 CPUtime=27.71
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 46338 0 0 0 2689 82 0 0 16 0 16 0 284353 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1536840 CPUtime=27.71
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 48876 0 0 0 2692 79 0 0 16 0 16 0 284353 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1536840 CPUtime=330.4
/proc/2494/task/2499/stat : 2499 (java) R 2492 2494 2335 0 -1 4202560 13762 0 0 0 33019 21 0 0 17 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1536840 CPUtime=1.34
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1579 0 0 0 134 0 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1536840 CPUtime=3.38
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 7905 0 0 0 335 3 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1536840 CPUtime=0.02
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 63 0 0 0 1 1 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 284412 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 284417 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2566] ppid=2492 vsize=1536840 CPUtime=3.51
/proc/2494/task/2566/stat : 2566 (java) S 2492 2494 2335 0 -1 4202560 0 0 0 0 351 0 0 0 19 0 16 0 391574 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2567] ppid=2492 vsize=1536840 CPUtime=3.55
/proc/2494/task/2567/stat : 2567 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 355 0 0 0 20 0 16 0 391574 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1536840

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1080.6 s]
/proc/loadavg: 1.75 1.98 1.78 2/123 2567
/proc/meminfo: memFree=1116124/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1536840 CPUtime=1800.36
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 152787 0 1 0 179805 231 0 0 18 0 16 0 284350 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2494/statm: 384210 134861 1450 10 0 381513 0
[pid=2494/tid=2496] ppid=2492 vsize=1536840 CPUtime=0.67
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 5310 0 1 0 64 3 0 0 15 0 16 0 284351 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1536840 CPUtime=27.71
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 46338 0 0 0 2689 82 0 0 16 0 16 0 284353 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1536840 CPUtime=27.71
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 48876 0 0 0 2692 79 0 0 16 0 16 0 284353 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1536840 CPUtime=330.69
/proc/2494/task/2499/stat : 2499 (java) R 2492 2494 2335 0 -1 4202560 13762 0 0 0 33048 21 0 0 17 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 284355 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1536840 CPUtime=1.34
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1579 0 0 0 134 0 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1536840 CPUtime=3.38
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 7905 0 0 0 335 3 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1536840 CPUtime=0.02
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 63 0 0 0 1 1 0 0 15 0 16 0 284359 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 284412 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1536840 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 284417 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2566] ppid=2492 vsize=1536840 CPUtime=3.51
/proc/2494/task/2566/stat : 2566 (java) S 2492 2494 2335 0 -1 4202560 0 0 0 0 351 0 0 0 19 0 16 0 391574 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2567] ppid=2492 vsize=1536840 CPUtime=3.55
/proc/2494/task/2567/stat : 2567 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 355 0 0 0 20 0 16 0 391574 1573724160 134861 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1536840

[startup+1081.4 s]
/proc/loadavg: 1.75 1.98 1.78 6/126 2570
/proc/meminfo: memFree=1115976/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=1537488 CPUtime=1801.87
/proc/2494/stat : 2494 (java) S 2492 2494 2335 0 -1 4202496 152803 0 1 0 179956 231 0 0 18 0 18 0 284350 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2494/statm: 384372 134877 1450 10 0 381675 0
[pid=2494/tid=2496] ppid=2492 vsize=1537488 CPUtime=0.67
/proc/2494/task/2496/stat : 2496 (java) S 2492 2494 2335 0 -1 4202560 5310 0 1 0 64 3 0 0 15 0 18 0 284351 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2497] ppid=2492 vsize=1537488 CPUtime=27.71
/proc/2494/task/2497/stat : 2497 (java) S 2492 2494 2335 0 -1 4202560 46338 0 0 0 2689 82 0 0 16 0 18 0 284353 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2498] ppid=2492 vsize=1537488 CPUtime=27.71
/proc/2494/task/2498/stat : 2498 (java) S 2492 2494 2335 0 -1 4202560 48876 0 0 0 2692 79 0 0 16 0 18 0 284353 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2499] ppid=2492 vsize=1537488 CPUtime=330.77
/proc/2494/task/2499/stat : 2499 (java) S 2492 2494 2335 0 -1 4202560 13762 0 0 0 33056 21 0 0 17 0 18 0 284355 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 0 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2500] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2500/stat : 2500 (java) S 2492 2494 2335 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 284355 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2501] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2501/stat : 2501 (java) S 2492 2494 2335 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 284355 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2502] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2502/stat : 2502 (java) S 2492 2494 2335 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 284359 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2503] ppid=2492 vsize=1537488 CPUtime=1.34
/proc/2494/task/2503/stat : 2503 (java) S 2492 2494 2335 0 -1 4202560 1579 0 0 0 134 0 0 0 15 0 18 0 284359 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2504] ppid=2492 vsize=1537488 CPUtime=3.38
/proc/2494/task/2504/stat : 2504 (java) S 2492 2494 2335 0 -1 4202560 7905 0 0 0 335 3 0 0 15 0 18 0 284359 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2505] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2505/stat : 2505 (java) S 2492 2494 2335 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284359 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2506] ppid=2492 vsize=1537488 CPUtime=0.02
/proc/2494/task/2506/stat : 2506 (java) S 2492 2494 2335 0 -1 4202560 63 0 0 0 1 1 0 0 15 0 18 0 284359 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2509] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2509/stat : 2509 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 284412 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2510] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2510/stat : 2510 (java) S 2492 2494 2335 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 284417 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 0 0 0 0
[pid=2494/tid=2566] ppid=2492 vsize=1537488 CPUtime=4.21
/proc/2494/task/2566/stat : 2566 (java) R 2492 2494 2335 0 -1 4202560 0 0 0 0 421 0 0 0 18 0 18 0 391574 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4109586655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2494/tid=2567] ppid=2492 vsize=1537488 CPUtime=4.27
/proc/2494/task/2567/stat : 2567 (java) R 2492 2494 2335 0 -1 4202560 1 0 0 0 427 0 0 0 18 0 18 0 391574 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4109777511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2494/tid=2569] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2569/stat : 2569 (java) S 2492 2494 2335 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 392418 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4294960144 0 4 0 16800975 18446604436671250688 0 0 -1 1 0 0 0
[pid=2494/tid=2570] ppid=2492 vsize=1537488 CPUtime=0
/proc/2494/task/2570/stat : 2570 (java) R 2492 2494 2335 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 392418 1574387712 134877 1992294400 134512640 134550932 4294006896 18446744073709551615 4108930812 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 1537488

[startup+1081.6 s]
/proc/loadavg: 1.75 1.98 1.78 6/126 2570
/proc/meminfo: memFree=1115976/2059040 swapFree=4192956/4192956
[pid=2494] ppid=2492 vsize=0 CPUtime=1802.23
/proc/2494/stat : 2494 (java) Z 2492 2494 2335 0 -1 4203548 152805 0 1 0 179988 235 0 0 18 0 2 0 284350 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2494/statm: 0 0 0 0 0 0 0
[pid=2494/tid=2567] ppid=2492 vsize=0 CPUtime=4.46
/proc/2494/task/2567/stat : 2567 (java) R 2492 2494 2335 0 -1 4203588 1 0 0 0 443 3 0 0 19 0 2 0 391574 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1081.61
CPU time (s): 1802.24
CPU user time (s): 1799.88
CPU system time (s): 2.36164
CPU usage (%): 166.626
Max. virtual memory (cumulated for all children) (KiB): 1540668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 2.36164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152805
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= 34878
involuntary context switches= 46925

runsolver used 5.96209 second user time and 8.84666 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-15 10:18:10
IDJOB=2663212
IDBENCH=2842
IDSOLVER=1166
FILE ID=node030/2663212-1276589890
PBS_JOBID= 11172220
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 9633aa6e9fb6df7104bc0e43c44542c0
RANDOM SEED=1182378896

node030.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.244
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.48
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.244
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1688276 kB
Buffers:         16608 kB
Cached:         248232 kB
SwapCached:          0 kB
Active:          94016 kB
Inactive:       230368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1688276 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             600 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          15460 kB
Slab:            24432 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182036 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= 62548 MiB
End job on node030 at 2010-06-15 10:36:12