Trace number 3731886

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)64 1800.11 942.432

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3731886-1338683811.opb
0.06/0.14	c reading problem ... 
0.65/0.44	c ... done. Wall clock time 0.3s.
0.65/0.44	c #vars     540
0.65/0.44	c #constraints  4626
0.65/0.44	c constraints type 
0.65/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.65/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.65/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.65/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.65/0.44	c constraints type 
0.65/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.65/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.65/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.65/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
0.99/0.58	c  And the winner is Resolution
1.59/0.95	c SATISFIABLE
1.59/0.95	c OPTIMIZING...
1.59/0.95	c Got one! Elapsed wall clock time (in seconds):0.804
1.59/0.95	o 76
1.59/0.98	c  And the winner is Resolution
1.76/1.45	c Got one! Elapsed wall clock time (in seconds):1.306
1.76/1.45	o 74
1.92/1.52	c  And the winner is Resolution
2.36/1.95	c Got one! Elapsed wall clock time (in seconds):1.808
2.36/1.95	o 72
2.97/2.25	c  And the winner is Resolution
3.12/2.45	c Got one! Elapsed wall clock time (in seconds):2.31
3.12/2.45	o 70
3.88/2.81	c cleaning 3321 clauses out of 6645 with flag 3004/6645
5.59/3.67	c cleaning 4657 clauses out of 9321 with flag 9001/12642
7.76/4.76	c cleaning 5829 clauses out of 11663 with flag 16000/19641
10.33/6.01	c cleaning 6912 clauses out of 13835 with flag 24001/27642
13.33/7.50	c cleaning 7953 clauses out of 15922 with flag 33000/36641
17.09/9.44	c cleaning 8966 clauses out of 17969 with flag 43000/46641
20.86/11.40	c cleaning 9501 clauses out of 19003 with flag 53000/56641
24.64/13.29	c cleaning 9731 clauses out of 19503 with flag 63001/66642
28.57/15.25	c cleaning 9872 clauses out of 19771 with flag 73000/76641
32.52/17.21	c cleaning 9921 clauses out of 19900 with flag 83001/86642
36.27/19.18	c cleaning 9953 clauses out of 19978 with flag 93000/96641
40.01/21.08	c cleaning 9923 clauses out of 20026 with flag 103001/106642
43.73/22.93	c cleaning 10029 clauses out of 20103 with flag 113001/116642
47.47/24.81	c cleaning 10029 clauses out of 20074 with flag 123001/126642
51.22/26.75	c cleaning 10017 clauses out of 20045 with flag 133001/136642
55.56/28.92	c cleaning 9993 clauses out of 20028 with flag 143001/146642
59.46/30.99	c cleaning 10011 clauses out of 20034 with flag 153000/156641
63.64/33.02	c cleaning 10003 clauses out of 20024 with flag 163001/166642
67.37/34.92	c cleaning 10008 clauses out of 20021 with flag 173001/176642
71.69/37.13	c cleaning 10003 clauses out of 20013 with flag 183001/186642
75.60/39.10	c cleaning 9982 clauses out of 20009 with flag 193000/196641
79.52/41.12	c cleaning 9997 clauses out of 20028 with flag 203001/206642
83.45/43.15	c cleaning 9989 clauses out of 20030 with flag 213000/216641
85.38/44.17	c  And the winner is Resolution
85.39/44.60	c Got one! Elapsed wall clock time (in seconds):44.456
85.39/44.60	o 68
87.20/45.59	c cleaning 10154 clauses out of 20322 with flag 5003/226922
88.51/46.26	c  And the winner is Resolution
88.68/46.71	c Got one! Elapsed wall clock time (in seconds):46.572
88.68/46.71	o 66
89.26/47.09	c cleaning 7663 clauses out of 15379 with flag 2000/232133
91.58/48.30	c cleaning 6837 clauses out of 13717 with flag 8001/238134
94.30/49.62	c cleaning 6927 clauses out of 13880 with flag 15001/245134
96.63/50.83	c  And the winner is Resolution
96.76/51.22	c Got one! Elapsed wall clock time (in seconds):51.075
96.76/51.22	o 64
98.92/52.40	c cleaning 9417 clauses out of 18841 with flag 5000/257022
101.60/53.72	c cleaning 7702 clauses out of 15424 with flag 11000/263022
104.14/55.05	c cleaning 7356 clauses out of 14723 with flag 18001/270023
107.05/56.52	c cleaning 7676 clauses out of 15366 with flag 26000/278022
109.98/58.08	c cleaning 8331 clauses out of 16691 with flag 35001/287023
113.46/59.83	c cleaning 9166 clauses out of 18360 with flag 45001/297023
116.79/61.59	c cleaning 9576 clauses out of 19195 with flag 55002/307024
120.70/63.53	c cleaning 9770 clauses out of 19618 with flag 65001/317023
124.42/65.47	c cleaning 9889 clauses out of 19847 with flag 75000/327022
128.49/67.52	c cleaning 9906 clauses out of 19958 with flag 85000/337022
132.13/69.36	c cleaning 9966 clauses out of 20054 with flag 95002/347024
136.02/71.35	c cleaning 9985 clauses out of 20087 with flag 105001/357023
140.35/73.53	c cleaning 9981 clauses out of 20102 with flag 115001/367023
144.84/75.90	c cleaning 10038 clauses out of 20121 with flag 125001/377023
149.94/78.40	c cleaning 10028 clauses out of 20082 with flag 135000/387022
154.45/80.78	c cleaning 10004 clauses out of 20054 with flag 145000/397022
158.98/83.05	c cleaning 10005 clauses out of 20051 with flag 155001/407023
163.04/85.12	c cleaning 10016 clauses out of 20046 with flag 165001/417023
166.58/86.98	c cleaning 9967 clauses out of 20029 with flag 175000/427022
170.48/88.95	c cleaning 9968 clauses out of 20062 with flag 185000/437022
174.39/90.99	c cleaning 9996 clauses out of 20094 with flag 195000/447022
178.24/92.99	c cleaning 9954 clauses out of 20098 with flag 205000/457022
182.54/95.16	c cleaning 10007 clauses out of 20145 with flag 215001/467023
186.85/97.31	c cleaning 10060 clauses out of 20137 with flag 225000/477022
191.35/99.65	c cleaning 10031 clauses out of 20078 with flag 235001/487023
196.00/102.09	c cleaning 10007 clauses out of 20046 with flag 245000/497022
200.09/104.12	c cleaning 9978 clauses out of 20039 with flag 255000/507022
204.20/106.26	c cleaning 9999 clauses out of 20061 with flag 265000/517022
208.49/108.46	c cleaning 9991 clauses out of 20062 with flag 275000/527022
212.73/110.69	c cleaning 10020 clauses out of 20071 with flag 285000/537022
217.03/112.88	c cleaning 9985 clauses out of 20051 with flag 295000/547022
221.14/114.90	c cleaning 10012 clauses out of 20068 with flag 305002/557024
224.84/116.89	c cleaning 10023 clauses out of 20054 with flag 315000/567022
228.88/118.97	c cleaning 10006 clauses out of 20031 with flag 325000/577022
232.99/121.03	c cleaning 9978 clauses out of 20027 with flag 335002/587024
234.27/121.79	c cleaning 0 clauses out of 5967 with flag 0/5972
238.00/123.55	c cleaning 9994 clauses out of 20047 with flag 345000/597022
242.64/125.80	c cleaning 9985 clauses out of 20053 with flag 355000/607022
246.73/127.98	c cleaning 10023 clauses out of 20069 with flag 365001/617023
250.82/130.01	c cleaning 9988 clauses out of 20046 with flag 375001/627023
254.74/132.03	c cleaning 10019 clauses out of 20057 with flag 385000/637022
258.99/134.21	c cleaning 10006 clauses out of 20039 with flag 395001/647023
263.28/136.47	c cleaning 10006 clauses out of 20033 with flag 405001/657023
267.97/138.83	c cleaning 10003 clauses out of 20027 with flag 415001/667023
272.07/140.97	c cleaning 9993 clauses out of 20023 with flag 425000/677022
276.50/143.21	c cleaning 9991 clauses out of 20031 with flag 435001/687023
280.61/145.33	c cleaning 10015 clauses out of 20041 with flag 445002/697024
285.11/147.64	c cleaning 9992 clauses out of 20024 with flag 455000/707022
289.60/150.00	c cleaning 9991 clauses out of 20033 with flag 465001/717023
294.24/152.32	c cleaning 10009 clauses out of 20041 with flag 475000/727022
298.52/154.58	c cleaning 10006 clauses out of 20033 with flag 485001/737023
302.62/156.60	c cleaning 9992 clauses out of 20028 with flag 495002/747024
306.31/158.54	c cleaning 9980 clauses out of 20036 with flag 505002/757024
310.34/160.61	c cleaning 9963 clauses out of 20055 with flag 515001/767023
314.42/162.73	c cleaning 10016 clauses out of 20093 with flag 525002/777024
318.49/164.88	c cleaning 9973 clauses out of 20075 with flag 535000/787022
322.57/166.97	c cleaning 10009 clauses out of 20102 with flag 545000/797022
326.59/169.00	c cleaning 10014 clauses out of 20094 with flag 555001/807023
330.88/171.23	c cleaning 10036 clauses out of 20081 with flag 565002/817024
334.96/173.32	c cleaning 9995 clauses out of 20043 with flag 575000/827022
339.27/175.55	c cleaning 9994 clauses out of 20050 with flag 585002/837024
343.28/177.67	c cleaning 10011 clauses out of 20054 with flag 595000/847022
347.36/179.74	c cleaning 10005 clauses out of 20044 with flag 605001/857023
351.44/181.89	c cleaning 10012 clauses out of 20040 with flag 615002/867024
355.91/184.15	c cleaning 9994 clauses out of 20026 with flag 625000/877022
360.14/186.35	c cleaning 10002 clauses out of 20032 with flag 635000/887022
364.21/188.44	c cleaning 10003 clauses out of 20030 with flag 645000/897022
368.29/190.53	c cleaning 9996 clauses out of 20028 with flag 655001/907023
372.37/192.66	c cleaning 10014 clauses out of 20033 with flag 665002/917024
376.19/194.67	c cleaning 9950 clauses out of 20020 with flag 675003/927025
380.06/196.65	c cleaning 10011 clauses out of 20067 with flag 685000/937022
384.33/198.88	c cleaning 9992 clauses out of 20056 with flag 695000/947022
388.63/201.08	c cleaning 9996 clauses out of 20064 with flag 705000/957022
392.43/203.08	c cleaning 9997 clauses out of 20070 with flag 715002/967024
396.31/205.05	c cleaning 10009 clauses out of 20071 with flag 725000/977022
400.20/207.00	c cleaning 10019 clauses out of 20062 with flag 735000/987022
403.90/208.99	c cleaning 9990 clauses out of 20043 with flag 745000/997022
408.31/211.24	c cleaning 9969 clauses out of 20053 with flag 755000/1007022
412.58/213.47	c cleaning 9989 clauses out of 20084 with flag 765000/1017022
416.66/215.53	c cleaning 10009 clauses out of 20097 with flag 775002/1027024
420.73/217.65	c cleaning 10007 clauses out of 20087 with flag 785001/1037023
424.71/219.77	c cleaning 10004 clauses out of 20079 with flag 795000/1047022
428.59/221.75	c cleaning 9974 clauses out of 20076 with flag 805001/1057023
432.67/223.83	c cleaning 9994 clauses out of 20101 with flag 815000/1067022
436.73/225.90	c cleaning 10016 clauses out of 20107 with flag 825000/1077022
440.73/228.04	c cleaning 9986 clauses out of 20092 with flag 835001/1087023
444.59/230.04	c cleaning 10006 clauses out of 20105 with flag 845000/1097022
448.48/232.04	c cleaning 10035 clauses out of 20100 with flag 855001/1107023
452.74/234.29	c cleaning 10008 clauses out of 20065 with flag 865001/1117023
457.31/236.64	c cleaning 10008 clauses out of 20056 with flag 875000/1127022
461.40/238.79	c cleaning 10011 clauses out of 20048 with flag 885000/1137022
465.86/241.04	c cleaning 9979 clauses out of 20037 with flag 895000/1147022
470.31/243.37	c cleaning 10005 clauses out of 20059 with flag 905001/1157023
474.71/245.68	c cleaning 9991 clauses out of 20053 with flag 915000/1167022
479.18/247.97	c cleaning 9997 clauses out of 20063 with flag 925001/1177023
483.25/250.08	c cleaning 10005 clauses out of 20065 with flag 935000/1187022
487.51/252.27	c cleaning 9985 clauses out of 20062 with flag 945002/1197024
491.09/254.18	c cleaning 10009 clauses out of 20075 with flag 955000/1207022
495.35/256.36	c cleaning 10005 clauses out of 20066 with flag 965000/1217022
499.40/258.46	c cleaning 10003 clauses out of 20062 with flag 975001/1227023
503.25/260.41	c cleaning 9994 clauses out of 20058 with flag 985000/1237022
507.02/262.41	c cleaning 10000 clauses out of 20064 with flag 995000/1247022
510.87/264.49	c cleaning 10006 clauses out of 20064 with flag 1005000/1257022
515.15/266.68	c cleaning 9991 clauses out of 20061 with flag 1015003/1267025
519.40/268.84	c cleaning 10006 clauses out of 20068 with flag 1025001/1277023
523.59/271.07	c cleaning 10004 clauses out of 20063 with flag 1035002/1287024
527.46/273.01	c cleaning 9990 clauses out of 20058 with flag 1045001/1297023
531.13/274.95	c cleaning 10001 clauses out of 20067 with flag 1055000/1307022
534.98/276.99	c cleaning 10012 clauses out of 20066 with flag 1065000/1317022
539.15/279.11	c cleaning 9964 clauses out of 20054 with flag 1075000/1327022
543.22/281.21	c cleaning 10019 clauses out of 20093 with flag 1085003/1337025
547.27/283.35	c cleaning 9990 clauses out of 20071 with flag 1095000/1347022
551.12/285.31	c cleaning 10030 clauses out of 20085 with flag 1105004/1357026
554.87/287.40	c cleaning 10001 clauses out of 20051 with flag 1115000/1367022
558.92/289.45	c cleaning 10010 clauses out of 20052 with flag 1125002/1377024
563.16/291.65	c cleaning 9994 clauses out of 20040 with flag 1135000/1387022
567.23/293.75	c cleaning 9989 clauses out of 20046 with flag 1145000/1397022
571.58/296.00	c cleaning 10008 clauses out of 20057 with flag 1155000/1407022
575.64/298.14	c cleaning 9975 clauses out of 20049 with flag 1165000/1417022
579.70/300.23	c cleaning 10010 clauses out of 20074 with flag 1175000/1427022
583.74/302.35	c cleaning 10003 clauses out of 20064 with flag 1185000/1437022
588.29/304.75	c cleaning 10020 clauses out of 20062 with flag 1195001/1447023
592.35/306.86	c cleaning 9990 clauses out of 20041 with flag 1205000/1457022
596.59/309.02	c cleaning 10016 clauses out of 20051 with flag 1215000/1467022
600.84/311.22	c cleaning 10014 clauses out of 20038 with flag 1225003/1477025
604.99/313.48	c cleaning 10001 clauses out of 20023 with flag 1235002/1487024
609.46/315.72	c cleaning 9994 clauses out of 20021 with flag 1245001/1497023
614.14/318.13	c cleaning 9993 clauses out of 20030 with flag 1255004/1507026
618.59/320.42	c cleaning 9987 clauses out of 20033 with flag 1265000/1517022
622.93/322.72	c cleaning 9986 clauses out of 20047 with flag 1275001/1527023
627.39/325.00	c cleaning 9998 clauses out of 20060 with flag 1285000/1537022
631.64/327.21	c cleaning 10025 clauses out of 20066 with flag 1295004/1547026
636.09/329.50	c cleaning 10007 clauses out of 20037 with flag 1305000/1557022
640.44/331.88	c cleaning 10006 clauses out of 20030 with flag 1315000/1567022
644.67/334.05	c cleaning 9985 clauses out of 20025 with flag 1325001/1577023
648.91/336.22	c cleaning 10001 clauses out of 20040 with flag 1335001/1587023
653.36/338.57	c cleaning 10009 clauses out of 20038 with flag 1345000/1597022
657.92/340.99	c cleaning 9987 clauses out of 20033 with flag 1355004/1607026
662.16/343.19	c cleaning 10010 clauses out of 20042 with flag 1365000/1617022
666.20/345.27	c cleaning 10002 clauses out of 20033 with flag 1375001/1627023
670.46/347.43	c cleaning 9997 clauses out of 20030 with flag 1385000/1637022
674.61/349.66	c cleaning 9986 clauses out of 20034 with flag 1395001/1647023
678.66/351.74	c cleaning 9983 clauses out of 20047 with flag 1405000/1657022
682.89/353.99	c cleaning 9989 clauses out of 20065 with flag 1415001/1667023
687.33/356.23	c cleaning 9998 clauses out of 20075 with flag 1425000/1677022
691.46/358.42	c cleaning 10010 clauses out of 20078 with flag 1435001/1687023
695.91/360.76	c cleaning 9985 clauses out of 20067 with flag 1445000/1697022
700.35/363.04	c cleaning 9999 clauses out of 20084 with flag 1455002/1707024
704.58/365.22	c cleaning 10022 clauses out of 20083 with flag 1465000/1717022
709.11/367.65	c cleaning 10004 clauses out of 20062 with flag 1475001/1727023
713.16/369.74	c cleaning 10011 clauses out of 20062 with flag 1485005/1737027
717.21/371.81	c cleaning 9989 clauses out of 20048 with flag 1495002/1747024
721.04/373.88	c cleaning 9987 clauses out of 20057 with flag 1505000/1757022
725.39/376.11	c cleaning 10026 clauses out of 20070 with flag 1515000/1767022
729.41/378.23	c cleaning 10003 clauses out of 20045 with flag 1525001/1777023
733.66/380.40	c cleaning 9979 clauses out of 20041 with flag 1535000/1787022
738.09/382.75	c cleaning 10009 clauses out of 20062 with flag 1545000/1797022
742.99/385.37	c cleaning 10015 clauses out of 20055 with flag 1555002/1807024
748.03/387.95	c cleaning 10006 clauses out of 20039 with flag 1565001/1817023
752.68/390.38	c cleaning 10010 clauses out of 20033 with flag 1575001/1827023
757.72/392.92	c cleaning 10002 clauses out of 20024 with flag 1585002/1837024
762.65/395.53	c cleaning 9995 clauses out of 20023 with flag 1595003/1847025
767.50/398.10	c cleaning 9991 clauses out of 20025 with flag 1605000/1857022
772.55/400.66	c cleaning 9999 clauses out of 20034 with flag 1615000/1867022
777.38/403.14	c cleaning 10005 clauses out of 20037 with flag 1625002/1877024
782.53/405.86	c cleaning 9996 clauses out of 20030 with flag 1635000/1887022
787.38/408.32	c cleaning 10007 clauses out of 20034 with flag 1645000/1897022
792.01/410.75	c cleaning 10001 clauses out of 20027 with flag 1655000/1907022
796.83/413.23	c cleaning 10007 clauses out of 20026 with flag 1665000/1917022
801.57/415.80	c cleaning 10004 clauses out of 20021 with flag 1675002/1927024
806.58/418.34	c cleaning 9979 clauses out of 20015 with flag 1685000/1937022
811.60/420.93	c cleaning 10001 clauses out of 20037 with flag 1695001/1947023
816.65/423.52	c cleaning 10005 clauses out of 20035 with flag 1705000/1957022
821.38/426.08	c cleaning 10000 clauses out of 20032 with flag 1715002/1967024
826.21/428.56	c cleaning 10009 clauses out of 20033 with flag 1725003/1977025
831.05/431.00	c cleaning 9999 clauses out of 20023 with flag 1735002/1987024
835.88/433.58	c cleaning 9990 clauses out of 20023 with flag 1745001/1997023
840.80/436.12	c cleaning 9994 clauses out of 20032 with flag 1755000/2007022
844.63/438.10	c cleaning 10013 clauses out of 20040 with flag 1765002/2017024
848.28/440.09	c cleaning 9972 clauses out of 20026 with flag 1775001/2027023
852.12/442.09	c cleaning 9996 clauses out of 20053 with flag 1785000/2037022
856.22/444.21	c cleaning 10024 clauses out of 20057 with flag 1795000/2047022
860.23/446.30	c cleaning 10008 clauses out of 20035 with flag 1805002/2057024
864.06/448.33	c cleaning 9999 clauses out of 20026 with flag 1815001/2067023
867.89/450.37	c cleaning 9984 clauses out of 20026 with flag 1825000/2077022
872.42/452.71	c cleaning 10007 clauses out of 20043 with flag 1835001/2087023
876.47/454.88	c cleaning 9980 clauses out of 20035 with flag 1845000/2097022
880.70/457.02	c cleaning 9989 clauses out of 20055 with flag 1855000/2107022
884.74/459.16	c cleaning 10004 clauses out of 20066 with flag 1865000/2117022
888.65/461.25	c cleaning 10010 clauses out of 20063 with flag 1875001/2127023
892.89/463.41	c cleaning 10017 clauses out of 20054 with flag 1885002/2137024
896.53/465.40	c cleaning 9995 clauses out of 20037 with flag 1895002/2147024
900.77/467.58	c cleaning 9990 clauses out of 20040 with flag 1905000/2157022
905.09/469.86	c cleaning 10001 clauses out of 20050 with flag 1915000/2167022
909.53/472.15	c cleaning 10002 clauses out of 20049 with flag 1925000/2177022
913.95/474.43	c cleaning 10009 clauses out of 20047 with flag 1935000/2187022
918.18/476.67	c cleaning 9983 clauses out of 20039 with flag 1945001/2197023
922.50/478.91	c cleaning 10002 clauses out of 20055 with flag 1955000/2207022
926.71/481.11	c cleaning 10007 clauses out of 20053 with flag 1965000/2217022
930.75/483.29	c cleaning 9998 clauses out of 20046 with flag 1975000/2227022
935.19/485.58	c cleaning 10015 clauses out of 20048 with flag 1985000/2237022
939.49/487.85	c cleaning 10013 clauses out of 20035 with flag 1995002/2247024
943.73/490.02	c cleaning 9997 clauses out of 20020 with flag 2005000/2257022
947.95/492.24	c cleaning 10001 clauses out of 20024 with flag 2015001/2267023
952.16/494.41	c cleaning 9972 clauses out of 20022 with flag 2025000/2277022
956.29/496.67	c cleaning 10020 clauses out of 20051 with flag 2035001/2287023
960.73/498.93	c cleaning 10000 clauses out of 20031 with flag 2045001/2297023
964.95/501.18	c cleaning 10008 clauses out of 20031 with flag 2055001/2307023
969.18/503.38	c cleaning 10005 clauses out of 20023 with flag 2065001/2317023
973.51/505.65	c cleaning 9996 clauses out of 20017 with flag 2075000/2327022
977.93/507.96	c cleaning 9990 clauses out of 20022 with flag 2085001/2337023
982.35/510.29	c cleaning 10008 clauses out of 20032 with flag 2095001/2347023
987.16/512.70	c cleaning 9980 clauses out of 20023 with flag 2105000/2357022
991.68/515.12	c cleaning 9997 clauses out of 20043 with flag 2115000/2367022
995.91/517.34	c cleaning 9982 clauses out of 20047 with flag 2125001/2377023
999.92/519.47	c cleaning 10022 clauses out of 20064 with flag 2135000/2387022
1004.16/521.66	c cleaning 10009 clauses out of 20042 with flag 2145000/2397022
1008.46/523.97	c cleaning 10007 clauses out of 20035 with flag 2155002/2407024
1012.68/526.16	c cleaning 9994 clauses out of 20026 with flag 2165000/2417022
1017.12/528.49	c cleaning 10008 clauses out of 20032 with flag 2175000/2427022
1021.54/530.75	c cleaning 10002 clauses out of 20024 with flag 2185000/2437022
1026.27/533.27	c cleaning 9988 clauses out of 20024 with flag 2195002/2447024
1030.48/535.43	c cleaning 10001 clauses out of 20034 with flag 2205000/2457022
1034.68/537.61	c cleaning 9992 clauses out of 20034 with flag 2215001/2467023
1038.48/539.67	c cleaning 10002 clauses out of 20045 with flag 2225004/2477026
1042.59/541.87	c cleaning 10009 clauses out of 20039 with flag 2235000/2487022
1046.61/543.90	c cleaning 10001 clauses out of 20030 with flag 2245000/2497022
1050.42/545.96	c cleaning 10001 clauses out of 20030 with flag 2255001/2507023
1054.41/548.03	c cleaning 10008 clauses out of 20028 with flag 2265000/2517022
1058.51/550.27	c cleaning 9958 clauses out of 20020 with flag 2275000/2527022
1062.92/552.53	c cleaning 9979 clauses out of 20062 with flag 2285000/2537022
1067.35/554.83	c cleaning 10022 clauses out of 20085 with flag 2295002/2547024
1071.56/557.02	c cleaning 10006 clauses out of 20062 with flag 2305001/2557023
1075.68/559.29	c cleaning 10022 clauses out of 20056 with flag 2315001/2567023
1079.69/561.31	c cleaning 10007 clauses out of 20033 with flag 2325000/2577022
1083.51/563.30	c cleaning 9998 clauses out of 20026 with flag 2335000/2587022
1087.32/565.39	c cleaning 10001 clauses out of 20030 with flag 2345002/2597024
1091.22/567.41	c cleaning 9977 clauses out of 20028 with flag 2355001/2607023
1095.65/569.73	c cleaning 10007 clauses out of 20050 with flag 2365000/2617022
1099.66/571.80	c cleaning 10014 clauses out of 20044 with flag 2375001/2627023
1103.27/573.79	c cleaning 10005 clauses out of 20029 with flag 2385000/2637022
1107.39/575.96	c cleaning 10005 clauses out of 20024 with flag 2395000/2647022
1111.01/577.85	c cleaning 9990 clauses out of 20019 with flag 2405000/2657022
1115.01/579.96	c cleaning 10009 clauses out of 20030 with flag 2415001/2667023
1118.84/581.99	c cleaning 10003 clauses out of 20020 with flag 2425000/2677022
1122.51/583.91	c cleaning 9981 clauses out of 20018 with flag 2435001/2687023
1126.73/586.12	c cleaning 9970 clauses out of 20036 with flag 2445000/2697022
1130.34/588.07	c cleaning 10012 clauses out of 20067 with flag 2455001/2707023
1134.16/590.06	c cleaning 9976 clauses out of 20054 with flag 2465000/2717022
1138.26/592.22	c cleaning 10000 clauses out of 20078 with flag 2475000/2727022
1142.07/594.25	c cleaning 10006 clauses out of 20081 with flag 2485003/2737025
1146.07/596.31	c cleaning 9990 clauses out of 20072 with flag 2495000/2747022
1149.68/598.27	c cleaning 9988 clauses out of 20082 with flag 2505000/2757022
1153.58/600.36	c cleaning 10012 clauses out of 20095 with flag 2515001/2767023
1157.99/602.60	c cleaning 9974 clauses out of 20083 with flag 2525001/2777023
1162.01/604.77	c cleaning 10007 clauses out of 20111 with flag 2535003/2787025
1166.03/606.89	c cleaning 10008 clauses out of 20103 with flag 2545002/2797024
1170.33/609.11	c cleaning 9994 clauses out of 20095 with flag 2555002/2807024
1174.33/611.27	c cleaning 10005 clauses out of 20100 with flag 2565001/2817023
1178.15/613.24	c cleaning 10000 clauses out of 20094 with flag 2575000/2827022
1182.15/615.39	c cleaning 9986 clauses out of 20095 with flag 2585001/2837023
1186.67/617.74	c cleaning 10013 clauses out of 20110 with flag 2595002/2847024
1190.87/619.92	c cleaning 10003 clauses out of 20098 with flag 2605003/2857025
1194.68/621.99	c cleaning 9973 clauses out of 20092 with flag 2615000/2867022
1198.88/624.13	c cleaning 10001 clauses out of 20119 with flag 2625000/2877022
1202.98/626.37	c cleaning 9987 clauses out of 20120 with flag 2635002/2887024
1206.99/628.41	c cleaning 10014 clauses out of 20132 with flag 2645001/2897023
1210.79/630.49	c cleaning 9991 clauses out of 20118 with flag 2655001/2907023
1215.00/632.68	c cleaning 10018 clauses out of 20126 with flag 2665000/2917022
1219.06/634.87	c cleaning 10002 clauses out of 20108 with flag 2675000/2927022
1223.47/637.18	c cleaning 10021 clauses out of 20111 with flag 2685005/2937027
1227.48/639.28	c cleaning 10003 clauses out of 20089 with flag 2695004/2947026
1231.68/641.48	c cleaning 10004 clauses out of 20082 with flag 2705000/2957022
1235.76/643.69	c cleaning 9991 clauses out of 20078 with flag 2715000/2967022
1239.58/645.68	c cleaning 9983 clauses out of 20089 with flag 2725002/2977024
1243.36/647.68	c cleaning 9997 clauses out of 20105 with flag 2735001/2987023
1247.38/649.75	c cleaning 9981 clauses out of 20107 with flag 2745000/2997022
1251.47/651.93	c cleaning 10006 clauses out of 20127 with flag 2755001/3007023
1255.09/653.81	c cleaning 10046 clauses out of 20120 with flag 2765000/3017022
1259.08/655.98	c cleaning 10000 clauses out of 20074 with flag 2775000/3027022
1263.29/658.13	c cleaning 10007 clauses out of 20074 with flag 2785000/3037022
1267.36/660.39	c cleaning 9960 clauses out of 20068 with flag 2795001/3047023
1272.35/662.93	c cleaning 10032 clauses out of 20109 with flag 2805002/3057024
1276.97/665.31	c cleaning 10003 clauses out of 20076 with flag 2815001/3067023
1280.97/667.41	c cleaning 10017 clauses out of 20074 with flag 2825002/3077024
1285.22/669.71	c cleaning 10000 clauses out of 20055 with flag 2835000/3087022
1289.04/671.71	c cleaning 10019 clauses out of 20055 with flag 2845000/3097022
1293.25/673.90	c cleaning 9963 clauses out of 20036 with flag 2855000/3107022
1297.45/676.12	c cleaning 10006 clauses out of 20073 with flag 2865000/3117022
1301.72/678.48	c cleaning 10013 clauses out of 20067 with flag 2875000/3127022
1305.93/680.66	c cleaning 9997 clauses out of 20054 with flag 2885000/3137022
1309.93/682.74	c cleaning 10000 clauses out of 20057 with flag 2895000/3147022
1314.33/685.03	c cleaning 9964 clauses out of 20058 with flag 2905001/3157023
1318.58/687.38	c cleaning 10007 clauses out of 20093 with flag 2915000/3167022
1322.59/689.42	c cleaning 10015 clauses out of 20086 with flag 2925000/3177022
1326.79/691.60	c cleaning 9992 clauses out of 20071 with flag 2935000/3187022
1330.99/693.82	c cleaning 10002 clauses out of 20079 with flag 2945000/3197022
1335.27/696.19	c cleaning 10015 clauses out of 20080 with flag 2955003/3207025
1336.46/696.80	c cleaning 0 clauses out of 11968 with flag 0/11973
1339.67/698.59	c cleaning 10017 clauses out of 20063 with flag 2965001/3217023
1344.04/700.89	c cleaning 9991 clauses out of 20045 with flag 2975000/3227022
1348.31/703.19	c cleaning 10010 clauses out of 20054 with flag 2985000/3237022
1352.70/705.45	c cleaning 9996 clauses out of 20044 with flag 2995000/3247022
1357.10/707.75	c cleaning 10008 clauses out of 20051 with flag 3005003/3257025
1361.51/710.07	c cleaning 9976 clauses out of 20042 with flag 3015002/3267024
1366.19/712.59	c cleaning 9992 clauses out of 20065 with flag 3025001/3277023
1370.41/714.78	c cleaning 9981 clauses out of 20072 with flag 3035000/3287022
1375.02/717.19	c cleaning 10001 clauses out of 20092 with flag 3045001/3297023
1379.21/719.35	c cleaning 10037 clauses out of 20090 with flag 3055000/3307022
1383.87/721.86	c cleaning 10007 clauses out of 20056 with flag 3065003/3317025
1388.07/724.07	c cleaning 9997 clauses out of 20046 with flag 3075000/3327022
1392.28/726.28	c cleaning 9999 clauses out of 20050 with flag 3085001/3337023
1396.87/728.64	c cleaning 10006 clauses out of 20050 with flag 3095000/3347022
1401.73/731.23	c cleaning 9999 clauses out of 20045 with flag 3105001/3357023
1405.92/733.45	c cleaning 9988 clauses out of 20046 with flag 3115001/3367023
1410.11/735.65	c cleaning 10007 clauses out of 20058 with flag 3125001/3377023
1414.51/737.93	c cleaning 10015 clauses out of 20051 with flag 3135001/3387023
1418.80/740.27	c cleaning 10001 clauses out of 20035 with flag 3145000/3397022
1422.99/742.46	c cleaning 9991 clauses out of 20034 with flag 3155000/3407022
1427.40/744.73	c cleaning 10005 clauses out of 20043 with flag 3165000/3417022
1431.61/746.93	c cleaning 9977 clauses out of 20040 with flag 3175002/3427024
1435.86/749.23	c cleaning 10012 clauses out of 20062 with flag 3185001/3437023
1440.05/751.44	c cleaning 10002 clauses out of 20049 with flag 3195000/3447022
1444.44/753.72	c cleaning 9986 clauses out of 20047 with flag 3205000/3457022
1448.43/755.84	c cleaning 10018 clauses out of 20061 with flag 3215000/3467022
1452.69/758.15	c cleaning 9999 clauses out of 20043 with flag 3225000/3477022
1456.70/760.30	c cleaning 10006 clauses out of 20045 with flag 3235001/3487023
1460.70/762.38	c cleaning 9999 clauses out of 20038 with flag 3245000/3497022
1464.89/764.59	c cleaning 10012 clauses out of 20039 with flag 3255000/3507022
1469.35/766.95	c cleaning 10001 clauses out of 20027 with flag 3265000/3517022
1473.54/769.11	c cleaning 10009 clauses out of 20029 with flag 3275003/3527025
1477.53/771.27	c cleaning 9991 clauses out of 20017 with flag 3285000/3537022
1481.32/773.29	c cleaning 9997 clauses out of 20026 with flag 3295000/3547022
1485.55/775.57	c cleaning 9998 clauses out of 20030 with flag 3305001/3557023
1489.74/777.78	c cleaning 10009 clauses out of 20034 with flag 3315003/3567025
1493.95/779.99	c cleaning 9980 clauses out of 20022 with flag 3325000/3577022
1497.94/782.08	c cleaning 10004 clauses out of 20043 with flag 3335001/3587023
1502.39/784.43	c cleaning 10001 clauses out of 20038 with flag 3345000/3597022
1506.38/786.56	c cleaning 9999 clauses out of 20039 with flag 3355002/3607024
1510.58/788.71	c cleaning 9990 clauses out of 20039 with flag 3365001/3617023
1514.58/790.86	c cleaning 10004 clauses out of 20048 with flag 3375000/3627022
1519.01/793.24	c cleaning 10015 clauses out of 20047 with flag 3385003/3637025
1523.21/795.42	c cleaning 10004 clauses out of 20031 with flag 3395002/3647024
1527.21/797.55	c cleaning 9986 clauses out of 20025 with flag 3405000/3657022
1531.19/799.67	c cleaning 9999 clauses out of 20039 with flag 3415000/3667022
1535.64/802.02	c cleaning 10007 clauses out of 20040 with flag 3425000/3677022
1540.03/804.31	c cleaning 9995 clauses out of 20034 with flag 3435001/3687023
1544.24/806.53	c cleaning 10004 clauses out of 20039 with flag 3445001/3697023
1548.23/808.61	c cleaning 10000 clauses out of 20035 with flag 3455001/3707023
1552.27/810.83	c cleaning 9979 clauses out of 20034 with flag 3465000/3717022
1556.27/812.99	c cleaning 10019 clauses out of 20055 with flag 3475000/3727022
1560.45/815.16	c cleaning 10006 clauses out of 20038 with flag 3485002/3737024
1564.63/817.36	c cleaning 10004 clauses out of 20032 with flag 3495002/3747024
1568.68/819.57	c cleaning 9984 clauses out of 20027 with flag 3505001/3757023
1572.86/821.74	c cleaning 10000 clauses out of 20043 with flag 3515001/3767023
1576.84/823.89	c cleaning 10005 clauses out of 20042 with flag 3525000/3777022
1581.22/826.12	c cleaning 10004 clauses out of 20037 with flag 3535000/3787022
1585.28/828.33	c cleaning 10000 clauses out of 20033 with flag 3545000/3797022
1589.47/830.51	c cleaning 9996 clauses out of 20033 with flag 3555000/3807022
1593.46/832.65	c cleaning 10002 clauses out of 20038 with flag 3565001/3817023
1597.46/834.77	c cleaning 9990 clauses out of 20035 with flag 3575000/3827022
1601.71/837.07	c cleaning 10001 clauses out of 20047 with flag 3585002/3837024
1606.28/839.41	c cleaning 10005 clauses out of 20045 with flag 3595001/3847023
1610.27/841.53	c cleaning 10007 clauses out of 20039 with flag 3605000/3857022
1614.46/843.78	c cleaning 10001 clauses out of 20032 with flag 3615000/3867022
1618.68/846.00	c cleaning 9998 clauses out of 20034 with flag 3625003/3877025
1622.49/848.10	c cleaning 10009 clauses out of 20033 with flag 3635000/3887022
1626.89/850.33	c cleaning 9972 clauses out of 20024 with flag 3645000/3897022
1631.26/852.67	c cleaning 10008 clauses out of 20054 with flag 3655002/3907024
1635.87/855.10	c cleaning 9990 clauses out of 20044 with flag 3665000/3917022
1640.26/857.45	c cleaning 10008 clauses out of 20055 with flag 3675001/3927023
1644.44/859.61	c cleaning 10001 clauses out of 20046 with flag 3685000/3937022
1648.61/861.80	c cleaning 10008 clauses out of 20047 with flag 3695002/3947024
1653.06/864.22	c cleaning 9983 clauses out of 20037 with flag 3705000/3957022
1657.43/866.51	c cleaning 10002 clauses out of 20054 with flag 3715000/3967022
1661.40/868.65	c cleaning 10019 clauses out of 20052 with flag 3725000/3977022
1665.58/870.90	c cleaning 9994 clauses out of 20034 with flag 3735001/3987023
1669.82/873.16	c cleaning 9997 clauses out of 20042 with flag 3745003/3997025
1674.20/875.42	c cleaning 10001 clauses out of 20044 with flag 3755002/4007024
1677.98/877.41	c cleaning 9997 clauses out of 20041 with flag 3765000/4017022
1681.78/879.48	c cleaning 10014 clauses out of 20045 with flag 3775001/4027023
1686.24/881.84	c cleaning 9986 clauses out of 20031 with flag 3785001/4037023
1690.01/883.81	c cleaning 10007 clauses out of 20046 with flag 3795002/4047024
1694.19/886.00	c cleaning 9998 clauses out of 20039 with flag 3805002/4057024
1698.38/888.20	c cleaning 9994 clauses out of 20042 with flag 3815003/4067025
1702.42/890.49	c cleaning 10014 clauses out of 20046 with flag 3825001/4077023
1706.59/892.66	c cleaning 10011 clauses out of 20036 with flag 3835005/4087027
1710.78/894.82	c cleaning 9995 clauses out of 20021 with flag 3845001/4097023
1714.74/896.93	c cleaning 10002 clauses out of 20026 with flag 3855001/4107023
1718.97/899.28	c cleaning 9991 clauses out of 20024 with flag 3865001/4117023
1723.34/901.53	c cleaning 10000 clauses out of 20032 with flag 3875000/4127022
1727.30/903.67	c cleaning 9981 clauses out of 20033 with flag 3885001/4137023
1731.49/905.81	c cleaning 9993 clauses out of 20052 with flag 3895001/4147023
1735.95/908.22	c cleaning 10013 clauses out of 20061 with flag 3905003/4157025
1739.92/910.31	c cleaning 10009 clauses out of 20045 with flag 3915000/4167022
1743.90/912.48	c cleaning 10011 clauses out of 20037 with flag 3925001/4177023
1748.06/914.60	c cleaning 9997 clauses out of 20028 with flag 3935003/4187025
1752.26/916.97	c cleaning 9999 clauses out of 20028 with flag 3945000/4197022
1756.43/919.18	c cleaning 9992 clauses out of 20029 with flag 3955000/4207022
1760.60/921.35	c cleaning 9994 clauses out of 20040 with flag 3965003/4217025
1764.77/923.58	c cleaning 10011 clauses out of 20044 with flag 3975001/4227023
1768.81/925.79	c cleaning 10001 clauses out of 20033 with flag 3985001/4237023
1772.99/927.90	c cleaning 10003 clauses out of 20033 with flag 3995002/4247024
1777.49/930.38	c cleaning 9987 clauses out of 20029 with flag 4005001/4257023
1781.65/932.54	c cleaning 9985 clauses out of 20041 with flag 4015000/4267022
1785.68/934.73	c cleaning 9992 clauses out of 20056 with flag 4025000/4277022
1789.84/936.93	c cleaning 10000 clauses out of 20064 with flag 4035000/4287022
1793.81/939.06	c cleaning 10009 clauses out of 20066 with flag 4045002/4297024
1797.97/941.20	c cleaning 10012 clauses out of 20056 with flag 4055001/4307023
1800.04/942.41	c starts		: 260
1800.04/942.41	c conflicts		: 4311881
1800.04/942.41	c decisions		: 5717406
1800.04/942.41	c propagations		: 324693016
1800.04/942.41	c inspects		: 9169285289
1800.04/942.41	c shortcuts		: 0
1800.04/942.41	c learnt literals	: 0
1800.04/942.41	c learnt binary clauses	: 0
1800.04/942.41	c learnt ternary clauses	: 14
1800.04/942.41	c learnt constraints	: 4311881
1800.04/942.41	c ignored constraints	: 0
1800.04/942.41	c root simplifications	: 0
1800.04/942.41	c removed literals (reason simplification)	: 94145352
1800.04/942.41	c reason swapping (by a shorter reason)	: 0
1800.04/942.41	c Calls to reduceDB	: 434
1800.04/942.41	c number of reductions to clauses (during analyze)	: 0
1800.04/942.41	c number of learned constraints concerned by reduction	: 0
1800.04/942.41	c number of learning phase by resolution	: 0
1800.04/942.41	c number of learning phase by cutting planes	: 0
1800.04/942.41	c speed (assignments/second)	: 364336.1333316876
1800.04/942.41	c non guided choices	83
1800.04/942.42	c learnt constraints type 
1800.04/942.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14921
1800.04/942.42	c constraints type 
1800.04/942.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.04/942.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.04/942.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.04/942.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1800.04/942.42	c constraints type 
1800.04/942.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1800.04/942.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1800.04/942.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.04/942.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.04/942.42	s SATISFIABLE
1800.04/942.42	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 
1800.04/942.42	c objective function=64
1800.04/942.42	c Total wall clock time (in seconds): 942.276

