Trace number 3454491

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)64 1800.24 947.587

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.06
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454491-1307188483.opb
0.11/0.11	c reading problem ... 
0.74/0.40	c ... done. Wall clock time 0.293s.
0.74/0.40	c #vars     540
0.74/0.40	c #constraints  4626
0.74/0.40	c constraints type 
0.74/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.74/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.74/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.74/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.74/0.40	c constraints type 
0.74/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.74/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.74/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.74/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
1.13/0.54	c  And the winner is Resolution
1.54/0.91	c SATISFIABLE
1.54/0.91	c OPTIMIZING...
1.54/0.91	c Got one! Elapsed wall clock time (in seconds):0.802
1.54/0.91	o 76
1.54/0.94	c  And the winner is Resolution
1.69/1.42	c Got one! Elapsed wall clock time (in seconds):1.306
1.69/1.42	o 74
1.69/1.49	c  And the winner is Resolution
2.25/1.92	c Got one! Elapsed wall clock time (in seconds):1.81
2.25/1.92	o 72
2.90/2.26	c  And the winner is Resolution
3.04/2.43	c Got one! Elapsed wall clock time (in seconds):2.322
3.04/2.43	o 70
3.80/2.85	c cleaning 3321 clauses out of 6645 with flag 3004/6645
5.65/3.77	c cleaning 4657 clauses out of 9321 with flag 9001/12642
8.10/4.93	c cleaning 5829 clauses out of 11663 with flag 16000/19641
10.67/6.24	c cleaning 6912 clauses out of 13835 with flag 24001/27642
13.65/7.80	c cleaning 7953 clauses out of 15922 with flag 33000/36641
17.61/9.73	c cleaning 8966 clauses out of 17969 with flag 43000/46641
21.36/11.69	c cleaning 9501 clauses out of 19003 with flag 53000/56641
25.51/13.72	c cleaning 9731 clauses out of 19503 with flag 63001/66642
29.43/15.79	c cleaning 9872 clauses out of 19771 with flag 73000/76641
33.77/17.91	c cleaning 9921 clauses out of 19900 with flag 83001/86642
37.91/20.02	c cleaning 9953 clauses out of 19978 with flag 93000/96641
41.85/22.05	c cleaning 9923 clauses out of 20026 with flag 103001/106642
45.77/24.01	c cleaning 10029 clauses out of 20103 with flag 113001/116642
49.70/26.03	c cleaning 10029 clauses out of 20074 with flag 123001/126642
53.83/28.13	c cleaning 10017 clauses out of 20045 with flag 133001/136642
58.36/30.48	c cleaning 9993 clauses out of 20028 with flag 143001/146642
62.86/32.71	c cleaning 10011 clauses out of 20034 with flag 153000/156641
67.21/34.91	c cleaning 10003 clauses out of 20024 with flag 163001/166642
71.13/36.97	c cleaning 10008 clauses out of 20021 with flag 173001/176642
75.85/39.36	c cleaning 10003 clauses out of 20013 with flag 183001/186642
79.93/41.47	c cleaning 9982 clauses out of 20009 with flag 193000/196641
84.25/43.67	c cleaning 9997 clauses out of 20028 with flag 203001/206642
88.57/45.86	c cleaning 9989 clauses out of 20030 with flag 213000/216641
90.68/46.95	c  And the winner is Resolution
90.87/47.36	c Got one! Elapsed wall clock time (in seconds):47.249
90.87/47.36	o 68
92.95/48.46	c cleaning 10154 clauses out of 20322 with flag 5003/226922
94.22/49.18	c  And the winner is Resolution
94.41/49.37	c Got one! Elapsed wall clock time (in seconds):49.264
94.41/49.37	o 66
95.06/49.77	c cleaning 7663 clauses out of 15379 with flag 2000/232133
97.57/51.07	c cleaning 6837 clauses out of 13717 with flag 8001/238134
100.29/52.48	c cleaning 6927 clauses out of 13880 with flag 15001/245134
102.80/53.79	c  And the winner is Resolution
102.99/53.90	c Got one! Elapsed wall clock time (in seconds):53.784
102.99/53.90	o 64
105.51/55.18	c cleaning 9417 clauses out of 18841 with flag 5000/257022
108.33/56.60	c cleaning 7702 clauses out of 15424 with flag 11000/263022
111.04/58.03	c cleaning 7356 clauses out of 14723 with flag 18001/270023
114.16/59.63	c cleaning 7676 clauses out of 15366 with flag 26000/278022
117.27/61.29	c cleaning 8331 clauses out of 16691 with flag 35001/287023
120.94/63.11	c cleaning 9166 clauses out of 18360 with flag 45001/297023
124.45/64.99	c cleaning 9576 clauses out of 19195 with flag 55002/307024
128.55/67.05	c cleaning 9770 clauses out of 19618 with flag 65001/317023
132.66/69.14	c cleaning 9889 clauses out of 19847 with flag 75000/327022
136.92/71.31	c cleaning 9906 clauses out of 19958 with flag 85000/337022
140.63/73.26	c cleaning 9966 clauses out of 20054 with flag 95002/347024
144.53/75.26	c cleaning 9985 clauses out of 20087 with flag 105001/357023
148.83/77.44	c cleaning 9981 clauses out of 20102 with flag 115001/367023
153.51/79.86	c cleaning 10038 clauses out of 20121 with flag 125001/377023
158.61/82.42	c cleaning 10028 clauses out of 20082 with flag 135000/387022
163.35/84.83	c cleaning 10004 clauses out of 20054 with flag 145000/397022
168.20/87.32	c cleaning 10005 clauses out of 20051 with flag 155001/407023
172.45/89.53	c cleaning 10016 clauses out of 20046 with flag 165001/417023
176.34/91.51	c cleaning 9967 clauses out of 20029 with flag 175000/427022
180.23/93.59	c cleaning 9968 clauses out of 20062 with flag 185000/437022
184.52/95.78	c cleaning 9996 clauses out of 20094 with flag 195000/447022
188.55/97.87	c cleaning 9954 clauses out of 20098 with flag 205000/457022
193.05/100.20	c cleaning 10007 clauses out of 20145 with flag 215001/467023
197.73/102.52	c cleaning 10060 clauses out of 20137 with flag 225000/477022
202.62/105.07	c cleaning 10031 clauses out of 20078 with flag 235001/487023
207.66/107.68	c cleaning 10007 clauses out of 20046 with flag 245000/497022
211.94/109.85	c cleaning 9978 clauses out of 20039 with flag 255000/507022
216.42/112.11	c cleaning 9999 clauses out of 20061 with flag 265000/517022
220.92/114.48	c cleaning 9991 clauses out of 20062 with flag 275000/527022
225.55/116.82	c cleaning 10020 clauses out of 20071 with flag 285000/537022
230.03/119.18	c cleaning 9985 clauses out of 20051 with flag 295000/547022
234.30/121.34	c cleaning 10012 clauses out of 20068 with flag 305002/557024
238.38/123.48	c cleaning 10023 clauses out of 20054 with flag 315000/567022
242.80/125.70	c cleaning 10006 clauses out of 20031 with flag 325000/577022
243.53/126.13	c cleaning 0 clauses out of 6474 with flag 0/6478
247.56/128.11	c cleaning 9978 clauses out of 20027 with flag 335002/587024
252.79/130.70	c cleaning 9994 clauses out of 20047 with flag 345000/597022
257.41/133.12	c cleaning 9985 clauses out of 20053 with flag 355000/607022
262.08/135.52	c cleaning 10023 clauses out of 20069 with flag 365001/617023
266.34/137.72	c cleaning 9988 clauses out of 20046 with flag 375001/627023
270.61/139.93	c cleaning 10019 clauses out of 20057 with flag 385000/637022
275.22/142.31	c cleaning 10006 clauses out of 20039 with flag 395001/647023
279.88/144.78	c cleaning 10006 clauses out of 20033 with flag 405001/657023
284.95/147.35	c cleaning 10003 clauses out of 20027 with flag 415001/667023
289.42/149.69	c cleaning 9993 clauses out of 20023 with flag 425000/677022
294.22/152.13	c cleaning 9991 clauses out of 20031 with flag 435001/687023
298.68/154.45	c cleaning 10015 clauses out of 20041 with flag 445002/697024
303.54/156.98	c cleaning 9992 clauses out of 20024 with flag 455000/707022
308.61/159.57	c cleaning 9991 clauses out of 20033 with flag 465001/717023
313.60/162.10	c cleaning 10009 clauses out of 20041 with flag 475000/727022
318.25/164.57	c cleaning 10006 clauses out of 20033 with flag 485001/737023
322.51/166.75	c cleaning 9992 clauses out of 20028 with flag 495002/747024
326.57/168.84	c cleaning 9980 clauses out of 20036 with flag 505002/757024
330.76/171.08	c cleaning 9963 clauses out of 20055 with flag 515001/767023
335.22/173.39	c cleaning 10016 clauses out of 20093 with flag 525002/777024
339.87/175.72	c cleaning 9973 clauses out of 20075 with flag 535000/787022
344.32/178.01	c cleaning 10009 clauses out of 20102 with flag 545000/797022
348.51/180.22	c cleaning 10014 clauses out of 20094 with flag 555001/807023
353.17/182.65	c cleaning 10036 clauses out of 20081 with flag 565002/817024
357.66/184.97	c cleaning 9995 clauses out of 20043 with flag 575000/827022
362.47/187.43	c cleaning 9994 clauses out of 20050 with flag 585002/837024
366.85/189.72	c cleaning 10011 clauses out of 20054 with flag 595000/847022
371.11/191.99	c cleaning 10005 clauses out of 20044 with flag 605001/857023
375.75/194.35	c cleaning 10012 clauses out of 20040 with flag 615002/867024
380.60/196.82	c cleaning 9994 clauses out of 20026 with flag 625000/877022
384.99/199.21	c cleaning 10002 clauses out of 20032 with flag 635000/887022
389.48/201.48	c cleaning 10003 clauses out of 20030 with flag 645000/897022
393.49/203.60	c cleaning 9996 clauses out of 20028 with flag 655001/907023
397.73/205.78	c cleaning 10014 clauses out of 20033 with flag 665002/917024
401.90/207.95	c cleaning 9950 clauses out of 20020 with flag 675003/927025
405.94/210.09	c cleaning 10011 clauses out of 20067 with flag 685000/937022
410.78/212.51	c cleaning 9992 clauses out of 20056 with flag 695000/947022
415.22/214.88	c cleaning 9996 clauses out of 20064 with flag 705000/957022
419.38/217.01	c cleaning 9997 clauses out of 20070 with flag 715002/967024
423.42/219.12	c cleaning 10009 clauses out of 20071 with flag 725000/977022
427.50/221.23	c cleaning 10019 clauses out of 20062 with flag 735000/987022
431.51/223.40	c cleaning 9990 clauses out of 20043 with flag 745000/997022
436.07/225.79	c cleaning 9969 clauses out of 20053 with flag 755000/1007022
440.71/228.18	c cleaning 9989 clauses out of 20084 with flag 765000/1017022
445.15/230.40	c cleaning 10009 clauses out of 20097 with flag 775002/1027024
449.39/232.68	c cleaning 10007 clauses out of 20087 with flag 785001/1037023
453.76/234.94	c cleaning 10004 clauses out of 20079 with flag 795000/1047022
457.79/237.08	c cleaning 9974 clauses out of 20076 with flag 805001/1057023
462.22/239.32	c cleaning 9994 clauses out of 20101 with flag 815000/1067022
466.46/241.55	c cleaning 10016 clauses out of 20107 with flag 825000/1077022
470.82/243.83	c cleaning 9986 clauses out of 20092 with flag 835001/1087023
474.85/245.99	c cleaning 10006 clauses out of 20105 with flag 845000/1097022
479.08/248.13	c cleaning 10035 clauses out of 20100 with flag 855001/1107023
483.71/250.57	c cleaning 10008 clauses out of 20065 with flag 865001/1117023
488.70/253.13	c cleaning 10008 clauses out of 20056 with flag 875000/1127022
493.09/255.43	c cleaning 10011 clauses out of 20048 with flag 885000/1137022
497.71/257.89	c cleaning 9979 clauses out of 20037 with flag 895000/1147022
502.74/260.44	c cleaning 10005 clauses out of 20059 with flag 905001/1157023
507.48/262.94	c cleaning 9991 clauses out of 20053 with flag 915000/1167022
512.30/265.41	c cleaning 9997 clauses out of 20063 with flag 925001/1177023
516.52/267.69	c cleaning 10005 clauses out of 20065 with flag 935000/1187022
521.14/270.06	c cleaning 9985 clauses out of 20062 with flag 945002/1197024
525.08/272.12	c cleaning 10009 clauses out of 20075 with flag 955000/1207022
529.50/274.45	c cleaning 10005 clauses out of 20066 with flag 965000/1217022
533.93/276.71	c cleaning 10003 clauses out of 20062 with flag 975001/1227023
537.94/278.83	c cleaning 9994 clauses out of 20058 with flag 985000/1237022
541.88/280.97	c cleaning 10000 clauses out of 20064 with flag 995000/1247022
546.30/283.20	c cleaning 10006 clauses out of 20064 with flag 1005000/1257022
550.72/285.56	c cleaning 9991 clauses out of 20061 with flag 1015003/1267025
555.14/287.89	c cleaning 10006 clauses out of 20068 with flag 1025001/1277023
559.67/290.29	c cleaning 10004 clauses out of 20063 with flag 1035002/1287024
563.89/292.40	c cleaning 9990 clauses out of 20058 with flag 1045001/1297023
567.71/294.48	c cleaning 10001 clauses out of 20067 with flag 1055000/1307022
571.93/296.66	c cleaning 10012 clauses out of 20066 with flag 1065000/1317022
576.25/298.91	c cleaning 9964 clauses out of 20054 with flag 1075000/1327022
580.46/301.18	c cleaning 10019 clauses out of 20093 with flag 1085003/1337025
584.87/303.50	c cleaning 9990 clauses out of 20071 with flag 1095000/1347022
589.08/305.63	c cleaning 10030 clauses out of 20085 with flag 1105004/1357026
593.21/307.88	c cleaning 10001 clauses out of 20051 with flag 1115000/1367022
597.63/310.12	c cleaning 10010 clauses out of 20052 with flag 1125002/1377024
602.04/312.48	c cleaning 9994 clauses out of 20040 with flag 1135000/1387022
606.49/314.76	c cleaning 9989 clauses out of 20046 with flag 1145000/1397022
610.97/317.19	c cleaning 10008 clauses out of 20057 with flag 1155000/1407022
615.38/319.50	c cleaning 9975 clauses out of 20049 with flag 1165000/1417022
619.78/321.76	c cleaning 10010 clauses out of 20074 with flag 1175000/1427022
624.19/324.05	c cleaning 10003 clauses out of 20064 with flag 1185000/1437022
629.12/326.64	c cleaning 10020 clauses out of 20062 with flag 1195001/1447023
633.53/328.92	c cleaning 9990 clauses out of 20041 with flag 1205000/1457022
637.98/331.27	c cleaning 10016 clauses out of 20051 with flag 1215000/1467022
642.54/333.65	c cleaning 10014 clauses out of 20038 with flag 1225003/1477025
647.25/336.13	c cleaning 10001 clauses out of 20023 with flag 1235002/1487024
651.86/338.57	c cleaning 9994 clauses out of 20021 with flag 1245001/1497023
656.91/341.19	c cleaning 9993 clauses out of 20030 with flag 1255004/1507026
661.67/343.70	c cleaning 9987 clauses out of 20033 with flag 1265000/1517022
666.38/346.19	c cleaning 9986 clauses out of 20047 with flag 1275001/1527023
671.18/348.68	c cleaning 9998 clauses out of 20060 with flag 1285000/1537022
675.82/351.10	c cleaning 10025 clauses out of 20066 with flag 1295004/1547026
680.78/353.61	c cleaning 10007 clauses out of 20037 with flag 1305000/1557022
685.49/356.16	c cleaning 10006 clauses out of 20030 with flag 1315000/1567022
690.09/358.53	c cleaning 9985 clauses out of 20025 with flag 1325001/1577023
694.49/360.88	c cleaning 10001 clauses out of 20040 with flag 1335001/1587023
699.49/363.41	c cleaning 10009 clauses out of 20038 with flag 1345000/1597022
704.40/366.01	c cleaning 9987 clauses out of 20033 with flag 1355004/1607026
709.01/368.43	c cleaning 10010 clauses out of 20042 with flag 1365000/1617022
713.22/370.71	c cleaning 10002 clauses out of 20033 with flag 1375001/1627023
717.84/373.07	c cleaning 9997 clauses out of 20030 with flag 1385000/1637022
722.50/375.50	c cleaning 9986 clauses out of 20034 with flag 1395001/1647023
726.70/377.77	c cleaning 9983 clauses out of 20047 with flag 1405000/1657022
731.49/380.20	c cleaning 9989 clauses out of 20065 with flag 1415001/1667023
736.09/382.64	c cleaning 9998 clauses out of 20075 with flag 1425000/1677022
740.39/385.01	c cleaning 10010 clauses out of 20078 with flag 1435001/1687023
745.38/387.56	c cleaning 9985 clauses out of 20067 with flag 1445000/1697022
750.17/390.04	c cleaning 9999 clauses out of 20084 with flag 1455002/1707024
754.77/392.42	c cleaning 10022 clauses out of 20083 with flag 1465000/1717022
759.70/395.06	c cleaning 10004 clauses out of 20062 with flag 1475001/1727023
764.05/397.37	c cleaning 10011 clauses out of 20062 with flag 1485005/1737027
768.44/399.64	c cleaning 9989 clauses out of 20048 with flag 1495002/1747024
772.63/401.88	c cleaning 9987 clauses out of 20057 with flag 1505000/1757022
777.12/404.29	c cleaning 10026 clauses out of 20070 with flag 1515000/1767022
781.71/406.61	c cleaning 10003 clauses out of 20045 with flag 1525001/1777023
786.10/408.97	c cleaning 9979 clauses out of 20041 with flag 1535000/1787022
791.13/411.55	c cleaning 10009 clauses out of 20062 with flag 1545000/1797022
796.58/414.42	c cleaning 10015 clauses out of 20055 with flag 1555002/1807024
801.97/417.28	c cleaning 10006 clauses out of 20039 with flag 1565001/1817023
807.16/419.97	c cleaning 10010 clauses out of 20033 with flag 1575001/1827023
812.55/422.77	c cleaning 10002 clauses out of 20024 with flag 1585002/1837024
818.04/425.63	c cleaning 9995 clauses out of 20023 with flag 1595003/1847025
823.42/428.47	c cleaning 9991 clauses out of 20025 with flag 1605000/1857022
828.81/431.29	c cleaning 9999 clauses out of 20034 with flag 1615000/1867022
834.19/434.02	c cleaning 10005 clauses out of 20037 with flag 1625002/1877024
839.87/437.02	c cleaning 9996 clauses out of 20030 with flag 1635000/1887022
845.05/439.73	c cleaning 10007 clauses out of 20034 with flag 1645000/1897022
850.23/442.42	c cleaning 10001 clauses out of 20027 with flag 1655000/1907022
855.41/445.15	c cleaning 10007 clauses out of 20026 with flag 1665000/1917022
860.70/447.96	c cleaning 10004 clauses out of 20021 with flag 1675002/1927024
866.08/450.75	c cleaning 9979 clauses out of 20015 with flag 1685000/1937022
871.46/453.60	c cleaning 10001 clauses out of 20037 with flag 1695001/1947023
877.04/456.45	c cleaning 10005 clauses out of 20035 with flag 1705000/1957022
882.32/459.25	c cleaning 10000 clauses out of 20032 with flag 1715002/1967024
887.50/461.96	c cleaning 10009 clauses out of 20033 with flag 1725003/1977025
892.67/464.67	c cleaning 9999 clauses out of 20023 with flag 1735002/1987024
898.05/467.51	c cleaning 9990 clauses out of 20023 with flag 1745001/1997023
903.52/470.31	c cleaning 9994 clauses out of 20032 with flag 1755000/2007022
907.69/472.50	c cleaning 10013 clauses out of 20040 with flag 1765002/2017024
911.67/474.69	c cleaning 9972 clauses out of 20026 with flag 1775001/2027023
915.84/476.88	c cleaning 9996 clauses out of 20053 with flag 1785000/2037022
920.12/479.18	c cleaning 10024 clauses out of 20057 with flag 1795000/2047022
924.49/481.47	c cleaning 10008 clauses out of 20035 with flag 1805002/2057024
928.86/483.70	c cleaning 9999 clauses out of 20026 with flag 1815001/2067023
933.04/485.94	c cleaning 9984 clauses out of 20026 with flag 1825000/2077022
937.72/488.51	c cleaning 10007 clauses out of 20043 with flag 1835001/2087023
942.29/490.90	c cleaning 9980 clauses out of 20035 with flag 1845000/2097022
946.86/493.23	c cleaning 9989 clauses out of 20055 with flag 1855000/2107022
951.23/495.58	c cleaning 10004 clauses out of 20066 with flag 1865000/2117022
955.50/497.86	c cleaning 10010 clauses out of 20063 with flag 1875001/2127023
960.07/500.21	c cleaning 10017 clauses out of 20054 with flag 1885002/2137024
964.04/502.39	c cleaning 9995 clauses out of 20037 with flag 1895002/2147024
968.61/504.78	c cleaning 9990 clauses out of 20040 with flag 1905000/2157022
973.32/507.28	c cleaning 10001 clauses out of 20050 with flag 1915000/2167022
978.05/509.79	c cleaning 10002 clauses out of 20049 with flag 1925000/2177022
982.82/512.29	c cleaning 10009 clauses out of 20047 with flag 1935000/2187022
987.59/514.76	c cleaning 9983 clauses out of 20039 with flag 1945001/2197023
992.10/517.17	c cleaning 10002 clauses out of 20055 with flag 1955000/2207022
996.63/519.58	c cleaning 10007 clauses out of 20053 with flag 1965000/2217022
1001.20/521.98	c cleaning 9998 clauses out of 20046 with flag 1975000/2227022
1005.96/524.49	c cleaning 10015 clauses out of 20048 with flag 1985000/2237022
1010.65/526.94	c cleaning 10013 clauses out of 20035 with flag 1995002/2247024
1015.21/529.31	c cleaning 9997 clauses out of 20020 with flag 2005000/2257022
1019.78/531.76	c cleaning 10001 clauses out of 20024 with flag 2015001/2267023
1024.35/534.15	c cleaning 9972 clauses out of 20022 with flag 2025000/2277022
1029.01/536.63	c cleaning 10020 clauses out of 20051 with flag 2035001/2287023
1033.81/539.14	c cleaning 10000 clauses out of 20031 with flag 2045001/2297023
1038.34/541.59	c cleaning 10008 clauses out of 20031 with flag 2055001/2307023
1043.11/544.03	c cleaning 10005 clauses out of 20023 with flag 2065001/2317023
1047.78/546.52	c cleaning 9996 clauses out of 20017 with flag 2075000/2327022
1052.58/549.08	c cleaning 9990 clauses out of 20022 with flag 2085001/2337023
1057.50/551.69	c cleaning 10008 clauses out of 20032 with flag 2095001/2347023
1062.66/554.32	c cleaning 9980 clauses out of 20023 with flag 2105000/2357022
1067.53/556.97	c cleaning 9997 clauses out of 20043 with flag 2115000/2367022
1072.29/559.41	c cleaning 9982 clauses out of 20047 with flag 2125001/2377023
1076.66/561.76	c cleaning 10022 clauses out of 20064 with flag 2135000/2387022
1081.21/564.18	c cleaning 10009 clauses out of 20042 with flag 2145000/2397022
1086.06/566.72	c cleaning 10007 clauses out of 20035 with flag 2155002/2407024
1090.62/569.16	c cleaning 9994 clauses out of 20026 with flag 2165000/2417022
1095.58/571.73	c cleaning 10008 clauses out of 20032 with flag 2175000/2427022
1100.34/574.23	c cleaning 10002 clauses out of 20024 with flag 2185000/2437022
1105.58/577.00	c cleaning 9988 clauses out of 20024 with flag 2195002/2447024
1110.14/579.41	c cleaning 10001 clauses out of 20034 with flag 2205000/2457022
1114.70/581.80	c cleaning 9992 clauses out of 20034 with flag 2215001/2467023
1118.86/584.07	c cleaning 10002 clauses out of 20045 with flag 2225004/2477026
1123.35/586.49	c cleaning 10009 clauses out of 20039 with flag 2235000/2487022
1127.67/588.74	c cleaning 10001 clauses out of 20030 with flag 2245000/2497022
1132.02/591.03	c cleaning 10001 clauses out of 20030 with flag 2255001/2507023
1136.37/593.31	c cleaning 10008 clauses out of 20028 with flag 2265000/2517022
1140.81/595.79	c cleaning 9958 clauses out of 20020 with flag 2275000/2527022
1145.56/598.28	c cleaning 9979 clauses out of 20062 with flag 2285000/2537022
1150.52/600.81	c cleaning 10022 clauses out of 20085 with flag 2295002/2547024
1155.07/603.25	c cleaning 10006 clauses out of 20062 with flag 2305001/2557023
1159.73/605.76	c cleaning 10022 clauses out of 20056 with flag 2315001/2567023
1163.88/607.99	c cleaning 10007 clauses out of 20033 with flag 2325000/2577022
1168.03/610.19	c cleaning 9998 clauses out of 20026 with flag 2335000/2587022
1172.38/612.49	c cleaning 10001 clauses out of 20030 with flag 2345002/2597024
1176.63/614.71	c cleaning 9977 clauses out of 20028 with flag 2355001/2607023
1181.42/617.27	c cleaning 10007 clauses out of 20050 with flag 2365000/2617022
1185.73/619.56	c cleaning 10014 clauses out of 20044 with flag 2375001/2627023
1189.88/621.78	c cleaning 10005 clauses out of 20029 with flag 2385000/2637022
1194.33/624.16	c cleaning 10005 clauses out of 20024 with flag 2395000/2647022
1198.28/626.26	c cleaning 9990 clauses out of 20019 with flag 2405000/2657022
1202.63/628.57	c cleaning 10009 clauses out of 20030 with flag 2415001/2667023
1206.98/630.82	c cleaning 10003 clauses out of 20020 with flag 2425000/2677022
1210.81/632.94	c cleaning 9981 clauses out of 20018 with flag 2435001/2687023
1215.37/635.36	c cleaning 9970 clauses out of 20036 with flag 2445000/2697022
1219.52/637.53	c cleaning 10012 clauses out of 20067 with flag 2455001/2707023
1223.66/639.72	c cleaning 9976 clauses out of 20054 with flag 2465000/2717022
1227.91/642.08	c cleaning 10000 clauses out of 20078 with flag 2475000/2727022
1232.25/644.32	c cleaning 10006 clauses out of 20081 with flag 2485003/2737025
1236.60/646.60	c cleaning 9990 clauses out of 20072 with flag 2495000/2747022
1240.54/648.76	c cleaning 9988 clauses out of 20082 with flag 2505000/2757022
1244.78/651.06	c cleaning 10012 clauses out of 20095 with flag 2515001/2767023
1249.56/653.53	c cleaning 9974 clauses out of 20083 with flag 2525001/2777023
1254.07/655.92	c cleaning 10007 clauses out of 20111 with flag 2535003/2787025
1258.41/658.28	c cleaning 10008 clauses out of 20103 with flag 2545002/2797024
1263.04/660.73	c cleaning 9994 clauses out of 20095 with flag 2555002/2807024
1267.38/663.09	c cleaning 10005 clauses out of 20100 with flag 2565001/2817023
1271.52/665.25	c cleaning 10000 clauses out of 20094 with flag 2575000/2827022
1276.06/667.64	c cleaning 9986 clauses out of 20095 with flag 2585001/2837023
1280.89/670.22	c cleaning 10013 clauses out of 20110 with flag 2595002/2847024
1285.43/672.64	c cleaning 10003 clauses out of 20098 with flag 2605003/2857025
1289.77/674.94	c cleaning 9973 clauses out of 20092 with flag 2615000/2867022
1294.31/677.33	c cleaning 10001 clauses out of 20119 with flag 2625000/2877022
1298.74/679.80	c cleaning 9987 clauses out of 20120 with flag 2635002/2887024
1303.07/682.07	c cleaning 10014 clauses out of 20132 with flag 2645001/2897023
1307.45/684.36	c cleaning 9991 clauses out of 20118 with flag 2655001/2907023
1311.94/686.77	c cleaning 10018 clauses out of 20126 with flag 2665000/2917022
1316.37/689.17	c cleaning 10002 clauses out of 20108 with flag 2675000/2927022
1318.50/690.39	c cleaning 0 clauses out of 12474 with flag 0/12478
1321.44/692.00	c cleaning 10021 clauses out of 20111 with flag 2685005/2937027
1325.97/694.33	c cleaning 10003 clauses out of 20089 with flag 2695004/2947026
1330.57/696.87	c cleaning 10004 clauses out of 20082 with flag 2705000/2957022
1334.91/699.17	c cleaning 9991 clauses out of 20078 with flag 2715000/2967022
1339.04/701.37	c cleaning 9983 clauses out of 20089 with flag 2725002/2977024
1343.18/703.57	c cleaning 9997 clauses out of 20105 with flag 2735001/2987023
1347.60/705.99	c cleaning 9981 clauses out of 20107 with flag 2745000/2997022
1351.93/708.29	c cleaning 10006 clauses out of 20127 with flag 2755001/3007023
1355.87/710.39	c cleaning 10046 clauses out of 20120 with flag 2765000/3017022
1360.40/712.79	c cleaning 10000 clauses out of 20074 with flag 2775000/3027022
1365.02/715.29	c cleaning 10007 clauses out of 20074 with flag 2785000/3037022
1369.55/717.66	c cleaning 9960 clauses out of 20068 with flag 2795001/3047023
1374.88/720.49	c cleaning 10032 clauses out of 20109 with flag 2805002/3057024
1380.01/723.15	c cleaning 10003 clauses out of 20076 with flag 2815001/3067023
1384.62/725.62	c cleaning 10017 clauses out of 20074 with flag 2825002/3077024
1389.15/728.03	c cleaning 10000 clauses out of 20055 with flag 2835000/3087022
1393.27/730.26	c cleaning 10019 clauses out of 20055 with flag 2845000/3097022
1397.81/732.70	c cleaning 9963 clauses out of 20036 with flag 2855000/3107022
1402.61/735.29	c cleaning 10006 clauses out of 20073 with flag 2865000/3117022
1407.34/737.75	c cleaning 10013 clauses out of 20067 with flag 2875000/3127022
1411.88/740.17	c cleaning 9997 clauses out of 20054 with flag 2885000/3137022
1416.21/742.50	c cleaning 10000 clauses out of 20057 with flag 2895000/3147022
1421.20/745.18	c cleaning 9964 clauses out of 20058 with flag 2905001/3157023
1425.93/747.64	c cleaning 10007 clauses out of 20093 with flag 2915000/3167022
1430.25/749.93	c cleaning 10015 clauses out of 20086 with flag 2925000/3177022
1434.78/752.35	c cleaning 9992 clauses out of 20071 with flag 2935000/3187022
1439.59/754.93	c cleaning 10002 clauses out of 20079 with flag 2945000/3197022
1444.32/757.45	c cleaning 10015 clauses out of 20080 with flag 2955003/3207025
1448.84/759.84	c cleaning 10017 clauses out of 20063 with flag 2965001/3217023
1453.58/762.38	c cleaning 9991 clauses out of 20045 with flag 2975000/3227022
1458.36/764.94	c cleaning 10010 clauses out of 20054 with flag 2985000/3237022
1463.09/767.45	c cleaning 9996 clauses out of 20044 with flag 2995000/3247022
1468.02/770.03	c cleaning 10008 clauses out of 20051 with flag 3005003/3257025
1472.94/772.62	c cleaning 9976 clauses out of 20042 with flag 3015002/3267024
1477.94/775.38	c cleaning 9992 clauses out of 20065 with flag 3025001/3277023
1482.47/777.80	c cleaning 9981 clauses out of 20072 with flag 3035000/3287022
1487.59/780.49	c cleaning 10001 clauses out of 20092 with flag 3045001/3297023
1492.12/782.88	c cleaning 10037 clauses out of 20090 with flag 3055000/3307022
1497.32/785.67	c cleaning 10007 clauses out of 20056 with flag 3065003/3317025
1502.04/788.14	c cleaning 9997 clauses out of 20046 with flag 3075000/3327022
1506.77/790.60	c cleaning 9999 clauses out of 20050 with flag 3085001/3337023
1511.73/793.24	c cleaning 10006 clauses out of 20050 with flag 3095000/3347022
1517.08/796.10	c cleaning 9999 clauses out of 20045 with flag 3105001/3357023
1521.60/798.59	c cleaning 9988 clauses out of 20046 with flag 3115001/3367023
1526.32/801.05	c cleaning 10007 clauses out of 20058 with flag 3125001/3377023
1531.04/803.59	c cleaning 10015 clauses out of 20051 with flag 3135001/3387023
1535.85/806.16	c cleaning 10001 clauses out of 20035 with flag 3145000/3397022
1540.38/808.60	c cleaning 9991 clauses out of 20034 with flag 3155000/3407022
1545.31/811.12	c cleaning 10005 clauses out of 20043 with flag 3165000/3417022
1549.83/813.57	c cleaning 9977 clauses out of 20040 with flag 3175002/3427024
1554.62/816.11	c cleaning 10012 clauses out of 20062 with flag 3185001/3437023
1559.18/818.59	c cleaning 10002 clauses out of 20049 with flag 3195000/3447022
1564.07/821.11	c cleaning 9986 clauses out of 20047 with flag 3205000/3457022
1568.39/823.49	c cleaning 10018 clauses out of 20061 with flag 3215000/3467022
1573.17/826.06	c cleaning 9999 clauses out of 20043 with flag 3225000/3477022
1577.73/828.45	c cleaning 10006 clauses out of 20045 with flag 3235001/3487023
1582.00/830.79	c cleaning 9999 clauses out of 20038 with flag 3245000/3497022
1586.71/833.26	c cleaning 10012 clauses out of 20039 with flag 3255000/3507022
1591.51/835.87	c cleaning 10001 clauses out of 20027 with flag 3265000/3517022
1596.03/838.28	c cleaning 10009 clauses out of 20029 with flag 3275003/3527025
1600.74/840.70	c cleaning 9991 clauses out of 20017 with flag 3285000/3537022
1604.86/842.94	c cleaning 9997 clauses out of 20026 with flag 3295000/3547022
1609.45/845.42	c cleaning 9998 clauses out of 20030 with flag 3305001/3557023
1613.97/847.89	c cleaning 10009 clauses out of 20034 with flag 3315003/3567025
1618.69/850.35	c cleaning 9980 clauses out of 20022 with flag 3325000/3577022
1623.04/852.68	c cleaning 10004 clauses out of 20043 with flag 3335001/3587023
1627.78/855.28	c cleaning 10001 clauses out of 20038 with flag 3345000/3597022
1632.29/857.68	c cleaning 9999 clauses out of 20039 with flag 3355002/3607024
1636.81/860.07	c cleaning 9990 clauses out of 20039 with flag 3365001/3617023
1641.33/862.46	c cleaning 10004 clauses out of 20048 with flag 3375000/3627022
1646.11/865.08	c cleaning 10015 clauses out of 20047 with flag 3385003/3637025
1650.82/867.53	c cleaning 10004 clauses out of 20031 with flag 3395002/3647024
1655.33/869.93	c cleaning 9986 clauses out of 20025 with flag 3405000/3657022
1659.64/872.31	c cleaning 9999 clauses out of 20039 with flag 3415000/3667022
1664.42/874.88	c cleaning 10007 clauses out of 20040 with flag 3425000/3677022
1669.33/877.43	c cleaning 9995 clauses out of 20034 with flag 3435001/3687023
1674.03/879.92	c cleaning 10004 clauses out of 20039 with flag 3445001/3697023
1678.35/882.24	c cleaning 10000 clauses out of 20035 with flag 3455001/3707023
1682.93/884.71	c cleaning 9979 clauses out of 20034 with flag 3465000/3717022
1687.44/887.12	c cleaning 10019 clauses out of 20055 with flag 3475000/3727022
1691.94/889.55	c cleaning 10006 clauses out of 20038 with flag 3485002/3737024
1696.65/892.01	c cleaning 10004 clauses out of 20032 with flag 3495002/3747024
1701.07/894.44	c cleaning 9984 clauses out of 20027 with flag 3505001/3757023
1705.53/896.85	c cleaning 10000 clauses out of 20043 with flag 3515001/3767023
1710.04/899.26	c cleaning 10005 clauses out of 20042 with flag 3525000/3777022
1714.74/901.74	c cleaning 10004 clauses out of 20037 with flag 3535000/3787022
1719.20/904.20	c cleaning 10000 clauses out of 20033 with flag 3545000/3797022
1723.90/906.64	c cleaning 9996 clauses out of 20033 with flag 3555000/3807022
1728.40/909.03	c cleaning 10002 clauses out of 20038 with flag 3565001/3817023
1732.71/911.39	c cleaning 9990 clauses out of 20035 with flag 3575000/3827022
1737.48/913.93	c cleaning 10001 clauses out of 20047 with flag 3585002/3837024
1742.38/916.51	c cleaning 10005 clauses out of 20045 with flag 3595001/3847023
1746.69/918.89	c cleaning 10007 clauses out of 20039 with flag 3605000/3857022
1751.60/921.41	c cleaning 10001 clauses out of 20032 with flag 3615000/3867022
1755.97/923.84	c cleaning 9998 clauses out of 20034 with flag 3625003/3877025
1760.27/926.18	c cleaning 10009 clauses out of 20033 with flag 3635000/3887022
1765.17/928.70	c cleaning 9972 clauses out of 20024 with flag 3645000/3897022
1770.07/931.33	c cleaning 10008 clauses out of 20054 with flag 3655002/3907024
1774.83/933.99	c cleaning 9990 clauses out of 20044 with flag 3665000/3917022
1779.93/936.63	c cleaning 10008 clauses out of 20055 with flag 3675001/3927023
1784.42/939.07	c cleaning 10001 clauses out of 20046 with flag 3685000/3937022
1789.12/941.52	c cleaning 10008 clauses out of 20047 with flag 3695002/3947024
1793.88/944.19	c cleaning 9983 clauses out of 20037 with flag 3705000/3957022
1798.79/946.72	c cleaning 10002 clauses out of 20054 with flag 3715000/3967022
1800.10/947.52	c starts		: 259
1800.10/947.52	c conflicts		: 3969879
1800.10/947.52	c decisions		: 5262894
1800.10/947.52	c propagations		: 298958545
1800.10/947.52	c inspects		: 8458607948
1800.10/947.52	c shortcuts		: 0
1800.10/947.52	c learnt literals	: 0
1800.10/947.52	c learnt binary clauses	: 0
1800.10/947.52	c learnt ternary clauses	: 14
1800.10/947.52	c learnt constraints	: 3969880
1800.10/947.52	c ignored constraints	: 0
1800.10/947.52	c root simplifications	: 0
1800.10/947.52	c removed literals (reason simplification)	: 87885709
1800.10/947.53	c reason swapping (by a shorter reason)	: 0
1800.10/947.53	c Calls to reduceDB	: 400
1800.10/947.53	c number of reductions to clauses (during analyze)	: 0
1800.10/947.53	c number of learned constraints concerned by reduction	: 0
1800.10/947.53	c number of learning phase by resolution	: 0
1800.10/947.53	c number of learning phase by cutting planes	: 0
1800.10/947.53	c speed (assignments/second)	: 334544.0562648971
1800.10/947.53	c non guided choices	83
1800.10/947.53	c learnt constraints type 
1800.10/947.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12939
1800.10/947.53	c constraints type 
1800.10/947.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.10/947.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.10/947.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.10/947.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1800.10/947.53	c constraints type 
1800.10/947.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1800.10/947.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1800.10/947.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.10/947.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.10/947.53	s SATISFIABLE
1800.10/947.53	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.10/947.53	c objective function=64
1800.10/947.53	c Total wall clock time (in seconds): 947.424

