Trace number 2698234

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.1MSAT (TO) 1800.12 1795.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
MD5SUM515e8ce2c7c31d2b78b34efd1db422a9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.067988
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 constraints44
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 2588
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2587
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		i386
0.04/0.08	c Free memory 		1393557488
0.04/0.08	c Max memory 		1395916800
0.04/0.08	c Total memory 		1395916800
0.04/0.08	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698234-1278323737.wbo
0.04/0.09	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.072s.
0.11/0.17	c #vars     1094
0.11/0.17	c #constraints  65
0.11/0.17	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 => 10
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
0.60/0.30	c SATISFIABLE
0.60/0.30	c OPTIMIZING...
0.60/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.60/0.30	o 41
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.255
0.60/0.35	o 19
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.78/0.45	o 14
1.04/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
1.04/0.63	o 9
1.75/1.39	c cleaning 2493 clauses out of 5000 with flag 5000/5000
3.31/2.81	c cleaning 4225 clauses out of 8507 with flag 11000/11000
5.22/4.70	c cleaning 5619 clauses out of 11286 with flag 18004/18004
7.62/7.14	c cleaning 6824 clauses out of 13663 with flag 26000/26000
10.55/10.09	c cleaning 7915 clauses out of 15843 with flag 35004/35004
12.75/12.25	c cleaning 8959 clauses out of 17928 with flag 45004/45004
15.76/15.21	c cleaning 9458 clauses out of 18965 with flag 55000/55000
19.57/19.04	c cleaning 9738 clauses out of 19510 with flag 65003/65003
23.69/23.19	c cleaning 9869 clauses out of 19770 with flag 75001/75001
26.59/26.07	c cleaning 9930 clauses out of 19902 with flag 85002/85002
30.21/29.69	c cleaning 9974 clauses out of 19970 with flag 95000/95000
33.90/33.33	c cleaning 9987 clauses out of 19997 with flag 105001/105001
38.21/37.68	c cleaning 9998 clauses out of 20011 with flag 115002/115002
40.72/40.17	c cleaning 9973 clauses out of 20011 with flag 125000/125000
44.63/44.07	c cleaning 9981 clauses out of 20038 with flag 135000/135000
48.03/47.47	c cleaning 10018 clauses out of 20059 with flag 145002/145002
51.84/51.22	c cleaning 9990 clauses out of 20039 with flag 155000/155000
57.44/56.81	c cleaning 10004 clauses out of 20052 with flag 165003/165003
60.95/60.30	c cleaning 9983 clauses out of 20045 with flag 175000/175000
63.96/63.38	c cleaning 9997 clauses out of 20062 with flag 185000/185000
67.67/67.08	c cleaning 10016 clauses out of 20065 with flag 195000/195000
71.88/71.21	c cleaning 9995 clauses out of 20050 with flag 205001/205001
75.99/75.32	c cleaning 10014 clauses out of 20054 with flag 215000/215000
81.50/80.84	c cleaning 10001 clauses out of 20041 with flag 225001/225001
85.71/85.07	c cleaning 9997 clauses out of 20041 with flag 235002/235002
90.93/90.25	c cleaning 10003 clauses out of 20043 with flag 245001/245001
96.45/95.78	c cleaning 10000 clauses out of 20039 with flag 255000/255000
99.96/99.22	c cleaning 9997 clauses out of 20039 with flag 265000/265000
103.09/102.35	c cleaning 9991 clauses out of 20044 with flag 275002/275002
106.59/105.81	c cleaning 10009 clauses out of 20053 with flag 285002/285002
112.61/111.88	c cleaning 10002 clauses out of 20042 with flag 295000/295000
115.92/115.12	c cleaning 9976 clauses out of 20040 with flag 305000/305000
121.93/121.18	c cleaning 9973 clauses out of 20065 with flag 315001/315001
125.94/125.14	c cleaning 10007 clauses out of 20093 with flag 325002/325002
131.46/130.68	c cleaning 9986 clauses out of 20084 with flag 335000/335000
136.17/135.38	c cleaning 9983 clauses out of 20101 with flag 345003/345003
140.38/139.52	c cleaning 10033 clauses out of 20115 with flag 355000/355000
145.70/144.89	c cleaning 10024 clauses out of 20083 with flag 365001/365001
150.90/150.07	c cleaning 10011 clauses out of 20059 with flag 375001/375001
156.62/155.73	c cleaning 10009 clauses out of 20047 with flag 385000/385000
160.53/159.66	c cleaning 10004 clauses out of 20041 with flag 395003/395003
163.64/162.76	c cleaning 9987 clauses out of 20034 with flag 405000/405000
167.96/167.01	c cleaning 10005 clauses out of 20047 with flag 415000/415000
172.48/171.52	c cleaning 10006 clauses out of 20043 with flag 425001/425001
175.69/174.77	c cleaning 9992 clauses out of 20038 with flag 435002/435002
180.90/179.93	c cleaning 9997 clauses out of 20046 with flag 445002/445002
184.40/183.45	c cleaning 10005 clauses out of 20047 with flag 455000/455000
188.71/187.77	c cleaning 10006 clauses out of 20043 with flag 465001/465001
192.82/191.88	c cleaning 10001 clauses out of 20036 with flag 475000/475000
196.84/195.81	c cleaning 9995 clauses out of 20035 with flag 485000/485000
201.05/200.04	c cleaning 10000 clauses out of 20043 with flag 495003/495003
205.47/204.49	c cleaning 10002 clauses out of 20045 with flag 505005/505005
209.68/208.62	c cleaning 9997 clauses out of 20038 with flag 515000/515000
213.49/212.43	c cleaning 10009 clauses out of 20042 with flag 525001/525001
218.40/217.36	c cleaning 10004 clauses out of 20034 with flag 535002/535002
223.22/222.18	c cleaning 10001 clauses out of 20031 with flag 545003/545003
227.52/226.43	c cleaning 10000 clauses out of 20027 with flag 555000/555000
232.63/231.55	c cleaning 10003 clauses out of 20029 with flag 565002/565002
237.24/236.14	c cleaning 10000 clauses out of 20026 with flag 575002/575002
241.97/240.85	c cleaning 9999 clauses out of 20024 with flag 585000/585000
244.96/243.81	c cleaning 10008 clauses out of 20026 with flag 595001/595001
247.97/246.82	c cleaning 9996 clauses out of 20020 with flag 605003/605003
252.28/251.14	c cleaning 9996 clauses out of 20023 with flag 615002/615002
257.41/256.25	c cleaning 9994 clauses out of 20025 with flag 625000/625000
261.42/260.24	c cleaning 10001 clauses out of 20031 with flag 635000/635000
265.74/264.52	c cleaning 9998 clauses out of 20031 with flag 645001/645001
269.46/268.25	c cleaning 10007 clauses out of 20032 with flag 655000/655000
274.27/273.00	c cleaning 9999 clauses out of 20025 with flag 665000/665000
278.68/277.48	c cleaning 9986 clauses out of 20027 with flag 675001/675001
282.99/281.70	c cleaning 9990 clauses out of 20041 with flag 685001/685001
288.71/287.45	c cleaning 9995 clauses out of 20051 with flag 695001/695001
293.93/292.70	c cleaning 9999 clauses out of 20057 with flag 705002/705002
299.04/297.71	c cleaning 9997 clauses out of 20056 with flag 715000/715000
302.67/301.38	c cleaning 10014 clauses out of 20059 with flag 725000/725000
307.77/306.46	c cleaning 10004 clauses out of 20046 with flag 735001/735001
313.79/312.46	c cleaning 10006 clauses out of 20042 with flag 745001/745001
319.00/317.69	c cleaning 10002 clauses out of 20040 with flag 755005/755005
322.92/321.56	c cleaning 10000 clauses out of 20033 with flag 765000/765000
327.23/325.80	c cleaning 10001 clauses out of 20033 with flag 775000/775000
331.04/329.61	c cleaning 9997 clauses out of 20033 with flag 785001/785001
335.54/334.19	c cleaning 9994 clauses out of 20035 with flag 795000/795000
340.76/339.34	c cleaning 10007 clauses out of 20042 with flag 805001/805001
345.27/343.87	c cleaning 9997 clauses out of 20034 with flag 815000/815000
349.98/348.58	c cleaning 10002 clauses out of 20037 with flag 825000/825000
354.89/353.47	c cleaning 9997 clauses out of 20038 with flag 835003/835003
359.50/358.09	c cleaning 10002 clauses out of 20038 with flag 845000/845000
364.91/363.43	c cleaning 10003 clauses out of 20040 with flag 855004/855004
369.23/367.79	c cleaning 9996 clauses out of 20033 with flag 865000/865000
374.83/373.37	c cleaning 10002 clauses out of 20038 with flag 875001/875001
379.14/377.69	c cleaning 10017 clauses out of 20037 with flag 885002/885002
382.06/380.55	c cleaning 9995 clauses out of 20018 with flag 895000/895000
386.18/384.68	c cleaning 10011 clauses out of 20026 with flag 905003/905003
389.39/387.87	c cleaning 9985 clauses out of 20012 with flag 915000/915000
392.80/391.24	c cleaning 9984 clauses out of 20032 with flag 925005/925005
397.71/396.10	c cleaning 10003 clauses out of 20044 with flag 935001/935001
401.13/399.54	c cleaning 10008 clauses out of 20043 with flag 945003/945003
405.94/404.36	c cleaning 10002 clauses out of 20033 with flag 955001/955001
410.76/409.12	c cleaning 9996 clauses out of 20031 with flag 965001/965001
414.48/412.83	c cleaning 9987 clauses out of 20034 with flag 975000/975000
418.59/416.92	c cleaning 9992 clauses out of 20047 with flag 985000/985000
423.39/421.75	c cleaning 9997 clauses out of 20055 with flag 995000/995000
428.41/426.73	c cleaning 10000 clauses out of 20062 with flag 1005004/1005004
433.11/431.40	c cleaning 10010 clauses out of 20060 with flag 1015002/1015002
437.12/435.48	c cleaning 10010 clauses out of 20048 with flag 1025000/1025000
441.53/439.87	c cleaning 10005 clauses out of 20038 with flag 1035000/1035000
446.06/444.30	c cleaning 9999 clauses out of 20033 with flag 1045000/1045000
450.57/448.88	c cleaning 10006 clauses out of 20037 with flag 1055003/1055003
453.97/452.25	c cleaning 10003 clauses out of 20033 with flag 1065005/1065005
457.88/456.12	c cleaning 9999 clauses out of 20025 with flag 1075000/1075000
461.09/459.36	c cleaning 9992 clauses out of 20028 with flag 1085002/1085002
465.70/463.97	c cleaning 9996 clauses out of 20035 with flag 1095001/1095001
469.71/467.98	c cleaning 9999 clauses out of 20038 with flag 1105000/1105000
474.22/472.42	c cleaning 9999 clauses out of 20041 with flag 1115002/1115002
478.93/477.20	c cleaning 9998 clauses out of 20042 with flag 1125002/1125002
483.44/481.64	c cleaning 10000 clauses out of 20043 with flag 1135001/1135001
487.75/486.00	c cleaning 9998 clauses out of 20044 with flag 1145002/1145002
492.96/491.12	c cleaning 10003 clauses out of 20047 with flag 1155003/1155003
497.47/495.60	c cleaning 9992 clauses out of 20041 with flag 1165000/1165000
502.39/500.56	c cleaning 10001 clauses out of 20050 with flag 1175001/1175001
505.90/504.02	c cleaning 10015 clauses out of 20051 with flag 1185003/1185003
510.02/508.18	c cleaning 10007 clauses out of 20035 with flag 1195002/1195002
514.44/512.58	c cleaning 10004 clauses out of 20028 with flag 1205002/1205002
519.14/517.23	c cleaning 10001 clauses out of 20023 with flag 1215001/1215001
523.44/521.56	c cleaning 9998 clauses out of 20021 with flag 1225000/1225000
528.55/526.64	c cleaning 10000 clauses out of 20023 with flag 1235000/1235000
533.56/531.60	c cleaning 9999 clauses out of 20026 with flag 1245003/1245003
538.37/536.45	c cleaning 10004 clauses out of 20029 with flag 1255005/1255005
543.28/541.39	c cleaning 10001 clauses out of 20021 with flag 1265001/1265001
548.49/546.56	c cleaning 9996 clauses out of 20020 with flag 1275001/1275001
553.21/551.23	c cleaning 10003 clauses out of 20027 with flag 1285004/1285004
557.42/555.44	c cleaning 9996 clauses out of 20020 with flag 1295000/1295000
561.32/559.33	c cleaning 10000 clauses out of 20026 with flag 1305002/1305002
565.33/563.39	c cleaning 10001 clauses out of 20028 with flag 1315004/1315004
569.43/567.50	c cleaning 10001 clauses out of 20026 with flag 1325003/1325003
572.54/570.55	c cleaning 9992 clauses out of 20023 with flag 1335001/1335001
575.95/573.92	c cleaning 9979 clauses out of 20032 with flag 1345002/1345002
579.56/577.55	c cleaning 10010 clauses out of 20053 with flag 1355002/1355002
583.98/581.94	c cleaning 10019 clauses out of 20043 with flag 1365002/1365002
588.49/586.45	c cleaning 9997 clauses out of 20022 with flag 1375000/1375000
592.51/590.47	c cleaning 10005 clauses out of 20025 with flag 1385000/1385000
595.93/593.90	c cleaning 10001 clauses out of 20020 with flag 1395000/1395000
599.24/597.14	c cleaning 9998 clauses out of 20019 with flag 1405000/1405000
602.35/600.26	c cleaning 9989 clauses out of 20025 with flag 1415004/1415004
606.47/604.33	c cleaning 9991 clauses out of 20032 with flag 1425000/1425000
610.79/608.62	c cleaning 9996 clauses out of 20041 with flag 1435000/1435000
615.50/613.38	c cleaning 9998 clauses out of 20048 with flag 1445003/1445003
619.72/617.56	c cleaning 9998 clauses out of 20048 with flag 1455001/1455001
623.22/621.00	c cleaning 10008 clauses out of 20051 with flag 1465002/1465002
627.34/625.13	c cleaning 10006 clauses out of 20043 with flag 1475002/1475002
632.66/630.40	c cleaning 9997 clauses out of 20035 with flag 1485000/1485000
637.46/635.27	c cleaning 9999 clauses out of 20039 with flag 1495001/1495001
642.48/640.23	c cleaning 10002 clauses out of 20039 with flag 1505000/1505000
647.08/644.85	c cleaning 9997 clauses out of 20039 with flag 1515002/1515002
650.98/648.76	c cleaning 10013 clauses out of 20041 with flag 1525001/1525001
654.80/652.53	c cleaning 10005 clauses out of 20030 with flag 1535003/1535003
658.01/655.78	c cleaning 10001 clauses out of 20022 with flag 1545000/1545000
661.72/659.45	c cleaning 10000 clauses out of 20023 with flag 1555002/1555002
666.22/663.92	c cleaning 10003 clauses out of 20021 with flag 1565000/1565000
671.33/669.08	c cleaning 10000 clauses out of 20018 with flag 1575000/1575000
676.56/674.22	c cleaning 10001 clauses out of 20020 with flag 1585002/1585002
681.78/679.49	c cleaning 9988 clauses out of 20017 with flag 1595000/1595000
686.38/684.06	c cleaning 10006 clauses out of 20030 with flag 1605001/1605001
691.18/688.85	c cleaning 9998 clauses out of 20023 with flag 1615000/1615000
695.11/692.78	c cleaning 9999 clauses out of 20027 with flag 1625002/1625002
700.42/698.01	c cleaning 9997 clauses out of 20026 with flag 1635000/1635000
706.43/704.02	c cleaning 9998 clauses out of 20030 with flag 1645001/1645001
711.53/709.18	c cleaning 9997 clauses out of 20031 with flag 1655000/1655000
716.64/714.26	c cleaning 10003 clauses out of 20038 with flag 1665004/1665004
721.55/719.17	c cleaning 10003 clauses out of 20033 with flag 1675002/1675002
725.47/723.08	c cleaning 9999 clauses out of 20029 with flag 1685001/1685001
729.88/727.46	c cleaning 9999 clauses out of 20029 with flag 1695000/1695000
734.59/732.17	c cleaning 10001 clauses out of 20031 with flag 1705001/1705001
740.90/738.47	c cleaning 9999 clauses out of 20031 with flag 1715002/1715002
745.82/743.39	c cleaning 10001 clauses out of 20030 with flag 1725000/1725000
750.93/748.41	c cleaning 10001 clauses out of 20030 with flag 1735001/1735001
755.24/752.78	c cleaning 9999 clauses out of 20029 with flag 1745001/1745001
759.95/757.42	c cleaning 10000 clauses out of 20031 with flag 1755002/1755002
764.76/762.30	c cleaning 9998 clauses out of 20029 with flag 1765000/1765000
768.06/765.57	c cleaning 10001 clauses out of 20031 with flag 1775000/1775000
772.47/769.93	c cleaning 10001 clauses out of 20032 with flag 1785002/1785002
776.68/774.12	c cleaning 10002 clauses out of 20030 with flag 1795001/1795001
781.02/778.47	c cleaning 9995 clauses out of 20028 with flag 1805001/1805001
785.22/782.61	c cleaning 10001 clauses out of 20032 with flag 1815000/1815000
789.33/786.71	c cleaning 10002 clauses out of 20031 with flag 1825000/1825000
793.85/791.26	c cleaning 10000 clauses out of 20030 with flag 1835001/1835001
797.87/795.29	c cleaning 10000 clauses out of 20029 with flag 1845000/1845000
802.67/800.03	c cleaning 10002 clauses out of 20035 with flag 1855006/1855006
807.68/805.05	c cleaning 9999 clauses out of 20028 with flag 1865001/1865001
812.40/809.70	c cleaning 10000 clauses out of 20029 with flag 1875001/1875001
816.50/813.84	c cleaning 9999 clauses out of 20029 with flag 1885001/1885001
821.22/818.50	c cleaning 9999 clauses out of 20029 with flag 1895000/1895000
825.45/822.70	c cleaning 10000 clauses out of 20032 with flag 1905002/1905002
829.95/827.29	c cleaning 10000 clauses out of 20032 with flag 1915002/1915002
835.15/832.45	c cleaning 9996 clauses out of 20030 with flag 1925000/1925000
839.96/837.25	c cleaning 9998 clauses out of 20035 with flag 1935001/1935001
844.58/841.80	c cleaning 10000 clauses out of 20036 with flag 1945000/1945000
849.18/846.41	c cleaning 10001 clauses out of 20037 with flag 1955001/1955001
853.49/850.79	c cleaning 10003 clauses out of 20035 with flag 1965000/1965000
858.60/855.83	c cleaning 10000 clauses out of 20035 with flag 1975003/1975003
862.81/860.08	c cleaning 10000 clauses out of 20033 with flag 1985001/1985001
865.91/863.12	c cleaning 9992 clauses out of 20032 with flag 1995000/1995000
869.23/866.44	c cleaning 10003 clauses out of 20041 with flag 2005001/2005001
871.75/868.96	c cleaning 10010 clauses out of 20039 with flag 2015002/2015002
875.35/872.52	c cleaning 9987 clauses out of 20028 with flag 2025001/2025001
878.76/875.96	c cleaning 10006 clauses out of 20040 with flag 2035000/2035000
883.47/880.67	c cleaning 10006 clauses out of 20037 with flag 2045003/2045003
887.38/884.54	c cleaning 9991 clauses out of 20029 with flag 2055001/2055001
892.40/889.55	c cleaning 10005 clauses out of 20039 with flag 2065002/2065002
897.41/894.52	c cleaning 9996 clauses out of 20033 with flag 2075001/2075001
901.43/898.58	c cleaning 9994 clauses out of 20036 with flag 2085000/2085000
905.94/903.07	c cleaning 10000 clauses out of 20044 with flag 2095002/2095002
911.25/908.33	c cleaning 10000 clauses out of 20042 with flag 2105000/2105000
916.26/913.39	c cleaning 10001 clauses out of 20044 with flag 2115002/2115002
920.47/917.56	c cleaning 10008 clauses out of 20041 with flag 2125000/2125000
924.78/921.87	c cleaning 10003 clauses out of 20033 with flag 2135000/2135000
928.99/926.07	c cleaning 10001 clauses out of 20031 with flag 2145001/2145001
932.90/929.96	c cleaning 9999 clauses out of 20029 with flag 2155000/2155000
936.91/933.90	c cleaning 10004 clauses out of 20031 with flag 2165001/2165001
941.32/938.31	c cleaning 10003 clauses out of 20029 with flag 2175003/2175003
945.33/942.32	c cleaning 9997 clauses out of 20024 with flag 2185001/2185001
948.43/945.45	c cleaning 10004 clauses out of 20031 with flag 2195005/2195005
952.05/949.05	c cleaning 9994 clauses out of 20025 with flag 2205003/2205003
955.86/952.87	c cleaning 9997 clauses out of 20028 with flag 2215000/2215000
959.46/956.49	c cleaning 10001 clauses out of 20032 with flag 2225001/2225001
962.87/959.86	c cleaning 10002 clauses out of 20032 with flag 2235002/2235002
966.18/963.17	c cleaning 10000 clauses out of 20030 with flag 2245002/2245002
970.08/967.09	c cleaning 10000 clauses out of 20028 with flag 2255000/2255000
973.79/970.79	c cleaning 9997 clauses out of 20029 with flag 2265001/2265001
977.40/974.32	c cleaning 10000 clauses out of 20032 with flag 2275001/2275001
981.21/978.16	c cleaning 10002 clauses out of 20032 with flag 2285001/2285001
985.32/982.27	c cleaning 10002 clauses out of 20032 with flag 2295003/2295003
989.42/986.39	c cleaning 9998 clauses out of 20030 with flag 2305003/2305003
993.22/990.14	c cleaning 9989 clauses out of 20029 with flag 2315000/2315000
997.63/994.57	c cleaning 10008 clauses out of 20045 with flag 2325005/2325005
1001.64/998.59	c cleaning 9996 clauses out of 20032 with flag 2335000/2335000
1005.85/1002.79	c cleaning 10001 clauses out of 20037 with flag 2345001/2345001
1010.66/1007.53	c cleaning 10004 clauses out of 20038 with flag 2355003/2355003
1014.66/1011.53	c cleaning 10002 clauses out of 20032 with flag 2365001/2365001
1018.76/1015.64	c cleaning 9998 clauses out of 20029 with flag 2375000/2375000
1023.07/1019.94	c cleaning 9998 clauses out of 20031 with flag 2385000/2385000
1027.28/1024.17	c cleaning 10001 clauses out of 20033 with flag 2395000/2395000
1031.69/1028.57	c cleaning 9990 clauses out of 20032 with flag 2405000/2405000
1036.70/1033.59	c cleaning 10008 clauses out of 20044 with flag 2415002/2415002
1041.42/1038.20	c cleaning 10008 clauses out of 20044 with flag 2425010/2425010
1045.73/1042.50	c cleaning 9986 clauses out of 20028 with flag 2435002/2435002
1050.14/1046.95	c cleaning 9992 clauses out of 20042 with flag 2445002/2445002
1054.45/1051.27	c cleaning 9992 clauses out of 20048 with flag 2455000/2455000
1058.76/1055.54	c cleaning 9998 clauses out of 20057 with flag 2465001/2465001
1063.07/1059.82	c cleaning 10000 clauses out of 20058 with flag 2475000/2475000
1067.37/1064.14	c cleaning 10002 clauses out of 20062 with flag 2485004/2485004
1071.79/1068.52	c cleaning 9995 clauses out of 20057 with flag 2495001/2495001
1076.19/1072.98	c cleaning 10001 clauses out of 20062 with flag 2505001/2505001
1080.90/1077.63	c cleaning 10002 clauses out of 20063 with flag 2515003/2515003
1085.62/1082.38	c cleaning 10000 clauses out of 20060 with flag 2525002/2525002
1090.32/1087.04	c cleaning 10001 clauses out of 20060 with flag 2535002/2535002
1094.34/1091.07	c cleaning 9999 clauses out of 20057 with flag 2545000/2545000
1098.56/1095.21	c cleaning 9998 clauses out of 20060 with flag 2555002/2555002
1102.47/1099.19	c cleaning 10001 clauses out of 20063 with flag 2565003/2565003
1106.38/1103.05	c cleaning 9996 clauses out of 20059 with flag 2575000/2575000
1110.50/1107.12	c cleaning 10001 clauses out of 20063 with flag 2585000/2585000
1114.71/1111.34	c cleaning 10001 clauses out of 20063 with flag 2595001/2595001
1118.82/1115.46	c cleaning 9999 clauses out of 20063 with flag 2605002/2605002
1123.13/1119.78	c cleaning 10000 clauses out of 20065 with flag 2615003/2615003
1127.74/1124.32	c cleaning 10000 clauses out of 20062 with flag 2625000/2625000
1132.55/1129.19	c cleaning 9998 clauses out of 20063 with flag 2635001/2635001
1137.35/1133.91	c cleaning 10002 clauses out of 20064 with flag 2645000/2645000
1141.67/1138.29	c cleaning 10004 clauses out of 20068 with flag 2655006/2655006
1146.27/1142.81	c cleaning 10009 clauses out of 20059 with flag 2665001/2665001
1150.79/1147.36	c cleaning 10013 clauses out of 20049 with flag 2675000/2675000
1155.59/1152.13	c cleaning 10004 clauses out of 20037 with flag 2685001/2685001
1160.30/1156.86	c cleaning 10002 clauses out of 20033 with flag 2695001/2695001
1165.02/1161.57	c cleaning 10004 clauses out of 20030 with flag 2705000/2705000
1169.12/1165.67	c cleaning 9988 clauses out of 20026 with flag 2715000/2715000
1174.03/1170.59	c cleaning 10011 clauses out of 20038 with flag 2725000/2725000
1178.64/1175.13	c cleaning 10001 clauses out of 20027 with flag 2735000/2735000
1182.84/1179.37	c cleaning 9998 clauses out of 20026 with flag 2745000/2745000
1186.87/1183.31	c cleaning 10003 clauses out of 20028 with flag 2755000/2755000
1190.87/1187.31	c cleaning 10001 clauses out of 20027 with flag 2765002/2765002
1195.19/1191.68	c cleaning 10001 clauses out of 20027 with flag 2775003/2775003
1199.40/1195.81	c cleaning 10000 clauses out of 20026 with flag 2785003/2785003
1203.81/1200.27	c cleaning 10000 clauses out of 20023 with flag 2795000/2795000
1207.72/1204.18	c cleaning 9998 clauses out of 20023 with flag 2805000/2805000
1211.83/1208.24	c cleaning 9998 clauses out of 20025 with flag 2815000/2815000
1216.44/1212.81	c cleaning 10003 clauses out of 20027 with flag 2825000/2825000
1221.45/1217.84	c cleaning 10000 clauses out of 20029 with flag 2835005/2835005
1226.17/1222.57	c cleaning 10001 clauses out of 20026 with flag 2845002/2845002
1230.77/1227.19	c cleaning 9998 clauses out of 20024 with flag 2855001/2855001
1235.38/1231.72	c cleaning 10002 clauses out of 20028 with flag 2865003/2865003
1239.49/1235.86	c cleaning 9999 clauses out of 20023 with flag 2875000/2875000
1244.40/1240.71	c cleaning 10000 clauses out of 20025 with flag 2885001/2885001
1248.72/1245.01	c cleaning 9994 clauses out of 20025 with flag 2895001/2895001
1252.73/1249.08	c cleaning 10003 clauses out of 20031 with flag 2905001/2905001
1258.54/1254.81	c cleaning 10003 clauses out of 20028 with flag 2915001/2915001
1262.95/1259.21	c cleaning 9995 clauses out of 20024 with flag 2925000/2925000
1267.46/1263.77	c cleaning 10004 clauses out of 20029 with flag 2935000/2935000
1272.09/1268.35	c cleaning 10004 clauses out of 20029 with flag 2945004/2945004
1276.19/1272.40	c cleaning 9995 clauses out of 20021 with flag 2955000/2955000
1280.30/1276.50	c cleaning 9988 clauses out of 20028 with flag 2965002/2965002
1284.80/1281.02	c cleaning 10011 clauses out of 20038 with flag 2975000/2975000
1289.21/1285.42	c cleaning 10003 clauses out of 20027 with flag 2985000/2985000
1292.11/1288.36	c cleaning 9992 clauses out of 20026 with flag 2995002/2995002
1295.52/1291.73	c cleaning 9997 clauses out of 20032 with flag 3005000/3005000
1299.44/1295.62	c cleaning 10000 clauses out of 20036 with flag 3015001/3015001
1303.97/1300.19	c cleaning 9998 clauses out of 20035 with flag 3025000/3025000
1306.98/1303.11	c cleaning 9981 clauses out of 20038 with flag 3035001/3035001
1310.79/1306.97	c cleaning 9994 clauses out of 20056 with flag 3045000/3045000
1314.69/1310.86	c cleaning 10010 clauses out of 20062 with flag 3055000/3055000
1319.60/1315.77	c cleaning 10003 clauses out of 20056 with flag 3065004/3065004
1324.41/1320.54	c cleaning 10003 clauses out of 20049 with flag 3075000/3075000
1328.72/1324.82	c cleaning 10008 clauses out of 20047 with flag 3085001/3085001
1333.13/1329.29	c cleaning 10004 clauses out of 20038 with flag 3095000/3095000
1337.94/1334.00	c cleaning 9998 clauses out of 20035 with flag 3105001/3105001
1342.25/1338.39	c cleaning 10005 clauses out of 20044 with flag 3115008/3115008
1346.25/1342.35	c cleaning 9975 clauses out of 20034 with flag 3125003/3125003
1352.26/1348.37	c cleaning 10006 clauses out of 20059 with flag 3135003/3135003
1357.68/1353.78	c cleaning 10006 clauses out of 20054 with flag 3145004/3145004
1363.79/1359.87	c cleaning 10001 clauses out of 20044 with flag 3155000/3155000
1368.72/1364.75	c cleaning 9998 clauses out of 20043 with flag 3165000/3165000
1373.92/1370.00	c cleaning 10000 clauses out of 20046 with flag 3175001/3175001
1379.23/1375.29	c cleaning 9992 clauses out of 20047 with flag 3185002/3185002
1382.93/1379.00	c cleaning 10020 clauses out of 20056 with flag 3195003/3195003
1387.45/1383.48	c cleaning 10006 clauses out of 20033 with flag 3205000/3205000
1392.67/1388.69	c cleaning 10001 clauses out of 20028 with flag 3215001/3215001
1397.48/1393.47	c cleaning 10001 clauses out of 20026 with flag 3225000/3225000
1401.99/1397.96	c cleaning 10000 clauses out of 20026 with flag 3235001/3235001
1405.90/1401.83	c cleaning 10004 clauses out of 20028 with flag 3245003/3245003
1410.22/1406.11	c cleaning 9999 clauses out of 20023 with flag 3255002/3255002
1414.24/1410.18	c cleaning 9998 clauses out of 20022 with flag 3265000/3265000
1419.04/1414.93	c cleaning 10002 clauses out of 20024 with flag 3275000/3275000
1422.64/1418.50	c cleaning 9999 clauses out of 20024 with flag 3285002/3285002
1427.36/1423.20	c cleaning 10000 clauses out of 20024 with flag 3295001/3295001
1431.47/1427.35	c cleaning 9997 clauses out of 20024 with flag 3305001/3305001
1435.78/1431.63	c cleaning 10000 clauses out of 20026 with flag 3315000/3315000
1440.09/1435.97	c cleaning 9992 clauses out of 20027 with flag 3325001/3325001
1444.50/1440.38	c cleaning 10006 clauses out of 20036 with flag 3335002/3335002
1449.41/1445.27	c cleaning 10003 clauses out of 20030 with flag 3345002/3345002
1454.32/1450.12	c cleaning 10004 clauses out of 20029 with flag 3355004/3355004
1458.84/1454.69	c cleaning 9999 clauses out of 20024 with flag 3365003/3365003
1463.54/1459.38	c cleaning 10000 clauses out of 20022 with flag 3375000/3375000
1467.95/1463.76	c cleaning 9999 clauses out of 20022 with flag 3385000/3385000
1472.68/1468.46	c cleaning 10001 clauses out of 20026 with flag 3395003/3395003
1477.48/1473.21	c cleaning 10001 clauses out of 20025 with flag 3405003/3405003
1482.69/1478.42	c cleaning 9996 clauses out of 20022 with flag 3415001/3415001
1487.30/1483.04	c cleaning 10000 clauses out of 20028 with flag 3425003/3425003
1491.72/1487.44	c cleaning 9998 clauses out of 20027 with flag 3435002/3435002
1496.94/1492.68	c cleaning 9999 clauses out of 20031 with flag 3445004/3445004
1502.65/1498.39	c cleaning 9999 clauses out of 20029 with flag 3455001/3455001
1508.89/1504.50	c cleaning 9999 clauses out of 20030 with flag 3465001/3465001
1514.90/1510.53	c cleaning 9999 clauses out of 20030 with flag 3475000/3475000
1520.12/1515.80	c cleaning 10000 clauses out of 20034 with flag 3485003/3485003
1525.23/1520.86	c cleaning 9999 clauses out of 20031 with flag 3495000/3495000
1530.15/1525.79	c cleaning 9998 clauses out of 20032 with flag 3505000/3505000
1535.36/1530.92	c cleaning 9996 clauses out of 20037 with flag 3515003/3515003
1539.96/1535.53	c cleaning 10002 clauses out of 20040 with flag 3525002/3525002
1545.36/1540.96	c cleaning 9999 clauses out of 20036 with flag 3535000/3535000
1550.58/1546.14	c cleaning 10004 clauses out of 20040 with flag 3545003/3545003
1555.89/1551.42	c cleaning 9997 clauses out of 20034 with flag 3555001/3555001
1561.10/1556.66	c cleaning 10002 clauses out of 20037 with flag 3565001/3565001
1566.70/1562.26	c cleaning 10000 clauses out of 20034 with flag 3575000/3575000
1572.31/1567.88	c cleaning 9996 clauses out of 20040 with flag 3585006/3585006
1577.91/1573.41	c cleaning 10003 clauses out of 20042 with flag 3595004/3595004
1583.22/1578.79	c cleaning 10000 clauses out of 20038 with flag 3605003/3605003
1588.84/1584.38	c cleaning 9999 clauses out of 20035 with flag 3615000/3615000
1594.25/1589.77	c cleaning 10000 clauses out of 20040 with flag 3625004/3625004
1599.57/1595.02	c cleaning 10002 clauses out of 20038 with flag 3635002/3635002
1604.58/1600.07	c cleaning 10003 clauses out of 20037 with flag 3645003/3645003
1608.79/1604.23	c cleaning 10000 clauses out of 20031 with flag 3655000/3655000
1613.50/1608.90	c cleaning 10001 clauses out of 20034 with flag 3665003/3665003
1617.71/1613.16	c cleaning 10003 clauses out of 20031 with flag 3675001/3675001
1622.73/1618.12	c cleaning 9996 clauses out of 20028 with flag 3685001/3685001
1627.13/1622.51	c cleaning 10003 clauses out of 20031 with flag 3695000/3695000
1631.54/1626.94	c cleaning 9998 clauses out of 20031 with flag 3705003/3705003
1636.05/1631.42	c cleaning 10003 clauses out of 20031 with flag 3715001/3715001
1640.77/1636.15	c cleaning 10000 clauses out of 20028 with flag 3725001/3725001
1645.59/1640.91	c cleaning 10002 clauses out of 20030 with flag 3735003/3735003
1650.60/1645.97	c cleaning 9997 clauses out of 20025 with flag 3745000/3745000
1656.22/1651.50	c cleaning 10001 clauses out of 20029 with flag 3755001/3755001
1661.03/1656.30	c cleaning 10001 clauses out of 20032 with flag 3765005/3765005
1665.44/1660.75	c cleaning 9990 clauses out of 20026 with flag 3775000/3775000
1669.86/1665.18	c cleaning 10009 clauses out of 20041 with flag 3785005/3785005
1674.48/1669.73	c cleaning 10000 clauses out of 20027 with flag 3795000/3795000
1679.19/1674.45	c cleaning 10001 clauses out of 20030 with flag 3805003/3805003
1683.00/1678.26	c cleaning 9995 clauses out of 20026 with flag 3815000/3815000
1687.71/1682.97	c cleaning 9995 clauses out of 20034 with flag 3825003/3825003
1692.12/1687.38	c cleaning 10004 clauses out of 20036 with flag 3835000/3835000
1696.63/1691.90	c cleaning 10000 clauses out of 20034 with flag 3845002/3845002
1701.24/1696.44	c cleaning 10005 clauses out of 20033 with flag 3855001/3855001
1705.86/1701.07	c cleaning 9998 clauses out of 20027 with flag 3865000/3865000
1710.86/1706.04	c cleaning 9994 clauses out of 20029 with flag 3875000/3875000
1716.17/1711.39	c cleaning 10004 clauses out of 20036 with flag 3885001/3885001
1721.09/1716.26	c cleaning 10003 clauses out of 20033 with flag 3895002/3895002
1726.19/1721.33	c cleaning 9998 clauses out of 20029 with flag 3905001/3905001
1731.10/1726.21	c cleaning 9998 clauses out of 20030 with flag 3915000/3915000
1735.91/1731.02	c cleaning 10002 clauses out of 20032 with flag 3925000/3925000
1741.31/1736.43	c cleaning 9999 clauses out of 20033 with flag 3935003/3935003
1747.02/1742.16	c cleaning 10001 clauses out of 20031 with flag 3945000/3945000
1751.93/1747.05	c cleaning 10001 clauses out of 20030 with flag 3955000/3955000
1757.13/1752.21	c cleaning 9997 clauses out of 20030 with flag 3965001/3965001
1762.24/1757.37	c cleaning 10003 clauses out of 20036 with flag 3975004/3975004
1767.75/1762.83	c cleaning 10000 clauses out of 20029 with flag 3985000/3985000
1772.17/1767.23	c cleaning 10008 clauses out of 20032 with flag 3995003/3995003
1777.50/1772.59	c cleaning 10003 clauses out of 20021 with flag 4005000/4005000
1782.82/1777.80	c cleaning 10000 clauses out of 20019 with flag 4015001/4015001
1786.92/1781.99	c cleaning 10003 clauses out of 20019 with flag 4025001/4025001
1791.93/1786.93	c cleaning 9992 clauses out of 20015 with flag 4035000/4035000
1797.23/1792.26	c cleaning 10004 clauses out of 20024 with flag 4045001/4045001
1800.05/1795.01	c starts		: 257
1800.05/1795.01	c conflicts		: 4052053
1800.05/1795.01	c decisions		: 4953682
1800.05/1795.01	c propagations		: 90255210
1800.05/1795.01	c inspects		: 5553491729
1800.05/1795.01	c learnt literals	: 0
1800.05/1795.01	c learnt binary clauses	: 0
1800.05/1795.01	c learnt ternary clauses	: 0
1800.05/1795.01	c learnt clauses	: 4052053
1800.05/1795.01	c ignored clauses	: 0
1800.05/1795.01	c root simplifications	: 0
1800.05/1795.01	c removed literals (reason simplification)	: 19357738
1800.05/1795.01	c reason swapping (by a shorter reason)	: 0
1800.05/1795.01	c Calls to reduceDB	: 406
1800.05/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.01	c number of learned constraints concerned by reduction	: 0
1800.05/1795.01	c number of learning phase by resolution	: 0
1800.05/1795.01	c number of learning phase by cutting planes	: 0
1800.05/1795.01	c speed (assignments/second)	: 50298.77305947117
1800.05/1795.01	c non guided choices	19913
1800.05/1795.02	c learnt constraints type 
1800.05/1795.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17091
1800.05/1795.02	c constraints type 
1800.05/1795.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.05/1795.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.05/1795.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
1800.05/1795.02	s SATISFIABLE
1800.05/1795.03	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.05/1795.03	c objective function=9
1800.05/1795.03	c Total wall clock time (in seconds): 1794.93

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698234-1278323737/watcher-2698234-1278323737 -o /tmp/evaluation-result-2698234-1278323737/solver-2698234-1278323737 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698234-1278323737.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: 0.23 0.05 0.16 3/196 3914
/proc/meminfo: memFree=32261888/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=13436 CPUtime=0
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 1057 0 0 0 0 0 0 0 25 0 2 0 587787 13758464 540 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 3359 540 231 10 0 1202 0
[pid=3914/tid=3915] ppid=3912 vsize=13436 CPUtime=0
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 29 0 0 0 0 0 0 0 25 0 2 0 587787 13758464 553 4089446400 134512640 134550932 4287434592 18446744073709551615 11317844 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0548721 s]
/proc/loadavg: 0.23 0.05 0.16 3/196 3914
/proc/meminfo: memFree=32261888/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1528716 CPUtime=0.04
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 4064 0 1 0 3 1 0 0 25 0 18 0 587787 1565405184 3503 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382179 3503 1078 10 0 379482 0
[pid=3914/tid=3915] ppid=3912 vsize=1528716 CPUtime=0.03
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 2978 0 1 0 3 0 0 0 25 0 18 0 587787 1565405184 3503 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528716

