Trace number 2698241

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.2 1795.47

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
MD5SUM318c9cc5b16e210b9b0a9873d7c14d4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.020996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints16
Number of constraints which are clauses31
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 constraint31
Top cost 916
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 915
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
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.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.08	c java.vm.version	11.2-b01
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	32
0.04/0.08	c java.version		1.6.0_12
0.04/0.08	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.10	c Pseudo Boolean Optimization
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c Stops conflict analysis at the first Unique Implication Point
0.04/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-2698241-1278323765.wbo
0.04/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.068s.
0.11/0.16	c #vars     946
0.11/0.16	c #constraints  61
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.58/0.31	c SATISFIABLE
0.58/0.31	c OPTIMIZING...
0.58/0.31	c Got one! Elapsed wall clock time (in seconds):0.214
0.58/0.31	o 89
0.77/0.40	c Got one! Elapsed wall clock time (in seconds):0.301
0.77/0.40	o 69
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.364
0.77/0.46	o 31
0.92/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
0.92/0.52	o 15
1.02/0.67	c Got one! Elapsed wall clock time (in seconds):0.571
1.02/0.67	o 1
1.56/1.13	c cleaning 2486 clauses out of 5000 with flag 5000/5000
3.03/2.60	c cleaning 4241 clauses out of 8516 with flag 11002/11002
4.75/4.22	c cleaning 5626 clauses out of 11273 with flag 18000/18000
6.66/6.15	c cleaning 6818 clauses out of 13647 with flag 26000/26000
9.38/8.86	c cleaning 7896 clauses out of 15829 with flag 35000/35000
12.28/11.78	c cleaning 8926 clauses out of 17934 with flag 45001/45001
16.10/15.55	c cleaning 9378 clauses out of 19008 with flag 55001/55001
20.30/19.76	c cleaning 9745 clauses out of 19630 with flag 65001/65001
25.91/25.37	c cleaning 9892 clauses out of 19884 with flag 75000/75000
31.72/31.14	c cleaning 9942 clauses out of 19993 with flag 85001/85001
36.83/36.27	c cleaning 9932 clauses out of 20050 with flag 95000/95000
42.94/42.38	c cleaning 9890 clauses out of 20121 with flag 105003/105003
49.45/48.88	c cleaning 9962 clauses out of 20228 with flag 115000/115000
57.26/56.60	c cleaning 9968 clauses out of 20267 with flag 125001/125001
64.07/63.46	c cleaning 9964 clauses out of 20299 with flag 135001/135001
69.88/69.29	c cleaning 10050 clauses out of 20335 with flag 145001/145001
74.88/74.22	c cleaning 9976 clauses out of 20284 with flag 155000/155000
80.99/80.35	c cleaning 9975 clauses out of 20310 with flag 165002/165002
87.50/86.85	c cleaning 10041 clauses out of 20335 with flag 175002/175002
92.41/91.75	c cleaning 9999 clauses out of 20297 with flag 185005/185005
97.72/97.06	c cleaning 10071 clauses out of 20293 with flag 195000/195000
102.73/102.06	c cleaning 9977 clauses out of 20222 with flag 205000/205000
106.55/105.83	c cleaning 9931 clauses out of 20245 with flag 215000/215000
114.26/113.54	c cleaning 9990 clauses out of 20314 with flag 225000/225000
121.78/121.03	c cleaning 9932 clauses out of 20324 with flag 235000/235000
128.09/127.33	c cleaning 9971 clauses out of 20392 with flag 245000/245000
134.71/133.96	c cleaning 9980 clauses out of 20426 with flag 255005/255005
139.52/138.79	c cleaning 10015 clauses out of 20443 with flag 265002/265002
145.54/144.76	c cleaning 9976 clauses out of 20428 with flag 275002/275002
151.15/150.36	c cleaning 9942 clauses out of 20450 with flag 285000/285000
157.67/156.84	c cleaning 10001 clauses out of 20509 with flag 295001/295001
162.68/161.89	c cleaning 10038 clauses out of 20510 with flag 305003/305003
168.19/167.39	c cleaning 10006 clauses out of 20469 with flag 315000/315000
173.52/172.63	c cleaning 10025 clauses out of 20464 with flag 325001/325001
180.72/179.89	c cleaning 10005 clauses out of 20438 with flag 335000/335000
186.64/185.78	c cleaning 9999 clauses out of 20435 with flag 345002/345002
193.76/192.87	c cleaning 9985 clauses out of 20434 with flag 355000/355000
200.27/199.38	c cleaning 10004 clauses out of 20450 with flag 365001/365001
207.09/206.11	c cleaning 9989 clauses out of 20445 with flag 375000/375000
211.02/210.01	c cleaning 10002 clauses out of 20456 with flag 385000/385000
215.03/214.07	c cleaning 9977 clauses out of 20454 with flag 395000/395000
220.44/219.45	c cleaning 10025 clauses out of 20479 with flag 405002/405002
226.16/225.15	c cleaning 10001 clauses out of 20452 with flag 415000/415000
230.88/229.84	c cleaning 9952 clauses out of 20452 with flag 425001/425001
234.60/233.59	c cleaning 10087 clauses out of 20501 with flag 435002/435002
241.31/240.23	c cleaning 10022 clauses out of 20412 with flag 445000/445000
246.13/245.03	c cleaning 9952 clauses out of 20391 with flag 455001/455001
251.24/250.13	c cleaning 10023 clauses out of 20440 with flag 465002/465002
256.36/255.25	c cleaning 9979 clauses out of 20415 with flag 475000/475000
261.76/260.68	c cleaning 9978 clauses out of 20436 with flag 485000/485000
268.16/267.04	c cleaning 10058 clauses out of 20461 with flag 495003/495003
272.59/271.41	c cleaning 10025 clauses out of 20400 with flag 505000/505000
275.70/274.54	c cleaning 10074 clauses out of 20375 with flag 515000/515000
279.52/278.37	c cleaning 10028 clauses out of 20301 with flag 525000/525000
283.23/282.07	c cleaning 10012 clauses out of 20276 with flag 535003/535003
287.73/286.50	c cleaning 10004 clauses out of 20261 with flag 545000/545000
291.04/289.86	c cleaning 10003 clauses out of 20257 with flag 555000/555000
294.75/293.53	c cleaning 10002 clauses out of 20256 with flag 565002/565002
298.97/297.71	c cleaning 10000 clauses out of 20252 with flag 575000/575000
302.87/301.63	c cleaning 9999 clauses out of 20252 with flag 585000/585000
305.68/304.49	c cleaning 10078 clauses out of 20253 with flag 595000/595000
309.59/308.39	c cleaning 10062 clauses out of 20176 with flag 605001/605001
313.31/312.09	c cleaning 10011 clauses out of 20113 with flag 615000/615000
317.71/316.41	c cleaning 10018 clauses out of 20103 with flag 625001/625001
321.32/320.03	c cleaning 9986 clauses out of 20086 with flag 635002/635002
325.43/324.10	c cleaning 9995 clauses out of 20098 with flag 645000/645000
328.95/327.69	c cleaning 10020 clauses out of 20103 with flag 655000/655000
332.86/331.57	c cleaning 10012 clauses out of 20087 with flag 665004/665004
336.97/335.60	c cleaning 10003 clauses out of 20073 with flag 675002/675002
341.21/339.89	c cleaning 10022 clauses out of 20070 with flag 685002/685002
345.82/344.42	c cleaning 10018 clauses out of 20047 with flag 695001/695001
349.83/348.44	c cleaning 10007 clauses out of 20030 with flag 705002/705002
353.84/352.45	c cleaning 10003 clauses out of 20021 with flag 715000/715000
357.15/355.77	c cleaning 9996 clauses out of 20019 with flag 725001/725001
361.37/359.95	c cleaning 9998 clauses out of 20023 with flag 735001/735001
365.28/363.86	c cleaning 9997 clauses out of 20024 with flag 745000/745000
369.19/367.77	c cleaning 9998 clauses out of 20029 with flag 755002/755002
373.10/371.61	c cleaning 10000 clauses out of 20032 with flag 765003/765003
377.41/375.92	c cleaning 9997 clauses out of 20030 with flag 775001/775001
381.11/379.67	c cleaning 10005 clauses out of 20035 with flag 785003/785003
385.23/383.78	c cleaning 9997 clauses out of 20027 with flag 795000/795000
389.24/387.72	c cleaning 9999 clauses out of 20030 with flag 805000/805000
393.85/392.35	c cleaning 10000 clauses out of 20031 with flag 815000/815000
398.26/396.75	c cleaning 10001 clauses out of 20032 with flag 825001/825001
402.86/401.40	c cleaning 10000 clauses out of 20031 with flag 835001/835001
407.48/405.98	c cleaning 9994 clauses out of 20030 with flag 845000/845000
411.89/410.33	c cleaning 9998 clauses out of 20036 with flag 855000/855000
416.30/414.77	c cleaning 10004 clauses out of 20040 with flag 865002/865002
420.31/418.78	c cleaning 10001 clauses out of 20035 with flag 875001/875001
423.71/422.18	c cleaning 9958 clauses out of 20033 with flag 885000/885000
427.02/425.45	c cleaning 9985 clauses out of 20075 with flag 895000/895000
430.55/428.99	c cleaning 10015 clauses out of 20096 with flag 905006/905006
433.75/432.16	c cleaning 10025 clauses out of 20075 with flag 915000/915000
436.66/435.06	c cleaning 10007 clauses out of 20050 with flag 925000/925000
441.47/439.86	c cleaning 10000 clauses out of 20044 with flag 935001/935001
444.69/443.07	c cleaning 10004 clauses out of 20043 with flag 945000/945000
449.30/447.65	c cleaning 10007 clauses out of 20045 with flag 955006/955006
453.82/452.19	c cleaning 10002 clauses out of 20035 with flag 965003/965003
457.52/455.81	c cleaning 9992 clauses out of 20030 with flag 975000/975000
461.84/460.17	c cleaning 9994 clauses out of 20038 with flag 985000/985000
465.76/464.04	c cleaning 9999 clauses out of 20047 with flag 995003/995003
469.66/467.90	c cleaning 10002 clauses out of 20047 with flag 1005002/1005002
473.58/471.82	c cleaning 10003 clauses out of 20045 with flag 1015002/1015002
478.29/476.57	c cleaning 9997 clauses out of 20040 with flag 1025000/1025000
482.90/481.14	c cleaning 10005 clauses out of 20045 with flag 1035002/1035002
487.11/485.33	c cleaning 9999 clauses out of 20038 with flag 1045000/1045000
493.02/491.27	c cleaning 10005 clauses out of 20041 with flag 1055002/1055002
497.13/495.39	c cleaning 9997 clauses out of 20034 with flag 1065000/1065000
501.63/499.80	c cleaning 10001 clauses out of 20040 with flag 1075003/1075003
504.75/502.95	c cleaning 9998 clauses out of 20037 with flag 1085001/1085001
508.46/506.64	c cleaning 10000 clauses out of 20039 with flag 1095001/1095001
512.17/510.39	c cleaning 9999 clauses out of 20038 with flag 1105000/1105000
515.78/513.95	c cleaning 10000 clauses out of 20039 with flag 1115000/1115000
519.39/517.50	c cleaning 10001 clauses out of 20041 with flag 1125002/1125002
522.99/521.11	c cleaning 9998 clauses out of 20040 with flag 1135002/1135002
526.69/524.88	c cleaning 10001 clauses out of 20041 with flag 1145001/1145001
530.20/528.39	c cleaning 9997 clauses out of 20039 with flag 1155000/1155000
534.60/532.74	c cleaning 10001 clauses out of 20042 with flag 1165000/1165000
538.51/536.67	c cleaning 10001 clauses out of 20042 with flag 1175001/1175001
542.02/540.12	c cleaning 10007 clauses out of 20046 with flag 1185006/1185006
546.23/544.39	c cleaning 9988 clauses out of 20033 with flag 1195000/1195000
550.53/548.63	c cleaning 10000 clauses out of 20047 with flag 1205002/1205002
555.04/553.17	c cleaning 10008 clauses out of 20045 with flag 1215000/1215000
558.96/557.08	c cleaning 10010 clauses out of 20039 with flag 1225002/1225002
562.88/560.97	c cleaning 10004 clauses out of 20030 with flag 1235003/1235003
566.78/564.89	c cleaning 9995 clauses out of 20023 with flag 1245000/1245000
570.88/568.90	c cleaning 10002 clauses out of 20030 with flag 1255002/1255002
574.60/572.67	c cleaning 10003 clauses out of 20029 with flag 1265003/1265003
579.00/577.04	c cleaning 9981 clauses out of 20024 with flag 1275001/1275001
583.21/581.27	c cleaning 10008 clauses out of 20042 with flag 1285000/1285000
587.92/585.97	c cleaning 10011 clauses out of 20035 with flag 1295001/1295001
592.33/590.33	c cleaning 10002 clauses out of 20023 with flag 1305000/1305000
597.04/595.07	c cleaning 10006 clauses out of 20025 with flag 1315004/1315004
601.24/599.25	c cleaning 10000 clauses out of 20017 with flag 1325002/1325002
603.95/601.92	c cleaning 9960 clauses out of 20015 with flag 1335000/1335000
606.97/605.00	c cleaning 9994 clauses out of 20057 with flag 1345002/1345002
610.07/608.04	c cleaning 9914 clauses out of 20064 with flag 1355003/1355003
614.19/612.17	c cleaning 9956 clauses out of 20147 with flag 1365000/1365000
618.60/616.57	c cleaning 10078 clauses out of 20194 with flag 1375003/1375003
622.62/620.59	c cleaning 10051 clauses out of 20115 with flag 1385002/1385002
627.14/625.00	c cleaning 10005 clauses out of 20063 with flag 1395001/1395001
631.16/629.09	c cleaning 10011 clauses out of 20057 with flag 1405000/1405000
635.17/633.09	c cleaning 9998 clauses out of 20048 with flag 1415002/1415002
639.18/637.08	c cleaning 9995 clauses out of 20048 with flag 1425000/1425000
642.80/640.62	c cleaning 9999 clauses out of 20053 with flag 1435000/1435000
646.30/644.14	c cleaning 10001 clauses out of 20055 with flag 1445001/1445001
649.52/647.38	c cleaning 10000 clauses out of 20054 with flag 1455001/1455001
652.93/650.74	c cleaning 10013 clauses out of 20054 with flag 1465001/1465001
657.84/655.61	c cleaning 10009 clauses out of 20043 with flag 1475003/1475003
662.04/659.86	c cleaning 10004 clauses out of 20032 with flag 1485001/1485001
666.15/663.98	c cleaning 10002 clauses out of 20028 with flag 1495001/1495001
670.85/668.60	c cleaning 10002 clauses out of 20025 with flag 1505000/1505000
675.26/673.09	c cleaning 9999 clauses out of 20024 with flag 1515001/1515001
680.15/677.94	c cleaning 9993 clauses out of 20027 with flag 1525003/1525003
683.98/681.79	c cleaning 9995 clauses out of 20031 with flag 1535000/1535000
688.28/686.04	c cleaning 9996 clauses out of 20036 with flag 1545000/1545000
692.39/690.16	c cleaning 10000 clauses out of 20041 with flag 1555001/1555001
696.80/694.55	c cleaning 10000 clauses out of 20042 with flag 1565002/1565002
701.11/698.85	c cleaning 10000 clauses out of 20042 with flag 1575002/1575002
705.13/702.87	c cleaning 9997 clauses out of 20041 with flag 1585001/1585001
709.43/707.16	c cleaning 9998 clauses out of 20044 with flag 1595001/1595001
713.44/711.19	c cleaning 10001 clauses out of 20047 with flag 1605002/1605002
718.14/715.84	c cleaning 10000 clauses out of 20047 with flag 1615003/1615003
721.76/719.41	c cleaning 10008 clauses out of 20046 with flag 1625002/1625002
726.56/724.27	c cleaning 10000 clauses out of 20036 with flag 1635000/1635000
731.87/729.56	c cleaning 9997 clauses out of 20037 with flag 1645001/1645001
737.08/734.77	c cleaning 10002 clauses out of 20039 with flag 1655000/1655000
742.19/739.86	c cleaning 10002 clauses out of 20040 with flag 1665003/1665003
747.20/744.81	c cleaning 9999 clauses out of 20038 with flag 1675003/1675003
752.71/750.36	c cleaning 10001 clauses out of 20039 with flag 1685003/1685003
758.41/756.01	c cleaning 9992 clauses out of 20038 with flag 1695003/1695003
764.32/761.91	c cleaning 10008 clauses out of 20045 with flag 1705002/1705002
769.64/767.20	c cleaning 10002 clauses out of 20036 with flag 1715001/1715001
775.15/772.79	c cleaning 10002 clauses out of 20036 with flag 1725003/1725003
780.56/778.17	c cleaning 9996 clauses out of 20032 with flag 1735001/1735001
786.27/783.82	c cleaning 9997 clauses out of 20035 with flag 1745000/1745000
792.88/790.47	c cleaning 10002 clauses out of 20038 with flag 1755000/1755000
798.50/796.01	c cleaning 10002 clauses out of 20037 with flag 1765001/1765001
802.40/799.91	c cleaning 10010 clauses out of 20037 with flag 1775003/1775003
806.32/803.89	c cleaning 9999 clauses out of 20025 with flag 1785001/1785001
811.83/809.33	c cleaning 10000 clauses out of 20025 with flag 1795000/1795000
816.45/813.91	c cleaning 10002 clauses out of 20027 with flag 1805002/1805002
821.16/818.67	c cleaning 10001 clauses out of 20023 with flag 1815000/1815000
825.67/823.11	c cleaning 9998 clauses out of 20022 with flag 1825000/1825000
829.98/827.43	c cleaning 10002 clauses out of 20024 with flag 1835000/1835000
834.39/831.82	c cleaning 9996 clauses out of 20022 with flag 1845000/1845000
838.51/835.99	c cleaning 10005 clauses out of 20027 with flag 1855001/1855001
842.82/840.25	c cleaning 9997 clauses out of 20021 with flag 1865000/1865000
847.73/845.15	c cleaning 9997 clauses out of 20025 with flag 1875001/1875001
852.95/850.34	c cleaning 10005 clauses out of 20027 with flag 1885000/1885000
858.06/855.43	c cleaning 9999 clauses out of 20024 with flag 1895002/1895002
862.87/860.23	c cleaning 9995 clauses out of 20024 with flag 1905001/1905001
866.98/864.39	c cleaning 10009 clauses out of 20032 with flag 1915004/1915004
870.88/868.21	c cleaning 9998 clauses out of 20019 with flag 1925000/1925000
875.39/872.73	c cleaning 9992 clauses out of 20022 with flag 1935001/1935001
880.60/877.98	c cleaning 10008 clauses out of 20030 with flag 1945001/1945001
885.41/882.71	c cleaning 9997 clauses out of 20021 with flag 1955000/1955000
890.91/888.27	c cleaning 10001 clauses out of 20024 with flag 1965000/1965000
895.51/892.89	c cleaning 10004 clauses out of 20024 with flag 1975001/1975001
900.82/898.17	c cleaning 9996 clauses out of 20019 with flag 1985000/1985000
904.22/901.58	c cleaning 9984 clauses out of 20023 with flag 1995000/1995000
907.53/904.84	c cleaning 10011 clauses out of 20042 with flag 2005003/2005003
910.94/908.25	c cleaning 9978 clauses out of 20028 with flag 2015000/2015000
914.95/912.25	c cleaning 9997 clauses out of 20052 with flag 2025002/2025002
918.66/915.95	c cleaning 9947 clauses out of 20054 with flag 2035001/2035001
923.06/920.30	c cleaning 10013 clauses out of 20107 with flag 2045001/2045001
926.88/924.18	c cleaning 9982 clauses out of 20097 with flag 2055004/2055004
932.19/929.50	c cleaning 9977 clauses out of 20113 with flag 2065002/2065002
935.31/932.56	c cleaning 9978 clauses out of 20134 with flag 2075000/2075000
939.71/936.96	c cleaning 9993 clauses out of 20157 with flag 2085001/2085001
944.42/941.67	c cleaning 9949 clauses out of 20170 with flag 2095007/2095007
950.23/947.43	c cleaning 10000 clauses out of 20214 with flag 2105000/2105000
955.25/952.43	c cleaning 9963 clauses out of 20217 with flag 2115003/2115003
961.36/958.55	c cleaning 9941 clauses out of 20253 with flag 2125002/2125002
965.57/962.70	c cleaning 10039 clauses out of 20310 with flag 2135000/2135000
971.59/968.76	c cleaning 9985 clauses out of 20271 with flag 2145000/2145000
975.82/972.97	c cleaning 9970 clauses out of 20286 with flag 2155000/2155000
980.03/977.19	c cleaning 10014 clauses out of 20319 with flag 2165003/2165003
985.24/982.34	c cleaning 9981 clauses out of 20302 with flag 2175000/2175000
990.04/987.17	c cleaning 9998 clauses out of 20322 with flag 2185001/2185001
994.16/991.24	c cleaning 10031 clauses out of 20324 with flag 2195001/2195001
998.17/995.26	c cleaning 10015 clauses out of 20292 with flag 2205000/2205000
1002.67/999.76	c cleaning 10019 clauses out of 20281 with flag 2215004/2215004
1008.29/1005.37	c cleaning 10005 clauses out of 20258 with flag 2225000/2225000
1011.29/1008.34	c cleaning 10065 clauses out of 20254 with flag 2235001/2235001
1016.00/1013.02	c cleaning 10033 clauses out of 20188 with flag 2245000/2245000
1019.81/1016.89	c cleaning 10017 clauses out of 20155 with flag 2255000/2255000
1023.03/1020.05	c cleaning 10007 clauses out of 20138 with flag 2265000/2265000
1026.24/1023.29	c cleaning 10006 clauses out of 20131 with flag 2275000/2275000
1029.35/1026.36	c cleaning 10002 clauses out of 20129 with flag 2285004/2285004
1033.05/1030.03	c cleaning 10044 clauses out of 20123 with flag 2295000/2295000
1037.96/1034.91	c cleaning 10022 clauses out of 20080 with flag 2305001/2305001
1041.97/1038.98	c cleaning 10011 clauses out of 20057 with flag 2315000/2315000
1045.68/1042.62	c cleaning 10005 clauses out of 20047 with flag 2325001/2325001
1049.48/1046.48	c cleaning 10002 clauses out of 20042 with flag 2335001/2335001
1053.60/1050.57	c cleaning 9999 clauses out of 20039 with flag 2345000/2345000
1057.31/1054.27	c cleaning 10002 clauses out of 20041 with flag 2355001/2355001
1060.81/1057.75	c cleaning 10001 clauses out of 20039 with flag 2365001/2365001
1064.52/1061.46	c cleaning 10001 clauses out of 20037 with flag 2375000/2375000
1068.52/1065.47	c cleaning 9999 clauses out of 20038 with flag 2385002/2385002
1072.63/1069.60	c cleaning 10000 clauses out of 20037 with flag 2395000/2395000
1076.84/1073.71	c cleaning 9999 clauses out of 20038 with flag 2405001/2405001
1081.36/1078.20	c cleaning 9998 clauses out of 20038 with flag 2415000/2415000
1085.57/1082.45	c cleaning 10000 clauses out of 20040 with flag 2425000/2425000
1089.48/1086.31	c cleaning 10005 clauses out of 20041 with flag 2435001/2435001
1094.49/1091.37	c cleaning 10004 clauses out of 20035 with flag 2445000/2445000
1098.60/1095.44	c cleaning 10001 clauses out of 20032 with flag 2455001/2455001
1102.91/1099.74	c cleaning 10001 clauses out of 20031 with flag 2465001/2465001
1107.12/1103.97	c cleaning 10005 clauses out of 20034 with flag 2475005/2475005
1111.52/1108.31	c cleaning 9995 clauses out of 20024 with flag 2485000/2485000
1115.54/1112.35	c cleaning 10002 clauses out of 20029 with flag 2495000/2495000
1119.55/1116.35	c cleaning 9994 clauses out of 20028 with flag 2505001/2505001
1123.76/1120.58	c cleaning 10005 clauses out of 20033 with flag 2515000/2515000
1127.68/1124.43	c cleaning 10003 clauses out of 20034 with flag 2525006/2525006
1131.98/1128.74	c cleaning 9993 clauses out of 20025 with flag 2535000/2535000
1135.79/1132.59	c cleaning 10000 clauses out of 20033 with flag 2545001/2545001
1139.80/1136.57	c cleaning 10010 clauses out of 20039 with flag 2555007/2555007
1144.41/1141.11	c cleaning 9994 clauses out of 20022 with flag 2565000/2565000
1148.62/1145.34	c cleaning 10000 clauses out of 20028 with flag 2575000/2575000
1152.03/1148.73	c cleaning 10000 clauses out of 20029 with flag 2585001/2585001
1156.33/1153.06	c cleaning 10000 clauses out of 20028 with flag 2595000/2595000
1160.73/1157.43	c cleaning 10004 clauses out of 20034 with flag 2605006/2605006
1165.23/1161.95	c cleaning 9999 clauses out of 20027 with flag 2615003/2615003
1169.84/1166.54	c cleaning 9997 clauses out of 20025 with flag 2625000/2625000
1174.55/1171.27	c cleaning 10001 clauses out of 20028 with flag 2635000/2635000
1179.15/1175.88	c cleaning 10000 clauses out of 20028 with flag 2645001/2645001
1183.76/1180.48	c cleaning 9994 clauses out of 20027 with flag 2655000/2655000
1188.26/1184.96	c cleaning 9999 clauses out of 20034 with flag 2665001/2665001
1193.08/1189.70	c cleaning 9998 clauses out of 20034 with flag 2675000/2675000
1197.48/1194.14	c cleaning 10000 clauses out of 20040 with flag 2685004/2685004
1201.48/1198.10	c cleaning 10003 clauses out of 20037 with flag 2695001/2695001
1206.80/1203.41	c cleaning 10000 clauses out of 20034 with flag 2705001/2705001
1211.41/1208.06	c cleaning 9997 clauses out of 20033 with flag 2715000/2715000
1215.72/1212.39	c cleaning 10003 clauses out of 20040 with flag 2725004/2725004
1220.63/1217.20	c cleaning 10000 clauses out of 20036 with flag 2735003/2735003
1225.04/1221.62	c cleaning 10002 clauses out of 20036 with flag 2745003/2745003
1229.56/1226.15	c cleaning 9996 clauses out of 20033 with flag 2755002/2755002
1233.67/1230.25	c cleaning 10003 clauses out of 20042 with flag 2765007/2765007
1237.89/1234.44	c cleaning 10001 clauses out of 20033 with flag 2775001/2775001
1242.40/1238.95	c cleaning 9996 clauses out of 20032 with flag 2785001/2785001
1246.40/1242.93	c cleaning 9999 clauses out of 20035 with flag 2795000/2795000
1251.01/1247.53	c cleaning 9998 clauses out of 20038 with flag 2805002/2805002
1256.33/1252.80	c cleaning 9992 clauses out of 20041 with flag 2815003/2815003
1261.63/1258.13	c cleaning 10001 clauses out of 20046 with flag 2825000/2825000
1266.25/1262.79	c cleaning 10004 clauses out of 20045 with flag 2835000/2835000
1271.46/1267.90	c cleaning 10000 clauses out of 20042 with flag 2845001/2845001
1276.47/1272.90	c cleaning 10002 clauses out of 20041 with flag 2855000/2855000
1280.98/1277.44	c cleaning 9999 clauses out of 20039 with flag 2865000/2865000
1285.59/1282.06	c cleaning 10004 clauses out of 20045 with flag 2875005/2875005
1289.80/1286.21	c cleaning 9998 clauses out of 20036 with flag 2885000/2885000
1293.62/1290.07	c cleaning 10003 clauses out of 20038 with flag 2895000/2895000
1297.83/1294.26	c cleaning 10002 clauses out of 20039 with flag 2905004/2905004
1301.84/1298.26	c cleaning 9999 clauses out of 20036 with flag 2915003/2915003
1305.84/1302.24	c cleaning 9999 clauses out of 20034 with flag 2925000/2925000
1309.44/1305.83	c cleaning 10000 clauses out of 20036 with flag 2935001/2935001
1313.55/1309.91	c cleaning 10000 clauses out of 20036 with flag 2945001/2945001
1317.35/1313.75	c cleaning 10000 clauses out of 20036 with flag 2955001/2955001
1321.25/1317.66	c cleaning 10002 clauses out of 20037 with flag 2965002/2965002
1324.96/1321.37	c cleaning 10002 clauses out of 20037 with flag 2975004/2975004
1329.07/1325.43	c cleaning 9998 clauses out of 20032 with flag 2985001/2985001
1331.77/1328.16	c cleaning 9994 clauses out of 20034 with flag 2995001/2995001
1335.18/1331.51	c cleaning 9988 clauses out of 20042 with flag 3005003/3005003
1338.59/1334.94	c cleaning 9993 clauses out of 20051 with flag 3015000/3015000
1342.40/1338.78	c cleaning 9976 clauses out of 20059 with flag 3025001/3025001
1345.91/1342.20	c cleaning 10002 clauses out of 20084 with flag 3035002/3035002
1349.52/1345.87	c cleaning 10000 clauses out of 20080 with flag 3045000/3045000
1353.13/1349.44	c cleaning 10025 clauses out of 20082 with flag 3055002/3055002
1357.34/1353.63	c cleaning 10011 clauses out of 20055 with flag 3065000/3065000
1361.35/1357.64	c cleaning 10008 clauses out of 20047 with flag 3075003/3075003
1365.26/1361.51	c cleaning 9998 clauses out of 20041 with flag 3085005/3085005
1369.27/1365.58	c cleaning 9997 clauses out of 20040 with flag 3095002/3095002
1372.98/1369.21	c cleaning 10000 clauses out of 20043 with flag 3105002/3105002
1376.60/1372.87	c cleaning 9999 clauses out of 20043 with flag 3115002/3115002
1379.91/1376.18	c cleaning 10004 clauses out of 20044 with flag 3125002/3125002
1384.01/1380.26	c cleaning 10002 clauses out of 20042 with flag 3135004/3135004
1388.02/1384.29	c cleaning 10003 clauses out of 20039 with flag 3145003/3145003
1392.73/1388.90	c cleaning 9997 clauses out of 20033 with flag 3155000/3155000
1396.53/1392.70	c cleaning 10001 clauses out of 20037 with flag 3165001/3165001
1400.74/1396.91	c cleaning 10002 clauses out of 20036 with flag 3175001/3175001
1405.04/1401.26	c cleaning 9999 clauses out of 20036 with flag 3185003/3185003
1408.66/1404.81	c cleaning 10005 clauses out of 20034 with flag 3195000/3195000
1413.08/1409.22	c cleaning 10004 clauses out of 20030 with flag 3205001/3205001
1416.59/1412.78	c cleaning 10003 clauses out of 20026 with flag 3215001/3215001
1420.21/1416.32	c cleaning 9998 clauses out of 20023 with flag 3225001/3225001
1423.71/1419.81	c cleaning 10001 clauses out of 20025 with flag 3235001/3235001
1427.52/1423.60	c cleaning 9998 clauses out of 20024 with flag 3245001/3245001
1431.44/1427.58	c cleaning 10001 clauses out of 20025 with flag 3255000/3255000
1435.24/1431.32	c cleaning 10000 clauses out of 20026 with flag 3265002/3265002
1438.84/1434.92	c cleaning 10000 clauses out of 20025 with flag 3275001/3275001
1442.25/1438.39	c cleaning 9987 clauses out of 20024 with flag 3285000/3285000
1446.77/1442.80	c cleaning 9999 clauses out of 20038 with flag 3295001/3295001
1450.67/1446.77	c cleaning 9995 clauses out of 20039 with flag 3305001/3305001
1454.68/1450.76	c cleaning 9999 clauses out of 20045 with flag 3315002/3315002
1458.79/1454.80	c cleaning 9999 clauses out of 20045 with flag 3325001/3325001
1462.61/1458.68	c cleaning 9997 clauses out of 20047 with flag 3335002/3335002
1466.71/1462.77	c cleaning 10002 clauses out of 20048 with flag 3345000/3345000
1470.63/1466.65	c cleaning 9995 clauses out of 20046 with flag 3355000/3355000
1474.12/1470.14	c cleaning 9999 clauses out of 20052 with flag 3365001/3365001
1477.73/1473.73	c cleaning 9998 clauses out of 20052 with flag 3375000/3375000
1481.83/1477.88	c cleaning 10004 clauses out of 20054 with flag 3385000/3385000
1485.84/1481.84	c cleaning 9999 clauses out of 20050 with flag 3395000/3395000
1490.14/1486.19	c cleaning 10004 clauses out of 20054 with flag 3405003/3405003
1494.75/1490.75	c cleaning 9998 clauses out of 20047 with flag 3415000/3415000
1498.97/1494.94	c cleaning 9996 clauses out of 20050 with flag 3425001/3425001
1502.36/1498.38	c cleaning 10014 clauses out of 20054 with flag 3435001/3435001
1506.38/1502.37	c cleaning 10006 clauses out of 20044 with flag 3445005/3445005
1510.60/1506.53	c cleaning 10005 clauses out of 20037 with flag 3455004/3455004
1514.41/1510.33	c cleaning 10001 clauses out of 20029 with flag 3465001/3465001
1518.31/1514.30	c cleaning 10000 clauses out of 20028 with flag 3475001/3475001
1522.42/1518.30	c cleaning 9998 clauses out of 20027 with flag 3485000/3485000
1525.83/1521.78	c cleaning 9998 clauses out of 20029 with flag 3495000/3495000
1529.44/1525.39	c cleaning 9999 clauses out of 20032 with flag 3505001/3505001
1533.05/1528.91	c cleaning 9997 clauses out of 20032 with flag 3515000/3515000
1536.74/1532.63	c cleaning 10005 clauses out of 20035 with flag 3525000/3525000
1540.77/1536.68	c cleaning 10000 clauses out of 20031 with flag 3535001/3535001
1544.67/1540.55	c cleaning 10001 clauses out of 20032 with flag 3545002/3545002
1548.38/1544.23	c cleaning 10003 clauses out of 20033 with flag 3555004/3555004
1552.18/1548.02	c cleaning 9998 clauses out of 20029 with flag 3565003/3565003
1556.30/1552.10	c cleaning 10000 clauses out of 20028 with flag 3575000/3575000
1560.20/1556.01	c cleaning 9999 clauses out of 20031 with flag 3585003/3585003
1564.10/1559.93	c cleaning 10000 clauses out of 20032 with flag 3595003/3595003
1567.60/1563.43	c cleaning 10002 clauses out of 20029 with flag 3605000/3605000
1570.91/1566.72	c cleaning 10001 clauses out of 20028 with flag 3615001/3615001
1574.52/1570.39	c cleaning 9998 clauses out of 20026 with flag 3625000/3625000
1578.23/1574.09	c cleaning 10000 clauses out of 20029 with flag 3635001/3635001
1582.04/1577.81	c cleaning 9999 clauses out of 20028 with flag 3645000/3645000
1585.14/1580.96	c cleaning 10004 clauses out of 20030 with flag 3655001/3655001
1589.77/1585.50	c cleaning 10002 clauses out of 20025 with flag 3665000/3665000
1594.28/1590.05	c cleaning 10001 clauses out of 20024 with flag 3675001/3675001
1598.69/1594.45	c cleaning 9998 clauses out of 20022 with flag 3685000/3685000
1602.80/1598.58	c cleaning 9993 clauses out of 20024 with flag 3695000/3695000
1606.80/1602.55	c cleaning 10005 clauses out of 20031 with flag 3705000/3705000
1611.02/1606.75	c cleaning 10002 clauses out of 20027 with flag 3715001/3715001
1615.42/1611.11	c cleaning 10003 clauses out of 20028 with flag 3725004/3725004
1619.93/1615.62	c cleaning 9999 clauses out of 20021 with flag 3735000/3735000
1624.64/1620.34	c cleaning 9994 clauses out of 20022 with flag 3745000/3745000
1629.14/1624.86	c cleaning 9998 clauses out of 20028 with flag 3755000/3755000
1633.36/1629.05	c cleaning 10002 clauses out of 20031 with flag 3765001/3765001
1637.66/1633.36	c cleaning 10000 clauses out of 20028 with flag 3775000/3775000
1641.76/1637.46	c cleaning 10003 clauses out of 20029 with flag 3785001/3785001
1645.67/1641.35	c cleaning 9996 clauses out of 20025 with flag 3795000/3795000
1649.88/1645.52	c cleaning 10001 clauses out of 20029 with flag 3805000/3805000
1654.58/1650.28	c cleaning 10001 clauses out of 20032 with flag 3815004/3815004
1658.88/1654.57	c cleaning 10001 clauses out of 20028 with flag 3825001/3825001
1663.59/1659.23	c cleaning 10003 clauses out of 20028 with flag 3835002/3835002
1668.21/1663.86	c cleaning 10003 clauses out of 20027 with flag 3845004/3845004
1673.04/1668.65	c cleaning 9997 clauses out of 20021 with flag 3855001/3855001
1676.93/1672.55	c cleaning 10002 clauses out of 20024 with flag 3865001/3865001
1680.94/1676.50	c cleaning 9998 clauses out of 20022 with flag 3875001/3875001
1685.45/1681.00	c cleaning 9996 clauses out of 20024 with flag 3885001/3885001
1689.66/1685.23	c cleaning 9999 clauses out of 20027 with flag 3895000/3895000
1694.17/1689.75	c cleaning 9997 clauses out of 20028 with flag 3905000/3905000
1699.08/1694.69	c cleaning 10002 clauses out of 20031 with flag 3915000/3915000
1703.49/1699.09	c cleaning 10004 clauses out of 20030 with flag 3925001/3925001
1709.30/1704.86	c cleaning 10002 clauses out of 20026 with flag 3935001/3935001
1714.02/1709.52	c cleaning 9999 clauses out of 20024 with flag 3945001/3945001
1718.43/1713.93	c cleaning 10000 clauses out of 20025 with flag 3955001/3955001
1723.04/1718.55	c cleaning 10000 clauses out of 20026 with flag 3965002/3965002
1727.25/1722.73	c cleaning 9999 clauses out of 20024 with flag 3975000/3975000
1731.65/1727.10	c cleaning 9999 clauses out of 20026 with flag 3985001/3985001
1735.46/1730.96	c cleaning 10003 clauses out of 20027 with flag 3995001/3995001
1739.58/1735.03	c cleaning 10000 clauses out of 20023 with flag 4005000/4005000
1743.59/1739.04	c cleaning 10001 clauses out of 20025 with flag 4015002/4015002
1747.40/1742.82	c cleaning 10001 clauses out of 20025 with flag 4025003/4025003
1751.10/1746.56	c cleaning 9997 clauses out of 20022 with flag 4035001/4035001
1754.72/1750.18	c cleaning 9998 clauses out of 20024 with flag 4045000/4045000
1758.52/1753.96	c cleaning 10002 clauses out of 20030 with flag 4055004/4055004
1762.63/1758.09	c cleaning 10002 clauses out of 20024 with flag 4065000/4065000
1766.75/1762.13	c cleaning 10001 clauses out of 20025 with flag 4075003/4075003
1770.55/1765.94	c cleaning 9992 clauses out of 20022 with flag 4085001/4085001
1774.65/1770.03	c cleaning 9998 clauses out of 20030 with flag 4095001/4095001
1779.25/1774.65	c cleaning 10003 clauses out of 20032 with flag 4105001/4105001
1783.76/1779.12	c cleaning 10004 clauses out of 20032 with flag 4115004/4115004
1788.46/1783.81	c cleaning 9999 clauses out of 20024 with flag 4125000/4125000
1793.47/1788.80	c cleaning 9999 clauses out of 20028 with flag 4135003/4135003
1798.17/1793.51	c cleaning 10001 clauses out of 20027 with flag 4145001/4145001
1800.09/1795.41	c starts		: 258
1800.09/1795.41	c conflicts		: 4150299
1800.09/1795.41	c decisions		: 5708311
1800.09/1795.41	c propagations		: 73322743
1800.09/1795.41	c inspects		: 5787909274
1800.09/1795.41	c learnt literals	: 0
1800.09/1795.41	c learnt binary clauses	: 0
1800.09/1795.41	c learnt ternary clauses	: 0
1800.09/1795.41	c learnt clauses	: 4150299
1800.09/1795.41	c ignored clauses	: 0
1800.09/1795.41	c root simplifications	: 0
1800.09/1795.41	c removed literals (reason simplification)	: 66407656
1800.09/1795.41	c reason swapping (by a shorter reason)	: 0
1800.09/1795.41	c Calls to reduceDB	: 416
1800.09/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.41	c number of learned constraints concerned by reduction	: 0
1800.09/1795.41	c number of learning phase by resolution	: 0
1800.09/1795.41	c number of learning phase by cutting planes	: 0
1800.09/1795.41	c speed (assignments/second)	: 40854.1774504762
1800.09/1795.41	c non guided choices	13359
1800.09/1795.42	c learnt constraints type 
1800.09/1795.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15344
1800.09/1795.42	c constraints type 
1800.09/1795.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
1800.09/1795.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
1800.09/1795.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7
1800.09/1795.42	s SATISFIABLE
1800.09/1795.42	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -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 
1800.09/1795.42	c objective function=1
1800.09/1795.42	c Total wall clock time (in seconds): 1795.328

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.27 0.34 0.12 3/196 3899
/proc/meminfo: memFree=32211856/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=13164 CPUtime=0
/proc/3899/stat : 3899 (java) R 3897 3899 3781 0 -1 4194304 952 0 0 0 0 0 0 0 17 0 1 0 591282 13479936 441 4089446400 134512640 134550932 4288118752 18446744073709551615 107003897 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3899/statm: 3291 452 159 10 0 1121 0

