Trace number 2691103

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26MSAT (TO) 1800.17 1794.75

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-66-100-0.wbo
MD5SUM855765d60afa4a3ed9dadddc2a73110a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.045992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints17
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 939
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 938
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2691103-1277893712.wbo
0.00/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.07s.
0.11/0.16	c #vars     1067
0.11/0.16	c #constraints  65
0.11/0.16	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.58/0.35	c SATISFIABLE
0.58/0.35	c OPTIMIZING...
0.58/0.35	c Got one! Elapsed wall clock time (in seconds):0.258
0.58/0.35	o 269
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.356
0.75/0.45	o 199
1.00/0.65	c Got one! Elapsed wall clock time (in seconds):0.558
1.00/0.65	o 162
1.68/1.20	c cleaning 2492 clauses out of 5002 with flag 5002/5002
3.04/2.55	c cleaning 4231 clauses out of 8508 with flag 11000/11000
4.74/4.28	c cleaning 5629 clauses out of 11278 with flag 18001/18001
5.74/5.27	c Got one! Elapsed wall clock time (in seconds):5.174
5.74/5.27	o 155
7.06/6.51	c cleaning 6784 clauses out of 13648 with flag 26000/26000
9.51/8.92	c Got one! Elapsed wall clock time (in seconds):8.826
9.51/8.92	o 140
10.04/9.42	c cleaning 7925 clauses out of 15864 with flag 35000/35000
13.05/12.49	c cleaning 8959 clauses out of 17940 with flag 45001/45001
14.75/14.18	c Got one! Elapsed wall clock time (in seconds):14.086
14.75/14.18	o 98
16.55/15.95	c cleaning 9446 clauses out of 18982 with flag 55002/55002
19.66/19.06	c cleaning 9748 clauses out of 19534 with flag 65000/65000
23.07/22.47	c cleaning 9842 clauses out of 19789 with flag 75003/75003
26.17/25.52	c cleaning 9947 clauses out of 19946 with flag 85002/85002
29.38/28.79	c cleaning 9901 clauses out of 20000 with flag 95003/95003
33.78/33.17	c cleaning 9979 clauses out of 20096 with flag 105000/105000
36.70/36.07	c cleaning 10042 clauses out of 20118 with flag 115001/115001
39.62/38.95	c cleaning 10023 clauses out of 20077 with flag 125002/125002
43.13/42.46	c cleaning 10000 clauses out of 20053 with flag 135001/135001
46.74/46.03	c cleaning 9996 clauses out of 20053 with flag 145001/145001
50.25/49.59	c cleaning 9994 clauses out of 20056 with flag 155000/155000
57.55/56.84	c cleaning 10000 clauses out of 20067 with flag 165005/165005
61.57/60.83	c cleaning 9975 clauses out of 20063 with flag 175001/175001
64.98/64.20	c cleaning 10006 clauses out of 20088 with flag 185001/185001
68.81/68.08	c cleaning 10014 clauses out of 20082 with flag 195001/195001
72.43/71.64	c cleaning 10022 clauses out of 20070 with flag 205003/205003
76.24/75.44	c cleaning 9995 clauses out of 20046 with flag 215001/215001
80.65/79.84	c cleaning 9989 clauses out of 20050 with flag 225000/225000
84.16/83.38	c cleaning 10011 clauses out of 20062 with flag 235001/235001
89.18/88.35	c cleaning 10012 clauses out of 20051 with flag 245001/245001
93.69/92.88	c cleaning 10004 clauses out of 20038 with flag 255000/255000
96.90/96.01	c cleaning 9968 clauses out of 20035 with flag 265001/265001
100.51/99.63	c cleaning 9997 clauses out of 20066 with flag 275000/275000
104.73/103.84	c cleaning 9983 clauses out of 20070 with flag 285001/285001
108.85/107.92	c cleaning 10027 clauses out of 20086 with flag 295000/295000
112.26/111.39	c cleaning 10002 clauses out of 20062 with flag 305003/305003
117.67/116.73	c cleaning 9991 clauses out of 20058 with flag 315001/315001
121.48/120.51	c cleaning 9987 clauses out of 20067 with flag 325001/325001
126.70/125.73	c cleaning 9986 clauses out of 20083 with flag 335004/335004
131.31/130.31	c cleaning 10011 clauses out of 20096 with flag 345003/345003
135.03/134.05	c cleaning 10022 clauses out of 20083 with flag 355001/355001
139.44/138.50	c cleaning 10011 clauses out of 20066 with flag 365006/365006
143.84/142.82	c cleaning 10006 clauses out of 20049 with flag 375000/375000
148.37/147.34	c cleaning 10003 clauses out of 20045 with flag 385002/385002
151.67/150.70	c cleaning 10002 clauses out of 20042 with flag 395002/395002
154.68/153.69	c cleaning 9956 clauses out of 20039 with flag 405001/405001
158.60/157.57	c cleaning 10004 clauses out of 20083 with flag 415001/415001
162.81/161.76	c cleaning 10008 clauses out of 20078 with flag 425000/425000
166.92/165.88	c cleaning 10008 clauses out of 20073 with flag 435003/435003
172.15/171.04	c cleaning 10007 clauses out of 20066 with flag 445004/445004
175.56/174.42	c cleaning 10010 clauses out of 20056 with flag 455001/455001
179.78/178.63	c cleaning 10007 clauses out of 20045 with flag 465000/465000
183.58/182.46	c cleaning 10002 clauses out of 20041 with flag 475003/475003
186.90/185.74	c cleaning 9988 clauses out of 20036 with flag 485000/485000
191.01/189.88	c cleaning 10007 clauses out of 20049 with flag 495001/495001
195.52/194.33	c cleaning 10000 clauses out of 20042 with flag 505001/505001
199.94/198.73	c cleaning 10002 clauses out of 20042 with flag 515001/515001
203.25/202.04	c cleaning 10000 clauses out of 20040 with flag 525001/525001
207.07/205.86	c cleaning 9998 clauses out of 20040 with flag 535001/535001
210.78/209.50	c cleaning 9999 clauses out of 20043 with flag 545002/545002
214.50/213.21	c cleaning 9997 clauses out of 20042 with flag 555000/555000
218.31/217.04	c cleaning 10001 clauses out of 20045 with flag 565000/565000
222.22/220.93	c cleaning 10001 clauses out of 20045 with flag 575001/575001
226.13/224.88	c cleaning 9999 clauses out of 20043 with flag 585000/585000
229.04/227.76	c cleaning 10003 clauses out of 20044 with flag 595000/595000
232.53/231.20	c cleaning 10004 clauses out of 20042 with flag 605001/605001
236.05/234.78	c cleaning 9993 clauses out of 20038 with flag 615001/615001
240.47/239.12	c cleaning 10003 clauses out of 20045 with flag 625001/625001
244.58/243.28	c cleaning 10004 clauses out of 20041 with flag 635000/635000
248.99/247.65	c cleaning 9999 clauses out of 20039 with flag 645002/645002
252.81/251.45	c cleaning 10007 clauses out of 20040 with flag 655002/655002
257.62/256.26	c cleaning 10004 clauses out of 20031 with flag 665000/665000
261.93/260.55	c cleaning 10011 clauses out of 20027 with flag 675000/675000
265.87/264.48	c cleaning 9998 clauses out of 20016 with flag 685000/685000
270.78/269.30	c cleaning 9995 clauses out of 20018 with flag 695000/695000
274.89/273.46	c cleaning 10003 clauses out of 20023 with flag 705000/705000
279.20/277.72	c cleaning 9998 clauses out of 20023 with flag 715003/715003
282.22/280.70	c cleaning 9994 clauses out of 20022 with flag 725000/725000
286.03/284.59	c cleaning 9998 clauses out of 20028 with flag 735000/735000
290.33/288.88	c cleaning 9995 clauses out of 20031 with flag 745001/745001
295.05/293.57	c cleaning 10001 clauses out of 20037 with flag 755002/755002
299.06/297.52	c cleaning 10002 clauses out of 20035 with flag 765001/765001
302.98/301.41	c cleaning 10001 clauses out of 20036 with flag 775004/775004
307.18/305.68	c cleaning 10000 clauses out of 20031 with flag 785000/785000
311.01/309.46	c cleaning 9998 clauses out of 20031 with flag 795000/795000
315.12/313.52	c cleaning 9999 clauses out of 20035 with flag 805002/805002
318.83/317.28	c cleaning 9997 clauses out of 20034 with flag 815000/815000
322.24/320.69	c cleaning 9999 clauses out of 20037 with flag 825000/825000
326.95/325.33	c cleaning 9998 clauses out of 20038 with flag 835000/835000
331.36/329.71	c cleaning 10001 clauses out of 20040 with flag 845000/845000
335.76/334.16	c cleaning 9997 clauses out of 20041 with flag 855002/855002
340.57/338.90	c cleaning 10004 clauses out of 20043 with flag 865001/865001
344.88/343.25	c cleaning 9997 clauses out of 20038 with flag 875000/875000
348.58/346.97	c cleaning 10000 clauses out of 20041 with flag 885000/885000
351.51/349.80	c cleaning 10006 clauses out of 20042 with flag 895001/895001
353.82/352.11	c cleaning 9992 clauses out of 20038 with flag 905003/905003
357.14/355.43	c cleaning 10005 clauses out of 20046 with flag 915003/915003
360.45/358.71	c cleaning 10001 clauses out of 20038 with flag 925000/925000
364.86/363.15	c cleaning 10003 clauses out of 20037 with flag 935000/935000
368.08/366.37	c cleaning 9999 clauses out of 20034 with flag 945000/945000
372.18/370.40	c cleaning 9999 clauses out of 20035 with flag 955000/955000
376.30/374.50	c cleaning 10005 clauses out of 20038 with flag 965002/965002
379.51/377.70	c cleaning 9983 clauses out of 20032 with flag 975001/975001
383.54/381.72	c cleaning 9989 clauses out of 20049 with flag 985001/985001
387.55/385.80	c cleaning 9996 clauses out of 20061 with flag 995002/995002
392.06/390.27	c cleaning 9997 clauses out of 20064 with flag 1005001/1005001
395.88/394.07	c cleaning 10023 clauses out of 20070 with flag 1015004/1015004
400.19/398.39	c cleaning 10010 clauses out of 20044 with flag 1025001/1025001
404.79/402.96	c cleaning 10007 clauses out of 20033 with flag 1035000/1035000
409.40/407.54	c cleaning 10003 clauses out of 20027 with flag 1045001/1045001
414.11/412.20	c cleaning 10001 clauses out of 20025 with flag 1055002/1055002
419.23/417.36	c cleaning 10000 clauses out of 20024 with flag 1065002/1065002
423.95/422.02	c cleaning 9999 clauses out of 20022 with flag 1075000/1075000
426.57/424.64	c cleaning 9985 clauses out of 20023 with flag 1085000/1085000
430.78/428.89	c cleaning 9993 clauses out of 20038 with flag 1095000/1095000
434.79/432.88	c cleaning 9998 clauses out of 20048 with flag 1105003/1105003
439.09/437.13	c cleaning 9997 clauses out of 20049 with flag 1115002/1115002
443.90/441.96	c cleaning 9999 clauses out of 20052 with flag 1125002/1125002
447.81/445.83	c cleaning 10001 clauses out of 20054 with flag 1135003/1135003
452.61/450.64	c cleaning 10001 clauses out of 20053 with flag 1145003/1145003
457.42/455.45	c cleaning 9996 clauses out of 20050 with flag 1155001/1155001
461.43/459.45	c cleaning 10001 clauses out of 20054 with flag 1165001/1165001
466.44/464.46	c cleaning 10002 clauses out of 20055 with flag 1175003/1175003
469.55/467.54	c cleaning 10017 clauses out of 20051 with flag 1185001/1185001
474.07/472.08	c cleaning 10010 clauses out of 20035 with flag 1195002/1195002
478.39/476.38	c cleaning 10005 clauses out of 20023 with flag 1205000/1205000
485.19/483.13	c cleaning 10000 clauses out of 20018 with flag 1215000/1215000
489.41/487.38	c cleaning 10000 clauses out of 20020 with flag 1225002/1225002
494.12/492.03	c cleaning 10003 clauses out of 20022 with flag 1235004/1235004
498.34/496.27	c cleaning 9998 clauses out of 20015 with flag 1245000/1245000
503.15/501.02	c cleaning 10002 clauses out of 20020 with flag 1255003/1255003
507.97/505.87	c cleaning 9994 clauses out of 20016 with flag 1265001/1265001
512.99/510.81	c cleaning 10004 clauses out of 20021 with flag 1275000/1275000
517.61/515.48	c cleaning 10003 clauses out of 20020 with flag 1285003/1285003
522.01/519.87	c cleaning 9997 clauses out of 20014 with flag 1295000/1295000
526.42/524.23	c cleaning 10000 clauses out of 20018 with flag 1305001/1305001
531.35/529.15	c cleaning 10000 clauses out of 20017 with flag 1315000/1315000
536.54/534.30	c cleaning 9998 clauses out of 20018 with flag 1325001/1325001
539.25/537.03	c cleaning 9969 clauses out of 20021 with flag 1335002/1335002
543.06/540.84	c cleaning 9983 clauses out of 20050 with flag 1345000/1345000
546.97/544.75	c cleaning 9992 clauses out of 20070 with flag 1355003/1355003
551.28/549.02	c cleaning 10035 clauses out of 20076 with flag 1365001/1365001
554.11/551.82	c cleaning 9973 clauses out of 20043 with flag 1375003/1375003
558.62/556.31	c cleaning 9991 clauses out of 20070 with flag 1385003/1385003
563.14/560.81	c cleaning 10014 clauses out of 20078 with flag 1395002/1395002
567.15/564.80	c cleaning 9988 clauses out of 20066 with flag 1405004/1405004
570.06/567.74	c cleaning 10024 clauses out of 20075 with flag 1415001/1415001
574.29/571.96	c cleaning 10010 clauses out of 20053 with flag 1425003/1425003
578.60/576.22	c cleaning 10000 clauses out of 20040 with flag 1435000/1435000
582.52/580.17	c cleaning 10006 clauses out of 20041 with flag 1445001/1445001
586.83/584.42	c cleaning 9994 clauses out of 20034 with flag 1455000/1455000
590.95/588.52	c cleaning 9975 clauses out of 20043 with flag 1465003/1465003
597.06/594.60	c cleaning 9983 clauses out of 20066 with flag 1475001/1475001
602.07/599.68	c cleaning 9992 clauses out of 20084 with flag 1485002/1485002
606.58/604.14	c cleaning 9995 clauses out of 20091 with flag 1495001/1495001
610.48/608.03	c cleaning 9996 clauses out of 20096 with flag 1505001/1505001
614.49/612.09	c cleaning 9998 clauses out of 20100 with flag 1515001/1515001
618.69/616.28	c cleaning 9993 clauses out of 20103 with flag 1525002/1525002
622.91/620.45	c cleaning 9996 clauses out of 20109 with flag 1535001/1535001
627.01/624.56	c cleaning 9997 clauses out of 20114 with flag 1545002/1545002
631.12/628.69	c cleaning 9989 clauses out of 20117 with flag 1555002/1555002
635.23/632.71	c cleaning 10003 clauses out of 20126 with flag 1565000/1565000
639.53/637.04	c cleaning 9994 clauses out of 20123 with flag 1575000/1575000
645.35/642.83	c cleaning 9994 clauses out of 20133 with flag 1585004/1585004
650.37/647.89	c cleaning 10008 clauses out of 20137 with flag 1595002/1595002
654.58/652.06	c cleaning 10004 clauses out of 20129 with flag 1605002/1605002
658.78/656.22	c cleaning 9999 clauses out of 20123 with flag 1615000/1615000
662.40/659.80	c cleaning 10029 clauses out of 20126 with flag 1625002/1625002
667.31/664.73	c cleaning 10009 clauses out of 20096 with flag 1635001/1635001
671.52/668.96	c cleaning 10006 clauses out of 20086 with flag 1645000/1645000
676.34/673.75	c cleaning 10005 clauses out of 20082 with flag 1655002/1655002
680.55/677.96	c cleaning 10001 clauses out of 20077 with flag 1665002/1665002
685.56/682.90	c cleaning 9995 clauses out of 20074 with flag 1675000/1675000
690.08/687.50	c cleaning 10003 clauses out of 20080 with flag 1685001/1685001
694.38/691.72	c cleaning 9999 clauses out of 20076 with flag 1695000/1695000
698.48/695.88	c cleaning 10002 clauses out of 20080 with flag 1705003/1705003
702.59/699.93	c cleaning 9998 clauses out of 20075 with flag 1715000/1715000
707.10/704.45	c cleaning 10004 clauses out of 20081 with flag 1725004/1725004
711.71/709.05	c cleaning 9999 clauses out of 20075 with flag 1735002/1735002
715.42/712.76	c cleaning 10004 clauses out of 20077 with flag 1745003/1745003
719.42/716.77	c cleaning 9994 clauses out of 20070 with flag 1755000/1755000
723.63/720.96	c cleaning 10001 clauses out of 20078 with flag 1765002/1765002
727.03/724.38	c cleaning 10017 clauses out of 20077 with flag 1775002/1775002
732.34/729.66	c cleaning 10009 clauses out of 20060 with flag 1785002/1785002
737.26/734.54	c cleaning 10005 clauses out of 20049 with flag 1795000/1795000
741.16/738.48	c cleaning 9999 clauses out of 20044 with flag 1805000/1805000
745.18/742.48	c cleaning 10003 clauses out of 20049 with flag 1815004/1815004
749.49/746.75	c cleaning 9998 clauses out of 20042 with flag 1825000/1825000
753.80/751.02	c cleaning 10002 clauses out of 20045 with flag 1835001/1835001
758.81/756.00	c cleaning 9999 clauses out of 20043 with flag 1845001/1845001
763.32/760.56	c cleaning 9999 clauses out of 20043 with flag 1855000/1855000
768.22/765.46	c cleaning 9996 clauses out of 20045 with flag 1865001/1865001
772.63/769.87	c cleaning 10001 clauses out of 20049 with flag 1875001/1875001
777.54/774.77	c cleaning 9998 clauses out of 20049 with flag 1885002/1885002
782.76/779.93	c cleaning 10000 clauses out of 20050 with flag 1895001/1895001
787.77/784.94	c cleaning 10000 clauses out of 20049 with flag 1905000/1905000
792.60/789.71	c cleaning 10003 clauses out of 20049 with flag 1915000/1915000
796.60/793.77	c cleaning 9999 clauses out of 20046 with flag 1925000/1925000
800.60/797.74	c cleaning 10000 clauses out of 20048 with flag 1935001/1935001
805.10/802.24	c cleaning 10004 clauses out of 20054 with flag 1945007/1945007
809.12/806.25	c cleaning 9996 clauses out of 20043 with flag 1955000/1955000
813.02/810.12	c cleaning 9998 clauses out of 20047 with flag 1965000/1965000
817.83/814.96	c cleaning 10002 clauses out of 20049 with flag 1975000/1975000
822.46/819.57	c cleaning 10001 clauses out of 20047 with flag 1985000/1985000
825.77/822.85	c cleaning 9999 clauses out of 20046 with flag 1995000/1995000
828.67/825.72	c cleaning 10003 clauses out of 20047 with flag 2005000/2005000
832.29/829.37	c cleaning 9984 clauses out of 20046 with flag 2015002/2015002
836.90/833.94	c cleaning 9983 clauses out of 20060 with flag 2025000/2025000
840.51/837.59	c cleaning 10032 clauses out of 20078 with flag 2035001/2035001
843.43/840.43	c cleaning 10003 clauses out of 20045 with flag 2045000/2045000
846.93/843.97	c cleaning 10003 clauses out of 20042 with flag 2055000/2055000
851.95/848.90	c cleaning 10002 clauses out of 20039 with flag 2065000/2065000
857.67/854.61	c cleaning 9995 clauses out of 20037 with flag 2075000/2075000
861.38/858.31	c cleaning 10012 clauses out of 20047 with flag 2085005/2085005
865.30/862.22	c cleaning 10002 clauses out of 20030 with flag 2095000/2095000
869.21/866.18	c cleaning 9990 clauses out of 20029 with flag 2105001/2105001
873.73/870.66	c cleaning 10007 clauses out of 20040 with flag 2115002/2115002
877.13/874.10	c cleaning 9990 clauses out of 20032 with flag 2125001/2125001
881.84/878.71	c cleaning 9997 clauses out of 20041 with flag 2135000/2135000
886.15/883.00	c cleaning 9998 clauses out of 20047 with flag 2145003/2145003
890.56/887.46	c cleaning 10001 clauses out of 20048 with flag 2155002/2155002
895.07/891.99	c cleaning 10000 clauses out of 20045 with flag 2165000/2165000
899.70/896.54	c cleaning 10000 clauses out of 20048 with flag 2175003/2175003
904.61/901.46	c cleaning 10004 clauses out of 20049 with flag 2185004/2185004
907.81/904.65	c cleaning 10008 clauses out of 20043 with flag 2195002/2195002
911.84/908.65	c cleaning 9999 clauses out of 20034 with flag 2205001/2205001
915.94/912.77	c cleaning 10002 clauses out of 20034 with flag 2215000/2215000
919.85/916.69	c cleaning 10002 clauses out of 20035 with flag 2225003/2225003
924.08/920.84	c cleaning 10001 clauses out of 20031 with flag 2235001/2235001
928.29/925.06	c cleaning 10000 clauses out of 20032 with flag 2245003/2245003
932.60/929.30	c cleaning 9996 clauses out of 20030 with flag 2255001/2255001
937.61/934.34	c cleaning 10000 clauses out of 20033 with flag 2265000/2265000
942.32/939.09	c cleaning 10002 clauses out of 20033 with flag 2275000/2275000
946.33/943.03	c cleaning 10003 clauses out of 20033 with flag 2285002/2285002
950.14/946.89	c cleaning 10007 clauses out of 20028 with flag 2295000/2295000
954.96/951.60	c cleaning 9998 clauses out of 20021 with flag 2305000/2305000
960.17/956.80	c cleaning 10003 clauses out of 20023 with flag 2315000/2315000
965.09/961.77	c cleaning 10002 clauses out of 20020 with flag 2325000/2325000
969.70/966.37	c cleaning 10001 clauses out of 20021 with flag 2335003/2335003
974.31/970.94	c cleaning 10000 clauses out of 20018 with flag 2345001/2345001
978.52/975.12	c cleaning 9993 clauses out of 20019 with flag 2355002/2355002
983.44/980.04	c cleaning 10006 clauses out of 20025 with flag 2365001/2365001
988.83/985.49	c cleaning 9996 clauses out of 20018 with flag 2375000/2375000
993.45/990.00	c cleaning 9997 clauses out of 20022 with flag 2385000/2385000
997.86/994.42	c cleaning 10003 clauses out of 20026 with flag 2395001/2395001
1002.76/999.34	c cleaning 10003 clauses out of 20023 with flag 2405001/2405001
1007.27/1003.86	c cleaning 10001 clauses out of 20019 with flag 2415000/2415000
1012.19/1008.74	c cleaning 9997 clauses out of 20018 with flag 2425000/2425000
1016.40/1012.96	c cleaning 10000 clauses out of 20021 with flag 2435000/2435000
1020.23/1016.79	c cleaning 9997 clauses out of 20021 with flag 2445000/2445000
1024.03/1020.58	c cleaning 9998 clauses out of 20026 with flag 2455002/2455002
1028.25/1024.74	c cleaning 10000 clauses out of 20028 with flag 2465002/2465002
1032.06/1028.52	c cleaning 10001 clauses out of 20027 with flag 2475001/2475001
1035.96/1032.42	c cleaning 9997 clauses out of 20027 with flag 2485002/2485002
1039.97/1036.41	c cleaning 10002 clauses out of 20029 with flag 2495001/2495001
1044.18/1040.63	c cleaning 9995 clauses out of 20026 with flag 2505000/2505000
1048.19/1044.63	c cleaning 10001 clauses out of 20033 with flag 2515002/2515002
1052.11/1048.60	c cleaning 10002 clauses out of 20033 with flag 2525003/2525003
1057.02/1053.42	c cleaning 10003 clauses out of 20031 with flag 2535003/2535003
1061.43/1057.84	c cleaning 9998 clauses out of 20025 with flag 2545000/2545000
1065.74/1062.17	c cleaning 9999 clauses out of 20028 with flag 2555001/2555001
1069.86/1066.25	c cleaning 10002 clauses out of 20029 with flag 2565001/2565001
1074.07/1070.45	c cleaning 9992 clauses out of 20026 with flag 2575000/2575000
1078.48/1074.84	c cleaning 10003 clauses out of 20034 with flag 2585000/2585000
1083.08/1079.41	c cleaning 10002 clauses out of 20032 with flag 2595001/2595001
1086.90/1083.27	c cleaning 10001 clauses out of 20032 with flag 2605003/2605003
1091.11/1087.43	c cleaning 10000 clauses out of 20028 with flag 2615000/2615000
1095.02/1091.31	c cleaning 10000 clauses out of 20028 with flag 2625000/2625000
1099.53/1095.85	c cleaning 9998 clauses out of 20029 with flag 2635001/2635001
1103.83/1100.13	c cleaning 9998 clauses out of 20030 with flag 2645000/2645000
1108.54/1104.84	c cleaning 10001 clauses out of 20032 with flag 2655000/2655000
1112.35/1108.68	c cleaning 9992 clauses out of 20033 with flag 2665002/2665002
1116.76/1113.07	c cleaning 10000 clauses out of 20040 with flag 2675001/2675001
1120.57/1116.82	c cleaning 10018 clauses out of 20053 with flag 2685014/2685014
1124.28/1120.53	c cleaning 10000 clauses out of 20022 with flag 2695001/2695001
1128.49/1124.74	c cleaning 9996 clauses out of 20022 with flag 2705001/2705001
1133.31/1129.60	c cleaning 10004 clauses out of 20027 with flag 2715002/2715002
1137.72/1133.95	c cleaning 9999 clauses out of 20022 with flag 2725001/2725001
1142.53/1138.75	c cleaning 9999 clauses out of 20022 with flag 2735000/2735000
1147.04/1143.21	c cleaning 10000 clauses out of 20026 with flag 2745003/2745003
1150.75/1146.93	c cleaning 10001 clauses out of 20023 with flag 2755000/2755000
1154.96/1151.15	c cleaning 9989 clauses out of 20022 with flag 2765000/2765000
1159.58/1155.79	c cleaning 10008 clauses out of 20034 with flag 2775001/2775001
1164.68/1160.83	c cleaning 10001 clauses out of 20028 with flag 2785003/2785003
1169.39/1165.53	c cleaning 10000 clauses out of 20026 with flag 2795002/2795002
1173.71/1169.87	c cleaning 10001 clauses out of 20027 with flag 2805003/2805003
1178.93/1175.06	c cleaning 9997 clauses out of 20026 with flag 2815003/2815003
1183.65/1179.79	c cleaning 10001 clauses out of 20030 with flag 2825004/2825004
1187.56/1183.69	c cleaning 10000 clauses out of 20025 with flag 2835000/2835000
1192.26/1188.32	c cleaning 10001 clauses out of 20026 with flag 2845001/2845001
1197.36/1193.44	c cleaning 9999 clauses out of 20024 with flag 2855000/2855000
1202.57/1198.65	c cleaning 10000 clauses out of 20026 with flag 2865001/2865001
1207.30/1203.32	c cleaning 9997 clauses out of 20026 with flag 2875001/2875001
1211.51/1207.54	c cleaning 9992 clauses out of 20028 with flag 2885000/2885000
1215.32/1211.35	c cleaning 9997 clauses out of 20036 with flag 2895000/2895000
1220.13/1216.11	c cleaning 10010 clauses out of 20042 with flag 2905003/2905003
1224.74/1220.75	c cleaning 9994 clauses out of 20032 with flag 2915003/2915003
1230.14/1226.12	c cleaning 9988 clauses out of 20036 with flag 2925001/2925001
1235.56/1231.56	c cleaning 10012 clauses out of 20051 with flag 2935004/2935004
1240.67/1236.69	c cleaning 9995 clauses out of 20035 with flag 2945000/2945000
1246.08/1242.07	c cleaning 10007 clauses out of 20042 with flag 2955002/2955002
1251.08/1247.02	c cleaning 10004 clauses out of 20036 with flag 2965003/2965003
1256.19/1252.11	c cleaning 10005 clauses out of 20033 with flag 2975004/2975004
1260.49/1256.42	c cleaning 9997 clauses out of 20025 with flag 2985001/2985001
1263.40/1259.36	c cleaning 9966 clauses out of 20028 with flag 2995001/2995001
1267.21/1263.15	c cleaning 10013 clauses out of 20065 with flag 3005004/3005004
1271.03/1266.94	c cleaning 10003 clauses out of 20048 with flag 3015000/3015000
1276.43/1272.36	c cleaning 10002 clauses out of 20046 with flag 3025001/3025001
1280.05/1275.97	c cleaning 9982 clauses out of 20044 with flag 3035001/3035001
1284.76/1280.67	c cleaning 9996 clauses out of 20061 with flag 3045000/3045000
1288.26/1284.11	c cleaning 9999 clauses out of 20070 with flag 3055005/3055005
1292.47/1288.34	c cleaning 9994 clauses out of 20066 with flag 3065000/3065000
1296.69/1292.59	c cleaning 10004 clauses out of 20075 with flag 3075003/3075003
1300.41/1296.24	c cleaning 10023 clauses out of 20070 with flag 3085002/3085002
1305.12/1300.96	c cleaning 10014 clauses out of 20047 with flag 3095002/3095002
1308.94/1304.74	c cleaning 10005 clauses out of 20033 with flag 3105002/3105002
1312.95/1308.76	c cleaning 10007 clauses out of 20027 with flag 3115001/3115001
1315.76/1311.60	c cleaning 9998 clauses out of 20020 with flag 3125001/3125001
1319.08/1314.87	c cleaning 9998 clauses out of 20022 with flag 3135001/3135001
1322.48/1318.26	c cleaning 9999 clauses out of 20024 with flag 3145001/3145001
1326.29/1322.07	c cleaning 10000 clauses out of 20025 with flag 3155001/3155001
1330.40/1326.10	c cleaning 9990 clauses out of 20024 with flag 3165000/3165000
1334.31/1330.04	c cleaning 10001 clauses out of 20036 with flag 3175002/3175002
1338.22/1333.96	c cleaning 10003 clauses out of 20033 with flag 3185000/3185000
1342.63/1338.34	c cleaning 9984 clauses out of 20031 with flag 3195001/3195001
1347.15/1342.88	c cleaning 10008 clauses out of 20046 with flag 3205000/3205000
1351.76/1347.43	c cleaning 9997 clauses out of 20044 with flag 3215006/3215006
1356.47/1352.16	c cleaning 9976 clauses out of 20041 with flag 3225000/3225000
1361.30/1356.93	c cleaning 10013 clauses out of 20067 with flag 3235002/3235002
1366.61/1362.28	c cleaning 10002 clauses out of 20052 with flag 3245000/3245000
1371.91/1367.53	c cleaning 10005 clauses out of 20053 with flag 3255003/3255003
1375.92/1371.60	c cleaning 9967 clauses out of 20046 with flag 3265001/3265001
1382.02/1377.69	c cleaning 10022 clauses out of 20079 with flag 3275001/3275001
1386.53/1382.13	c cleaning 9984 clauses out of 20061 with flag 3285005/3285005
1391.05/1386.63	c cleaning 9989 clauses out of 20074 with flag 3295002/3295002
1395.07/1390.60	c cleaning 9993 clauses out of 20084 with flag 3305001/3305001
1398.88/1394.47	c cleaning 9985 clauses out of 20091 with flag 3315001/3315001
1402.49/1398.09	c cleaning 10003 clauses out of 20106 with flag 3325001/3325001
1406.30/1401.85	c cleaning 10001 clauses out of 20103 with flag 3335001/3335001
1409.82/1405.31	c cleaning 10004 clauses out of 20104 with flag 3345003/3345003
1413.33/1408.89	c cleaning 10001 clauses out of 20099 with flag 3355002/3355002
1417.03/1412.51	c cleaning 9998 clauses out of 20098 with flag 3365002/3365002
1420.75/1416.20	c cleaning 10001 clauses out of 20098 with flag 3375000/3375000
1424.16/1419.62	c cleaning 10001 clauses out of 20100 with flag 3385003/3385003
1427.66/1423.14	c cleaning 9998 clauses out of 20096 with flag 3395000/3395000
1430.96/1426.46	c cleaning 9999 clauses out of 20100 with flag 3405002/3405002
1434.87/1430.37	c cleaning 10000 clauses out of 20100 with flag 3415001/3415001
1438.49/1433.93	c cleaning 10001 clauses out of 20100 with flag 3425001/3425001
1441.60/1437.00	c cleaning 10040 clauses out of 20099 with flag 3435001/3435001
1445.71/1441.16	c cleaning 10019 clauses out of 20064 with flag 3445006/3445006
1450.52/1445.90	c cleaning 10006 clauses out of 20040 with flag 3455001/3455001
1455.03/1450.43	c cleaning 10002 clauses out of 20033 with flag 3465000/3465000
1459.54/1454.91	c cleaning 10007 clauses out of 20033 with flag 3475002/3475002
1465.04/1460.48	c cleaning 10002 clauses out of 20024 with flag 3485000/3485000
1469.86/1465.21	c cleaning 9988 clauses out of 20023 with flag 3495001/3495001
1473.98/1469.31	c cleaning 10002 clauses out of 20038 with flag 3505004/3505004
1478.19/1473.50	c cleaning 9999 clauses out of 20035 with flag 3515003/3515003
1482.89/1478.30	c cleaning 10008 clauses out of 20033 with flag 3525000/3525000
1487.99/1483.40	c cleaning 9996 clauses out of 20025 with flag 3535000/3535000
1492.92/1488.21	c cleaning 10002 clauses out of 20030 with flag 3545001/3545001
1497.32/1492.67	c cleaning 10000 clauses out of 20027 with flag 3555000/3555000
1501.53/1496.84	c cleaning 9998 clauses out of 20027 with flag 3565000/3565000
1505.94/1501.28	c cleaning 10002 clauses out of 20030 with flag 3575001/3575001
1510.64/1505.98	c cleaning 10004 clauses out of 20028 with flag 3585001/3585001
1514.86/1510.17	c cleaning 9999 clauses out of 20026 with flag 3595003/3595003
1519.57/1514.89	c cleaning 10001 clauses out of 20024 with flag 3605000/3605000
1524.27/1519.53	c cleaning 10003 clauses out of 20027 with flag 3615004/3615004
1529.78/1525.04	c cleaning 10003 clauses out of 20032 with flag 3625012/3625012
1534.19/1529.49	c cleaning 9988 clauses out of 20022 with flag 3635005/3635005
1538.51/1533.78	c cleaning 10005 clauses out of 20029 with flag 3645000/3645000
1542.71/1537.96	c cleaning 9995 clauses out of 20026 with flag 3655002/3655002
1547.23/1542.46	c cleaning 9998 clauses out of 20029 with flag 3665000/3665000
1551.03/1546.26	c cleaning 10001 clauses out of 20033 with flag 3675002/3675002
1554.75/1549.97	c cleaning 9997 clauses out of 20033 with flag 3685003/3685003
1559.17/1554.33	c cleaning 9999 clauses out of 20034 with flag 3695001/3695001
1563.47/1558.69	c cleaning 10000 clauses out of 20035 with flag 3705001/3705001
1567.56/1562.73	c cleaning 9999 clauses out of 20035 with flag 3715001/3715001
1571.67/1566.88	c cleaning 9998 clauses out of 20036 with flag 3725001/3725001
1575.98/1571.20	c cleaning 10003 clauses out of 20043 with flag 3735006/3735006
1580.49/1575.65	c cleaning 9997 clauses out of 20034 with flag 3745000/3745000
1585.00/1580.11	c cleaning 10000 clauses out of 20037 with flag 3755000/3755000
1589.22/1584.37	c cleaning 9996 clauses out of 20037 with flag 3765000/3765000
1593.93/1589.06	c cleaning 9999 clauses out of 20041 with flag 3775000/3775000
1598.24/1593.35	c cleaning 10004 clauses out of 20043 with flag 3785001/3785001
1603.36/1598.46	c cleaning 9998 clauses out of 20038 with flag 3795000/3795000
1608.07/1603.15	c cleaning 10001 clauses out of 20042 with flag 3805002/3805002
1612.17/1607.23	c cleaning 10001 clauses out of 20039 with flag 3815000/3815000
1616.79/1611.87	c cleaning 10001 clauses out of 20039 with flag 3825001/3825001
1621.19/1616.24	c cleaning 9999 clauses out of 20038 with flag 3835001/3835001
1625.60/1620.61	c cleaning 10002 clauses out of 20041 with flag 3845003/3845003
1629.71/1624.74	c cleaning 9999 clauses out of 20036 with flag 3855000/3855000
1634.13/1629.18	c cleaning 10001 clauses out of 20041 with flag 3865004/3865004
1640.73/1635.77	c cleaning 9997 clauses out of 20037 with flag 3875001/3875001
1647.92/1642.95	c cleaning 10002 clauses out of 20041 with flag 3885002/3885002
1652.25/1647.25	c cleaning 9999 clauses out of 20038 with flag 3895001/3895001
1657.36/1652.34	c cleaning 9996 clauses out of 20038 with flag 3905000/3905000
1663.36/1658.33	c cleaning 10001 clauses out of 20043 with flag 3915001/3915001
1669.16/1664.14	c cleaning 10002 clauses out of 20042 with flag 3925001/3925001
1673.48/1668.46	c cleaning 9996 clauses out of 20039 with flag 3935000/3935000
1678.00/1672.91	c cleaning 10001 clauses out of 20043 with flag 3945000/3945000
1681.73/1676.60	c cleaning 10005 clauses out of 20044 with flag 3955002/3955002
1686.14/1681.09	c cleaning 10002 clauses out of 20040 with flag 3965003/3965003
1691.04/1685.99	c cleaning 9998 clauses out of 20036 with flag 3975001/3975001
1695.65/1690.50	c cleaning 10003 clauses out of 20039 with flag 3985002/3985002
1699.27/1694.13	c cleaning 9998 clauses out of 20034 with flag 3995000/3995000
1703.79/1698.69	c cleaning 9998 clauses out of 20036 with flag 4005000/4005000
1707.80/1702.64	c cleaning 9998 clauses out of 20038 with flag 4015000/4015000
1712.32/1707.17	c cleaning 10003 clauses out of 20043 with flag 4025003/4025003
1717.52/1712.37	c cleaning 9997 clauses out of 20039 with flag 4035002/4035002
1721.82/1716.66	c cleaning 9985 clauses out of 20043 with flag 4045003/4045003
1726.52/1721.33	c cleaning 10007 clauses out of 20055 with flag 4055000/4055000
1730.44/1725.27	c cleaning 10002 clauses out of 20049 with flag 4065001/4065001
1734.73/1729.54	c cleaning 10004 clauses out of 20049 with flag 4075003/4075003
1739.53/1734.33	c cleaning 9993 clauses out of 20042 with flag 4085000/4085000
1744.54/1739.38	c cleaning 10005 clauses out of 20052 with flag 4095003/4095003
1748.55/1743.34	c cleaning 10002 clauses out of 20044 with flag 4105000/4105000
1752.26/1747.07	c cleaning 10002 clauses out of 20044 with flag 4115002/4115002
1756.08/1750.87	c cleaning 10000 clauses out of 20041 with flag 4125001/4125001
1760.90/1755.66	c cleaning 9999 clauses out of 20041 with flag 4135001/4135001
1765.01/1759.76	c cleaning 10002 clauses out of 20044 with flag 4145003/4145003
1769.12/1763.82	c cleaning 10002 clauses out of 20041 with flag 4155002/4155002
1773.03/1767.76	c cleaning 10000 clauses out of 20039 with flag 4165002/4165002
1778.23/1772.99	c cleaning 9984 clauses out of 20038 with flag 4175001/4175001
1783.14/1777.84	c cleaning 9992 clauses out of 20053 with flag 4185000/4185000
1786.95/1781.64	c cleaning 9990 clauses out of 20062 with flag 4195001/4195001
1790.56/1785.28	c cleaning 10015 clauses out of 20072 with flag 4205001/4205001
1794.76/1789.44	c cleaning 10007 clauses out of 20058 with flag 4215002/4215002
1798.88/1793.53	c cleaning 10003 clauses out of 20051 with flag 4225002/4225002
1800.10/1794.71	c starts		: 259
1800.10/1794.71	c conflicts		: 4228499
1800.10/1794.71	c decisions		: 5405436
1800.10/1794.71	c propagations		: 89028128
1800.10/1794.71	c inspects		: 5793355180
1800.10/1794.71	c learnt literals	: 0
1800.10/1794.71	c learnt binary clauses	: 0
1800.10/1794.71	c learnt ternary clauses	: 0
1800.10/1794.71	c learnt clauses	: 4228499
1800.10/1794.71	c ignored clauses	: 0
1800.10/1794.71	c root simplifications	: 0
1800.10/1794.71	c removed literals (reason simplification)	: 31933225
1800.10/1794.71	c reason swapping (by a shorter reason)	: 0
1800.10/1794.71	c Calls to reduceDB	: 424
1800.10/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1794.71	c number of learned constraints concerned by reduction	: 0
1800.10/1794.71	c number of learning phase by resolution	: 0
1800.10/1794.71	c number of learning phase by cutting planes	: 0
1800.10/1794.71	c speed (assignments/second)	: 50000.9952104095
1800.10/1794.71	c non guided choices	22119
1800.10/1794.72	c learnt constraints type 
1800.10/1794.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13567
1800.10/1794.72	c constraints type 
1800.10/1794.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.10/1794.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.10/1794.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.10/1794.72	s SATISFIABLE
1800.10/1794.73	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 
1800.10/1794.73	c objective function=98
1800.10/1794.73	c Total wall clock time (in seconds): 1794.63