[startup+0.100889 s]
/proc/loadavg: 0.23 0.05 0.16 3/196 3914
/proc/meminfo: memFree=32261888/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1530152 CPUtime=0.11
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 5239 0 1 0 10 1 0 0 25 0 18 0 587787 1566875648 4676 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382538 4676 1347 10 0 379841 0
[pid=3914/tid=3915] ppid=3912 vsize=1530152 CPUtime=0.08
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 3558 0 1 0 7 1 0 0 25 0 18 0 587787 1566875648 4676 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530152

[startup+0.300841 s]
/proc/loadavg: 0.23 0.05 0.16 3/196 3914
/proc/meminfo: memFree=32261888/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1532100 CPUtime=0.6
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 6773 0 1 0 59 1 0 0 25 0 19 0 587787 1568870400 5833 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 383025 5833 1417 10 0 380328 0
[pid=3914/tid=3915] ppid=3912 vsize=1532100 CPUtime=0.28
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 4166 0 1 0 27 1 0 0 19 0 19 0 587787 1568870400 5833 4089446400 134512640 134550932 4287434592 18446744073709551615 4109084654 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1532100

[startup+0.700771 s]
/proc/loadavg: 0.23 0.05 0.16 3/196 3914
/proc/meminfo: memFree=32261888/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1531968 CPUtime=1.15
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 7653 0 1 0 113 2 0 0 25 0 19 0 587787 1568735232 6671 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382992 6672 1425 10 0 380295 0
[pid=3914/tid=3915] ppid=3912 vsize=1531968 CPUtime=0.68
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 4994 0 1 0 67 1 0 0 19 0 19 0 587787 1568735232 6672 4089446400 134512640 134550932 4287434592 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1531968