Verifier Data

OK	64

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.81 3.87 3.08 4/571 845
/proc/meminfo: memFree=20771552/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/845/stat : 845 (java) R 843 845 29102 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 830448680 262144 33 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253635935879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/845/statm: 77 34 25 9 0 23 0
[pid=845/tid=846] ppid=843 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) R 843 845 29102 0 -1 4202560 6933 0 1 0 0 0 0 0 25 0 2 0 830448680 10694979584 7749 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.108639 s]
/proc/loadavg: 3.81 3.87 3.08 4/571 845
/proc/meminfo: memFree=20771552/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10539452 CPUtime=0.11 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 13026 0 1 0 10 1 0 0 25 0 18 0 830448680 10792398848 12722 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2634863 12722 2107 9 0 2625597 0
[pid=845/tid=846] ppid=843 vsize=10539452 CPUtime=0.09 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) R 843 845 29102 0 -1 4202560 11266 0 1 0 8 1 0 0 18 0 18 0 830448680 10792398848 12722 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652686283 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539452

[startup+0.200588 s]
/proc/loadavg: 3.81 3.87 3.08 4/571 845
/proc/meminfo: memFree=20771552/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10541500 CPUtime=0.25 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 14203 0 1 0 24 1 0 0 25 0 18 0 830448680 10794496000 13899 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2635375 13899 2175 9 0 2626109 0
[pid=845/tid=846] ppid=843 vsize=10541500 CPUtime=0.18 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) R 843 845 29102 0 -1 4202560 12035 0 1 0 17 1 0 0 18 0 18 0 830448680 10794496000 13899 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505220097 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10541500