Verifier Data

OK	98

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691103-1277893712/watcher-2691103-1277893712 -o /tmp/evaluation-result-2691103-1277893712/solver-2691103-1277893712 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691103-1277893712.wbo 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.02 3/178 12699
/proc/meminfo: memFree=29096572/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=13164 CPUtime=0
/proc/12699/stat : 12699 (java) R 12697 12699 11658 0 -1 4194304 644 0 0 0 0 0 0 0 25 0 1 0 130665465 13479936 278 4089446400 134512640 134550932 4293514304 18446744073709551615 8922757 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12699/statm: 3291 286 142 10 0 1121 0

[startup+0.00907399 s]
/proc/loadavg: 1.92 1.98 2.02 3/178 12699
/proc/meminfo: memFree=29096572/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=13684 CPUtime=0
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 1183 0 0 0 0 0 0 0 25 0 2 0 130665465 14012416 630 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 3421 630 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.100705 s]
/proc/loadavg: 1.92 1.98 2.02 3/178 12699
/proc/meminfo: memFree=29096572/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1530008 CPUtime=0.11
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 5198 0 1 0 10 1 0 0 25 0 18 0 130665465 1566728192 4635 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 382502 4635 1348 10 0 379804 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530008

[startup+0.300658 s]
/proc/loadavg: 1.92 1.98 2.02 3/178 12699
/proc/meminfo: memFree=29096572/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1531936 CPUtime=0.58
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 6573 0 1 0 57 1 0 0 25 0 19 0 130665465 1568702464 5885 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 382984 5885 1416 10 0 380286 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1531936