[startup+0.0526211 s]
/proc/loadavg: 1.27 0.34 0.12 3/196 3899
/proc/meminfo: memFree=32211856/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1527700 CPUtime=0.04
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 4055 0 1 0 3 1 0 0 17 0 18 0 591282 1564364800 3493 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 381925 3493 1078 10 0 379228 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527700

[startup+0.101646 s]
/proc/loadavg: 1.27 0.34 0.12 3/196 3899
/proc/meminfo: memFree=32211856/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1529720 CPUtime=0.11
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 5213 0 1 0 10 1 0 0 17 0 18 0 591282 1566433280 4648 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 382430 4648 1347 10 0 379733 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529720

[startup+0.300646 s]
/proc/loadavg: 1.27 0.34 0.12 3/196 3899
/proc/meminfo: memFree=32211856/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1533400 CPUtime=0.58
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 6692 0 1 0 56 2 0 0 17 0 19 0 591282 1570201600 6034 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383350 6034 1418 10 0 380653 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1533400

[startup+0.700589 s]
/proc/loadavg: 1.27 0.34 0.12 3/196 3899
/proc/meminfo: memFree=32211856/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1532660 CPUtime=1.15
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 7800 0 1 0 113 2 0 0 17 0 19 0 591282 1569443840 6743 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383165 6743 1422 10 0 380468 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1532660