[startup+0.300608 s]
/proc/loadavg: 3.81 3.87 3.08 4/571 845
/proc/meminfo: memFree=20771552/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10542524 CPUtime=0.47 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 16226 0 1 0 46 1 0 0 25 0 18 0 830448680 10795544576 15651 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2635631 15652 2198 9 0 2626365 0
[pid=845/tid=846] ppid=843 vsize=10542524 CPUtime=0.28 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) R 843 845 29102 0 -1 4202560 13359 0 1 0 27 1 0 0 18 0 18 0 830448680 10795544576 15653 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505584787 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542524

[startup+0.700576 s]
/proc/loadavg: 3.81 3.87 3.08 4/571 845
/proc/meminfo: memFree=20771552/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10552780 CPUtime=1.54 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 25805 0 1 0 151 3 0 0 25 0 19 0 830448680 10806046720 23208 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2638195 23208 2237 9 0 2628929 0
[pid=845/tid=846] ppid=843 vsize=10552780 CPUtime=0.39 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 16848 0 1 0 38 1 0 0 19 0 19 0 830448680 10806046720 23208 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10552780

[startup+1.50135 s]
/proc/loadavg: 3.81 3.87 3.08 4/590 877
/proc/meminfo: memFree=20660492/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10552780 CPUtime=1.92 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 28682 0 1 0 189 3 0 0 25 0 19 0 830448680 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2638195 26084 2238 9 0 2628929 0
[pid=845/tid=846] ppid=843 vsize=10552780 CPUtime=0.39 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 16897 0 1 0 38 1 0 0 16 0 19 0 830448680 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=848] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=849] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=851] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=858] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=859] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=860] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=861] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448682 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=862] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) S 843 845 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830448683 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830448683 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830448683 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448685 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10552780 CPUtime=0.56 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) R 843 845 29102 0 -1 4202560 4281 0 0 0 56 0 0 0 19 0 19 0 830448685 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 47971092263872 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10552780 CPUtime=0.48 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) R 843 845 29102 0 -1 4202560 2598 0 0 0 48 0 0 0 18 0 19 0 830448686 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 47971088127151 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=845/tid=868] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/868/stat : 868 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830448686 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=869] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/869/stat : 869 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830448686 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=873] ppid=843 vsize=10552780 CPUtime=0 cores=1,3,5,7
/proc/845/task/873/stat : 873 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830448721 10806046720 26084 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10552780