[startup+0.700587 s]
/proc/loadavg: 1.92 1.98 2.02 3/178 12699
/proc/meminfo: memFree=29096572/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1532960 CPUtime=1.11
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 7418 0 1 0 109 2 0 0 25 0 19 0 130665465 1569751040 6577 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 383240 6577 1421 10 0 380542 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1532960

[startup+1.50143 s]
/proc/loadavg: 1.92 1.98 2.02 3/197 12718
/proc/meminfo: memFree=29071592/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1532960 CPUtime=1.98
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 9778 0 1 0 196 2 0 0 25 0 19 0 130665465 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 383240 8677 1439 10 0 380542 0
[pid=12699/tid=12701] ppid=12697 vsize=1532960 CPUtime=1.47
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 5468 0 1 0 146 1 0 0 20 0 19 0 130665466 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4109769388 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 406 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 312 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 700 0 0 0 0 0 0 0 16 0 19 0 130665468 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1532960 CPUtime=0.19
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 292 0 0 0 19 0 0 0 17 0 19 0 130665470 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1532960 CPUtime=0.3
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 1528 0 0 0 30 0 0 0 15 0 19 0 130665470 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 130665470 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1569751040 8677 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1532960

[startup+3.10112 s]
/proc/loadavg: 1.92 1.98 2.02 3/197 12718
/proc/meminfo: memFree=29062540/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1532960 CPUtime=3.64
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 11755 0 1 0 362 2 0 0 25 0 19 0 130665465 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 383240 10652 1439 10 0 380542 0
[pid=12699/tid=12701] ppid=12697 vsize=1532960 CPUtime=3.05
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 5471 0 1 0 304 1 0 0 25 0 19 0 130665466 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4109860938 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 542 0 0 0 0 0 0 0 16 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 293 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 519 0 0 0 0 0 0 0 16 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 312 0 0 0 0 0 0 0 18 0 19 0 130665467 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1532960 CPUtime=0.01
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 1286 0 0 0 1 0 0 0 16 0 19 0 130665468 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1532960 CPUtime=0.2
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 20 0 0 0 15 0 19 0 130665470 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1532960 CPUtime=0.33
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 1534 0 0 0 33 0 0 0 16 0 19 0 130665470 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 130665470 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1569751040 10652 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1532960

