Trace number 3732510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)372 1800.04 932.933

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUM05a418d42b6e85967009c0fa73623d83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark372
Best CPU time to get the best result obtained on this benchmark439.002
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
Optimality of the best value was proved NO
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 808
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 808
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 808
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.2.0.v20100531
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		1349517296
0.02/0.09	c Max memory 		1356595200
0.02/0.09	c Total memory 		1356595200
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3732510-1338740272.opb
0.08/0.12	c reading problem ... 
0.54/0.36	c ... done. Wall clock time 0.238s.
0.54/0.36	c #vars     808
0.54/0.36	c #constraints  5557
0.54/0.36	c constraints type 
0.54/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
0.54/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
0.54/0.36	c constraints type 
0.54/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
0.54/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
2.01/0.74	c And the winner is Resolution
2.32/1.37	c SATISFIABLE
2.32/1.37	c OPTIMIZING...
2.32/1.37	c Got one! Elapsed wall clock time (in seconds):1.243
2.32/1.37	o 387
4.85/2.16	c cleaning 2501 clauses out of 5002 with flag 5002/5002
6.70/3.06	c cleaning 4238 clauses out of 8499 with flag 11000/11000
6.89/3.12	c And the winner is Resolution
6.93/3.37	c Got one! Elapsed wall clock time (in seconds):3.248
6.93/3.37	o 386
7.21/3.55	c And the winner is Resolution
7.33/4.37	c Got one! Elapsed wall clock time (in seconds):4.251
7.33/4.37	o 376
7.69/4.57	c And the winner is Resolution
7.88/5.38	c Got one! Elapsed wall clock time (in seconds):5.254
7.88/5.38	o 375
7.93/5.48	c And the winner is Resolution
8.12/6.38	c Got one! Elapsed wall clock time (in seconds):6.257
8.12/6.38	o 374
8.16/6.44	c And the winner is Resolution
8.26/7.38	c Got one! Elapsed wall clock time (in seconds):7.26
8.26/7.38	o 373
9.34/7.91	c cleaning 5624 clauses out of 11261 with flag 18000/18000
12.28/9.33	c cleaning 6817 clauses out of 13640 with flag 26003/26003
15.88/10.93	c cleaning 7897 clauses out of 15820 with flag 35000/35000
19.99/12.79	c cleaning 8960 clauses out of 17924 with flag 45001/45001
24.57/15.04	c cleaning 9477 clauses out of 18965 with flag 55002/55002
28.75/17.17	c cleaning 9741 clauses out of 19486 with flag 65000/65000
32.12/18.86	c And the winner is Resolution
32.21/19.39	c Got one! Elapsed wall clock time (in seconds):19.263
32.21/19.39	o 372
32.64/19.67	c cleaning 9859 clauses out of 19748 with flag 75003/75003
36.86/21.74	c cleaning 9939 clauses out of 19887 with flag 85001/85001
40.64/23.67	c cleaning 9965 clauses out of 19947 with flag 95000/95000
45.22/25.95	c cleaning 9991 clauses out of 19984 with flag 105002/105002
46.00/26.35	c cleaning 0 clauses out of 5001 with flag 0/5001
49.01/27.84	c cleaning 9974 clauses out of 19991 with flag 115000/115000
53.00/29.74	c cleaning 9992 clauses out of 20017 with flag 125000/125000
57.18/31.81	c cleaning 10002 clauses out of 20025 with flag 135000/135000
60.94/33.79	c cleaning 9986 clauses out of 20024 with flag 145001/145001
65.12/35.87	c cleaning 10000 clauses out of 20037 with flag 155000/155000
68.70/37.70	c cleaning 10007 clauses out of 20041 with flag 165004/165004
73.09/39.85	c cleaning 9999 clauses out of 20030 with flag 175000/175000
77.46/42.05	c cleaning 10013 clauses out of 20031 with flag 185000/185000
80.84/43.74	c cleaning 9991 clauses out of 20019 with flag 195001/195001
84.41/45.55	c cleaning 10009 clauses out of 20027 with flag 205000/205000
89.18/47.93	c cleaning 9988 clauses out of 20018 with flag 215000/215000
92.94/49.83	c cleaning 9996 clauses out of 20030 with flag 225000/225000
96.73/51.75	c cleaning 10001 clauses out of 20034 with flag 235000/235000
100.48/53.64	c cleaning 10016 clauses out of 20034 with flag 245001/245001
104.45/55.65	c cleaning 10007 clauses out of 20017 with flag 255000/255000
108.62/57.70	c cleaning 9973 clauses out of 20012 with flag 265002/265002
112.79/59.88	c cleaning 9995 clauses out of 20037 with flag 275000/275000
116.77/61.84	c cleaning 9997 clauses out of 20042 with flag 285000/285000
121.16/64.01	c cleaning 9996 clauses out of 20046 with flag 295001/295001
124.93/65.96	c cleaning 10000 clauses out of 20050 with flag 305001/305001
128.89/67.90	c cleaning 9998 clauses out of 20049 with flag 315000/315000
133.06/70.08	c cleaning 10014 clauses out of 20052 with flag 325001/325001
136.83/71.94	c cleaning 9988 clauses out of 20037 with flag 335000/335000
141.61/74.31	c cleaning 9995 clauses out of 20049 with flag 345000/345000
145.97/76.54	c cleaning 10005 clauses out of 20055 with flag 355001/355001
149.61/78.36	c cleaning 10004 clauses out of 20049 with flag 365000/365000
153.77/80.45	c cleaning 9999 clauses out of 20045 with flag 375000/375000
157.74/82.48	c cleaning 10003 clauses out of 20046 with flag 385000/385000
161.94/84.52	c cleaning 9984 clauses out of 20043 with flag 395000/395000
166.72/86.94	c cleaning 10027 clauses out of 20059 with flag 405000/405000
170.90/89.01	c cleaning 10005 clauses out of 20032 with flag 415000/415000
175.02/91.17	c cleaning 9989 clauses out of 20027 with flag 425000/425000
179.38/93.31	c cleaning 9985 clauses out of 20038 with flag 435000/435000
183.14/95.29	c cleaning 10009 clauses out of 20054 with flag 445001/445001
187.31/97.39	c cleaning 10009 clauses out of 20048 with flag 455004/455004
191.44/99.44	c cleaning 10003 clauses out of 20039 with flag 465004/465004
195.23/101.37	c cleaning 10002 clauses out of 20035 with flag 475003/475003
199.40/103.42	c cleaning 10002 clauses out of 20030 with flag 485000/485000
202.78/105.14	c cleaning 0 clauses out of 11001 with flag 0/11001
203.31/105.41	c cleaning 10004 clauses out of 20029 with flag 495001/495001
207.05/107.32	c cleaning 10000 clauses out of 20026 with flag 505002/505002
210.82/109.23	c cleaning 10006 clauses out of 20034 with flag 515010/515010
214.78/111.26	c cleaning 9993 clauses out of 20023 with flag 525005/525005
219.31/113.51	c cleaning 9996 clauses out of 20025 with flag 535000/535000
222.87/115.39	c cleaning 9988 clauses out of 20030 with flag 545001/545001
227.45/117.62	c cleaning 10010 clauses out of 20042 with flag 555001/555001
231.39/119.61	c cleaning 9985 clauses out of 20032 with flag 565001/565001
235.33/121.60	c cleaning 9997 clauses out of 20053 with flag 575007/575007
239.28/123.66	c cleaning 9992 clauses out of 20049 with flag 585000/585000
243.65/125.84	c cleaning 10024 clauses out of 20058 with flag 595001/595001
248.01/128.04	c cleaning 10017 clauses out of 20033 with flag 605000/605000
252.13/130.17	c cleaning 9988 clauses out of 20018 with flag 615002/615002
256.51/132.38	c cleaning 9978 clauses out of 20028 with flag 625000/625000
260.87/134.50	c cleaning 10007 clauses out of 20050 with flag 635000/635000
265.61/136.91	c cleaning 10022 clauses out of 20043 with flag 645000/645000
269.35/138.84	c cleaning 9972 clauses out of 20024 with flag 655003/655003
272.91/140.69	c cleaning 10004 clauses out of 20050 with flag 665001/665001
276.69/142.50	c cleaning 10011 clauses out of 20047 with flag 675002/675002
280.45/144.44	c cleaning 9991 clauses out of 20035 with flag 685001/685001
284.40/146.49	c cleaning 10010 clauses out of 20046 with flag 695003/695003
288.16/148.32	c cleaning 9996 clauses out of 20035 with flag 705002/705002
291.92/150.21	c cleaning 9977 clauses out of 20037 with flag 715000/715000
295.69/152.14	c cleaning 10007 clauses out of 20061 with flag 725001/725001
299.62/154.14	c cleaning 9999 clauses out of 20053 with flag 735000/735000
303.39/156.06	c cleaning 10010 clauses out of 20058 with flag 745004/745004
307.40/158.00	c cleaning 10002 clauses out of 20044 with flag 755000/755000
311.36/160.08	c cleaning 9984 clauses out of 20046 with flag 765004/765004
315.48/162.12	c cleaning 9991 clauses out of 20060 with flag 775002/775002
319.05/163.99	c cleaning 10013 clauses out of 20068 with flag 785001/785001
323.20/166.07	c cleaning 10023 clauses out of 20055 with flag 795001/795001
328.14/168.52	c cleaning 10011 clauses out of 20034 with flag 805003/805003
333.05/171.02	c cleaning 10002 clauses out of 20021 with flag 815001/815001
338.01/173.52	c cleaning 10002 clauses out of 20021 with flag 825003/825003
343.15/176.14	c cleaning 9998 clauses out of 20016 with flag 835000/835000
348.28/178.74	c cleaning 10002 clauses out of 20018 with flag 845000/845000
353.01/181.13	c cleaning 9998 clauses out of 20017 with flag 855001/855001
357.75/183.55	c cleaning 10007 clauses out of 20024 with flag 865006/865006
362.51/185.95	c cleaning 9996 clauses out of 20011 with flag 875000/875000
367.27/188.37	c cleaning 10002 clauses out of 20015 with flag 885000/885000
372.38/190.95	c cleaning 9991 clauses out of 20013 with flag 895000/895000
376.14/192.81	c cleaning 9996 clauses out of 20022 with flag 905000/905000
379.92/194.75	c cleaning 10001 clauses out of 20030 with flag 915004/915004
384.08/196.86	c cleaning 9969 clauses out of 20026 with flag 925001/925001
387.81/198.77	c cleaning 10015 clauses out of 20056 with flag 935000/935000
391.97/200.87	c cleaning 10007 clauses out of 20045 with flag 945004/945004
395.92/202.80	c cleaning 9998 clauses out of 20035 with flag 955001/955001
399.87/204.80	c cleaning 9996 clauses out of 20036 with flag 965000/965000
404.57/207.25	c cleaning 9997 clauses out of 20040 with flag 975000/975000
409.31/209.70	c cleaning 10014 clauses out of 20046 with flag 985003/985003
414.88/212.48	c cleaning 10001 clauses out of 20030 with flag 995001/995001
420.42/215.23	c cleaning 10004 clauses out of 20031 with flag 1005003/1005003
425.34/217.73	c cleaning 10003 clauses out of 20028 with flag 1015004/1015004
429.69/219.97	c cleaning 10002 clauses out of 20024 with flag 1025003/1025003
434.63/222.44	c cleaning 10003 clauses out of 20025 with flag 1035006/1035006
439.17/224.77	c cleaning 9995 clauses out of 20017 with flag 1045001/1045001
443.68/227.09	c cleaning 9999 clauses out of 20021 with flag 1055000/1055000
448.43/229.48	c cleaning 10000 clauses out of 20022 with flag 1065000/1065000
453.18/231.80	c cleaning 10008 clauses out of 20030 with flag 1075008/1075008
457.94/234.22	c cleaning 10002 clauses out of 20020 with flag 1085006/1085006
462.45/236.51	c cleaning 10002 clauses out of 20017 with flag 1095005/1095005
467.38/239.08	c cleaning 9996 clauses out of 20013 with flag 1105003/1105003
472.55/241.67	c cleaning 10001 clauses out of 20019 with flag 1115005/1115005
477.49/244.15	c cleaning 9996 clauses out of 20015 with flag 1125002/1125002
482.58/246.71	c cleaning 10004 clauses out of 20022 with flag 1135005/1135005
487.52/249.27	c cleaning 10000 clauses out of 20017 with flag 1145004/1145004
493.04/252.05	c cleaning 9995 clauses out of 20013 with flag 1155000/1155000
498.37/254.76	c cleaning 10000 clauses out of 20018 with flag 1165000/1165000
503.48/257.39	c cleaning 10002 clauses out of 20022 with flag 1175004/1175004
509.02/260.16	c cleaning 10003 clauses out of 20022 with flag 1185006/1185006
513.95/262.60	c cleaning 9998 clauses out of 20013 with flag 1195000/1195000
518.70/265.07	c cleaning 10003 clauses out of 20016 with flag 1205001/1205001
523.78/267.61	c cleaning 10006 clauses out of 20022 with flag 1215010/1215010
528.71/270.14	c cleaning 9999 clauses out of 20013 with flag 1225007/1225007
533.84/272.71	c cleaning 9996 clauses out of 20008 with flag 1235001/1235001
538.55/275.11	c cleaning 10010 clauses out of 20022 with flag 1245011/1245011
543.41/277.61	c cleaning 9988 clauses out of 20001 with flag 1255000/1255000
548.32/280.12	c cleaning 10008 clauses out of 20019 with flag 1265006/1265006
553.24/282.61	c cleaning 9996 clauses out of 20005 with flag 1275000/1275000
557.93/285.10	c cleaning 10003 clauses out of 20016 with flag 1285007/1285007
562.96/287.64	c cleaning 9996 clauses out of 20006 with flag 1295000/1295000
567.86/290.12	c cleaning 10002 clauses out of 20015 with flag 1305005/1305005
572.75/292.69	c cleaning 10003 clauses out of 20010 with flag 1315002/1315002
577.61/295.17	c cleaning 9999 clauses out of 20008 with flag 1325003/1325003
582.84/297.81	c cleaning 9994 clauses out of 20006 with flag 1335000/1335000
586.93/299.94	c cleaning 9999 clauses out of 20012 with flag 1345000/1345000
591.22/302.18	c cleaning 9979 clauses out of 20013 with flag 1355000/1355000
595.28/304.23	c cleaning 9990 clauses out of 20035 with flag 1365001/1365001
599.30/306.31	c cleaning 10016 clauses out of 20044 with flag 1375000/1375000
604.17/308.80	c cleaning 10008 clauses out of 20032 with flag 1385004/1385004
608.47/311.02	c cleaning 9997 clauses out of 20020 with flag 1395000/1395000
613.33/313.53	c cleaning 10001 clauses out of 20028 with flag 1405005/1405005
618.51/316.24	c cleaning 10002 clauses out of 20030 with flag 1415008/1415008
622.96/318.59	c cleaning 10001 clauses out of 20026 with flag 1425006/1425006
628.04/321.14	c cleaning 10000 clauses out of 20024 with flag 1435005/1435005
632.91/323.69	c cleaning 9998 clauses out of 20019 with flag 1445000/1445000
637.86/326.29	c cleaning 10002 clauses out of 20023 with flag 1455002/1455002
642.93/328.89	c cleaning 10003 clauses out of 20019 with flag 1465000/1465000
648.75/331.84	c cleaning 10004 clauses out of 20018 with flag 1475002/1475002
654.21/334.65	c cleaning 10000 clauses out of 20018 with flag 1485006/1485006
660.13/337.71	c cleaning 9997 clauses out of 20014 with flag 1495002/1495002
665.36/340.45	c cleaning 10000 clauses out of 20015 with flag 1505000/1505000
670.61/343.17	c cleaning 10005 clauses out of 20023 with flag 1515008/1515008
675.82/345.84	c cleaning 9998 clauses out of 20010 with flag 1525000/1525000
680.15/348.19	c cleaning 9994 clauses out of 20012 with flag 1535000/1535000
685.80/351.09	c cleaning 10002 clauses out of 20023 with flag 1545005/1545005
691.64/354.00	c cleaning 10003 clauses out of 20026 with flag 1555010/1555010
697.48/357.05	c cleaning 9992 clauses out of 20015 with flag 1565002/1565002
703.81/360.39	c cleaning 10000 clauses out of 20021 with flag 1575000/1575000
710.02/363.56	c cleaning 9999 clauses out of 20023 with flag 1585002/1585002
716.07/366.64	c cleaning 9997 clauses out of 20022 with flag 1595000/1595000
722.29/369.82	c cleaning 10005 clauses out of 20029 with flag 1605004/1605004
728.62/373.10	c cleaning 10003 clauses out of 20024 with flag 1615004/1615004
734.47/376.15	c cleaning 9997 clauses out of 20019 with flag 1625002/1625002
739.68/378.87	c cleaning 10000 clauses out of 20021 with flag 1635001/1635001
745.34/381.79	c cleaning 9998 clauses out of 20021 with flag 1645001/1645001
750.86/384.64	c cleaning 10000 clauses out of 20024 with flag 1655002/1655002
756.09/387.38	c cleaning 10004 clauses out of 20027 with flag 1665005/1665005
761.30/390.04	c cleaning 10000 clauses out of 20025 with flag 1675007/1675007
766.32/392.68	c cleaning 9994 clauses out of 20022 with flag 1685004/1685004
771.81/395.51	c cleaning 10003 clauses out of 20026 with flag 1695002/1695002
776.83/398.19	c cleaning 10005 clauses out of 20029 with flag 1705008/1705008
783.04/401.34	c cleaning 10002 clauses out of 20025 with flag 1715009/1715009
788.06/403.93	c cleaning 9993 clauses out of 20014 with flag 1725000/1725000
793.37/406.75	c cleaning 10000 clauses out of 20023 with flag 1735002/1735002
798.59/409.45	c cleaning 10005 clauses out of 20022 with flag 1745001/1745001
804.24/412.30	c cleaning 10000 clauses out of 20021 with flag 1755005/1755005
810.08/415.34	c cleaning 9996 clauses out of 20016 with flag 1765000/1765000
815.80/418.35	c cleaning 9993 clauses out of 20020 with flag 1775000/1775000
820.63/420.85	c cleaning 10002 clauses out of 20027 with flag 1785000/1785000
826.24/423.70	c cleaning 10006 clauses out of 20030 with flag 1795005/1795005
831.44/426.41	c cleaning 9999 clauses out of 20021 with flag 1805002/1805002
836.70/429.30	c cleaning 10004 clauses out of 20026 with flag 1815006/1815006
841.69/431.86	c cleaning 9998 clauses out of 20019 with flag 1825003/1825003
847.08/434.67	c cleaning 9995 clauses out of 20019 with flag 1835001/1835001
852.87/437.60	c cleaning 10005 clauses out of 20023 with flag 1845000/1845000
858.14/440.50	c cleaning 10003 clauses out of 20025 with flag 1855007/1855007
863.55/443.20	c cleaning 10009 clauses out of 20030 with flag 1865015/1865015
868.54/445.87	c cleaning 9994 clauses out of 20007 with flag 1875001/1875001
873.73/448.58	c cleaning 9996 clauses out of 20012 with flag 1885000/1885000
879.20/451.48	c cleaning 10003 clauses out of 20020 with flag 1895004/1895004
884.80/454.35	c cleaning 9997 clauses out of 20014 with flag 1905001/1905001
889.99/457.09	c cleaning 10009 clauses out of 20030 with flag 1915014/1915014
895.19/459.79	c cleaning 9997 clauses out of 20012 with flag 1925005/1925005
900.45/462.59	c cleaning 9996 clauses out of 20010 with flag 1935000/1935000
905.64/465.23	c cleaning 10009 clauses out of 20022 with flag 1945008/1945008
910.63/467.88	c cleaning 9990 clauses out of 20005 with flag 1955000/1955000
916.01/470.61	c cleaning 10003 clauses out of 20018 with flag 1965003/1965003
921.28/473.40	c cleaning 10003 clauses out of 20017 with flag 1975005/1975005
926.69/476.24	c cleaning 9995 clauses out of 20011 with flag 1985002/1985002
932.06/479.06	c cleaning 10005 clauses out of 20019 with flag 1995005/1995005
937.06/481.65	c cleaning 9975 clauses out of 20009 with flag 2005000/2005000
940.94/483.75	c cleaning 10013 clauses out of 20034 with flag 2015000/2015000
945.34/486.01	c cleaning 9977 clauses out of 20021 with flag 2025000/2025000
949.53/488.26	c cleaning 9997 clauses out of 20045 with flag 2035001/2035001
953.94/490.51	c cleaning 10003 clauses out of 20049 with flag 2045002/2045002
958.39/492.94	c cleaning 10005 clauses out of 20046 with flag 2055002/2055002
962.58/495.15	c cleaning 9996 clauses out of 20039 with flag 2065000/2065000
966.76/497.30	c cleaning 10010 clauses out of 20044 with flag 2075001/2075001
970.77/499.44	c cleaning 9991 clauses out of 20041 with flag 2085008/2085008
974.85/501.69	c cleaning 10006 clauses out of 20044 with flag 2095002/2095002
979.22/503.95	c cleaning 10005 clauses out of 20036 with flag 2105000/2105000
983.42/506.15	c cleaning 10006 clauses out of 20039 with flag 2115008/2115008
987.83/508.49	c cleaning 10001 clauses out of 20027 with flag 2125002/2125002
992.31/510.85	c cleaning 9990 clauses out of 20025 with flag 2135001/2135001
997.11/513.39	c cleaning 9992 clauses out of 20037 with flag 2145003/2145003
1003.31/516.58	c cleaning 9996 clauses out of 20042 with flag 2155000/2155000
1009.71/519.83	c cleaning 10004 clauses out of 20050 with flag 2165004/2165004
1016.20/523.20	c cleaning 9999 clauses out of 20045 with flag 2175003/2175003
1022.42/526.44	c cleaning 9996 clauses out of 20044 with flag 2185001/2185001
1028.63/529.68	c cleaning 10021 clauses out of 20058 with flag 2195011/2195011
1032.63/531.74	c cleaning 10006 clauses out of 20029 with flag 2205003/2205003
1036.91/534.09	c cleaning 9997 clauses out of 20030 with flag 2215010/2215010
1041.69/536.53	c cleaning 9995 clauses out of 20031 with flag 2225008/2225008
1047.68/539.68	c cleaning 9994 clauses out of 20030 with flag 2235002/2235002
1053.27/542.57	c cleaning 10000 clauses out of 20038 with flag 2245004/2245004
1059.21/545.64	c cleaning 10000 clauses out of 20036 with flag 2255002/2255002
1065.00/548.63	c cleaning 9999 clauses out of 20037 with flag 2265003/2265003
1070.61/551.54	c cleaning 9999 clauses out of 20039 with flag 2275004/2275004
1076.24/554.45	c cleaning 9998 clauses out of 20038 with flag 2285002/2285002
1081.70/557.35	c cleaning 10006 clauses out of 20038 with flag 2295000/2295000
1086.09/559.69	c cleaning 10004 clauses out of 20034 with flag 2305002/2305002
1091.09/562.26	c cleaning 10001 clauses out of 20033 with flag 2315005/2315005
1096.48/565.00	c cleaning 9998 clauses out of 20027 with flag 2325000/2325000
1101.94/567.97	c cleaning 9993 clauses out of 20029 with flag 2335000/2335000
1107.77/570.96	c cleaning 10010 clauses out of 20038 with flag 2345002/2345002
1113.35/573.80	c cleaning 10000 clauses out of 20028 with flag 2355002/2355002
1118.55/576.59	c cleaning 10000 clauses out of 20029 with flag 2365003/2365003
1124.03/579.42	c cleaning 10003 clauses out of 20032 with flag 2375006/2375006
1129.41/582.23	c cleaning 10000 clauses out of 20028 with flag 2385005/2385005
1134.80/585.02	c cleaning 9997 clauses out of 20029 with flag 2395006/2395006
1140.19/587.83	c cleaning 9998 clauses out of 20029 with flag 2405003/2405003
1145.47/590.64	c cleaning 9998 clauses out of 20028 with flag 2415000/2415000
1150.88/593.46	c cleaning 10002 clauses out of 20031 with flag 2425001/2425001
1156.07/596.13	c cleaning 10005 clauses out of 20032 with flag 2435004/2435004
1160.86/598.63	c cleaning 9998 clauses out of 20023 with flag 2445000/2445000
1166.13/601.41	c cleaning 10000 clauses out of 20026 with flag 2455001/2455001
1171.13/604.07	c cleaning 10002 clauses out of 20029 with flag 2465004/2465004
1176.51/606.81	c cleaning 9999 clauses out of 20025 with flag 2475002/2475002
1181.70/609.55	c cleaning 9998 clauses out of 20025 with flag 2485001/2485001
1187.37/612.50	c cleaning 10002 clauses out of 20028 with flag 2495002/2495002
1192.77/615.35	c cleaning 10000 clauses out of 20024 with flag 2505000/2505000
1197.96/618.01	c cleaning 10008 clauses out of 20034 with flag 2515010/2515010
1203.14/620.70	c cleaning 9993 clauses out of 20017 with flag 2525001/2525001
1208.41/623.53	c cleaning 9994 clauses out of 20023 with flag 2535000/2535000
1213.79/626.31	c cleaning 10006 clauses out of 20029 with flag 2545000/2545000
1219.18/629.17	c cleaning 9999 clauses out of 20023 with flag 2555000/2555000
1224.36/631.89	c cleaning 9998 clauses out of 20024 with flag 2565000/2565000
1230.04/634.86	c cleaning 10004 clauses out of 20027 with flag 2575001/2575001
1235.64/637.71	c cleaning 10003 clauses out of 20025 with flag 2585003/2585003
1241.01/640.59	c cleaning 9995 clauses out of 20020 with flag 2595001/2595001
1246.40/643.35	c cleaning 9999 clauses out of 20024 with flag 2605000/2605000
1252.28/646.41	c cleaning 10003 clauses out of 20028 with flag 2615003/2615003
1258.09/649.40	c cleaning 10009 clauses out of 20031 with flag 2625009/2625009
1263.08/652.04	c cleaning 9993 clauses out of 20015 with flag 2635002/2635002
1268.27/654.78	c cleaning 10008 clauses out of 20031 with flag 2645011/2645011
1273.97/657.74	c cleaning 9995 clauses out of 20016 with flag 2655004/2655004
1278.74/660.28	c cleaning 10000 clauses out of 20019 with flag 2665002/2665002
1283.73/662.88	c cleaning 10002 clauses out of 20021 with flag 2675004/2675004
1288.51/665.39	c cleaning 9999 clauses out of 20017 with flag 2685002/2685002
1293.78/668.10	c cleaning 10001 clauses out of 20019 with flag 2695003/2695003
1298.56/670.60	c cleaning 9996 clauses out of 20018 with flag 2705003/2705003
1303.36/673.17	c cleaning 10001 clauses out of 20019 with flag 2715000/2715000
1308.53/675.81	c cleaning 9997 clauses out of 20018 with flag 2725000/2725000
1313.61/678.52	c cleaning 10001 clauses out of 20021 with flag 2735000/2735000
1318.41/681.06	c cleaning 9999 clauses out of 20021 with flag 2745001/2745001
1323.40/683.65	c cleaning 10009 clauses out of 20026 with flag 2755005/2755005
1328.40/686.29	c cleaning 9999 clauses out of 20019 with flag 2765007/2765007
1333.68/689.04	c cleaning 10002 clauses out of 20023 with flag 2775010/2775010
1338.86/691.78	c cleaning 9997 clauses out of 20011 with flag 2785000/2785000
1343.66/694.27	c cleaning 9999 clauses out of 20016 with flag 2795002/2795002
1348.64/696.86	c cleaning 10011 clauses out of 20025 with flag 2805010/2805010
1353.74/699.60	c cleaning 9991 clauses out of 20005 with flag 2815001/2815001
1358.90/702.25	c cleaning 9998 clauses out of 20013 with flag 2825000/2825000
1363.88/704.89	c cleaning 9999 clauses out of 20016 with flag 2835001/2835001
1369.09/707.56	c cleaning 10006 clauses out of 20021 with flag 2845005/2845005
1374.77/710.59	c cleaning 10004 clauses out of 20016 with flag 2855006/2855006
1379.74/713.15	c cleaning 9994 clauses out of 20009 with flag 2865003/2865003
1384.92/715.84	c cleaning 9998 clauses out of 20012 with flag 2875000/2875000
1390.12/718.50	c cleaning 10000 clauses out of 20017 with flag 2885003/2885003
1395.38/721.36	c cleaning 10005 clauses out of 20023 with flag 2895009/2895009
1400.38/723.97	c cleaning 9997 clauses out of 20012 with flag 2905003/2905003
1405.37/726.51	c cleaning 9999 clauses out of 20013 with flag 2915001/2915001
1410.35/729.10	c cleaning 10004 clauses out of 20021 with flag 2925008/2925008
1415.44/731.81	c cleaning 9998 clauses out of 20011 with flag 2935002/2935002
1420.84/734.65	c cleaning 10006 clauses out of 20020 with flag 2945009/2945009
1426.22/737.44	c cleaning 9995 clauses out of 20008 with flag 2955003/2955003
1430.80/739.88	c cleaning 0 clauses out of 18003 with flag 0/18003
1431.47/740.32	c cleaning 10001 clauses out of 20015 with flag 2965005/2965005
1436.24/742.85	c cleaning 10004 clauses out of 20020 with flag 2975011/2975011
1441.43/745.52	c cleaning 9993 clauses out of 20009 with flag 2985004/2985004
1446.62/748.21	c cleaning 9996 clauses out of 20014 with flag 2995002/2995002
1451.61/750.89	c cleaning 10002 clauses out of 20017 with flag 3005001/3005001
1456.20/753.22	c cleaning 10005 clauses out of 20014 with flag 3015000/3015000
1461.01/755.74	c cleaning 9980 clauses out of 20009 with flag 3025000/3025000
1465.77/758.20	c cleaning 10003 clauses out of 20029 with flag 3035000/3035000
1470.05/760.57	c cleaning 9993 clauses out of 20026 with flag 3045000/3045000
1474.24/762.73	c cleaning 9983 clauses out of 20033 with flag 3055000/3055000
1478.43/764.97	c cleaning 10001 clauses out of 20055 with flag 3065005/3065005
1482.82/767.22	c cleaning 9999 clauses out of 20049 with flag 3075000/3075000
1487.90/769.93	c cleaning 10017 clauses out of 20050 with flag 3085000/3085000
1493.08/772.65	c cleaning 10008 clauses out of 20036 with flag 3095003/3095003
1498.49/775.44	c cleaning 10003 clauses out of 20027 with flag 3105002/3105002
1503.66/778.12	c cleaning 10004 clauses out of 20025 with flag 3115003/3115003
1509.33/781.15	c cleaning 10002 clauses out of 20024 with flag 3125006/3125006
1514.11/783.62	c cleaning 9998 clauses out of 20016 with flag 3135000/3135000
1519.10/786.28	c cleaning 10006 clauses out of 20023 with flag 3145005/3145005
1524.09/788.89	c cleaning 9993 clauses out of 20012 with flag 3155000/3155000
1529.54/791.70	c cleaning 10002 clauses out of 20020 with flag 3165001/3165001
1534.53/794.36	c cleaning 10003 clauses out of 20019 with flag 3175002/3175002
1539.72/797.03	c cleaning 10000 clauses out of 20018 with flag 3185004/3185004
1544.52/799.56	c cleaning 10002 clauses out of 20021 with flag 3195007/3195007
1549.59/802.28	c cleaning 9999 clauses out of 20012 with flag 3205000/3205000
1554.78/804.90	c cleaning 9998 clauses out of 20014 with flag 3215001/3215001
1559.58/807.50	c cleaning 10003 clauses out of 20015 with flag 3225000/3225000
1564.55/810.08	c cleaning 10001 clauses out of 20017 with flag 3235005/3235005
1569.83/812.88	c cleaning 9997 clauses out of 20011 with flag 3245000/3245000
1575.00/815.50	c cleaning 10002 clauses out of 20018 with flag 3255004/3255004
1579.78/818.08	c cleaning 9995 clauses out of 20012 with flag 3265000/3265000
1584.96/820.71	c cleaning 9999 clauses out of 20017 with flag 3275000/3275000
1590.04/823.40	c cleaning 10005 clauses out of 20020 with flag 3285002/3285002
1594.22/825.69	c cleaning 9991 clauses out of 20014 with flag 3295001/3295001
1598.20/827.79	c cleaning 10004 clauses out of 20029 with flag 3305007/3305007
1603.61/830.52	c cleaning 10000 clauses out of 20030 with flag 3315012/3315012
1608.67/833.26	c cleaning 9986 clauses out of 20018 with flag 3325000/3325000
1613.88/835.99	c cleaning 10004 clauses out of 20035 with flag 3335003/3335003
1619.06/838.68	c cleaning 9995 clauses out of 20028 with flag 3345000/3345000
1624.65/841.52	c cleaning 10010 clauses out of 20040 with flag 3355007/3355007
1629.70/844.27	c cleaning 9992 clauses out of 20023 with flag 3365000/3365000
1634.69/846.84	c cleaning 10002 clauses out of 20033 with flag 3375002/3375002
1640.07/849.61	c cleaning 10005 clauses out of 20034 with flag 3385005/3385005
1645.07/852.28	c cleaning 9997 clauses out of 20030 with flag 3395006/3395006
1650.54/855.14	c cleaning 9997 clauses out of 20028 with flag 3405001/3405001
1655.74/857.86	c cleaning 10016 clauses out of 20045 with flag 3415015/3415015
1660.92/860.57	c cleaning 9986 clauses out of 20016 with flag 3425002/3425002
1666.10/863.25	c cleaning 10000 clauses out of 20029 with flag 3435001/3435001
1671.38/866.00	c cleaning 10002 clauses out of 20031 with flag 3445003/3445003
1677.17/869.01	c cleaning 9998 clauses out of 20027 with flag 3455001/3455001
1682.34/871.78	c cleaning 10004 clauses out of 20033 with flag 3465005/3465005
1687.74/874.58	c cleaning 10003 clauses out of 20032 with flag 3475008/3475008
1693.60/877.68	c cleaning 9999 clauses out of 20025 with flag 3485004/3485004
1698.98/880.49	c cleaning 9999 clauses out of 20026 with flag 3495004/3495004
1704.76/883.43	c cleaning 9996 clauses out of 20024 with flag 3505001/3505001
1710.74/886.60	c cleaning 10007 clauses out of 20036 with flag 3515009/3515009
1716.59/889.60	c cleaning 9995 clauses out of 20020 with flag 3525000/3525000
1722.18/892.55	c cleaning 9998 clauses out of 20026 with flag 3535001/3535001
1727.78/895.42	c cleaning 10005 clauses out of 20032 with flag 3545005/3545005
1733.35/898.30	c cleaning 9996 clauses out of 20023 with flag 3555001/3555001
1739.41/901.54	c cleaning 9999 clauses out of 20030 with flag 3565004/3565004
1745.60/904.73	c cleaning 9998 clauses out of 20027 with flag 3575000/3575000
1751.79/907.90	c cleaning 10000 clauses out of 20030 with flag 3585001/3585001
1757.78/911.09	c cleaning 10005 clauses out of 20033 with flag 3595004/3595004
1764.18/914.32	c cleaning 9999 clauses out of 20025 with flag 3605001/3605001
1770.37/917.52	c cleaning 10002 clauses out of 20029 with flag 3615004/3615004
1776.75/920.80	c cleaning 9997 clauses out of 20024 with flag 3625001/3625001
1782.95/924.02	c cleaning 10003 clauses out of 20029 with flag 3635003/3635003
1789.04/927.30	c cleaning 9994 clauses out of 20024 with flag 3645001/3645001
1795.23/930.46	c cleaning 10003 clauses out of 20034 with flag 3655005/3655005
1800.04/932.91	c starts		: 259
1800.04/932.91	c conflicts		: 3664107
1800.04/932.91	c decisions		: 4742485
1800.04/932.91	c propagations		: 65881567
1800.04/932.91	c inspects		: 1514921067
1800.04/932.91	c learnt literals	: 0
1800.04/932.91	c learnt binary clauses	: 20
1800.04/932.91	c learnt ternary clauses	: 610
1800.04/932.91	c learnt clauses	: 3664107
1800.04/932.91	c ignored clauses	: 0
1800.04/932.91	c root simplifications	: 0
1800.04/932.91	c removed literals (reason simplification)	: 662323698
1800.04/932.91	c reason swapping (by a shorter reason)	: 0
1800.04/932.91	c Calls to reduceDB	: 367
1800.04/932.91	c number of reductions to clauses (during analyze)	: 0
1800.04/932.91	c number of learned constraints concerned by reduction	: 0
1800.04/932.91	c number of learning phase by resolution	: 0
1800.04/932.91	c number of learning phase by cutting planes	: 0
1800.04/932.91	c speed (assignments/second)	: 72118.21171247106
1800.04/932.91	c non guided choices	35
1800.04/932.92	c learnt constraints type 
1800.04/932.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19161
1800.04/932.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
1800.04/932.92	c constraints type 
1800.04/932.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
1800.04/932.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/932.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
1800.04/932.92	c constraints type 
1800.04/932.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
1800.04/932.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
1800.04/932.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/932.92	s SATISFIABLE
1800.04/932.92	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 -x59 x60 x61 -x62 -x63 x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 -x115 x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 x142 x143 -x144 x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 x170 x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 -x211 -x212 x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 x227 -x228 x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 x251 -x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 -x269 x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 -x343 x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 -x395 x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 -x417 x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 -x461 x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 -x513 x514 -x515 x516 -x517 x518 x519 -x520 x521 -x522 -x523 x524 -x525 x526 -x527 x528 -x529 x530 -x531 x532 x533 -x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 x543 -x544 -x545 x546 -x547 -x548 x549 -x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 x559 -x560 -x561 x562 -x563 x564 -x565 x566 x567 -x568 -x569 x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 -x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 -x595 x596 -x597 x598 x599 -x600 -x601 x602 -x603 x604 -x605 x606 x607 -x608 x609 -x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 -x627 x628 x629 -x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 x655 -x656 -x657 x658 -x659 x660 -x661 x662 x663 -x664 -x665 x666 -x667 x668 x669 -x670 -x671 x672 -x673 x674 -x675 x676 x677 -x678 -x679 x680 -x681 x682 -x683 x684 -x685 x686 x687 -x688 -x689 x690 -x691 x692 -x693 x694 x695 -x696 -x697 x698 -x699 x700 -x701 x702 x703 -x704 -x705 x706 -x707 x708 x709 -x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 x719 -x720 -x721 x722 -x723 x724 x725 -x726 -x727 x728 x729 -x730 -x731 x732 -x733 x734 -x735 x736 x737 -x738 -x739 x740 -x741 x742 -x743 -x744 x745 -x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 -x755 x756 -x757 x758 x759 -x760 -x761 x762 -x763 x764 x765 -x766 -x767 x768 x769 -x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 x783 -x784 x785 -x786 -x787 x788 -x789 -x790 -x791 x792 -x793 x794 -x795 x796 x797 -x798 -x799 x800 -x801 x802 -x803 x804 x805 -x806 -x807 x808 
1800.04/932.92	c objective function=372
1800.04/932.92	c Total wall clock time (in seconds): 932.801