Verifier Data

OK	64

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731886-1338683811/watcher-3731886-1338683811 -o /tmp/evaluation-result-3731886-1338683811/solver-3731886-1338683811 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731886-1338683811.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.33 3.52 3.58 4/197 6605
/proc/meminfo: memFree=27712608/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/6605/stat : 6605 (java) R 6603 6605 2935 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 334505497 2560000 46 33554432000 1073741824 1073778376 140734114977120 140734114974248 239228513575 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6605/statm: 625 46 37 9 0 29 0

[startup+0.0478831 s]
/proc/loadavg: 3.33 3.52 3.58 4/197 6605
/proc/meminfo: memFree=27712608/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11044572 CPUtime=0.02 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 4546 0 1 0 1 1 0 0 20 0 10 0 334505497 11309641728 11377 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2761143 11378 1536 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100258 s]
/proc/loadavg: 3.33 3.52 3.58 4/197 6605
/proc/meminfo: memFree=27712608/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 4943 0 1 0 5 1 0 0 20 0 18 0 334505497 11864465408 12794 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2896598 12794 1766 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.30022 s]
/proc/loadavg: 3.33 3.52 3.58 4/197 6605
/proc/meminfo: memFree=27712608/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11586392 CPUtime=0.42 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 6862 0 1 0 41 1 0 0 20 0 18 0 334505497 11864465408 15802 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2896598 15802 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700284 s]
/proc/loadavg: 3.33 3.52 3.58 4/197 6605
/proc/meminfo: memFree=27712608/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=1.57 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 14606 0 1 0 152 5 0 0 20 0 19 0 334505497 12137111552 23710 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 23710 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 11852648