[startup+6.30151 s]
/proc/loadavg: 1.93 1.98 2.02 3/197 12718
/proc/meminfo: memFree=29041332/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1532960 CPUtime=6.85
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 13072 0 1 0 683 2 0 0 25 0 19 0 130665465 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 383240 11967 1440 10 0 380542 0
[pid=12699/tid=12701] ppid=12697 vsize=1532960 CPUtime=6.24
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 5473 0 1 0 623 1 0 0 25 0 19 0 130665466 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4109838722 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 817 0 0 0 0 0 0 0 16 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 519 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 696 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1532960 CPUtime=0.02
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 1676 0 0 0 2 0 0 0 15 0 19 0 130665468 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1532960 CPUtime=0.2
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 20 0 0 0 15 0 19 0 130665470 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1532960 CPUtime=0.35
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 1536 0 0 0 35 0 0 0 15 0 19 0 130665470 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 130665470 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1569751040 11967 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1532960

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 2.02 3/197 12718
/proc/meminfo: memFree=29015700/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1532960 CPUtime=13.35
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 16470 0 1 0 1332 3 0 0 25 0 19 0 130665465 1569751040 15290 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 383240 15290 1440 10 0 380542 0
[pid=12699/tid=12701] ppid=12697 vsize=1532960 CPUtime=12.59
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 6008 0 1 0 1258 1 0 0 25 0 19 0 130665466 1569751040 15290 4089446400 134512640 134550932 4293514304 18446744073709551615 4109838141 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1532960 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 1074 0 0 0 0 0 0 0 15 0 19 0 130665467 1569751040 15290 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0

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