[startup+1.50143 s]
/proc/loadavg: 1.27 0.34 0.12 3/215 3918
/proc/meminfo: memFree=32188448/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1532660 CPUtime=2
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 9727 0 1 0 198 2 0 0 17 0 19 0 591282 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383165 8665 1439 10 0 380468 0
[pid=3899/tid=3900] ppid=3897 vsize=1532660 CPUtime=1.46
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 5433 0 1 0 145 1 0 0 18 0 19 0 591283 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4109112253 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 99 0 0 0 0 0 0 0 17 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 199 0 0 0 0 0 0 0 17 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 165 0 0 0 0 0 0 0 18 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 591284 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 629 0 0 0 0 0 0 0 16 0 19 0 591285 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1532660 CPUtime=0.22
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1035 0 0 0 22 0 0 0 15 0 19 0 591287 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1532660 CPUtime=0.28
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 905 0 0 0 28 0 0 0 15 0 19 0 591287 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 591287 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1569443840 8665 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1532660

[startup+3.10112 s]
/proc/loadavg: 1.33 0.37 0.13 3/215 3918
/proc/meminfo: memFree=32182868/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1532660 CPUtime=3.65
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 11953 0 1 0 362 3 0 0 17 0 19 0 591282 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383165 10890 1439 10 0 380468 0
[pid=3899/tid=3900] ppid=3897 vsize=1532660 CPUtime=3.05
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 5435 0 1 0 304 1 0 0 20 0 19 0 591283 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4109142954 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 533 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 559 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1532660 CPUtime=0.01
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 1120 0 0 0 1 0 0 0 15 0 19 0 591285 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1532660 CPUtime=0.24
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 24 0 0 0 15 0 19 0 591287 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1532660 CPUtime=0.3
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 909 0 0 0 30 0 0 0 15 0 19 0 591287 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 591287 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1569443840 10890 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1532660