[startup+3.10106 s]
/proc/loadavg: 3.81 3.87 3.08 5/593 883
/proc/meminfo: memFree=20545448/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10559092 CPUtime=4.43 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 106629 0 1 0 430 13 0 0 25 0 22 0 830448680 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2639773 101419 2267 9 0 2630507 0
[pid=845/tid=846] ppid=843 vsize=10559092 CPUtime=0.39 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 16944 0 1 0 38 1 0 0 15 0 22 0 830448680 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=848] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=849] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=851] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=858] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 538 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=859] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 87 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=860] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 460 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=861] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 511 0 0 0 0 0 0 0 18 0 22 0 830448682 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=862] ppid=843 vsize=10559092 CPUtime=0.02 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) S 843 845 29102 0 -1 4202560 1590 0 0 0 2 0 0 0 15 0 22 0 830448683 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830448683 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830448683 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448685 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10559092 CPUtime=0.8 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) S 843 845 29102 0 -1 4202560 5873 0 0 0 80 0 0 0 15 0 22 0 830448685 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10559092 CPUtime=0.9 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) S 843 845 29102 0 -1 4202560 5262 0 0 0 90 0 0 0 15 0 22 0 830448686 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=868] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/868/stat : 868 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448686 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=869] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/869/stat : 869 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830448686 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=873] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/873/stat : 873 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830448721 10812510208 101419 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10559092