[pid=12699/tid=12707] ppid=12697 vsize=1536032 CPUtime=0.68
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 1072 0 0 0 63 5 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1536032 CPUtime=0.75
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 1258 0 0 0 69 6 0 0 16 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1536032 CPUtime=0.71
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 982 0 0 0 66 5 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1536032 CPUtime=9.86
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 10259 0 0 0 970 16 0 0 15 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1536032 CPUtime=0.24
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 24 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1536032 CPUtime=0.4
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 2050 0 0 0 40 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.53
Current children cumulated vsize (KiB) 1536032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12896
/proc/meminfo: memFree=28118044/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1536032 CPUtime=1787.66
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 30953 0 1 0 178691 75 0 0 25 0 19 0 130665465 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 384008 29037 1440 10 0 381310 0
[pid=12699/tid=12701] ppid=12697 vsize=1536032 CPUtime=1770.53
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 8304 0 1 0 177049 4 0 0 25 0 19 0 130665466 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4109768876 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 1960 0 0 0 70 4 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1536032 CPUtime=0.89
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 1380 0 0 0 81 8 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 5 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1536032 CPUtime=0.76
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 665 0 0 0 71 5 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 997 0 0 0 68 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1536032 CPUtime=0.78
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 563 0 0 0 71 7 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1536032 CPUtime=0.69
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 1072 0 0 0 64 5 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1536032 CPUtime=0.77
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 1258 0 0 0 71 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 982 0 0 0 68 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1536032 CPUtime=10.25
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 10261 0 0 0 1008 17 0 0 16 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1536032 CPUtime=0.24
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 24 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1536032 CPUtime=0.4
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 2050 0 0 0 40 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.66
Current children cumulated vsize (KiB) 1536032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12897
/proc/meminfo: memFree=28118024/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1536032 CPUtime=1800.1
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 30960 0 1 0 179935 75 0 0 25 0 19 0 130665465 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 384008 29037 1440 10 0 381310 0
[pid=12699/tid=12701] ppid=12697 vsize=1536032 CPUtime=1782.84
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 8307 0 1 0 178280 4 0 0 25 0 19 0 130665466 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4109838202 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 1960 0 0 0 70 4 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1536032 CPUtime=0.9
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 1380 0 0 0 81 9 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 5 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1536032 CPUtime=0.77
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 665 0 0 0 71 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 997 0 0 0 68 6 0 0 16 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1536032 CPUtime=0.79
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 563 0 0 0 72 7 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1536032 CPUtime=0.7
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 1072 0 0 0 65 5 0 0 16 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1536032 CPUtime=0.77
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 1258 0 0 0 71 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 982 0 0 0 68 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1536032 CPUtime=10.33
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 10263 0 0 0 1016 17 0 0 15 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1536032 CPUtime=0.24
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 24 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1536032 CPUtime=0.4
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 2050 0 0 0 40 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1536032

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

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

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12897
/proc/meminfo: memFree=28118024/32950928 swapFree=67111528/67111528
[pid=12699] ppid=12697 vsize=1536032 CPUtime=1800.1
/proc/12699/stat : 12699 (java) S 12697 12699 11658 0 -1 4202496 30960 0 1 0 179935 75 0 0 25 0 19 0 130665465 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12699/statm: 384008 29037 1440 10 0 381310 0
[pid=12699/tid=12701] ppid=12697 vsize=1536032 CPUtime=1782.84
/proc/12699/task/12701/stat : 12701 (java) R 12697 12699 11658 0 -1 4202560 8307 0 1 0 178280 4 0 0 25 0 19 0 130665466 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4109838202 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 11658 0 -1 4202560 1960 0 0 0 70 4 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=1536032 CPUtime=0.9
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 11658 0 -1 4202560 1380 0 0 0 81 9 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 5 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=1536032 CPUtime=0.77
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 11658 0 -1 4202560 665 0 0 0 71 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 11658 0 -1 4202560 997 0 0 0 68 6 0 0 16 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=1536032 CPUtime=0.79
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 11658 0 -1 4202560 563 0 0 0 72 7 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=1536032 CPUtime=0.7
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 11658 0 -1 4202560 1072 0 0 0 65 5 0 0 16 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=1536032 CPUtime=0.77
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 11658 0 -1 4202560 1258 0 0 0 71 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=1536032 CPUtime=0.74
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 11658 0 -1 4202560 982 0 0 0 68 6 0 0 15 0 19 0 130665467 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=1536032 CPUtime=10.33
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 11658 0 -1 4202560 10263 0 0 0 1016 17 0 0 15 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 11658 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 11658 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 130665468 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 11658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=1536032 CPUtime=0.24
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 11658 0 -1 4202560 295 0 0 0 24 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=1536032 CPUtime=0.4
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 11658 0 -1 4202560 2050 0 0 0 40 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 11658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 11658 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 130665470 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=1536032 CPUtime=0
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 11658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 130665483 1572896768 29037 4089446400 134512640 134550932 4293514304 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1536032

