Trace number 3729013

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.09 946.445

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3729013-1338678626.opb
0.10/0.12	c reading problem ... 
0.24/0.28	c ... done. Wall clock time 0.162s.
0.24/0.28	c #vars     490
0.24/0.28	c #constraints  1085
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.24/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.24/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.24/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
3.32/1.10	c cleaning 2497 clauses out of 4996 with flag 5001/5001
5.44/1.70	c cleaning 4248 clauses out of 8498 with flag 11000/11000
7.24/2.61	c cleaning 5624 clauses out of 11251 with flag 18001/18001
9.80/3.71	c cleaning 6812 clauses out of 13626 with flag 26000/26000
12.39/5.05	c cleaning 7909 clauses out of 15818 with flag 35004/35004
15.57/6.61	c cleaning 8952 clauses out of 17908 with flag 45003/45003
19.13/8.45	c cleaning 9477 clauses out of 18955 with flag 55002/55002
22.53/10.13	c cleaning 9738 clauses out of 19478 with flag 65002/65002
25.88/11.84	c cleaning 9868 clauses out of 19739 with flag 75001/75001
29.23/13.50	c cleaning 9934 clauses out of 19869 with flag 85000/85000
32.62/15.20	c cleaning 9968 clauses out of 19935 with flag 95000/95000
35.77/16.88	c cleaning 9985 clauses out of 19969 with flag 105002/105002
39.29/18.62	c cleaning 9990 clauses out of 19983 with flag 115001/115001
42.82/20.48	c cleaning 9995 clauses out of 19994 with flag 125002/125002
47.16/22.62	c cleaning 9997 clauses out of 19996 with flag 135000/135000
50.91/24.53	c cleaning 10001 clauses out of 20002 with flag 145003/145003
54.42/26.35	c cleaning 9995 clauses out of 19998 with flag 155000/155000
57.96/28.20	c cleaning 10001 clauses out of 20007 with flag 165004/165004
61.48/29.96	c cleaning 10000 clauses out of 20002 with flag 175000/175000
65.43/31.95	c cleaning 9999 clauses out of 20001 with flag 185000/185000
69.52/34.05	c cleaning 9999 clauses out of 20002 with flag 195000/195000
73.05/35.86	c cleaning 9998 clauses out of 20004 with flag 205001/205001
76.37/37.53	c cleaning 10000 clauses out of 20005 with flag 215000/215000
79.91/39.39	c cleaning 10001 clauses out of 20006 with flag 225001/225001
83.79/41.30	c cleaning 10002 clauses out of 20008 with flag 235004/235004
87.31/43.16	c cleaning 10001 clauses out of 20003 with flag 245001/245001
90.83/44.97	c cleaning 9998 clauses out of 20001 with flag 255000/255000
94.55/46.81	c cleaning 9999 clauses out of 20003 with flag 265000/265000
98.43/48.82	c cleaning 10001 clauses out of 20007 with flag 275003/275003
102.35/50.88	c cleaning 10000 clauses out of 20005 with flag 285002/285002
105.88/52.70	c cleaning 9998 clauses out of 20006 with flag 295003/295003
109.40/54.44	c cleaning 9999 clauses out of 20005 with flag 305000/305000
112.67/56.19	c cleaning 9999 clauses out of 20006 with flag 315000/315000
115.96/57.84	c cleaning 10000 clauses out of 20008 with flag 325001/325001
118.88/59.33	c cleaning 10000 clauses out of 20008 with flag 335001/335001
121.78/60.88	c cleaning 10000 clauses out of 20008 with flag 345001/345001
125.03/62.51	c cleaning 10002 clauses out of 20010 with flag 355003/355003
128.14/64.15	c cleaning 9999 clauses out of 20006 with flag 365001/365001
131.46/65.82	c cleaning 10000 clauses out of 20008 with flag 375002/375002
134.97/67.61	c cleaning 9999 clauses out of 20007 with flag 385001/385001
138.42/69.46	c cleaning 9998 clauses out of 20008 with flag 395001/395001
141.33/70.98	c cleaning 10001 clauses out of 20010 with flag 405001/405001
144.43/72.55	c cleaning 10001 clauses out of 20008 with flag 415000/415000
147.74/74.21	c cleaning 10001 clauses out of 20008 with flag 425001/425001
150.80/75.87	c cleaning 10002 clauses out of 20011 with flag 435005/435005
153.90/77.48	c cleaning 10000 clauses out of 20005 with flag 445001/445001
157.01/79.08	c cleaning 9997 clauses out of 20004 with flag 455000/455000
160.11/80.63	c cleaning 9999 clauses out of 20007 with flag 465000/465000
163.36/82.31	c cleaning 10000 clauses out of 20009 with flag 475001/475001
166.45/83.94	c cleaning 10002 clauses out of 20011 with flag 485003/485003
169.56/85.54	c cleaning 10001 clauses out of 20008 with flag 495002/495002
172.86/87.21	c cleaning 9999 clauses out of 20006 with flag 505001/505001
176.11/88.99	c cleaning 9998 clauses out of 20006 with flag 515000/515000
179.45/90.68	c cleaning 10002 clauses out of 20013 with flag 525005/525005
182.54/92.27	c cleaning 10001 clauses out of 20011 with flag 535005/535005
185.85/93.94	c cleaning 10001 clauses out of 20007 with flag 545002/545002
189.11/95.68	c cleaning 9998 clauses out of 20005 with flag 555001/555001
192.21/97.28	c cleaning 9997 clauses out of 20006 with flag 565000/565000
195.52/98.91	c cleaning 10000 clauses out of 20009 with flag 575000/575000
198.60/100.59	c cleaning 9996 clauses out of 20011 with flag 585002/585002
202.24/102.43	c cleaning 10002 clauses out of 20018 with flag 595005/595005
205.34/104.09	c cleaning 10004 clauses out of 20015 with flag 605004/605004
208.61/105.74	c cleaning 9999 clauses out of 20007 with flag 615000/615000
211.70/107.39	c cleaning 10000 clauses out of 20009 with flag 625001/625001
215.32/109.20	c cleaning 10000 clauses out of 20013 with flag 635005/635005
218.82/111.04	c cleaning 9998 clauses out of 20010 with flag 645002/645002
221.90/112.69	c cleaning 10000 clauses out of 20010 with flag 655000/655000
225.40/114.47	c cleaning 9999 clauses out of 20010 with flag 665000/665000
229.01/116.38	c cleaning 10001 clauses out of 20013 with flag 675002/675002
232.50/118.14	c cleaning 10000 clauses out of 20010 with flag 685000/685000
235.60/119.80	c cleaning 9999 clauses out of 20011 with flag 695001/695001
239.09/121.51	c cleaning 9999 clauses out of 20012 with flag 705001/705001
242.32/123.25	c cleaning 9999 clauses out of 20012 with flag 715000/715000
245.99/125.13	c cleaning 10001 clauses out of 20013 with flag 725000/725000
249.29/126.85	c cleaning 10003 clauses out of 20012 with flag 735000/735000
252.80/128.69	c cleaning 9999 clauses out of 20010 with flag 745001/745001
256.62/130.62	c cleaning 9999 clauses out of 20011 with flag 755001/755001
259.71/132.27	c cleaning 10001 clauses out of 20014 with flag 765003/765003
263.19/134.05	c cleaning 10000 clauses out of 20011 with flag 775001/775001
266.68/135.82	c cleaning 10001 clauses out of 20013 with flag 785003/785003
269.89/137.57	c cleaning 9999 clauses out of 20009 with flag 795000/795000
273.36/139.34	c cleaning 10001 clauses out of 20014 with flag 805004/805004
276.85/141.13	c cleaning 9996 clauses out of 20013 with flag 815004/815004
280.54/143.01	c cleaning 9997 clauses out of 20014 with flag 825001/825001
284.15/144.95	c cleaning 10001 clauses out of 20016 with flag 835000/835000
287.45/146.60	c cleaning 10002 clauses out of 20015 with flag 845000/845000
290.75/148.38	c cleaning 10004 clauses out of 20013 with flag 855000/855000
294.45/150.25	c cleaning 9996 clauses out of 20010 with flag 865001/865001
298.25/152.20	c cleaning 10004 clauses out of 20018 with flag 875005/875005
302.14/154.20	c cleaning 10002 clauses out of 20015 with flag 885006/885006
305.22/155.84	c cleaning 10000 clauses out of 20009 with flag 895002/895002
308.50/157.55	c cleaning 10001 clauses out of 20009 with flag 905002/905002
312.11/159.47	c cleaning 10000 clauses out of 20008 with flag 915002/915002
315.58/161.25	c cleaning 9998 clauses out of 20008 with flag 925002/925002
318.85/162.94	c cleaning 9997 clauses out of 20008 with flag 935000/935000
322.15/164.61	c cleaning 10004 clauses out of 20015 with flag 945004/945004
325.56/166.42	c cleaning 9999 clauses out of 20007 with flag 955000/955000
328.83/168.14	c cleaning 10000 clauses out of 20009 with flag 965001/965001
331.91/169.79	c cleaning 10000 clauses out of 20008 with flag 975000/975000
335.21/171.40	c cleaning 10002 clauses out of 20011 with flag 985003/985003
338.40/173.15	c cleaning 9999 clauses out of 20007 with flag 995001/995001
341.69/174.84	c cleaning 10002 clauses out of 20013 with flag 1005006/1005006
344.96/176.50	c cleaning 9999 clauses out of 20006 with flag 1015001/1015001
347.84/178.09	c cleaning 10000 clauses out of 20008 with flag 1025002/1025002
351.43/179.95	c cleaning 9999 clauses out of 20006 with flag 1035000/1035000
354.90/181.75	c cleaning 10000 clauses out of 20008 with flag 1045001/1045001
358.38/183.52	c cleaning 9999 clauses out of 20007 with flag 1055000/1055000
361.85/185.34	c cleaning 9999 clauses out of 20009 with flag 1065001/1065001
365.44/187.20	c cleaning 10003 clauses out of 20009 with flag 1075000/1075000
368.92/189.04	c cleaning 9998 clauses out of 20006 with flag 1085000/1085000
372.19/190.72	c cleaning 9999 clauses out of 20009 with flag 1095001/1095001
375.86/192.60	c cleaning 10005 clauses out of 20013 with flag 1105004/1105004
378.46/194.09	c cleaning 0 clauses out of 5004 with flag 0/5004
379.58/194.57	c cleaning 9998 clauses out of 20007 with flag 1115003/1115003
383.04/196.37	c cleaning 9998 clauses out of 20006 with flag 1125000/1125000
386.71/198.22	c cleaning 9999 clauses out of 20011 with flag 1135003/1135003
390.70/200.37	c cleaning 10000 clauses out of 20009 with flag 1145000/1145000
394.77/202.43	c cleaning 9998 clauses out of 20010 with flag 1155001/1155001
398.85/204.57	c cleaning 10004 clauses out of 20013 with flag 1165002/1165002
402.73/206.51	c cleaning 9999 clauses out of 20007 with flag 1175000/1175000
406.11/208.39	c cleaning 10000 clauses out of 20008 with flag 1185000/1185000
409.59/210.11	c cleaning 10001 clauses out of 20012 with flag 1195004/1195004
413.25/212.05	c cleaning 10000 clauses out of 20008 with flag 1205001/1205001
416.93/213.92	c cleaning 9999 clauses out of 20007 with flag 1215000/1215000
420.72/215.91	c cleaning 10002 clauses out of 20012 with flag 1225004/1225004
424.20/217.76	c cleaning 9999 clauses out of 20008 with flag 1235002/1235002
427.85/219.67	c cleaning 9999 clauses out of 20009 with flag 1245002/1245002
431.73/221.63	c cleaning 9996 clauses out of 20011 with flag 1255003/1255003
435.51/223.69	c cleaning 10001 clauses out of 20014 with flag 1265002/1265002
439.38/225.62	c cleaning 10000 clauses out of 20015 with flag 1275004/1275004
443.25/227.61	c cleaning 10002 clauses out of 20011 with flag 1285000/1285000
446.93/229.56	c cleaning 10002 clauses out of 20011 with flag 1295002/1295002
450.92/231.61	c cleaning 9998 clauses out of 20009 with flag 1305002/1305002
454.59/233.53	c cleaning 10000 clauses out of 20009 with flag 1315000/1315000
458.28/235.42	c cleaning 9997 clauses out of 20013 with flag 1325004/1325004
461.74/237.28	c cleaning 10003 clauses out of 20018 with flag 1335006/1335006
465.12/239.03	c cleaning 9997 clauses out of 20009 with flag 1345000/1345000
468.19/240.62	c cleaning 10002 clauses out of 20016 with flag 1355004/1355004
471.28/242.21	c cleaning 10002 clauses out of 20015 with flag 1365005/1365005
474.34/243.84	c cleaning 9997 clauses out of 20008 with flag 1375000/1375000
477.52/245.56	c cleaning 9996 clauses out of 20011 with flag 1385000/1385000
480.58/247.16	c cleaning 10002 clauses out of 20017 with flag 1395002/1395002
483.64/248.78	c cleaning 10003 clauses out of 20016 with flag 1405003/1405003
486.91/250.43	c cleaning 9999 clauses out of 20010 with flag 1415000/1415000
489.90/252.06	c cleaning 9998 clauses out of 20011 with flag 1425000/1425000
492.97/253.61	c cleaning 10001 clauses out of 20016 with flag 1435003/1435003
495.84/255.17	c cleaning 10001 clauses out of 20015 with flag 1445003/1445003
498.90/256.78	c cleaning 10003 clauses out of 20011 with flag 1455000/1455000
502.29/258.51	c cleaning 10000 clauses out of 20010 with flag 1465002/1465002
505.34/260.13	c cleaning 9995 clauses out of 20008 with flag 1475000/1475000
508.41/261.77	c cleaning 10002 clauses out of 20015 with flag 1485002/1485002
511.66/263.44	c cleaning 9998 clauses out of 20011 with flag 1495000/1495000
515.03/265.22	c cleaning 9998 clauses out of 20014 with flag 1505001/1505001
518.50/267.00	c cleaning 10004 clauses out of 20016 with flag 1515001/1515001
521.96/268.83	c cleaning 10000 clauses out of 20012 with flag 1525001/1525001
525.03/270.43	c cleaning 9995 clauses out of 20012 with flag 1535001/1535001
528.20/272.16	c cleaning 9996 clauses out of 20016 with flag 1545000/1545000
531.48/273.81	c cleaning 10000 clauses out of 20020 with flag 1555000/1555000
534.74/275.53	c cleaning 9994 clauses out of 20020 with flag 1565000/1565000
538.01/277.21	c cleaning 10004 clauses out of 20029 with flag 1575003/1575003
541.37/279.03	c cleaning 10003 clauses out of 20024 with flag 1585002/1585002
544.44/280.63	c cleaning 10003 clauses out of 20024 with flag 1595005/1595005
547.72/282.31	c cleaning 10001 clauses out of 20018 with flag 1605002/1605002
551.19/284.11	c cleaning 9997 clauses out of 20015 with flag 1615000/1615000
554.56/285.97	c cleaning 10000 clauses out of 20018 with flag 1625000/1625000
557.81/287.67	c cleaning 9999 clauses out of 20019 with flag 1635001/1635001
561.27/289.43	c cleaning 10000 clauses out of 20019 with flag 1645000/1645000
564.73/291.24	c cleaning 10000 clauses out of 20024 with flag 1655005/1655005
568.29/293.11	c cleaning 9997 clauses out of 20020 with flag 1665001/1665001
571.76/294.91	c cleaning 10001 clauses out of 20028 with flag 1675006/1675006
575.02/296.65	c cleaning 10003 clauses out of 20023 with flag 1685002/1685002
578.49/298.40	c cleaning 10000 clauses out of 20018 with flag 1695000/1695000
581.67/300.20	c cleaning 9998 clauses out of 20018 with flag 1705000/1705000
585.14/301.91	c cleaning 9998 clauses out of 20020 with flag 1715000/1715000
588.60/303.72	c cleaning 10001 clauses out of 20028 with flag 1725006/1725006
591.87/305.45	c cleaning 10002 clauses out of 20026 with flag 1735005/1735005
595.44/307.35	c cleaning 10000 clauses out of 20019 with flag 1745000/1745000
599.10/309.25	c cleaning 9998 clauses out of 20019 with flag 1755000/1755000
602.56/311.03	c cleaning 10002 clauses out of 20024 with flag 1765003/1765003
606.01/312.83	c cleaning 10000 clauses out of 20019 with flag 1775000/1775000
609.18/314.55	c cleaning 10002 clauses out of 20022 with flag 1785003/1785003
612.43/316.20	c cleaning 9998 clauses out of 20020 with flag 1795003/1795003
615.69/317.93	c cleaning 10001 clauses out of 20023 with flag 1805004/1805004
618.94/319.60	c cleaning 9996 clauses out of 20020 with flag 1815002/1815002
622.30/321.48	c cleaning 9997 clauses out of 20023 with flag 1825001/1825001
625.74/323.30	c cleaning 9999 clauses out of 20025 with flag 1835000/1835000
629.20/325.07	c cleaning 10003 clauses out of 20031 with flag 1845005/1845005
632.64/326.88	c cleaning 10000 clauses out of 20024 with flag 1855001/1855001
636.41/328.82	c cleaning 10000 clauses out of 20025 with flag 1865002/1865002
640.05/330.75	c cleaning 10010 clauses out of 20027 with flag 1875004/1875004
643.49/332.56	c cleaning 10006 clauses out of 20019 with flag 1885006/1885006
646.97/334.39	c cleaning 10001 clauses out of 20008 with flag 1895001/1895001
650.50/336.28	c cleaning 10000 clauses out of 20009 with flag 1905003/1905003
654.15/338.18	c cleaning 9998 clauses out of 20008 with flag 1915002/1915002
658.02/340.14	c cleaning 10000 clauses out of 20010 with flag 1925002/1925002
661.68/342.05	c cleaning 10000 clauses out of 20011 with flag 1935003/1935003
665.43/344.06	c cleaning 9998 clauses out of 20009 with flag 1945001/1945001
669.29/346.00	c cleaning 9999 clauses out of 20011 with flag 1955001/1955001
673.14/348.02	c cleaning 10005 clauses out of 20017 with flag 1965006/1965006
676.99/350.01	c cleaning 10000 clauses out of 20008 with flag 1975002/1975002
681.14/352.24	c cleaning 9999 clauses out of 20009 with flag 1985003/1985003
685.38/354.45	c cleaning 10001 clauses out of 20009 with flag 1995002/1995002
688.83/356.26	c cleaning 10003 clauses out of 20007 with flag 2005001/2005001
692.28/358.09	c cleaning 10000 clauses out of 20003 with flag 2015000/2015000
696.24/360.13	c cleaning 9999 clauses out of 20007 with flag 2025004/2025004
699.88/362.09	c cleaning 9998 clauses out of 20005 with flag 2035001/2035001
703.75/364.08	c cleaning 10002 clauses out of 20008 with flag 2045002/2045002
707.60/366.05	c cleaning 10000 clauses out of 20006 with flag 2055002/2055002
711.33/368.02	c cleaning 9999 clauses out of 20007 with flag 2065003/2065003
714.77/369.88	c cleaning 9994 clauses out of 20006 with flag 2075001/2075001
718.43/371.80	c cleaning 9999 clauses out of 20012 with flag 2085001/2085001
721.67/373.44	c cleaning 9998 clauses out of 20012 with flag 2095000/2095000
725.03/375.28	c cleaning 10001 clauses out of 20016 with flag 2105002/2105002
728.47/377.07	c cleaning 10003 clauses out of 20014 with flag 2115001/2115001
731.72/378.71	c cleaning 10001 clauses out of 20011 with flag 2125001/2125001
734.77/380.34	c cleaning 9997 clauses out of 20009 with flag 2135000/2135000
738.07/382.19	c cleaning 9999 clauses out of 20014 with flag 2145002/2145002
741.71/384.04	c cleaning 10001 clauses out of 20016 with flag 2155003/2155003
744.76/385.68	c cleaning 10000 clauses out of 20012 with flag 2165000/2165000
748.20/387.42	c cleaning 10002 clauses out of 20012 with flag 2175000/2175000
751.73/389.34	c cleaning 9998 clauses out of 20010 with flag 2185000/2185000
754.98/391.04	c cleaning 9999 clauses out of 20013 with flag 2195001/2195001
758.63/392.90	c cleaning 10001 clauses out of 20013 with flag 2205000/2205000
761.87/394.67	c cleaning 10001 clauses out of 20014 with flag 2215002/2215002
765.60/396.66	c cleaning 10004 clauses out of 20013 with flag 2225002/2225002
769.04/398.48	c cleaning 9999 clauses out of 20010 with flag 2235003/2235003
772.88/400.45	c cleaning 9999 clauses out of 20008 with flag 2245000/2245000
776.53/402.30	c cleaning 10003 clauses out of 20014 with flag 2255005/2255005
780.05/404.23	c cleaning 9997 clauses out of 20008 with flag 2265002/2265002
783.71/406.15	c cleaning 10000 clauses out of 20012 with flag 2275003/2275003
787.56/408.14	c cleaning 10000 clauses out of 20011 with flag 2285002/2285002
790.98/409.96	c cleaning 10001 clauses out of 20009 with flag 2295000/2295000
794.51/411.81	c cleaning 9997 clauses out of 20008 with flag 2305000/2305000
797.76/413.60	c cleaning 10003 clauses out of 20014 with flag 2315003/2315003
801.40/415.42	c cleaning 9997 clauses out of 20010 with flag 2325002/2325002
804.64/417.16	c cleaning 10001 clauses out of 20014 with flag 2335003/2335003
808.19/419.09	c cleaning 10000 clauses out of 20013 with flag 2345003/2345003
811.80/420.91	c cleaning 9997 clauses out of 20011 with flag 2355001/2355001
815.25/422.78	c cleaning 10001 clauses out of 20018 with flag 2365005/2365005
818.90/424.61	c cleaning 9995 clauses out of 20012 with flag 2375000/2375000
822.42/426.55	c cleaning 10003 clauses out of 20026 with flag 2385009/2385009
825.85/428.33	c cleaning 10001 clauses out of 20014 with flag 2395000/2395000
829.48/430.23	c cleaning 10003 clauses out of 20020 with flag 2405007/2405007
833.12/432.14	c cleaning 9998 clauses out of 20017 with flag 2415007/2415007
836.82/434.15	c cleaning 9992 clauses out of 20016 with flag 2425004/2425004
840.26/435.99	c cleaning 10005 clauses out of 20023 with flag 2435003/2435003
843.68/437.75	c cleaning 10002 clauses out of 20017 with flag 2445002/2445002
847.11/439.53	c cleaning 10003 clauses out of 20014 with flag 2455001/2455001
850.41/441.37	c cleaning 10001 clauses out of 20011 with flag 2465001/2465001
853.83/443.14	c cleaning 9998 clauses out of 20009 with flag 2475000/2475000
857.46/445.06	c cleaning 10000 clauses out of 20016 with flag 2485005/2485005
861.10/446.94	c cleaning 10001 clauses out of 20011 with flag 2495000/2495000
864.65/448.84	c cleaning 10001 clauses out of 20012 with flag 2505002/2505002
868.07/450.65	c cleaning 9997 clauses out of 20010 with flag 2515001/2515001
871.90/452.65	c cleaning 9997 clauses out of 20014 with flag 2525002/2525002
875.93/454.73	c cleaning 10004 clauses out of 20015 with flag 2535000/2535000
879.44/456.60	c cleaning 10001 clauses out of 20011 with flag 2545000/2545000
882.68/458.35	c cleaning 9998 clauses out of 20014 with flag 2555004/2555004
886.32/460.20	c cleaning 9998 clauses out of 20013 with flag 2565001/2565001
889.55/462.00	c cleaning 9999 clauses out of 20018 with flag 2575004/2575004
893.26/463.98	c cleaning 9998 clauses out of 20015 with flag 2585000/2585000
896.90/465.83	c cleaning 10004 clauses out of 20018 with flag 2595001/2595001
900.73/467.86	c cleaning 9999 clauses out of 20013 with flag 2605000/2605000
904.56/469.86	c cleaning 10001 clauses out of 20016 with flag 2615002/2615002
908.27/471.90	c cleaning 10004 clauses out of 20014 with flag 2625001/2625001
911.49/473.56	c cleaning 10002 clauses out of 20013 with flag 2635004/2635004
914.72/475.23	c cleaning 9995 clauses out of 20008 with flag 2645001/2645001
918.14/477.09	c cleaning 10001 clauses out of 20014 with flag 2655002/2655002
921.63/478.98	c cleaning 10002 clauses out of 20012 with flag 2665001/2665001
925.08/480.76	c cleaning 10003 clauses out of 20013 with flag 2675004/2675004
928.69/482.64	c cleaning 10000 clauses out of 20007 with flag 2685001/2685001
931.93/484.37	c cleaning 10002 clauses out of 20009 with flag 2695003/2695003
935.64/486.30	c cleaning 9993 clauses out of 20005 with flag 2705001/2705001
938.87/488.03	c cleaning 10001 clauses out of 20012 with flag 2715001/2715001
942.48/489.95	c cleaning 10004 clauses out of 20018 with flag 2725008/2725008
945.91/491.75	c cleaning 9997 clauses out of 20006 with flag 2735000/2735000
949.59/493.73	c cleaning 9996 clauses out of 20012 with flag 2745003/2745003
953.21/495.65	c cleaning 10001 clauses out of 20013 with flag 2755000/2755000
956.65/497.41	c cleaning 10001 clauses out of 20015 with flag 2765003/2765003
960.09/499.29	c cleaning 10006 clauses out of 20023 with flag 2775012/2775012
963.80/501.21	c cleaning 9996 clauses out of 20008 with flag 2785003/2785003
967.43/503.11	c cleaning 10003 clauses out of 20011 with flag 2795002/2795002
970.66/504.88	c cleaning 9999 clauses out of 20007 with flag 2805001/2805001
974.24/506.73	c cleaning 9997 clauses out of 20008 with flag 2815001/2815001
977.75/508.65	c cleaning 9997 clauses out of 20010 with flag 2825000/2825000
981.38/510.54	c cleaning 10000 clauses out of 20015 with flag 2835002/2835002
984.82/512.37	c cleaning 10001 clauses out of 20013 with flag 2845000/2845000
988.44/514.24	c cleaning 10003 clauses out of 20017 with flag 2855005/2855005
992.33/516.35	c cleaning 10002 clauses out of 20013 with flag 2865004/2865004
995.76/518.12	c cleaning 9995 clauses out of 20010 with flag 2875003/2875003
999.18/519.97	c cleaning 9999 clauses out of 20012 with flag 2885000/2885000
1002.80/521.90	c cleaning 10001 clauses out of 20013 with flag 2895000/2895000
1006.30/523.77	c cleaning 10000 clauses out of 20013 with flag 2905001/2905001
1009.91/525.64	c cleaning 10003 clauses out of 20015 with flag 2915003/2915003
1013.11/527.31	c cleaning 9998 clauses out of 20009 with flag 2925000/2925000
1016.55/529.16	c cleaning 9999 clauses out of 20011 with flag 2935000/2935000
1020.23/531.18	c cleaning 10001 clauses out of 20014 with flag 2945002/2945002
1024.04/533.13	c cleaning 10002 clauses out of 20011 with flag 2955000/2955000
1027.65/535.04	c cleaning 10000 clauses out of 20011 with flag 2965002/2965002
1031.48/537.03	c cleaning 10001 clauses out of 20010 with flag 2975001/2975001
1035.36/539.18	c cleaning 9994 clauses out of 20008 with flag 2985000/2985000
1038.97/541.09	c cleaning 10003 clauses out of 20018 with flag 2995004/2995004
1042.59/542.97	c cleaning 10000 clauses out of 20012 with flag 3005001/3005001
1046.01/544.75	c cleaning 10003 clauses out of 20014 with flag 3015003/3015003
1049.52/546.67	c cleaning 10001 clauses out of 20008 with flag 3025000/3025000
1052.74/548.38	c cleaning 9997 clauses out of 20008 with flag 3035001/3035001
1056.16/550.11	c cleaning 9998 clauses out of 20013 with flag 3045003/3045003
1059.38/551.83	c cleaning 10002 clauses out of 20014 with flag 3055002/3055002
1062.84/553.77	c cleaning 10001 clauses out of 20011 with flag 3065001/3065001
1066.64/555.70	c cleaning 10002 clauses out of 20013 with flag 3075004/3075004
1070.07/557.57	c cleaning 10000 clauses out of 20008 with flag 3085001/3085001
1073.67/559.45	c cleaning 9997 clauses out of 20013 with flag 3095006/3095006
1077.16/561.30	c cleaning 10001 clauses out of 20011 with flag 3105001/3105001
1080.18/562.97	c cleaning 10001 clauses out of 20009 with flag 3115000/3115000
1083.37/564.66	c cleaning 9999 clauses out of 20011 with flag 3125003/3125003
1086.80/566.48	c cleaning 9999 clauses out of 20011 with flag 3135002/3135002
1090.69/568.51	c cleaning 10000 clauses out of 20010 with flag 3145000/3145000
1094.11/570.37	c cleaning 10001 clauses out of 20011 with flag 3155001/3155001
1097.52/572.19	c cleaning 9999 clauses out of 20009 with flag 3165000/3165000
1100.96/573.96	c cleaning 9999 clauses out of 20010 with flag 3175000/3175000
1104.65/575.90	c cleaning 10001 clauses out of 20012 with flag 3185001/3185001
1108.07/577.76	c cleaning 9997 clauses out of 20011 with flag 3195001/3195001
1111.90/579.75	c cleaning 10000 clauses out of 20013 with flag 3205000/3205000
1115.49/581.68	c cleaning 10002 clauses out of 20014 with flag 3215001/3215001
1119.38/583.75	c cleaning 9995 clauses out of 20011 with flag 3225000/3225000
1123.00/585.68	c cleaning 10003 clauses out of 20020 with flag 3235004/3235004
1126.60/587.56	c cleaning 10006 clauses out of 20021 with flag 3245008/3245008
1130.42/589.55	c cleaning 9998 clauses out of 20008 with flag 3255001/3255001
1133.90/591.49	c cleaning 9999 clauses out of 20010 with flag 3265001/3265001
1137.91/593.50	c cleaning 9997 clauses out of 20011 with flag 3275001/3275001
1141.52/595.43	c cleaning 10001 clauses out of 20017 with flag 3285004/3285004
1144.94/597.29	c cleaning 10001 clauses out of 20013 with flag 3295001/3295001
1148.62/599.25	c cleaning 9998 clauses out of 20016 with flag 3305005/3305005
1152.05/601.05	c cleaning 10006 clauses out of 20017 with flag 3315004/3315004
1155.48/602.86	c cleaning 10000 clauses out of 20010 with flag 3325003/3325003
1159.28/604.85	c cleaning 9999 clauses out of 20008 with flag 3335001/3335001
1163.15/606.93	c cleaning 10001 clauses out of 20010 with flag 3345002/3345002
1166.76/608.85	c cleaning 10001 clauses out of 20009 with flag 3355002/3355002
1170.38/610.72	c cleaning 10000 clauses out of 20011 with flag 3365005/3365005
1173.79/612.53	c cleaning 9999 clauses out of 20007 with flag 3375001/3375001
1177.86/614.70	c cleaning 9996 clauses out of 20008 with flag 3385001/3385001
1181.68/616.75	c cleaning 10000 clauses out of 20012 with flag 3395001/3395001
1185.09/618.50	c cleaning 9999 clauses out of 20011 with flag 3405000/3405000
1188.49/620.36	c cleaning 9996 clauses out of 20012 with flag 3415000/3415000
1192.34/622.43	c cleaning 9998 clauses out of 20016 with flag 3425000/3425000
1195.76/624.29	c cleaning 10006 clauses out of 20020 with flag 3435002/3435002
1199.16/626.07	c cleaning 10001 clauses out of 20014 with flag 3445002/3445002
1202.77/627.99	c cleaning 10004 clauses out of 20014 with flag 3455003/3455003
1206.46/629.93	c cleaning 10002 clauses out of 20011 with flag 3465004/3465004
1210.27/631.94	c cleaning 9994 clauses out of 20005 with flag 3475000/3475000
1213.89/633.87	c cleaning 10001 clauses out of 20011 with flag 3485000/3485000
1217.89/635.91	c cleaning 9996 clauses out of 20011 with flag 3495001/3495001
1221.58/637.97	c cleaning 10003 clauses out of 20015 with flag 3505001/3505001
1225.59/640.01	c cleaning 10001 clauses out of 20014 with flag 3515003/3515003
1229.19/641.91	c cleaning 9999 clauses out of 20010 with flag 3525000/3525000
1232.79/643.90	c cleaning 10001 clauses out of 20016 with flag 3535005/3535005
1237.08/646.11	c cleaning 9992 clauses out of 20011 with flag 3545001/3545001
1241.08/648.20	c cleaning 10001 clauses out of 20018 with flag 3555000/3555000
1245.08/650.32	c cleaning 10001 clauses out of 20019 with flag 3565002/3565002
1248.91/652.39	c cleaning 10004 clauses out of 20018 with flag 3575002/3575002
1253.13/654.70	c cleaning 10000 clauses out of 20015 with flag 3585003/3585003
1256.93/656.64	c cleaning 10003 clauses out of 20015 with flag 3595003/3595003
1260.72/658.67	c cleaning 9995 clauses out of 20012 with flag 3605003/3605003
1264.92/660.80	c cleaning 10002 clauses out of 20014 with flag 3615000/3615000
1268.81/662.99	c cleaning 10002 clauses out of 20014 with flag 3625002/3625002
1272.43/664.90	c cleaning 10003 clauses out of 20013 with flag 3635003/3635003
1276.43/666.95	c cleaning 9994 clauses out of 20007 with flag 3645000/3645000
1280.41/669.03	c cleaning 9995 clauses out of 20015 with flag 3655002/3655002
1284.26/671.13	c cleaning 10002 clauses out of 20018 with flag 3665000/3665000
1288.07/673.13	c cleaning 10003 clauses out of 20016 with flag 3675000/3675000
1292.07/675.24	c cleaning 10005 clauses out of 20021 with flag 3685008/3685008
1295.89/677.23	c cleaning 10000 clauses out of 20010 with flag 3695002/3695002
1299.37/679.11	c cleaning 9998 clauses out of 20008 with flag 3705000/3705000
1302.98/681.06	c cleaning 10003 clauses out of 20011 with flag 3715001/3715001
1306.57/682.92	c cleaning 9998 clauses out of 20007 with flag 3725000/3725000
1310.35/684.95	c cleaning 9999 clauses out of 20011 with flag 3735002/3735002
1314.21/687.08	c cleaning 10002 clauses out of 20016 with flag 3745006/3745006
1318.19/689.12	c cleaning 10002 clauses out of 20009 with flag 3755001/3755001
1322.20/691.23	c cleaning 9998 clauses out of 20006 with flag 3765000/3765000
1326.41/693.41	c cleaning 9999 clauses out of 20008 with flag 3775000/3775000
1330.25/695.53	c cleaning 9999 clauses out of 20012 with flag 3785003/3785003
1334.06/697.53	c cleaning 10000 clauses out of 20010 with flag 3795000/3795000
1337.86/699.58	c cleaning 9996 clauses out of 20010 with flag 3805000/3805000
1341.44/701.45	c cleaning 9999 clauses out of 20017 with flag 3815003/3815003
1345.31/703.55	c cleaning 10002 clauses out of 20016 with flag 3825001/3825001
1349.10/705.51	c cleaning 10002 clauses out of 20014 with flag 3835001/3835001
1353.09/707.61	c cleaning 9996 clauses out of 20011 with flag 3845000/3845000
1356.70/709.56	c cleaning 10005 clauses out of 20021 with flag 3855006/3855006
1360.53/711.61	c cleaning 9998 clauses out of 20010 with flag 3865000/3865000
1364.12/713.57	c cleaning 10000 clauses out of 20014 with flag 3875002/3875002
1367.71/715.47	c cleaning 10002 clauses out of 20016 with flag 3885004/3885004
1371.51/717.42	c cleaning 9997 clauses out of 20010 with flag 3895000/3895000
1375.33/719.51	c cleaning 10000 clauses out of 20015 with flag 3905002/3905002
1378.93/721.45	c cleaning 10001 clauses out of 20014 with flag 3915001/3915001
1382.53/723.36	c cleaning 9997 clauses out of 20013 with flag 3925001/3925001
1386.32/725.31	c cleaning 10000 clauses out of 20016 with flag 3935001/3935001
1390.17/727.47	c cleaning 9999 clauses out of 20017 with flag 3945002/3945002
1393.95/729.41	c cleaning 10003 clauses out of 20018 with flag 3955002/3955002
1397.15/731.19	c cleaning 10000 clauses out of 20013 with flag 3965000/3965000
1401.13/733.28	c cleaning 10003 clauses out of 20015 with flag 3975002/3975002
1405.37/735.54	c cleaning 10000 clauses out of 20012 with flag 3985002/3985002
1409.16/737.53	c cleaning 10001 clauses out of 20011 with flag 3995001/3995001
1413.15/739.64	c cleaning 10001 clauses out of 20010 with flag 4005001/4005001
1416.93/741.60	c cleaning 10000 clauses out of 20010 with flag 4015002/4015002
1420.76/743.78	c cleaning 9999 clauses out of 20011 with flag 4025003/4025003
1424.78/745.83	c cleaning 9997 clauses out of 20010 with flag 4035001/4035001
1428.57/747.84	c cleaning 10000 clauses out of 20012 with flag 4045000/4045000
1432.74/750.06	c cleaning 10000 clauses out of 20013 with flag 4055001/4055001
1436.98/752.38	c cleaning 9997 clauses out of 20013 with flag 4065001/4065001
1441.18/754.54	c cleaning 10004 clauses out of 20016 with flag 4075001/4075001
1445.17/756.65	c cleaning 10001 clauses out of 20014 with flag 4085003/4085003
1449.36/758.84	c cleaning 10002 clauses out of 20011 with flag 4095001/4095001
1453.81/761.23	c cleaning 10001 clauses out of 20013 with flag 4105005/4105005
1458.00/763.45	c cleaning 9995 clauses out of 20008 with flag 4115001/4115001
1461.57/765.33	c cleaning 10001 clauses out of 20017 with flag 4125005/4125005
1465.16/767.26	c cleaning 10001 clauses out of 20014 with flag 4135003/4135003
1469.41/769.59	c cleaning 10001 clauses out of 20010 with flag 4145000/4145000
1473.58/771.77	c cleaning 10004 clauses out of 20015 with flag 4155006/4155006
1477.97/774.00	c cleaning 9996 clauses out of 20005 with flag 4165000/4165000
1482.17/776.28	c cleaning 10001 clauses out of 20009 with flag 4175000/4175000
1486.19/778.47	c cleaning 9998 clauses out of 20008 with flag 4185000/4185000
1490.38/780.64	c cleaning 10001 clauses out of 20013 with flag 4195003/4195003
1494.58/782.88	c cleaning 10001 clauses out of 20011 with flag 4205002/4205002
1498.76/785.09	c cleaning 9998 clauses out of 20008 with flag 4215000/4215000
1502.78/787.29	c cleaning 9999 clauses out of 20010 with flag 4225000/4225000
1506.56/789.24	c cleaning 9999 clauses out of 20014 with flag 4235003/4235003
1510.15/791.16	c cleaning 10001 clauses out of 20012 with flag 4245000/4245000
1514.14/793.24	c cleaning 10000 clauses out of 20012 with flag 4255001/4255001
1518.36/795.53	c cleaning 10002 clauses out of 20014 with flag 4265003/4265003
1521.94/797.50	c cleaning 10000 clauses out of 20010 with flag 4275001/4275001
1525.72/799.47	c cleaning 10000 clauses out of 20011 with flag 4285002/4285002
1529.49/801.48	c cleaning 9999 clauses out of 20011 with flag 4295002/4295002
1533.92/803.86	c cleaning 10001 clauses out of 20012 with flag 4305002/4305002
1537.73/805.84	c cleaning 10000 clauses out of 20009 with flag 4315000/4315000
1541.30/807.73	c cleaning 10000 clauses out of 20011 with flag 4325002/4325002
1545.09/809.78	c cleaning 9999 clauses out of 20014 with flag 4335005/4335005
1548.94/811.89	c cleaning 9999 clauses out of 20011 with flag 4345001/4345001
1552.93/813.95	c cleaning 9998 clauses out of 20014 with flag 4355003/4355003
1556.91/816.02	c cleaning 9996 clauses out of 20013 with flag 4365000/4365000
1560.68/818.01	c cleaning 10000 clauses out of 20017 with flag 4375000/4375000
1564.88/820.31	c cleaning 10002 clauses out of 20017 with flag 4385000/4385000
1568.86/822.42	c cleaning 9999 clauses out of 20015 with flag 4395000/4395000
1572.85/824.50	c cleaning 10002 clauses out of 20017 with flag 4405001/4405001
1576.43/826.47	c cleaning 9997 clauses out of 20016 with flag 4415002/4415002
1580.68/828.70	c cleaning 10004 clauses out of 20019 with flag 4425002/4425002
1584.85/830.95	c cleaning 9997 clauses out of 20013 with flag 4435000/4435000
1589.22/833.23	c cleaning 10001 clauses out of 20017 with flag 4445001/4445001
1593.00/835.21	c cleaning 10004 clauses out of 20019 with flag 4455004/4455004
1596.59/837.29	c cleaning 10000 clauses out of 20012 with flag 4465001/4465001
1600.38/839.26	c cleaning 10000 clauses out of 20012 with flag 4475001/4475001
1603.97/841.18	c cleaning 10002 clauses out of 20013 with flag 4485002/4485002
1607.35/842.96	c cleaning 9997 clauses out of 20010 with flag 4495001/4495001
1610.76/844.89	c cleaning 9999 clauses out of 20012 with flag 4505000/4505000
1614.13/846.64	c cleaning 10003 clauses out of 20016 with flag 4515003/4515003
1617.31/848.37	c cleaning 10001 clauses out of 20011 with flag 4525001/4525001
1620.70/850.10	c cleaning 10001 clauses out of 20013 with flag 4535004/4535004
1624.08/852.00	c cleaning 10003 clauses out of 20013 with flag 4545005/4545005
1627.08/853.69	c cleaning 9998 clauses out of 20006 with flag 4555001/4555001
1630.65/855.54	c cleaning 9999 clauses out of 20008 with flag 4565001/4565001
1634.25/857.44	c cleaning 9996 clauses out of 20008 with flag 4575000/4575000
1637.89/859.46	c cleaning 10003 clauses out of 20014 with flag 4585002/4585002
1641.07/861.19	c cleaning 10001 clauses out of 20012 with flag 4595003/4595003
1644.66/863.06	c cleaning 9997 clauses out of 20008 with flag 4605000/4605000
1648.05/864.82	c cleaning 10002 clauses out of 20011 with flag 4615000/4615000
1651.70/866.81	c cleaning 9998 clauses out of 20009 with flag 4625000/4625000
1655.08/868.62	c cleaning 10000 clauses out of 20011 with flag 4635000/4635000
1658.45/870.47	c cleaning 10002 clauses out of 20013 with flag 4645002/4645002
1661.85/872.26	c cleaning 10000 clauses out of 20009 with flag 4655000/4655000
1665.62/874.33	c cleaning 10000 clauses out of 20010 with flag 4665001/4665001
1669.21/876.29	c cleaning 10001 clauses out of 20011 with flag 4675002/4675002
1672.79/878.17	c cleaning 10001 clauses out of 20011 with flag 4685003/4685003
1676.55/880.18	c cleaning 9998 clauses out of 20007 with flag 4695000/4695000
1680.38/882.26	c cleaning 9996 clauses out of 20012 with flag 4705003/4705003
1684.14/884.26	c cleaning 10002 clauses out of 20014 with flag 4715001/4715001
1687.91/886.29	c cleaning 10002 clauses out of 20014 with flag 4725003/4725003
1691.48/888.12	c cleaning 10001 clauses out of 20009 with flag 4735000/4735000
1695.29/890.26	c cleaning 10001 clauses out of 20014 with flag 4745006/4745006
1699.08/892.29	c cleaning 9996 clauses out of 20007 with flag 4755000/4755000
1702.88/894.26	c cleaning 9999 clauses out of 20011 with flag 4765000/4765000
1706.66/896.21	c cleaning 9998 clauses out of 20013 with flag 4775001/4775001
1710.30/898.30	c cleaning 10004 clauses out of 20021 with flag 4785007/4785007
1713.88/900.20	c cleaning 9999 clauses out of 20014 with flag 4795004/4795004
1717.48/902.00	c cleaning 9998 clauses out of 20011 with flag 4805000/4805000
1721.24/904.00	c cleaning 10001 clauses out of 20014 with flag 4815001/4815001
1724.85/906.01	c cleaning 10000 clauses out of 20012 with flag 4825000/4825000
1728.63/908.01	c cleaning 10001 clauses out of 20016 with flag 4835004/4835004
1732.21/909.95	c cleaning 10002 clauses out of 20013 with flag 4845002/4845002
1735.59/911.80	c cleaning 10003 clauses out of 20012 with flag 4855003/4855003
1739.42/913.82	c cleaning 9999 clauses out of 20007 with flag 4865001/4865001
1743.19/915.84	c cleaning 9998 clauses out of 20008 with flag 4875001/4875001
1747.17/917.92	c cleaning 10000 clauses out of 20009 with flag 4885000/4885000
1750.94/919.90	c cleaning 10001 clauses out of 20010 with flag 4895001/4895001
1754.52/921.95	c cleaning 9997 clauses out of 20009 with flag 4905001/4905001
1758.09/923.86	c cleaning 10003 clauses out of 20014 with flag 4915003/4915003
1761.88/925.84	c cleaning 9996 clauses out of 20008 with flag 4925000/4925000
1765.45/927.78	c cleaning 9999 clauses out of 20012 with flag 4935000/4935000
1769.26/929.84	c cleaning 10004 clauses out of 20020 with flag 4945007/4945007
1772.85/931.78	c cleaning 10001 clauses out of 20009 with flag 4955000/4955000
1776.81/933.81	c cleaning 9999 clauses out of 20009 with flag 4965001/4965001
1780.38/935.76	c cleaning 10001 clauses out of 20009 with flag 4975000/4975000
1784.18/937.83	c cleaning 9999 clauses out of 20010 with flag 4985002/4985002
1787.95/939.85	c cleaning 9998 clauses out of 20009 with flag 4995000/4995000
1791.72/941.89	c cleaning 10003 clauses out of 20011 with flag 5005000/5005000
1795.50/943.84	c cleaning 10002 clauses out of 20014 with flag 5015006/5015006
1799.67/946.15	c cleaning 9998 clauses out of 20006 with flag 5025000/5025000
1800.09/946.42	c starts		: 273
1800.09/946.42	c conflicts		: 5025023
1800.09/946.42	c decisions		: 5419350
1800.09/946.42	c propagations		: 202485618
1800.09/946.42	c inspects		: 8655521217
1800.09/946.42	c shortcuts		: 0
1800.09/946.42	c learnt literals	: 8
1800.09/946.42	c learnt binary clauses	: 87
1800.09/946.42	c learnt ternary clauses	: 170
1800.09/946.42	c learnt constraints	: 5025019
1800.09/946.42	c ignored constraints	: 0
1800.09/946.42	c root simplifications	: 0
1800.09/946.42	c removed literals (reason simplification)	: 128653676
1800.09/946.42	c reason swapping (by a shorter reason)	: 0
1800.09/946.42	c Calls to reduceDB	: 504
1800.09/946.42	c number of reductions to clauses (during analyze)	: 0
1800.09/946.42	c number of learned constraints concerned by reduction	: 0
1800.09/946.42	c number of learning phase by resolution	: 0
1800.09/946.42	c number of learning phase by cutting planes	: 0
1800.09/946.42	c speed (assignments/second)	: 214011.29953654038
1800.09/946.42	c non guided choices	27
1800.09/946.43	c learnt constraints type 
1800.09/946.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87
1800.09/946.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10021
1800.09/946.43	c constraints type 
1800.09/946.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
1800.09/946.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.09/946.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
1800.09/946.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
1800.09/946.43	c constraints type 
1800.09/946.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
1800.09/946.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
1800.09/946.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.09/946.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
1800.09/946.43	s UNKNOWN
1800.09/946.43	c Total wall clock time (in seconds): 946.317

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.05 0.68 6/198 510
/proc/meminfo: memFree=26735032/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/510/stat : 510 (java) R 508 510 442 0 -1 4202496 690 0 0 0 0 0 0 0 20 0 1 0 333987049 23793664 418 33554432000 1073741824 1073778376 140735609694624 140735609683688 254741101121 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/510/statm: 5809 430 328 9 0 128 0
[pid=510/tid=511] ppid=508 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) D 508 510 442 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 333987049 95129600 927 33554432000 1073741824 1073778376 140735609694624 140295878602280 254741146919 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0566911 s]
/proc/loadavg: 0.00 0.05 0.68 6/198 510
/proc/meminfo: memFree=26735032/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 4306 0 1 0 4 1 0 0 20 0 13 0 333987049 11523600384 12157 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2813379 12157 1708 9 0 2804080 0
[pid=510/tid=511] ppid=508 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) R 508 510 442 0 -1 4202560 3124 0 1 0 3 0 0 0 20 0 13 0 333987049 11523600384 12157 33554432000 1073741824 1073778376 140735609694624 140295878604352 254753694989 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.10035 s]
/proc/loadavg: 0.00 0.05 0.68 6/198 510
/proc/meminfo: memFree=26735032/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 5267 0 1 0 9 1 0 0 20 0 18 0 333987049 11864465408 13607 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2896598 13607 2116 9 0 2887285 0
[pid=510/tid=511] ppid=508 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) R 508 510 442 0 -1 4202560 3294 0 1 0 7 0 0 0 20 0 18 0 333987049 11864465408 13607 33554432000 1073741824 1073778376 140735609694624 140295878605744 18446744073699066235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300192 s]
/proc/loadavg: 0.00 0.05 0.68 6/198 510
/proc/meminfo: memFree=26735032/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 6636 0 1 0 49 2 0 0 20 0 22 0 333987049 12137111552 17196 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 17196 2232 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3415 0 1 0 24 1 0 0 20 0 22 0 333987049 12137111552 17196 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11852648