Verifier Data

OK	372

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-3732510-1338740272/watcher-3732510-1338740272 -o /tmp/evaluation-result-3732510-1338740272/solver-3732510-1338740272 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732510-1338740272.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.33 3.45 3.42 4/197 12569
/proc/meminfo: memFree=26282596/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12569/stat : 12569 (java6) D 12567 12569 11909 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 340151617 9515008 182 33554432000 1073741824 1073778376 140736993986512 140736993977544 254750310069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12569/statm: 2323 182 140 9 0 71 0

[startup+0.0350051 s]
/proc/loadavg: 3.33 3.45 3.42 4/197 12569
/proc/meminfo: memFree=26282596/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2158136 CPUtime=0.02 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 3484 0 1 0 1 1 0 0 20 0 10 0 340151617 2209931264 4184 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 539534 4184 1539 9 0 530235 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2158136

[startup+0.1003 s]
/proc/loadavg: 3.33 3.45 3.42 4/197 12569
/proc/meminfo: memFree=26282596/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 4130 0 1 0 7 1 0 0 20 0 18 0 340151617 2764726272 5850 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 674982 5852 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300306 s]
/proc/loadavg: 3.33 3.45 3.42 4/197 12569
/proc/meminfo: memFree=26282596/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 7291 0 1 0 52 2 0 0 20 0 18 0 340151617 2764726272 9544 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 674982 10056 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2699928