[startup+1.50061 s]
/proc/loadavg: 0.23 0.05 0.16 3/215 3933
/proc/meminfo: memFree=32238000/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1531968 CPUtime=1.98
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 10229 0 1 0 196 2 0 0 25 0 19 0 587787 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382992 9240 1439 10 0 380295 0
[pid=3914/tid=3915] ppid=3912 vsize=1531968 CPUtime=1.47
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 5966 0 1 0 146 1 0 0 21 0 19 0 587787 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4109542082 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 174 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 323 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 314 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 19 0 587789 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1531968 CPUtime=0.27
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 864 0 0 0 27 0 0 0 15 0 19 0 587791 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1531968 CPUtime=0.2
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 727 0 0 0 20 0 0 0 16 0 19 0 587791 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 587791 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1568735232 9240 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1531968

[startup+3.10133 s]
/proc/loadavg: 0.37 0.08 0.17 3/215 3933
/proc/meminfo: memFree=32229816/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1531968 CPUtime=3.61
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 12321 0 1 0 359 2 0 0 25 0 19 0 587787 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382992 11331 1439 10 0 380295 0
[pid=3914/tid=3915] ppid=3912 vsize=1531968 CPUtime=3.05
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 5967 0 1 0 304 1 0 0 25 0 19 0 587787 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4109399320 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 309 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 455 0 0 0 0 0 0 0 16 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 314 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1531968 CPUtime=0.02
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 1550 0 0 0 2 0 0 0 15 0 19 0 587789 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1531968 CPUtime=0.29
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 869 0 0 0 29 0 0 0 15 0 19 0 587791 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1531968 CPUtime=0.22
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 730 0 0 0 22 0 0 0 15 0 19 0 587791 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 587791 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1568735232 11331 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1531968