[startup+6.30152 s]
/proc/loadavg: 3.67 3.83 3.07 5/593 892
/proc/meminfo: memFree=19983728/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10559092 CPUtime=10.84 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 184246 0 1 0 1063 21 0 0 25 0 22 0 830448680 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2639773 177890 2267 9 0 2630507 0
[pid=845/tid=846] ppid=843 vsize=10559092 CPUtime=0.39 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 16945 0 1 0 38 1 0 0 15 0 22 0 830448680 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=848] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 470 0 0 0 0 0 0 0 16 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=849] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10559092 CPUtime=0.01 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 321 0 0 0 1 0 0 0 16 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=851] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=858] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 539 0 0 0 0 0 0 0 15 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=859] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=860] ppid=843 vsize=10559092 CPUtime=0.01 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 888 0 0 0 1 0 0 0 16 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=861] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 575 0 0 0 0 0 0 0 16 0 22 0 830448682 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=862] ppid=843 vsize=10559092 CPUtime=0.13 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) R 843 845 29102 0 -1 4202560 3295 0 0 0 13 0 0 0 15 0 22 0 830448683 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 47971087793838 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830448683 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830448683 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10559092 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448685 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10559092 CPUtime=0.9 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) S 843 845 29102 0 -1 4202560 6903 0 0 0 90 0 0 0 16 0 22 0 830448685 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10559092 CPUtime=0.99 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) S 843 845 29102 0 -1 4202560 5277 0 0 0 99 0 0 0 15 0 22 0 830448686 10812510208 177890 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0

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