[startup+0.700203 s]
/proc/loadavg: 3.33 3.45 3.42 4/197 12569
/proc/meminfo: memFree=26282596/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 16110 0 1 0 196 5 0 0 20 0 22 0 340151617 3037372416 18454 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 18454 2252 9 0 732240 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 2966184

[startup+1.50067 s]
/proc/loadavg: 3.33 3.45 3.42 3/217 12591
/proc/meminfo: memFree=26214884/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=2.84 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 17528 0 1 0 277 7 0 0 20 0 22 0 340151617 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 23636 2257 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2834 0 1 0 32 2 0 0 20 0 22 0 340151618 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) R 12567 12569 11909 0 -1 4202560 6453 0 0 0 71 1 0 0 20 0 22 0 340151624 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978963110200 139979128251848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) R 12567 12569 11909 0 -1 4202560 6887 0 0 0 71 2 0 0 20 0 22 0 340151624 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978962057656 139979128230588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12587] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12587/stat : 12587 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139978959952456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12590] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12590/stat : 12590 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139977814955304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12591] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12591/stat : 12591 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 23636 33554432000 1073741824 1073778376 140735349188768 139977813902760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 2966184

[startup+3.10084 s]
/proc/loadavg: 3.33 3.45 3.42 5/219 12593
/proc/meminfo: memFree=26057632/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=6.89 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 25689 0 1 0 674 15 0 0 20 0 22 0 340151617 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 94046 2285 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2834 0 1 0 32 2 0 0 20 0 22 0 340151618 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340151619 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 340151621 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) S 12567 12569 11909 0 -1 4202560 10919 0 0 0 113 3 0 0 20 0 22 0 340151624 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978963110200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) S 12567 12569 11909 0 -1 4202560 10388 0 0 0 116 2 0 0 20 0 22 0 340151624 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978962057656 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12587] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12587/stat : 12587 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978959952456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12590] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12590/stat : 12590 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139977814955304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12591] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12591/stat : 12591 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139977813902760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12592] ppid=12567 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/12569/task/12592/stat : 12592 (java) R 12567 12569 11909 0 -1 4202560 9 0 0 0 165 0 0 0 20 0 22 0 340151754 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139977816007112 139978974932900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12593] ppid=12567 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/12569/task/12593/stat : 12593 (java) R 12567 12569 11909 0 -1 4202560 160 0 0 0 161 5 0 0 20 0 22 0 340151754 3037372416 94046 33554432000 1073741824 1073778376 140735349188768 139978958895864 139978974663381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.22 3.42 3.41 5/219 12599
/proc/meminfo: memFree=25914032/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=8.12 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 25708 0 1 0 789 23 0 0 20 0 20 0 340151617 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 93809 2286 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2835 0 1 0 32 2 0 0 20 0 20 0 340151618 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340151619 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 20 0 340151621 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340151621 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340151621 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340151624 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) S 12567 12569 11909 0 -1 4202560 10920 0 0 0 125 3 0 0 20 0 20 0 340151624 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978963110200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) S 12567 12569 11909 0 -1 4202560 10388 0 0 0 121 2 0 0 20 0 20 0 340151624 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978962057656 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340151624 3037372416 93809 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/12569/statm: 741546 174100 2289 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2894 0 1 0 35 3 0 0 20 0 22 0 340151618 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 164 0 0 0 240 4 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 157 0 0 0 228 5 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 143 0 0 0 241 4 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 149 0 0 0 231 5 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 182 0 0 0 229 4 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=2.49 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 192 0 0 0 244 5 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 162 0 0 0 237 3 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=2.39 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 158 0 0 0 235 4 0 0 20 0 22 0 340151619 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=63.45 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 121 0 0 0 6325 20 0 0 20 0 22 0 340151621 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) S 12567 12569 11909 0 -1 4202560 19213 0 0 0 256 4 0 0 20 0 22 0 340151624 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978963110200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) S 12567 12569 11909 0 -1 4202560 10417 0 0 0 156 2 0 0 20 0 22 0 340151624 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978962057656 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12587] ppid=12567 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/12569/task/12587/stat : 12587 (java) S 12567 12569 11909 0 -1 4202560 51 0 0 0 23 19 0 0 20 0 22 0 340151624 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978959952456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12590] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12590/stat : 12590 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139977814955304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12591] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12591/stat : 12591 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139977813902760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12728] ppid=12567 vsize=2966184 CPUtime=791.58 cores=1,3,5,7
/proc/12569/task/12728/stat : 12728 (java) R 12567 12569 11909 0 -1 4202560 330 0 0 0 79144 14 0 0 20 0 22 0 340153556 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139977816007504 139978974272747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12729] ppid=12567 vsize=2966184 CPUtime=791.53 cores=1,3,5,7
/proc/12569/task/12729/stat : 12729 (java) R 12567 12569 11909 0 -1 4202560 169 0 0 0 79139 14 0 0 20 0 22 0 340153556 3037372416 174100 33554432000 1073741824 1073778376 140735349188768 139978958896256 139978974733896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1702.56
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.901 s]
/proc/loadavg: 3.68 3.81 3.66 5/219 12867
/proc/meminfo: memFree=25749916/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 36161 0 1 0 179896 108 0 0 20 0 22 0 340151617 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 174825 2289 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2897 0 1 0 35 3 0 0 20 0 22 0 340151618 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 167 0 0 0 248 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 178 0 0 0 240 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 143 0 0 0 249 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 150 0 0 0 237 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 187 0 0 0 235 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 215 0 0 0 250 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 162 0 0 0 244 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=2.47 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 158 0 0 0 243 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=67.43 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 123 0 0 0 6721 22 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) S 12567 12569 11909 0 -1 4202560 19213 0 0 0 256 4 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978963110200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) S 12567 12569 11909 0 -1 4202560 10417 0 0 0 156 2 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978962057656 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12587] ppid=12567 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/12569/task/12587/stat : 12587 (java) S 12567 12569 11909 0 -1 4202560 53 0 0 0 25 20 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978959952456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12590] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12590/stat : 12590 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977814955304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12591] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12591/stat : 12591 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977813902760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12728] ppid=12567 vsize=2966184 CPUtime=837.9 cores=1,3,5,7
/proc/12569/task/12728/stat : 12728 (java) R 12567 12569 11909 0 -1 4202560 342 0 0 0 83776 14 0 0 20 0 22 0 340153556 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977816007504 139978974317737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12729] ppid=12567 vsize=2966184 CPUtime=837.85 cores=1,3,5,7
/proc/12569/task/12729/stat : 12729 (java) R 12567 12569 11909 0 -1 4202560 175 0 0 0 83771 14 0 0 20 0 22 0 340153556 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978958896288 139978974734012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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

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