Child status: 143
Real time (s): 1794.75
CPU time (s): 1800.17
CPU user time (s): 1799.41
CPU system time (s): 0.761884
CPU usage (%): 100.302
Max. virtual memory (cumulated for all children) (KiB): 1536032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30984
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= 49590
involuntary context switches= 210093

runsolver used 3.67744 second user time and 7.03993 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 12:28:32
IDJOB=2691103
IDBENCH=78731
IDSOLVER=1202
FILE ID=node148/2691103-1277893712
PBS_JOBID= 11197057
Free space on /tmp= 74172 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691103-1277893712/watcher-2691103-1277893712 -o /tmp/evaluation-result-2691103-1277893712/solver-2691103-1277893712 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691103-1277893712.wbo

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

MD5SUM BENCH= 855765d60afa4a3ed9dadddc2a73110a
RANDOM SEED=1206064801

node148.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.836
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.67
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.836
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	: 5332.75
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.836
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	: 5415.14
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.836
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.83
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.836
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.78
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.836
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.79
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.836
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.836
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29096976 kB
Buffers:        174648 kB
Cached:        1253376 kB
SwapCached:          0 kB
Active:        2732888 kB
Inactive:       974692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29096976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     2279268 kB
Mapped:          15092 kB
Slab:            79380 kB
PageTables:       8336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2426220 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= 74172 MiB
End job on node148 at 2010-06-30 12:58:29