[startup+6.30075 s]
/proc/loadavg: 0.37 0.08 0.17 3/215 3933
/proc/meminfo: memFree=32215608/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1531968 CPUtime=6.82
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 13815 0 1 0 680 2 0 0 25 0 19 0 587787 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 382992 12823 1439 10 0 380295 0
[pid=3914/tid=3915] ppid=3912 vsize=1531968 CPUtime=6.23
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 5968 0 1 0 622 1 0 0 25 0 19 0 587787 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4109223584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 258 0 0 0 0 0 0 0 16 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 521 0 0 0 0 0 0 0 15 0 19 0 587788 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1531968 CPUtime=0.03
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 2090 0 0 0 3 0 0 0 15 0 19 0 587789 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1531968 CPUtime=0.29
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 869 0 0 0 29 0 0 0 15 0 19 0 587791 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1531968 CPUtime=0.22
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 731 0 0 0 22 0 0 0 15 0 19 0 587791 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 587791 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1531968 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1568735232 12823 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1531968


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

[pid=3914/tid=3922] ppid=3912 vsize=1534016 CPUtime=0.73
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 879 0 0 0 68 5 0 0 15 0 19 0 587788 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1534016 CPUtime=0.66
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 1401 0 0 0 60 6 0 0 15 0 19 0 587788 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 5 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1534016 CPUtime=0.69
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 970 0 0 0 64 5 0 0 16 0 19 0 587788 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1534016 CPUtime=10
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 10291 0 0 0 989 11 0 0 15 0 19 0 587789 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1534016 CPUtime=0.32
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 873 0 0 0 32 0 0 0 15 0 19 0 587791 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1534016 CPUtime=0.24
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 737 0 0 0 24 0 0 0 15 0 19 0 587791 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 587791 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1570832384 27025 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1667.06
Current children cumulated vsize (KiB) 1534016