[startup+0.700202 s]
/proc/loadavg: 0.00 0.05 0.68 6/198 510
/proc/meminfo: memFree=26735032/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=2.1 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 16487 0 1 0 207 3 0 0 20 0 22 0 333987049 12137111552 29035 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 29046 2251 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3415 0 1 0 24 1 0 0 20 0 22 0 333987049 12137111552 29059 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 0.00 0.05 0.68 8/220 533
/proc/meminfo: memFree=26360868/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=4.87 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 24274 0 1 0 480 7 0 0 20 0 22 0 333987049 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 67423 2281 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3415 0 1 0 24 1 0 0 20 0 22 0 333987049 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=522] ppid=508 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/510/task/522/stat : 522 (java) S 508 510 442 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 333987052 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295492962536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=523] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/523/stat : 523 (java) S 508 510 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295491908600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=524] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/524/stat : 524 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295490856200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=525] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/525/stat : 525 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295489804688 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=526] ppid=508 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/510/task/526/stat : 526 (java) S 508 510 442 0 -1 4202560 7605 0 0 0 92 0 0 0 20 0 22 0 333987055 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295488752312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=527] ppid=508 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/510/task/527/stat : 527 (java) R 508 510 442 0 -1 4202560 11812 0 0 0 122 1 0 0 20 0 22 0 333987055 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295487676776 140295881080192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=510/tid=528] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/528/stat : 528 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295486647416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=529] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/529/stat : 529 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295485594824 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=530] ppid=508 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/510/task/530/stat : 530 (java) R 508 510 442 0 -1 4202560 34 0 0 0 117 0 0 0 20 0 22 0 333987077 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295484539288 140295728016588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=510/tid=531] ppid=508 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/510/task/531/stat : 531 (java) R 508 510 442 0 -1 4202560 149 0 0 0 115 2 0 0 20 0 22 0 333987077 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295483486328 140295728068231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=510/tid=532] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/532/stat : 532 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295482434728 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=533] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/533/stat : 533 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 67423 33554432000 1073741824 1073778376 140735609694624 140295481381928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 0.00 0.05 0.68 5/220 533
/proc/meminfo: memFree=26085944/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=8.57 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 26005 0 1 0 847 10 0 0 20 0 22 0 333987049 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 104717 2281 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3415 0 1 0 24 2 0 0 20 0 22 0 333987049 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=522] ppid=508 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/510/task/522/stat : 522 (java) S 508 510 442 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 22 0 333987052 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295492962536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=523] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/523/stat : 523 (java) S 508 510 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295491908600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=524] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/524/stat : 524 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295490856200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=525] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/525/stat : 525 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295489804688 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=526] ppid=508 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/510/task/526/stat : 526 (java) S 508 510 442 0 -1 4202560 7606 0 0 0 98 0 0 0 20 0 22 0 333987055 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295488752312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=527] ppid=508 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/510/task/527/stat : 527 (java) S 508 510 442 0 -1 4202560 13446 0 0 0 170 2 0 0 20 0 22 0 333987055 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295487699512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=528] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/528/stat : 528 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295486647416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=529] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/529/stat : 529 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295485594824 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=530] ppid=508 vsize=11852648 CPUtime=2.69 cores=0,2,4,6
/proc/510/task/530/stat : 530 (java) R 508 510 442 0 -1 4202560 35 0 0 0 269 0 0 0 20 0 22 0 333987077 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295484539088 140295728012319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=510/tid=531] ppid=508 vsize=11852648 CPUtime=2.7 cores=0,2,4,6
/proc/510/task/531/stat : 531 (java) R 508 510 442 0 -1 4202560 213 0 0 0 266 4 0 0 20 0 22 0 333987077 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295483486120 140295728143167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=510/tid=532] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/532/stat : 532 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295482434728 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=533] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/533/stat : 533 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 104717 33554432000 1073741824 1073778376 140735609694624 140295481381928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 0.16 0.08 0.69 3/194 558
/proc/meminfo: memFree=26233860/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=14.96 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 26096 0 1 0 1483 13 0 0 20 0 22 0 333987049 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 143409 2281 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3415 0 1 0 24 2 0 0 20 0 22 0 333987049 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333987051 12137111552 143409 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/510/statm: 2963162 227394 2282 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3591 0 1 0 27 3 0 0 20 0 22 0 333987049 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 138 0 0 0 216 2 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=2.24 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 119 0 0 0 221 3 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=2.15 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 137 0 0 0 213 2 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=2.24 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 123 0 0 0 222 2 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=2.23 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 147 0 0 0 221 2 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=2.28 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 157 0 0 0 225 3 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=2.3 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 120 0 0 0 227 3 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 145 0 0 0 215 3 0 0 20 0 22 0 333987051 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=522] ppid=508 vsize=11852648 CPUtime=93.85 cores=0,2,4,6
/proc/510/task/522/stat : 522 (java) R 508 510 442 0 -1 4202560 181 0 0 0 9376 9 0 0 20 0 22 0 333987052 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295492961512 140295880802914 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=510/tid=523] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/523/stat : 523 (java) S 508 510 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295491908600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=524] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/524/stat : 524 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295490856200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=525] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/525/stat : 525 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295489804688 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=526] ppid=508 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/510/task/526/stat : 526 (java) S 508 510 442 0 -1 4202560 7620 0 0 0 130 0 0 0 20 0 22 0 333987055 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295488752312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=527] ppid=508 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/510/task/527/stat : 527 (java) S 508 510 442 0 -1 4202560 13447 0 0 0 181 2 0 0 20 0 22 0 333987055 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295487699512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=528] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/528/stat : 528 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295486647416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=529] ppid=508 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/510/task/529/stat : 529 (java) S 508 510 442 0 -1 4202560 50 0 0 0 20 14 0 0 20 0 22 0 333987055 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295485594824 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=530] ppid=508 vsize=11852648 CPUtime=780.37 cores=0,2,4,6
/proc/510/task/530/stat : 530 (java) S 508 510 442 0 -1 4202560 278 0 0 0 78024 13 0 0 20 0 22 0 333987077 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295484539208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=531] ppid=508 vsize=11852648 CPUtime=780.44 cores=0,2,4,6
/proc/510/task/531/stat : 531 (java) S 508 510 442 0 -1 4202560 468 0 0 0 78021 23 0 0 20 0 22 0 333987077 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295483484360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=532] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/532/stat : 532 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295482434728 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=533] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/533/stat : 533 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 227394 33554432000 1073741824 1073778376 140735609694624 140295481381928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.56
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.65 3.52 2.54 5/219 960
/proc/meminfo: memFree=25337604/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=1792.48 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 28038 0 1 0 179179 69 0 0 20 0 22 0 333987049 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 229008 2282 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3598 0 1 0 27 3 0 0 20 0 22 0 333987049 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295878608024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 147 0 0 0 237 2 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=2.4 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 135 0 0 0 237 3 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=2.35 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 145 0 0 0 233 2 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 128 0 0 0 239 2 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=2.43 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 155 0 0 0 241 2 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=2.46 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 169 0 0 0 243 3 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=2.47 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 140 0 0 0 244 3 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 145 0 0 0 235 3 0 0 20 0 22 0 333987051 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=522] ppid=508 vsize=11852648 CPUtime=102.51 cores=0,2,4,6
/proc/510/task/522/stat : 522 (java) S 508 510 442 0 -1 4202560 188 0 0 0 10242 9 0 0 20 0 22 0 333987052 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295492962536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=523] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/523/stat : 523 (java) S 508 510 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295491908600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=524] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/524/stat : 524 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295490856200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=525] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/525/stat : 525 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295489804688 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=526] ppid=508 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/510/task/526/stat : 526 (java) S 508 510 442 0 -1 4202560 7620 0 0 0 130 0 0 0 20 0 22 0 333987055 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295488752312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=527] ppid=508 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/510/task/527/stat : 527 (java) S 508 510 442 0 -1 4202560 13447 0 0 0 181 2 0 0 20 0 22 0 333987055 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295487699512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=528] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/528/stat : 528 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295486647416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=529] ppid=508 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/510/task/529/stat : 529 (java) S 508 510 442 0 -1 4202560 54 0 0 0 20 16 0 0 20 0 22 0 333987055 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295485594824 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=530] ppid=508 vsize=11852648 CPUtime=831.12 cores=0,2,4,6
/proc/510/task/530/stat : 530 (java) R 508 510 442 0 -1 4202560 299 0 0 0 83098 14 0 0 20 0 22 0 333987077 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295484539088 140295728017256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=510/tid=531] ppid=508 vsize=11852648 CPUtime=831.18 cores=0,2,4,6
/proc/510/task/531/stat : 531 (java) R 508 510 442 0 -1 4202560 480 0 0 0 83094 24 0 0 20 0 22 0 333987077 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295483484240 140295728142836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=510/tid=532] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/532/stat : 532 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295482434728 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=533] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/533/stat : 533 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 229008 33554432000 1073741824 1073778376 140735609694624 140295481381928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1792.48
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.401 s]
/proc/loadavg: 3.67 3.53 2.55 4/219 960
/proc/meminfo: memFree=25337604/32873844 swapFree=7628/7628
[pid=510] ppid=508 vsize=11852648 CPUtime=1800.09 cores=0,2,4,6
/proc/510/stat : 510 (java) S 508 510 442 0 -1 4202496 28054 0 1 0 179940 69 0 0 20 0 22 0 333987049 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140735609685760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/510/statm: 2963162 229022 2282 9 0 2953849 0
[pid=510/tid=511] ppid=508 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/510/task/511/stat : 511 (java) S 508 510 442 0 -1 4202560 3600 0 1 0 27 3 0 0 20 0 22 0 333987049 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295878607736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=514] ppid=508 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/510/task/514/stat : 514 (java) S 508 510 442 0 -1 4202560 147 0 0 0 239 2 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295847016744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=515] ppid=508 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/510/task/515/stat : 515 (java) S 508 510 442 0 -1 4202560 135 0 0 0 238 3 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295713818792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=516] ppid=508 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/510/task/516/stat : 516 (java) S 508 510 442 0 -1 4202560 146 0 0 0 236 2 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295712766504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=517] ppid=508 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/510/task/517/stat : 517 (java) S 508 510 442 0 -1 4202560 128 0 0 0 240 2 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295509371304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=518] ppid=508 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/510/task/518/stat : 518 (java) S 508 510 442 0 -1 4202560 167 0 0 0 243 2 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295508319016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=519] ppid=508 vsize=11852648 CPUtime=2.48 cores=0,2,4,6
/proc/510/task/519/stat : 519 (java) S 508 510 442 0 -1 4202560 170 0 0 0 245 3 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295507266216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=520] ppid=508 vsize=11852648 CPUtime=2.48 cores=0,2,4,6
/proc/510/task/520/stat : 520 (java) S 508 510 442 0 -1 4202560 140 0 0 0 245 3 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295506213928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=521] ppid=508 vsize=11852648 CPUtime=2.4 cores=0,2,4,6
/proc/510/task/521/stat : 521 (java) S 508 510 442 0 -1 4202560 145 0 0 0 237 3 0 0 20 0 22 0 333987051 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295505161128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=522] ppid=508 vsize=11852648 CPUtime=103.18 cores=0,2,4,6
/proc/510/task/522/stat : 522 (java) R 508 510 442 0 -1 4202560 188 0 0 0 10309 9 0 0 20 0 22 0 333987052 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295492961392 140295885115427 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=510/tid=523] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/523/stat : 523 (java) S 508 510 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295491908600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=524] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/524/stat : 524 (java) S 508 510 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987053 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295490856200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=525] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/525/stat : 525 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295489804688 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=526] ppid=508 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/510/task/526/stat : 526 (java) S 508 510 442 0 -1 4202560 7620 0 0 0 130 0 0 0 20 0 22 0 333987055 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295488752312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=510/tid=527] ppid=508 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/510/task/527/stat : 527 (java) S 508 510 442 0 -1 4202560 13447 0 0 0 181 2 0 0 20 0 22 0 333987055 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295487699512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=528] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/528/stat : 528 (java) S 508 510 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987055 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295486647416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=510/tid=529] ppid=508 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/510/task/529/stat : 529 (java) S 508 510 442 0 -1 4202560 54 0 0 0 20 16 0 0 20 0 22 0 333987055 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295485594824 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=530] ppid=508 vsize=11852648 CPUtime=834.52 cores=0,2,4,6
/proc/510/task/530/stat : 530 (java) S 508 510 442 0 -1 4202560 299 0 0 0 83438 14 0 0 20 0 22 0 333987077 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295484539208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=510/tid=531] ppid=508 vsize=11852648 CPUtime=834.58 cores=0,2,4,6
/proc/510/task/531/stat : 531 (java) S 508 510 442 0 -1 4202560 480 0 0 0 83434 24 0 0 20 0 22 0 333987077 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295483484648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=532] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/532/stat : 532 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295482434728 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=510/tid=533] ppid=508 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/510/task/533/stat : 533 (java) S 508 510 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987078 12137111552 229022 33554432000 1073741824 1073778376 140735609694624 140295481381928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 510 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=778152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=33842
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 946.445
CPU time (s): 1800.09
CPU user time (s): 1799.4
CPU system time (s): 0.69
CPU usage (%): 190.195
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.03384
maximum resident set size= 918264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28089
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36585
involuntary context switches= 44045

runsolver used 4.51031 second user time and 7.56485 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 01:10:27
IDJOB=3729013
IDBENCH=1160
IDSOLVER=2328
FILE ID=node145/3729013-1338678626
RUNJOBID= node145-1338678626-461
PBS_JOBID= 14636668
Free space on /tmp= 70924 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729013-1338678626/watcher-3729013-1338678626 -o /tmp/evaluation-result-3729013-1338678626/solver-3729013-1338678626 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729013-1338678626.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1804225834

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26735668 kB
Buffers:          429168 kB
Cached:          4778988 kB
SwapCached:            0 kB
Active:          1671188 kB
Inactive:        3610896 kB
Active(anon):      65248 kB
Inactive(anon):    10928 kB
Active(file):    1605940 kB
Inactive(file):  3599968 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:         37136 kB
Mapped:            21488 kB
Shmem:               200 kB
Slab:             715548 kB
SReclaimable:     157196 kB
SUnreclaim:       558352 kB
KernelStack:        1400 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10455636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 01:26:15