[startup+6.30153 s]
/proc/loadavg: 1.33 0.37 0.13 3/215 3919
/proc/meminfo: memFree=32168988/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1532660 CPUtime=6.88
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 13517 0 1 0 685 3 0 0 17 0 19 0 591282 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383165 12385 1439 10 0 380468 0
[pid=3899/tid=3900] ppid=3897 vsize=1532660 CPUtime=6.21
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 5436 0 1 0 620 1 0 0 25 0 19 0 591283 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4109175923 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 804 0 0 0 0 0 0 0 16 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 553 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 628 0 0 0 0 0 0 0 16 0 19 0 591284 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1532660 CPUtime=0.04
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 1561 0 0 0 4 0 0 0 15 0 19 0 591285 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1532660 CPUtime=0.25
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 25 0 0 0 15 0 19 0 591287 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1532660 CPUtime=0.32
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 916 0 0 0 32 0 0 0 15 0 19 0 591287 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 591287 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1569443840 12385 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1532660

[startup+12.7013 s]
/proc/loadavg: 1.43 0.42 0.15 3/215 3919
/proc/meminfo: memFree=32146792/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1532660 CPUtime=13.29
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 16374 0 1 0 1326 3 0 0 17 0 19 0 591282 1569443840 15194 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383165 15194 1439 10 0 380468 0
[pid=3899/tid=3900] ppid=3897 vsize=1532660 CPUtime=12.58
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 6285 0 1 0 1257 1 0 0 25 0 19 0 591283 1569443840 15194 4089446400 134512640 134550932 4288118752 18446744073709551615 4109087044 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1532660 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 19 0 591284 1569443840 15194 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0

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