[startup+1722.3 s]
/proc/loadavg: 2.07 2.00 1.69 3/215 3991
/proc/meminfo: memFree=32095104/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1534016 CPUtime=1727.2
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 29670 0 1 0 172658 62 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 383504 28075 1439 10 0 380807 0
[pid=3914/tid=3915] ppid=3912 vsize=1534016 CPUtime=1710.49
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 8218 0 1 0 171045 4 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4109453824 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1534016 CPUtime=0.69
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 1007 0 0 0 64 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1534016 CPUtime=0.8
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 896 0 0 0 74 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1534016 CPUtime=0.66
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 475 0 0 0 62 4 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1534016 CPUtime=0.7
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 833 0 0 0 65 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1534016 CPUtime=0.64
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 872 0 0 0 59 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1534016 CPUtime=0.75
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 879 0 0 0 70 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1534016 CPUtime=0.69
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 1401 0 0 0 63 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 5 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1534016 CPUtime=0.71
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 970 0 0 0 66 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1534016 CPUtime=10.41
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 11345 0 0 0 1029 12 0 0 15 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1534016 CPUtime=0.32
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 873 0 0 0 32 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1534016 CPUtime=0.24
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 737 0 0 0 24 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1727.2
Current children cumulated vsize (KiB) 1534016

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.70 3/215 3993
/proc/meminfo: memFree=32094292/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1534016 CPUtime=1787.33
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 29690 0 1 0 178669 64 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 383504 28075 1439 10 0 380807 0
[pid=3914/tid=3915] ppid=3912 vsize=1534016 CPUtime=1770.09
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 8230 0 1 0 177005 4 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4109399352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1534016 CPUtime=0.7
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 1007 0 0 0 65 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1534016 CPUtime=0.82
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 896 0 0 0 76 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1534016 CPUtime=0.68
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 475 0 0 0 64 4 0 0 16 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1534016 CPUtime=0.72
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 833 0 0 0 67 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1534016 CPUtime=0.66
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 872 0 0 0 61 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1534016 CPUtime=0.77
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 879 0 0 0 71 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1534016 CPUtime=0.72
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 1401 0 0 0 65 7 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 5 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1534016 CPUtime=0.73
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 970 0 0 0 68 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1534016 CPUtime=10.77
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 11349 0 0 0 1065 12 0 0 16 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1534016 CPUtime=0.32
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 873 0 0 0 32 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1534016 CPUtime=0.24
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 737 0 0 0 24 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1787.33
Current children cumulated vsize (KiB) 1534016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.94 1.98 1.70 5/215 4041
/proc/meminfo: memFree=32315892/32951124 swapFree=67111528/67111528
[pid=3914] ppid=3912 vsize=1534016 CPUtime=1800.05
/proc/3914/stat : 3914 (java) S 3912 3914 3797 0 -1 4202496 29692 0 1 0 179941 64 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3914/statm: 383504 28075 1439 10 0 380807 0
[pid=3914/tid=3915] ppid=3912 vsize=1534016 CPUtime=1782.73
/proc/3914/task/3915/stat : 3915 (java) R 3912 3914 3797 0 -1 4202560 8232 0 1 0 178269 4 0 0 25 0 19 0 587787 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4109440611 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1534016 CPUtime=0.7
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3797 0 -1 4202560 1007 0 0 0 65 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1534016 CPUtime=0.82
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3797 0 -1 4202560 896 0 0 0 76 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1534016 CPUtime=0.68
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3797 0 -1 4202560 475 0 0 0 64 4 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1534016 CPUtime=0.72
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3797 0 -1 4202560 833 0 0 0 67 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1534016 CPUtime=0.66
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3797 0 -1 4202560 872 0 0 0 61 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 2 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1534016 CPUtime=0.77
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3797 0 -1 4202560 879 0 0 0 71 6 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1534016 CPUtime=0.72
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3797 0 -1 4202560 1401 0 0 0 65 7 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 5 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1534016 CPUtime=0.73
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3797 0 -1 4202560 970 0 0 0 68 5 0 0 15 0 19 0 587788 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1534016 CPUtime=10.83
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3797 0 -1 4202560 11349 0 0 0 1071 12 0 0 15 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 0 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3797 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 587789 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 0 0 0 0
[pid=3914/tid=3928] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3928/stat : 3928 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3929] ppid=3912 vsize=1534016 CPUtime=0.32
/proc/3914/task/3929/stat : 3929 (java) S 3912 3914 3797 0 -1 4202560 873 0 0 0 32 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 6 0 0 0
[pid=3914/tid=3930] ppid=3912 vsize=1534016 CPUtime=0.24
/proc/3914/task/3930/stat : 3930 (java) S 3912 3914 3797 0 -1 4202560 737 0 0 0 24 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 7 0 0 0
[pid=3914/tid=3931] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3931/stat : 3931 (java) S 3912 3914 3797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 4 0 0 0
[pid=3914/tid=3932] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3932/stat : 3932 (java) S 3912 3914 3797 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 587791 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
[pid=3914/tid=3933] ppid=3912 vsize=1534016 CPUtime=0
/proc/3914/task/3933/stat : 3933 (java) S 3912 3914 3797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 587804 1570832384 28075 4089446400 134512640 134550932 4287434592 18446744073709551615 4294960144 0 4 0 16800975 18446604471122760128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1534016

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

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

Child status: 143
Real time (s): 1795.05
CPU time (s): 1800.12
CPU user time (s): 1799.47
CPU system time (s): 0.647901
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 1534016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29716
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= 48598
involuntary context switches= 190516

runsolver used 3.2685 second user time and 6.572 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-05 11:55:37
IDJOB=2698234
IDBENCH=78704
IDSOLVER=1211
FILE ID=node109/2698234-1278323737
PBS_JOBID= 11207476
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-33-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-2698234-1278323737/watcher-2698234-1278323737 -o /tmp/evaluation-result-2698234-1278323737/solver-2698234-1278323737 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698234-1278323737.wbo

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

MD5SUM BENCH= 515e8ce2c7c31d2b78b34efd1db422a9
RANDOM SEED=1097898470

node109.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.817
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.63
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.817
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.82
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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.75
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.817
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.82
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.817
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.817
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32262400 kB
Buffers:         18204 kB
Cached:         327152 kB
SwapCached:          0 kB
Active:         301100 kB
Inactive:       287928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32262400 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3296 kB
Writeback:           0 kB
AnonPages:      244040 kB
Mapped:          20272 kB
Slab:            36800 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651472 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= 74212 MiB
End job on node109 at 2010-07-05 12:25:34