[pid=845/tid=907] ppid=843 vsize=10562000 CPUtime=689.11 cores=1,3,5,7
/proc/845/task/907/stat : 907 (java) R 843 845 29102 0 -1 4202560 5 0 0 0 68911 0 0 0 25 0 22 0 830454070 10815488000 271208 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505800754 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=845/tid=908] ppid=843 vsize=10562000 CPUtime=689.04 cores=1,3,5,7
/proc/845/task/908/stat : 908 (java) R 843 845 29102 0 -1 4202560 19172 0 0 0 68902 2 0 0 25 0 22 0 830454070 10815488000 271208 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505893200 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=845/tid=909] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/909/stat : 909 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830454070 10815488000 271208 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1566.19
Current children cumulated vsize (KiB) 10562000

[startup+882.321 s]
/proc/loadavg: 3.83 3.75 3.47 5/593 960
/proc/meminfo: memFree=18248900/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10562000 CPUtime=1678.54 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 280661 0 1 0 167809 45 0 0 25 0 22 0 830448680 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2640500 272269 2268 9 0 2631234 0
[pid=845/tid=846] ppid=843 vsize=10562000 CPUtime=0.4 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 17093 0 1 0 39 1 0 0 15 0 22 0 830448680 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=848] ppid=843 vsize=10562000 CPUtime=1.23 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 607 0 0 0 123 0 0 0 16 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=849] ppid=843 vsize=10562000 CPUtime=1.25 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 166 0 0 0 125 0 0 0 15 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10562000 CPUtime=1.16 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 467 0 0 0 116 0 0 0 16 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=851] ppid=843 vsize=10562000 CPUtime=1.13 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 173 0 0 0 113 0 0 0 16 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=858] ppid=843 vsize=10562000 CPUtime=1.19 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 676 0 0 0 119 0 0 0 16 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=859] ppid=843 vsize=10562000 CPUtime=1.03 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 255 0 0 0 103 0 0 0 15 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=860] ppid=843 vsize=10562000 CPUtime=1.14 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 1037 0 0 0 114 0 0 0 16 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=861] ppid=843 vsize=10562000 CPUtime=1.14 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 713 0 0 0 114 0 0 0 15 0 22 0 830448682 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=862] ppid=843 vsize=10562000 CPUtime=86.18 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) R 843 845 29102 0 -1 4202560 38734 0 0 0 8608 10 0 0 15 0 22 0 830448683 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 47971090648207 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448685 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10562000 CPUtime=0.98 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) S 843 845 29102 0 -1 4202560 7722 0 0 0 98 0 0 0 15 0 22 0 830448685 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10562000 CPUtime=1.57 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) S 843 845 29102 0 -1 4202560 6848 0 0 0 156 1 0 0 15 0 22 0 830448686 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=868] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/868/stat : 868 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448686 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=869] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/869/stat : 869 (java) S 843 845 29102 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830448686 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=873] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/873/stat : 873 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830448721 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=907] ppid=843 vsize=10562000 CPUtime=740.91 cores=1,3,5,7
/proc/845/task/907/stat : 907 (java) S 843 845 29102 0 -1 4202560 6 0 0 0 74091 0 0 0 25 0 22 0 830454070 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=908] ppid=843 vsize=10562000 CPUtime=740.84 cores=1,3,5,7
/proc/845/task/908/stat : 908 (java) S 843 845 29102 0 -1 4202560 19186 0 0 0 74082 2 0 0 25 0 22 0 830454070 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=909] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/909/stat : 909 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830454070 10815488000 272269 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1678.54
Current children cumulated vsize (KiB) 10562000