[pid=3899/tid=3907] ppid=3897 vsize=1535812 CPUtime=0.68
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 1070 0 0 0 64 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1535812 CPUtime=0.63
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 1013 0 0 0 59 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1535812 CPUtime=0.62
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 1450 0 0 0 58 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1535812 CPUtime=9.68
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 9936 0 0 0 955 13 0 0 15 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 6 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1535812 CPUtime=0.25
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 25 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1535812 CPUtime=0.34
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 1232 0 0 0 34 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.71
Current children cumulated vsize (KiB) 1535812

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.68 3/215 3976
/proc/meminfo: memFree=32001692/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1535812 CPUtime=1726.85
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 32564 0 1 0 172625 60 0 0 17 0 19 0 591282 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383953 30718 1439 10 0 381256 0
[pid=3899/tid=3900] ppid=3897 vsize=1535812 CPUtime=1710.74
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 9360 0 1 0 171070 4 0 0 25 0 19 0 591283 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4109143199 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1535812 CPUtime=0.69
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 1417 0 0 0 64 5 0 0 16 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1535812 CPUtime=0.64
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 1183 0 0 0 59 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1535812 CPUtime=0.67
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 1406 0 0 0 62 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1535812 CPUtime=0.66
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 1041 0 0 0 63 3 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1535812 CPUtime=0.66
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 1249 0 0 0 61 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1535812 CPUtime=0.69
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 1070 0 0 0 65 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1535812 CPUtime=0.67
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 1013 0 0 0 62 5 0 0 16 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1535812 CPUtime=0.64
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 1450 0 0 0 60 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1535812 CPUtime=10.06
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 9938 0 0 0 993 13 0 0 15 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 6 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1535812 CPUtime=0.25
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 25 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1535812 CPUtime=0.34
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 1232 0 0 0 34 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.85
Current children cumulated vsize (KiB) 1535812

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.70 3/215 4026
/proc/meminfo: memFree=32293068/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1535812 CPUtime=1786.96
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 32587 0 1 0 178634 62 0 0 17 0 19 0 591282 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383953 30718 1439 10 0 381256 0
[pid=3899/tid=3900] ppid=3897 vsize=1535812 CPUtime=1770.26
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 9375 0 1 0 177022 4 0 0 25 0 19 0 591283 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4109143615 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1535812 CPUtime=0.71
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 1417 0 0 0 66 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1535812 CPUtime=0.65
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 1183 0 0 0 60 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1535812 CPUtime=0.69
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 1406 0 0 0 64 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1535812 CPUtime=0.69
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 1041 0 0 0 65 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 1249 0 0 0 64 6 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 1070 0 0 0 66 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1535812 CPUtime=0.69
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 1013 0 0 0 64 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1535812 CPUtime=0.67
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 1450 0 0 0 62 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1535812 CPUtime=10.49
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 9942 0 0 0 1036 13 0 0 15 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 6 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1535812 CPUtime=0.25
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 25 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1535812 CPUtime=0.34
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 1232 0 0 0 34 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.96
Current children cumulated vsize (KiB) 1535812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.95 1.98 1.70 3/215 4026
/proc/meminfo: memFree=32290548/32950928 swapFree=67111528/67111528
[pid=3899] ppid=3897 vsize=1535812 CPUtime=1800.09
/proc/3899/stat : 3899 (java) S 3897 3899 3781 0 -1 4202496 32590 0 1 0 179947 62 0 0 17 0 19 0 591282 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3899/statm: 383953 30718 1439 10 0 381256 0
[pid=3899/tid=3900] ppid=3897 vsize=1535812 CPUtime=1783.26
/proc/3899/task/3900/stat : 3900 (java) R 3897 3899 3781 0 -1 4202560 9378 0 1 0 178322 4 0 0 25 0 19 0 591283 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4109177694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1535812 CPUtime=0.71
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3781 0 -1 4202560 1417 0 0 0 66 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 5 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1535812 CPUtime=0.65
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3781 0 -1 4202560 1183 0 0 0 60 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 6 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3781 0 -1 4202560 1406 0 0 0 65 5 0 0 16 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3781 0 -1 4202560 1041 0 0 0 66 4 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3781 0 -1 4202560 1249 0 0 0 64 6 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3781 0 -1 4202560 1070 0 0 0 66 4 0 0 16 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1535812 CPUtime=0.7
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3781 0 -1 4202560 1013 0 0 0 65 5 0 0 15 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1535812 CPUtime=0.68
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3781 0 -1 4202560 1450 0 0 0 63 5 0 0 16 0 19 0 591284 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1535812 CPUtime=10.58
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3781 0 -1 4202560 9942 0 0 0 1045 13 0 0 15 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 0 0 16800975 18446604471131413184 0 0 -1 6 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 591285 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3913] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3913/stat : 3913 (java) S 3897 3899 3781 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 1 0 0 0
[pid=3899/tid=3914] ppid=3897 vsize=1535812 CPUtime=0.25
/proc/3899/task/3914/stat : 3914 (java) S 3897 3899 3781 0 -1 4202560 1037 0 0 0 25 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 0 0 0 0
[pid=3899/tid=3915] ppid=3897 vsize=1535812 CPUtime=0.34
/proc/3899/task/3915/stat : 3915 (java) S 3897 3899 3781 0 -1 4202560 1232 0 0 0 34 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 3 0 0 0
[pid=3899/tid=3916] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3916/stat : 3916 (java) S 3897 3899 3781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 4 0 0 0
[pid=3899/tid=3917] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3917/stat : 3917 (java) S 3897 3899 3781 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 591287 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 2 0 0 0
[pid=3899/tid=3918] ppid=3897 vsize=1535812 CPUtime=0
/proc/3899/task/3918/stat : 3918 (java) S 3897 3899 3781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 591300 1572671488 30718 4089446400 134512640 134550932 4288118752 18446744073709551615 4294960144 0 4 0 16800975 18446604471131413184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1535812

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.47
CPU time (s): 1800.2
CPU user time (s): 1799.57
CPU system time (s): 0.633903
CPU usage (%): 100.264
Max. virtual memory (cumulated for all children) (KiB): 1535812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.633903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32617
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= 48818
involuntary context switches= 211520

runsolver used 3.15252 second user time and 6.575 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 11:56:05
IDJOB=2698241
IDBENCH=78707
IDSOLVER=1211
FILE ID=node114/2698241-1278323765
PBS_JOBID= 11207466
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= 318c9cc5b16e210b9b0a9873d7c14d4c
RANDOM SEED=1097898470

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32212632 kB
Buffers:         18136 kB
Cached:         312600 kB
SwapCached:          0 kB
Active:         367300 kB
Inactive:       269776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32212632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:      306468 kB
Mapped:          20316 kB
Slab:            36036 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1645400 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= 74200 MiB
End job on node114 at 2010-07-05 12:26:03