[startup+932.901 s]
/proc/loadavg: 3.68 3.81 3.66 5/219 12867
/proc/meminfo: memFree=25749916/32873844 swapFree=7628/7628
[pid=12569] ppid=12567 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/12569/stat : 12569 (java) S 12567 12569 11909 0 -1 4202496 36161 0 1 0 179896 108 0 0 20 0 22 0 340151617 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 140735349179904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12569/statm: 741546 174825 2289 9 0 732240 0
[pid=12569/tid=12571] ppid=12567 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11909 0 -1 4202560 2897 0 1 0 35 3 0 0 20 0 22 0 340151618 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979120514200 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11909 0 -1 4202560 167 0 0 0 248 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979104795560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11909 0 -1 4202560 178 0 0 0 240 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979103743016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11909 0 -1 4202560 143 0 0 0 249 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979102689960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11909 0 -1 4202560 150 0 0 0 237 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979101637416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11909 0 -1 4202560 187 0 0 0 235 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979100584360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11909 0 -1 4202560 215 0 0 0 250 5 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979099531816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11909 0 -1 4202560 162 0 0 0 244 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979098478760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=2966184 CPUtime=2.47 cores=1,3,5,7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11909 0 -1 4202560 158 0 0 0 243 4 0 0 20 0 22 0 340151619 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139979097426216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=2966184 CPUtime=67.43 cores=1,3,5,7
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11909 0 -1 4202560 123 0 0 0 6721 22 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978967321448 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978966267768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340151621 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978965214600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12583] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12583/stat : 12583 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978964163344 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12584] ppid=12567 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/12569/task/12584/stat : 12584 (java) S 12567 12569 11909 0 -1 4202560 19213 0 0 0 256 4 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978963110200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12585] ppid=12567 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/12569/task/12585/stat : 12585 (java) S 12567 12569 11909 0 -1 4202560 10417 0 0 0 156 2 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978962057656 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12586] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12586/stat : 12586 (java) S 12567 12569 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978961004792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12569/tid=12587] ppid=12567 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/12569/task/12587/stat : 12587 (java) S 12567 12569 11909 0 -1 4202560 53 0 0 0 25 20 0 0 20 0 22 0 340151624 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978959952456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12590] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12590/stat : 12590 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977814955304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12569/tid=12591] ppid=12567 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12569/task/12591/stat : 12591 (java) S 12567 12569 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340151656 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977813902760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12728] ppid=12567 vsize=2966184 CPUtime=837.9 cores=1,3,5,7
/proc/12569/task/12728/stat : 12728 (java) R 12567 12569 11909 0 -1 4202560 342 0 0 0 83776 14 0 0 20 0 22 0 340153556 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139977816007504 139978974317737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12569/tid=12729] ppid=12567 vsize=2966184 CPUtime=837.85 cores=1,3,5,7
/proc/12569/task/12729/stat : 12729 (java) R 12567 12569 11909 0 -1 4202560 175 0 0 0 83771 14 0 0 20 0 22 0 340153556 3037372416 174825 33554432000 1073741824 1073778376 140735349188768 139978958896288 139978974734012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 932.933
CPU time (s): 1800.04
CPU user time (s): 1798.96
CPU system time (s): 1.08
CPU usage (%): 192.944
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.52177
maximum resident set size= 699412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36190
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37909
involuntary context switches= 53175

runsolver used 4.53131 second user time and 8.08377 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 18:17:53
IDJOB=3732510
IDBENCH=2106
IDSOLVER=2324
FILE ID=node145/3732510-1338740272
RUNJOBID= node145-1338737268-11926
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732510-1338740272/watcher-3732510-1338740272 -o /tmp/evaluation-result-3732510-1338740272/solver-3732510-1338740272 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732510-1338740272.opb

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

MD5SUM BENCH= 05a418d42b6e85967009c0fa73623d83
RANDOM SEED=1437802584

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:        26283016 kB
Buffers:          445520 kB
Cached:          4813424 kB
SwapCached:            0 kB
Active:          2121960 kB
Inactive:        3603132 kB
Active(anon):     457016 kB
Inactive(anon):    10916 kB
Active(file):    1664944 kB
Inactive(file):  3592216 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               116 kB
Writeback:             0 kB
AnonPages:        472516 kB
Mapped:            22304 kB
Shmem:               200 kB
Slab:             725428 kB
SReclaimable:     166824 kB
SUnreclaim:       558604 kB
KernelStack:        1632 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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 18:33:27