[startup+942.301 s]
/proc/loadavg: 3.67 3.69 3.46 4/593 961
/proc/meminfo: memFree=18224656/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10562000 CPUtime=1790.28 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 282149 0 1 0 178983 45 0 0 25 0 22 0 830448680 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2640500 273723 2268 9 0 2631234 0
[pid=845/tid=846] ppid=843 vsize=10562000 CPUtime=0.4 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 17105 0 1 0 39 1 0 0 15 0 22 0 830448680 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=848] ppid=843 vsize=10562000 CPUtime=1.31 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 615 0 0 0 131 0 0 0 15 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=849] ppid=843 vsize=10562000 CPUtime=1.35 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 184 0 0 0 135 0 0 0 15 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10562000 CPUtime=1.25 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 483 0 0 0 125 0 0 0 16 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=851] ppid=843 vsize=10562000 CPUtime=1.27 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 185 0 0 0 127 0 0 0 15 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=858] ppid=843 vsize=10562000 CPUtime=1.26 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 683 0 0 0 126 0 0 0 15 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=859] ppid=843 vsize=10562000 CPUtime=1.17 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 278 0 0 0 117 0 0 0 16 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=860] ppid=843 vsize=10562000 CPUtime=1.21 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 1045 0 0 0 121 0 0 0 16 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=861] ppid=843 vsize=10562000 CPUtime=1.22 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 714 0 0 0 122 0 0 0 16 0 22 0 830448682 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=862] ppid=843 vsize=10562000 CPUtime=94.69 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) S 843 845 29102 0 -1 4202560 40092 0 0 0 9459 10 0 0 16 0 22 0 830448683 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448685 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10562000 CPUtime=0.98 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) S 843 845 29102 0 -1 4202560 7722 0 0 0 98 0 0 0 15 0 22 0 830448685 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10562000 CPUtime=1.66 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) S 843 845 29102 0 -1 4202560 6856 0 0 0 165 1 0 0 15 0 22 0 830448686 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=868] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/868/stat : 868 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448686 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=869] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/869/stat : 869 (java) S 843 845 29102 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830448686 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=873] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/873/stat : 873 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830448721 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=907] ppid=843 vsize=10562000 CPUtime=792.1 cores=1,3,5,7
/proc/845/task/907/stat : 907 (java) R 843 845 29102 0 -1 4202560 7 0 0 0 79210 0 0 0 16 0 22 0 830454070 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505772535 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=845/tid=908] ppid=843 vsize=10562000 CPUtime=792.03 cores=1,3,5,7
/proc/845/task/908/stat : 908 (java) R 843 845 29102 0 -1 4202560 19198 0 0 0 79200 3 0 0 22 0 22 0 830454070 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505847604 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=845/tid=909] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/909/stat : 909 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830454070 10815488000 273723 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.28
Current children cumulated vsize (KiB) 10562000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.501 s]
/proc/loadavg: 3.69 3.70 3.46 4/593 962
/proc/meminfo: memFree=18219192/32951124 swapFree=53733252/67111528
[pid=845] ppid=843 vsize=10562000 CPUtime=1800.1 cores=1,3,5,7
/proc/845/stat : 845 (java) S 843 845 29102 0 -1 4202496 282153 0 1 0 179965 45 0 0 25 0 22 0 830448680 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/845/statm: 2640500 273725 2268 9 0 2631234 0
[pid=845/tid=846] ppid=843 vsize=10562000 CPUtime=0.4 cores=1,3,5,7
/proc/845/task/846/stat : 846 (java) S 843 845 29102 0 -1 4202560 17107 0 1 0 39 1 0 0 15 0 22 0 830448680 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=848] ppid=843 vsize=10562000 CPUtime=1.32 cores=1,3,5,7
/proc/845/task/848/stat : 848 (java) S 843 845 29102 0 -1 4202560 615 0 0 0 132 0 0 0 15 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=849] ppid=843 vsize=10562000 CPUtime=1.35 cores=1,3,5,7
/proc/845/task/849/stat : 849 (java) S 843 845 29102 0 -1 4202560 184 0 0 0 135 0 0 0 15 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=850] ppid=843 vsize=10562000 CPUtime=1.26 cores=1,3,5,7
/proc/845/task/850/stat : 850 (java) S 843 845 29102 0 -1 4202560 483 0 0 0 126 0 0 0 16 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=851] ppid=843 vsize=10562000 CPUtime=1.27 cores=1,3,5,7
/proc/845/task/851/stat : 851 (java) S 843 845 29102 0 -1 4202560 185 0 0 0 127 0 0 0 15 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=858] ppid=843 vsize=10562000 CPUtime=1.27 cores=1,3,5,7
/proc/845/task/858/stat : 858 (java) S 843 845 29102 0 -1 4202560 685 0 0 0 127 0 0 0 16 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=845/tid=859] ppid=843 vsize=10562000 CPUtime=1.18 cores=1,3,5,7
/proc/845/task/859/stat : 859 (java) S 843 845 29102 0 -1 4202560 278 0 0 0 118 0 0 0 15 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=860] ppid=843 vsize=10562000 CPUtime=1.21 cores=1,3,5,7
/proc/845/task/860/stat : 860 (java) S 843 845 29102 0 -1 4202560 1045 0 0 0 121 0 0 0 15 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=861] ppid=843 vsize=10562000 CPUtime=1.24 cores=1,3,5,7
/proc/845/task/861/stat : 861 (java) S 843 845 29102 0 -1 4202560 714 0 0 0 124 0 0 0 16 0 22 0 830448682 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=862] ppid=843 vsize=10562000 CPUtime=95.29 cores=1,3,5,7
/proc/845/task/862/stat : 862 (java) S 843 845 29102 0 -1 4202560 40092 0 0 0 9519 10 0 0 16 0 22 0 830448683 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=863] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/863/stat : 863 (java) S 843 845 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=864] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/864/stat : 864 (java) S 843 845 29102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830448683 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=865] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/865/stat : 865 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448685 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=866] ppid=843 vsize=10562000 CPUtime=0.98 cores=1,3,5,7
/proc/845/task/866/stat : 866 (java) S 843 845 29102 0 -1 4202560 7722 0 0 0 98 0 0 0 15 0 22 0 830448685 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=867] ppid=843 vsize=10562000 CPUtime=1.66 cores=1,3,5,7
/proc/845/task/867/stat : 867 (java) S 843 845 29102 0 -1 4202560 6856 0 0 0 165 1 0 0 15 0 22 0 830448686 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=868] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/868/stat : 868 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830448686 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=845/tid=869] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/869/stat : 869 (java) S 843 845 29102 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830448686 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=845/tid=873] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/873/stat : 873 (java) S 843 845 29102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830448721 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=845/tid=907] ppid=843 vsize=10562000 CPUtime=796.69 cores=1,3,5,7
/proc/845/task/907/stat : 907 (java) R 843 845 29102 0 -1 4202560 7 0 0 0 79669 0 0 0 16 0 22 0 830454070 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505800785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=845/tid=908] ppid=843 vsize=10562000 CPUtime=796.62 cores=1,3,5,7
/proc/845/task/908/stat : 908 (java) R 843 845 29102 0 -1 4202560 19198 0 0 0 79659 3 0 0 25 0 22 0 830454070 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 46912505892913 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=845/tid=909] ppid=843 vsize=10562000 CPUtime=0 cores=1,3,5,7
/proc/845/task/909/stat : 909 (java) S 843 845 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830454070 10815488000 273725 33554432000 1073741824 1073778376 140734935187872 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10562000

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

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

Child status: 143
Real time (s): 947.587
CPU time (s): 1800.24
CPU user time (s): 1799.73
CPU system time (s): 0.505923
CPU usage (%): 189.982
Max. virtual memory (cumulated for all children) (KiB): 10562000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282182
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32552
involuntary context switches= 27504

runsolver used 5.37518 second user time and 12.7121 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 13:54:43
IDJOB=3454491
IDBENCH=2007
IDSOLVER=1950
FILE ID=node106/3454491-1307188483
RUNJOBID= node106-1307187567-657
PBS_JOBID= 13508822
Free space on /tmp= 73760 MiB

SOLVER NAME= 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-3454491-1307188483/watcher-3454491-1307188483 -o /tmp/evaluation-result-3454491-1307188483/solver-3454491-1307188483 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454491-1307188483.opb

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=707414385

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20771832 kB
Buffers:        399688 kB
Cached:        6012488 kB
SwapCached:      22744 kB
Active:        6272636 kB
Inactive:      5565076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20771832 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:     5421868 kB
Mapped:          34436 kB
Slab:           192652 kB
PageTables:      78580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177896672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node106 at 2011-06-04 14:10:32