[startup+1.50057 s]
/proc/loadavg: 3.33 3.52 3.58 5/216 6630
/proc/meminfo: memFree=27617668/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=1.92 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 15225 0 1 0 185 7 0 0 20 0 22 0 334505497 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 28307 2262 9 0 2953849 0
[pid=6605/tid=6607] ppid=6603 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/6605/task/6607/stat : 6607 (java) S 6603 6605 2935 0 -1 4202560 3903 0 1 0 39 2 0 0 20 0 22 0 334505499 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181923431576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6608] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6608/stat : 6608 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181898836392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6609] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6609/stat : 6609 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181897783848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6610] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6610/stat : 6610 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181896730792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) R 6603 6605 2935 0 -1 4202560 6327 0 0 0 55 1 0 0 20 0 22 0 334505506 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181736405816 140181929887337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) R 6603 6605 2935 0 -1 4202560 3677 0 0 0 47 0 0 0 20 0 22 0 334505506 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181735353272 239237345972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 28307 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 11852648

[startup+3.10064 s]
/proc/loadavg: 3.33 3.52 3.58 6/219 6636
/proc/meminfo: memFree=27548096/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=4.55 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 23100 0 1 0 437 18 0 0 20 0 22 0 334505497 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 111018 2291 9 0 2953849 0
[pid=6605/tid=6607] ppid=6603 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/6605/task/6607/stat : 6607 (java) S 6603 6605 2935 0 -1 4202560 3903 0 1 0 39 2 0 0 20 0 22 0 334505499 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181923431576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6608] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6608/stat : 6608 (java) S 6603 6605 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181898836392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6609] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6609/stat : 6609 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181897783848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6610] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6610/stat : 6610 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181896730792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 334505503 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) S 6603 6605 2935 0 -1 4202560 8973 0 0 0 79 1 0 0 20 0 22 0 334505506 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181736405816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) S 6603 6605 2935 0 -1 4202560 8679 0 0 0 93 0 0 0 20 0 22 0 334505506 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181735353272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 111018 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.38 3.52 3.58 5/219 6639
/proc/meminfo: memFree=27006060/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=10.94 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 23292 0 1 0 1070 24 0 0 20 0 22 0 334505497 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 179579 2291 9 0 2953849 0
[pid=6605/tid=6607] ppid=6603 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/6605/task/6607/stat : 6607 (java) S 6603 6605 2935 0 -1 4202560 3903 0 1 0 39 2 0 0 20 0 22 0 334505499 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181923431576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6608] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6608/stat : 6608 (java) S 6603 6605 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181898836392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6609] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6609/stat : 6609 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181897783848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6610] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6610/stat : 6610 (java) S 6603 6605 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181896730792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334505501 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 63 0 0 0 15 0 0 0 20 0 22 0 334505503 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) S 6603 6605 2935 0 -1 4202560 8976 0 0 0 86 1 0 0 20 0 22 0 334505506 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181736405816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) S 6603 6605 2935 0 -1 4202560 8685 0 0 0 97 0 0 0 20 0 22 0 334505506 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181735353272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6637] ppid=6603 vsize=11852648 CPUtime=3.6 cores=0,2,4,6
/proc/6605/task/6637/stat : 6637 (java) R 6603 6605 2935 0 -1 4202560 9 0 0 0 360 0 0 0 20 0 22 0 334505743 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181732193352 140181777442420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6638] ppid=6603 vsize=11852648 CPUtime=3.61 cores=0,2,4,6
/proc/6605/task/6638/stat : 6638 (java) R 6603 6605 2935 0 -1 4202560 228 0 0 0 354 7 0 0 20 0 22 0 334505743 12137111552 179579 33554432000 1073741824 1073778376 140734556773328 140181731138520 140181777409849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 187 0 0 0 197 2 0 0 20 0 22 0 334505501 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=2.02 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 195 0 0 0 200 2 0 0 20 0 22 0 334505501 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=2.03 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 211 0 0 0 201 2 0 0 20 0 22 0 334505501 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=2.09 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 169 0 0 0 207 2 0 0 20 0 22 0 334505501 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 161 0 0 0 197 2 0 0 20 0 22 0 334505501 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=80.55 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 185 0 0 0 8047 8 0 0 20 0 22 0 334505503 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) S 6603 6605 2935 0 -1 4202560 12218 0 0 0 147 1 0 0 20 0 22 0 334505506 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181736405816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) S 6603 6605 2935 0 -1 4202560 8686 0 0 0 106 0 0 0 20 0 22 0 334505506 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181735353272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 51 0 0 0 20 14 0 0 20 0 22 0 334505506 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6646] ppid=6603 vsize=11852648 CPUtime=745.62 cores=0,2,4,6
/proc/6605/task/6646/stat : 6646 (java) R 6603 6605 2935 0 -1 4202560 144 0 0 0 74550 12 0 0 20 0 22 0 334510620 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181732192968 140181777217783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6647] ppid=6603 vsize=11852648 CPUtime=745.57 cores=0,2,4,6
/proc/6605/task/6647/stat : 6647 (java) R 6603 6605 2935 0 -1 4202560 80 0 0 0 74543 14 0 0 20 0 22 0 334510620 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181731138528 140181777409392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6648] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6648/stat : 6648 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334510620 12137111552 267627 33554432000 1073741824 1073778376 140734556773328 140181730087976 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1687.01
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.48 3.59 3.61 3/219 6806
/proc/meminfo: memFree=27218836/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=1799.83 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 28781 0 1 0 179910 73 0 0 20 0 22 0 334505497 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 268751 2292 9 0 2953849 0
[pid=6605/tid=6607] ppid=6603 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/6605/task/6607/stat : 6607 (java) S 6603 6605 2935 0 -1 4202560 4137 0 1 0 42 4 0 0 20 0 22 0 334505499 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181923431576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6608] ppid=6603 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/6605/task/6608/stat : 6608 (java) S 6603 6605 2935 0 -1 4202560 169 0 0 0 215 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181898836392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6609] ppid=6603 vsize=11852648 CPUtime=2.16 cores=0,2,4,6
/proc/6605/task/6609/stat : 6609 (java) S 6603 6605 2935 0 -1 4202560 206 0 0 0 214 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181897783848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6610] ppid=6603 vsize=11852648 CPUtime=2.11 cores=0,2,4,6
/proc/6605/task/6610/stat : 6610 (java) S 6603 6605 2935 0 -1 4202560 185 0 0 0 209 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181896730792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=2.16 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 202 0 0 0 214 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 212 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 222 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 179 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=2.13 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 174 0 0 0 211 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=88.17 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 191 0 0 0 8808 9 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) S 6603 6605 2935 0 -1 4202560 12218 0 0 0 147 1 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181736405816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) S 6603 6605 2935 0 -1 4202560 8686 0 0 0 106 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181735353272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 55 0 0 0 22 15 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6646] ppid=6603 vsize=11852648 CPUtime=797.5 cores=0,2,4,6
/proc/6605/task/6646/stat : 6646 (java) R 6603 6605 2935 0 -1 4202560 148 0 0 0 79737 13 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181732192848 140181777217831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6647] ppid=6603 vsize=11852648 CPUtime=797.44 cores=0,2,4,6
/proc/6605/task/6647/stat : 6647 (java) R 6603 6605 2935 0 -1 4202560 82 0 0 0 79729 15 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181731138448 140181777364276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6648] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6648/stat : 6648 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181730087976 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.83
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+942.401 s]
/proc/loadavg: 3.48 3.59 3.61 5/219 6806
/proc/meminfo: memFree=27218836/32873844 swapFree=7644/7644
[pid=6605] ppid=6603 vsize=11852648 CPUtime=1800.04 cores=0,2,4,6
/proc/6605/stat : 6605 (java) S 6603 6605 2935 0 -1 4202496 28781 0 1 0 179931 73 0 0 20 0 22 0 334505497 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140734556764464 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6605/statm: 2963162 268751 2292 9 0 2953849 0
[pid=6605/tid=6607] ppid=6603 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/6605/task/6607/stat : 6607 (java) S 6603 6605 2935 0 -1 4202560 4137 0 1 0 42 4 0 0 20 0 22 0 334505499 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181923431576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6608] ppid=6603 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/6605/task/6608/stat : 6608 (java) S 6603 6605 2935 0 -1 4202560 169 0 0 0 215 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181898836392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6609] ppid=6603 vsize=11852648 CPUtime=2.16 cores=0,2,4,6
/proc/6605/task/6609/stat : 6609 (java) S 6603 6605 2935 0 -1 4202560 206 0 0 0 214 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181897783848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6610] ppid=6603 vsize=11852648 CPUtime=2.11 cores=0,2,4,6
/proc/6605/task/6610/stat : 6610 (java) S 6603 6605 2935 0 -1 4202560 185 0 0 0 209 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181896730792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6611] ppid=6603 vsize=11852648 CPUtime=2.16 cores=0,2,4,6
/proc/6605/task/6611/stat : 6611 (java) S 6603 6605 2935 0 -1 4202560 202 0 0 0 214 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181895678248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6612] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6612/stat : 6612 (java) S 6603 6605 2935 0 -1 4202560 212 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181755972520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6613] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6613/stat : 6613 (java) S 6603 6605 2935 0 -1 4202560 222 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181754919976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6614] ppid=6603 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/6605/task/6614/stat : 6614 (java) S 6603 6605 2935 0 -1 4202560 179 0 0 0 216 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181753866920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6615] ppid=6603 vsize=11852648 CPUtime=2.13 cores=0,2,4,6
/proc/6605/task/6615/stat : 6615 (java) S 6603 6605 2935 0 -1 4202560 174 0 0 0 211 2 0 0 20 0 22 0 334505501 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181752814376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6616] ppid=6603 vsize=11852648 CPUtime=88.17 cores=0,2,4,6
/proc/6605/task/6616/stat : 6616 (java) S 6603 6605 2935 0 -1 4202560 191 0 0 0 8808 9 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181740616040 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6617] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6617/stat : 6617 (java) S 6603 6605 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181739562360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6618] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6618/stat : 6618 (java) S 6603 6605 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334505503 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181738509192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6619] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6619/stat : 6619 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181737457936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6605/tid=6620] ppid=6603 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/6605/task/6620/stat : 6620 (java) S 6603 6605 2935 0 -1 4202560 12218 0 0 0 147 1 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181736405816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6621] ppid=6603 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/6605/task/6621/stat : 6621 (java) S 6603 6605 2935 0 -1 4202560 8686 0 0 0 106 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181735353272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6622] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6622/stat : 6622 (java) S 6603 6605 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181734300408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6623] ppid=6603 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/6605/task/6623/stat : 6623 (java) S 6603 6605 2935 0 -1 4202560 55 0 0 0 22 15 0 0 20 0 22 0 334505506 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181733248072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6627] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6627/stat : 6627 (java) S 6603 6605 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334505543 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181729035176 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6605/tid=6646] ppid=6603 vsize=11852648 CPUtime=797.61 cores=0,2,4,6
/proc/6605/task/6646/stat : 6646 (java) R 6603 6605 2935 0 -1 4202560 148 0 0 0 79748 13 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181732192848 140181777442392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6605/tid=6647] ppid=6603 vsize=11852648 CPUtime=797.55 cores=0,2,4,6
/proc/6605/task/6647/stat : 6647 (java) R 6603 6605 2935 0 -1 4202560 82 0 0 0 79740 15 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181731138448 140181777410491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6605/tid=6648] ppid=6603 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6605/task/6648/stat : 6648 (java) S 6603 6605 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334510620 12137111552 268751 33554432000 1073741824 1073778376 140734556773328 140181730087976 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6605 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=19115
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=131827
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0699997
#  lost CPU user time (s): 0.0699997
#  lost CPU system time (s): 0

Real time (s): 942.432
CPU time (s): 1800.11
CPU user time (s): 1799.38
CPU system time (s): 0.73
CPU usage (%): 191.007
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 1.13183
maximum resident set size= 1075120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28813
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34614
involuntary context switches= 39982

runsolver used 3.43048 second user time and 8.70468 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 02:36:51
IDJOB=3731886
IDBENCH=2007
IDSOLVER=2328
FILE ID=node147/3731886-1338683811
RUNJOBID= node147-1338678629-2954
PBS_JOBID= 14636666
Free space on /tmp= 70784 MiB

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

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1386861161

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27712872 kB
Buffers:          434112 kB
Cached:          2525560 kB
SwapCached:         3380 kB
Active:          2765048 kB
Inactive:        1530000 kB
Active(anon):    1330804 kB
Inactive(anon):     5920 kB
Active(file):    1434244 kB
Inactive(file):  1524080 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1343604 kB
Mapped:            17596 kB
Shmem:                 0 kB
Slab:             721000 kB
SReclaimable:     162048 kB
SUnreclaim:       558952 kB
KernelStack:        1640 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 02:52:35