Trace number 3732513

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)372 1800.6 928.052

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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3732513-1338685785.opb
0.07/0.13	c reading problem ... 
0.52/0.36	c ... done. Wall clock time 0.235s.
0.52/0.36	c #vars     808
0.52/0.36	c #constraints  5557
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
0.52/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
1.21/0.56	c  And the winner is Resolution
1.55/0.87	c SATISFIABLE
1.55/0.87	c OPTIMIZING...
1.55/0.87	c Got one! Elapsed wall clock time (in seconds):0.74
1.55/0.87	o 396
1.64/1.00	c  And the winner is Resolution
2.08/1.37	c Got one! Elapsed wall clock time (in seconds):1.245
2.08/1.37	o 385
3.50/1.89	c cleaning 2894 clauses out of 5789 with flag 4001/5789
4.54/2.25	c  And the winner is CuttingPlanes
4.64/2.38	c Got one! Elapsed wall clock time (in seconds):2.249
4.64/2.38	o 384
5.19/2.68	c cleaning 4038 clauses out of 8098 with flag 2000/10992
7.22/3.47	c cleaning 5026 clauses out of 10061 with flag 8001/16993
8.98/4.16	c  And the winner is Resolution
9.14/4.38	c Got one! Elapsed wall clock time (in seconds):4.252
9.14/4.38	o 374
9.38/4.56	c  And the winner is Resolution
9.53/4.88	c Got one! Elapsed wall clock time (in seconds):4.754
9.53/4.88	o 373
10.62/5.50	c cleaning 7771 clauses out of 15547 with flag 4000/27505
11.69/5.88	c  And the winner is Resolution
11.98/5.93	c Got one! Elapsed wall clock time (in seconds):5.807
11.98/5.93	o 372
12.71/6.35	c cleaning 6552 clauses out of 13136 with flag 3000/32865
14.92/7.28	c cleaning 6284 clauses out of 12584 with flag 9000/38865
17.10/8.39	c cleaning 6635 clauses out of 13300 with flag 16000/45865
19.86/9.77	c cleaning 7332 clauses out of 14674 with flag 24009/53874
24.05/11.85	c cleaning 8167 clauses out of 16334 with flag 33001/62866
27.43/13.53	c cleaning 9058 clauses out of 18166 with flag 43000/72865
30.62/15.11	c cleaning 9552 clauses out of 19112 with flag 53004/82869
33.99/16.83	c cleaning 9767 clauses out of 19556 with flag 63000/92865
37.15/18.43	c cleaning 9884 clauses out of 19789 with flag 73000/102865
40.88/20.28	c cleaning 9951 clauses out of 19906 with flag 83001/112866
44.58/22.08	c cleaning 9957 clauses out of 19954 with flag 93000/122865
48.53/24.07	c cleaning 9999 clauses out of 19997 with flag 103000/132865
52.26/25.93	c cleaning 9982 clauses out of 20010 with flag 113012/142877
55.81/27.73	c cleaning 9992 clauses out of 20017 with flag 123001/152866
59.36/29.53	c cleaning 9996 clauses out of 20026 with flag 133002/162867
62.92/31.37	c cleaning 9997 clauses out of 20035 with flag 143007/172872
66.84/33.31	c cleaning 10000 clauses out of 20031 with flag 153000/182865
70.20/35.10	c cleaning 10014 clauses out of 20031 with flag 163000/192865
73.95/36.97	c cleaning 9994 clauses out of 20017 with flag 173000/202865
77.90/38.92	c cleaning 10002 clauses out of 20023 with flag 183000/212865
82.83/41.44	c cleaning 10002 clauses out of 20022 with flag 193001/222866
86.98/43.55	c cleaning 10001 clauses out of 20019 with flag 203000/232865
92.14/46.11	c cleaning 10008 clauses out of 20030 with flag 213012/242877
97.08/48.61	c cleaning 10001 clauses out of 20018 with flag 223008/252873
102.02/51.10	c cleaning 9998 clauses out of 20013 with flag 233004/262869
106.76/53.59	c cleaning 10004 clauses out of 20011 with flag 243000/272865
110.72/55.58	c cleaning 10000 clauses out of 20009 with flag 253002/282867
114.86/57.62	c cleaning 10001 clauses out of 20007 with flag 263000/292865
118.41/59.49	c cleaning 9999 clauses out of 20006 with flag 273000/302865
122.14/61.30	c cleaning 9973 clauses out of 20007 with flag 283000/312865
125.49/63.06	c cleaning 0 clauses out of 6708 with flag 0/6711
126.29/63.32	c cleaning 9999 clauses out of 20037 with flag 293003/322868
130.19/65.37	c cleaning 10015 clauses out of 20037 with flag 303002/332867
134.11/67.33	c cleaning 9996 clauses out of 20020 with flag 313000/342865
138.26/69.42	c cleaning 9997 clauses out of 20032 with flag 323008/352873
142.20/71.41	c cleaning 9999 clauses out of 20028 with flag 333001/362866
145.68/73.29	c cleaning 9980 clauses out of 20029 with flag 343001/372866
149.42/75.14	c cleaning 9996 clauses out of 20053 with flag 353005/382870
153.35/77.10	c cleaning 9987 clauses out of 20052 with flag 363000/392865
157.08/79.09	c cleaning 10013 clauses out of 20068 with flag 373003/402868
160.98/81.08	c cleaning 10013 clauses out of 20054 with flag 383002/412867
164.73/82.99	c cleaning 10015 clauses out of 20039 with flag 393000/422865
169.06/85.12	c cleaning 9989 clauses out of 20024 with flag 403000/432865
172.80/87.04	c cleaning 10012 clauses out of 20036 with flag 413001/442866
176.50/88.96	c cleaning 9979 clauses out of 20024 with flag 423001/452866
180.22/90.81	c cleaning 10008 clauses out of 20044 with flag 433000/462865
183.95/92.71	c cleaning 9990 clauses out of 20038 with flag 443002/472867
187.89/94.74	c cleaning 10017 clauses out of 20046 with flag 453000/482865
191.59/96.63	c cleaning 10003 clauses out of 20030 with flag 463001/492866
195.51/98.68	c cleaning 9979 clauses out of 20026 with flag 473000/502865
199.44/100.69	c cleaning 9988 clauses out of 20048 with flag 483001/512866
203.37/102.64	c cleaning 9997 clauses out of 20061 with flag 493002/522867
207.27/104.68	c cleaning 9996 clauses out of 20062 with flag 503000/532865
211.20/106.62	c cleaning 10003 clauses out of 20069 with flag 513003/542868
214.72/108.42	c cleaning 9990 clauses out of 20066 with flag 523003/552868
219.05/110.62	c cleaning 10022 clauses out of 20082 with flag 533009/562874
222.74/112.55	c cleaning 10001 clauses out of 20051 with flag 543000/572865
226.67/114.59	c cleaning 10010 clauses out of 20051 with flag 553001/582866
231.00/116.71	c cleaning 9993 clauses out of 20040 with flag 563000/592865
234.94/118.73	c cleaning 10009 clauses out of 20047 with flag 573000/602865
238.81/120.73	c cleaning 10018 clauses out of 20039 with flag 583001/612866
242.34/122.57	c cleaning 9982 clauses out of 20021 with flag 593001/622866
246.07/124.47	c cleaning 9997 clauses out of 20038 with flag 603000/632865
249.60/126.26	c cleaning 10022 clauses out of 20043 with flag 613002/642867
253.49/128.22	c cleaning 9996 clauses out of 20019 with flag 623000/652865
257.20/130.15	c cleaning 10014 clauses out of 20035 with flag 633012/662877
261.93/132.58	c cleaning 10003 clauses out of 20018 with flag 643009/672874
266.66/134.96	c cleaning 10000 clauses out of 20011 with flag 653005/682870
270.74/137.01	c cleaning 9978 clauses out of 20006 with flag 663000/692865
274.46/138.96	c cleaning 10013 clauses out of 20036 with flag 673008/702873
278.60/141.00	c cleaning 9985 clauses out of 20016 with flag 683001/712866
283.52/143.52	c cleaning 9996 clauses out of 20030 with flag 693000/722865
288.60/146.11	c cleaning 10012 clauses out of 20035 with flag 703001/732866
293.74/148.70	c cleaning 10001 clauses out of 20024 with flag 713002/742867
298.45/151.19	c cleaning 10002 clauses out of 20022 with flag 723001/752866
304.20/154.01	c cleaning 10004 clauses out of 20022 with flag 733003/762868
309.29/156.64	c cleaning 9999 clauses out of 20019 with flag 743004/772869
314.21/159.17	c cleaning 10004 clauses out of 20022 with flag 753006/782871
319.34/161.73	c cleaning 9996 clauses out of 20013 with flag 763001/792866
323.25/163.78	c cleaning 9997 clauses out of 20022 with flag 773006/802871
327.75/166.01	c cleaning 9994 clauses out of 20020 with flag 783001/812866
332.67/168.52	c cleaning 9998 clauses out of 20027 with flag 793002/822867
338.00/171.21	c cleaning 10007 clauses out of 20033 with flag 803006/832871
342.73/173.68	c cleaning 9994 clauses out of 20021 with flag 813001/842866
347.61/176.13	c cleaning 9997 clauses out of 20028 with flag 823002/852867
352.55/178.63	c cleaning 10000 clauses out of 20032 with flag 833003/862868
357.47/181.16	c cleaning 10005 clauses out of 20032 with flag 843003/872868
362.41/183.66	c cleaning 9996 clauses out of 20027 with flag 853003/882868
367.29/186.15	c cleaning 10001 clauses out of 20029 with flag 863001/892866
371.42/188.24	c cleaning 9984 clauses out of 20027 with flag 873000/902865
375.35/190.24	c cleaning 10020 clauses out of 20043 with flag 883000/912865
379.04/192.19	c cleaning 10002 clauses out of 20024 with flag 893001/922866
382.70/194.01	c cleaning 9965 clauses out of 20021 with flag 903000/932865
386.22/195.83	c cleaning 10006 clauses out of 20057 with flag 913001/942866
390.10/197.80	c cleaning 10018 clauses out of 20050 with flag 923000/952865
393.59/199.67	c cleaning 9981 clauses out of 20032 with flag 933000/962865
398.44/202.15	c cleaning 10000 clauses out of 20052 with flag 943001/972866
402.32/204.13	c cleaning 9985 clauses out of 20051 with flag 953000/982865
406.81/206.42	c cleaning 10023 clauses out of 20070 with flag 963004/992869
411.92/209.03	c cleaning 10011 clauses out of 20046 with flag 973003/1002868
416.94/211.68	c cleaning 10004 clauses out of 20033 with flag 983001/1012866
421.63/214.10	c cleaning 10011 clauses out of 20039 with flag 993011/1022876
426.11/216.32	c cleaning 10002 clauses out of 20026 with flag 1003009/1032874
431.20/218.98	c cleaning 9994 clauses out of 20017 with flag 1013002/1042867
436.41/221.65	c cleaning 10005 clauses out of 20027 with flag 1023006/1052871
441.49/224.29	c cleaning 9998 clauses out of 20018 with flag 1033002/1062867
446.98/227.00	c cleaning 9996 clauses out of 20018 with flag 1043000/1072865
452.07/229.69	c cleaning 10006 clauses out of 20027 with flag 1053005/1082870
457.69/232.53	c cleaning 9995 clauses out of 20016 with flag 1063000/1092865
462.78/235.13	c cleaning 10003 clauses out of 20021 with flag 1073000/1102865
467.88/237.70	c cleaning 10010 clauses out of 20028 with flag 1083010/1112875
472.96/240.39	c cleaning 10001 clauses out of 20013 with flag 1093005/1122870
477.98/242.94	c cleaning 9996 clauses out of 20012 with flag 1103005/1132870
482.86/245.43	c cleaning 9998 clauses out of 20014 with flag 1113003/1142868
487.75/247.98	c cleaning 10011 clauses out of 20027 with flag 1123014/1152879
492.83/250.52	c cleaning 9999 clauses out of 20011 with flag 1133009/1162874
498.06/253.22	c cleaning 9992 clauses out of 20004 with flag 1143001/1172866
503.34/255.91	c cleaning 10000 clauses out of 20013 with flag 1153002/1182867
508.46/258.52	c cleaning 10001 clauses out of 20018 with flag 1163007/1192872
513.53/261.10	c cleaning 9991 clauses out of 20011 with flag 1173001/1202866
518.75/263.82	c cleaning 10008 clauses out of 20027 with flag 1183008/1212873
523.62/266.38	c cleaning 9994 clauses out of 20012 with flag 1193001/1222866
528.70/268.93	c cleaning 10004 clauses out of 20022 with flag 1203005/1232870
533.59/271.49	c cleaning 10000 clauses out of 20019 with flag 1213006/1242871
538.99/274.23	c cleaning 9995 clauses out of 20014 with flag 1223001/1252866
544.45/277.00	c cleaning 9999 clauses out of 20018 with flag 1233000/1262865
549.72/279.72	c cleaning 10001 clauses out of 20021 with flag 1243002/1272867
554.79/282.34	c cleaning 9997 clauses out of 20018 with flag 1253000/1282865
559.80/284.96	c cleaning 9999 clauses out of 20021 with flag 1263000/1292865
565.25/287.72	c cleaning 10012 clauses out of 20034 with flag 1273012/1302877
570.33/290.38	c cleaning 9998 clauses out of 20012 with flag 1283002/1312867
575.80/293.10	c cleaning 9998 clauses out of 20016 with flag 1293004/1322869
581.84/296.21	c cleaning 9992 clauses out of 20014 with flag 1303000/1332865
586.51/298.67	c cleaning 10005 clauses out of 20022 with flag 1313000/1342865
590.18/300.59	c cleaning 9990 clauses out of 20018 with flag 1323001/1352866
594.25/302.60	c cleaning 9996 clauses out of 20029 with flag 1333002/1362867
597.85/304.57	c cleaning 10000 clauses out of 20034 with flag 1343003/1372868
601.74/306.59	c cleaning 10001 clauses out of 20031 with flag 1353000/1382865
606.41/308.90	c cleaning 10004 clauses out of 20042 with flag 1363012/1392877
610.49/311.01	c cleaning 10001 clauses out of 20026 with flag 1373000/1402865
614.29/313.08	c cleaning 9991 clauses out of 20028 with flag 1383003/1412868
617.96/314.99	c cleaning 10002 clauses out of 20034 with flag 1393000/1422865
621.85/316.98	c cleaning 9999 clauses out of 20036 with flag 1403004/1432869
625.92/319.04	c cleaning 9993 clauses out of 20034 with flag 1413001/1442866
629.93/321.15	c cleaning 9994 clauses out of 20044 with flag 1423004/1452869
634.21/323.32	c cleaning 10018 clauses out of 20046 with flag 1433000/1462865
637.87/325.23	c cleaning 10013 clauses out of 20029 with flag 1443001/1472866
641.56/327.13	c cleaning 9970 clauses out of 20016 with flag 1453001/1482866
645.36/329.20	c cleaning 9989 clauses out of 20046 with flag 1463001/1492866
649.24/331.14	c cleaning 10007 clauses out of 20056 with flag 1473000/1502865
653.31/333.27	c cleaning 9997 clauses out of 20054 with flag 1483005/1512870
657.59/335.45	c cleaning 9999 clauses out of 20052 with flag 1493000/1522865
661.57/337.54	c cleaning 10016 clauses out of 20054 with flag 1503001/1532866
665.84/339.70	c cleaning 10002 clauses out of 20038 with flag 1513001/1542866
670.90/342.34	c cleaning 9998 clauses out of 20035 with flag 1523000/1552865
676.37/345.13	c cleaning 10006 clauses out of 20041 with flag 1533004/1562869
681.97/348.09	c cleaning 9999 clauses out of 20034 with flag 1543003/1572868
688.04/351.18	c cleaning 10003 clauses out of 20037 with flag 1553005/1582870
693.72/354.08	c cleaning 9992 clauses out of 20029 with flag 1563000/1592865
699.61/357.04	c cleaning 10006 clauses out of 20037 with flag 1573000/1602865
706.01/360.34	c cleaning 9999 clauses out of 20031 with flag 1583000/1612865
711.69/363.27	c cleaning 10003 clauses out of 20033 with flag 1593001/1622866
717.35/366.12	c cleaning 10000 clauses out of 20032 with flag 1603003/1632868
721.22/368.16	c cleaning 10007 clauses out of 20038 with flag 1613009/1642874
726.43/370.80	c cleaning 9997 clauses out of 20022 with flag 1623000/1652865
731.70/373.56	c cleaning 10004 clauses out of 20027 with flag 1633002/1662867
737.16/376.31	c cleaning 10002 clauses out of 20027 with flag 1643006/1672871
742.24/378.91	c cleaning 9998 clauses out of 20024 with flag 1653005/1682870
747.66/381.73	c cleaning 10002 clauses out of 20028 with flag 1663007/1692872
752.73/384.34	c cleaning 9991 clauses out of 20020 with flag 1673001/1702866
758.00/387.10	c cleaning 10005 clauses out of 20030 with flag 1683002/1712867
763.28/389.75	c cleaning 9999 clauses out of 20024 with flag 1693001/1722866
768.70/392.56	c cleaning 10001 clauses out of 20026 with flag 1703002/1732867
774.17/395.35	c cleaning 9999 clauses out of 20024 with flag 1713001/1742866
779.43/398.08	c cleaning 10002 clauses out of 20028 with flag 1723004/1752869
784.89/400.87	c cleaning 9993 clauses out of 20022 with flag 1733000/1762865
790.32/403.68	c cleaning 10012 clauses out of 20034 with flag 1743005/1772870
795.37/406.25	c cleaning 10002 clauses out of 20022 with flag 1753005/1782870
800.04/408.65	c cleaning 9995 clauses out of 20016 with flag 1763001/1792866
805.32/411.36	c cleaning 9998 clauses out of 20020 with flag 1773000/1802865
810.30/413.93	c cleaning 10001 clauses out of 20025 with flag 1783003/1812868
815.38/416.52	c cleaning 10002 clauses out of 20022 with flag 1793001/1822866
820.46/419.15	c cleaning 9994 clauses out of 20019 with flag 1803000/1832865
825.53/421.74	c cleaning 10002 clauses out of 20026 with flag 1813001/1842866
830.54/424.38	c cleaning 9999 clauses out of 20023 with flag 1823000/1852865
835.83/427.03	c cleaning 9999 clauses out of 20024 with flag 1833000/1862865
840.91/429.66	c cleaning 10002 clauses out of 20025 with flag 1843000/1872865
846.20/432.31	c cleaning 9997 clauses out of 20023 with flag 1853000/1882865
851.60/435.13	c cleaning 10008 clauses out of 20031 with flag 1863005/1892870
856.89/437.85	c cleaning 9993 clauses out of 20018 with flag 1873000/1902865
862.15/440.54	c cleaning 10006 clauses out of 20030 with flag 1883005/1912870
867.22/443.19	c cleaning 9998 clauses out of 20021 with flag 1893002/1922867
872.61/445.97	c cleaning 10003 clauses out of 20024 with flag 1903003/1932868
877.68/448.50	c cleaning 9991 clauses out of 20018 with flag 1913000/1942865
882.56/451.08	c cleaning 10005 clauses out of 20027 with flag 1923000/1952865
887.82/453.78	c cleaning 10004 clauses out of 20028 with flag 1933006/1962871
893.44/456.60	c cleaning 9996 clauses out of 20020 with flag 1943002/1972867
898.71/459.31	c cleaning 9998 clauses out of 20023 with flag 1953001/1982866
903.99/462.01	c cleaning 9997 clauses out of 20024 with flag 1963000/1992865
909.44/464.85	c cleaning 10004 clauses out of 20029 with flag 1973002/2002867
914.05/467.22	c cleaning 9996 clauses out of 20023 with flag 1983000/2012865
917.71/469.18	c cleaning 9980 clauses out of 20027 with flag 1993000/2022865
921.57/471.12	c cleaning 9991 clauses out of 20049 with flag 2003002/2032867
925.43/473.12	c cleaning 10010 clauses out of 20057 with flag 2013001/2042866
929.25/475.12	c cleaning 10005 clauses out of 20046 with flag 2023000/2052865
932.90/477.09	c cleaning 10003 clauses out of 20041 with flag 2033000/2062865
936.97/479.17	c cleaning 10000 clauses out of 20046 with flag 2043008/2072873
941.24/481.36	c cleaning 9990 clauses out of 20042 with flag 2053004/2082869
946.63/484.14	c cleaning 10010 clauses out of 20051 with flag 2063003/2092868
950.52/486.14	c cleaning 10005 clauses out of 20042 with flag 2073004/2102869
955.58/488.78	c cleaning 10001 clauses out of 20036 with flag 2083003/2112868
960.85/491.42	c cleaning 9997 clauses out of 20035 with flag 2093003/2122868
966.24/494.25	c cleaning 9997 clauses out of 20035 with flag 2103000/2132865
970.70/496.60	c cleaning 10010 clauses out of 20039 with flag 2113001/2142866
973.57/498.01	c cleaning 0 clauses out of 12708 with flag 0/12711
975.84/499.28	c cleaning 10005 clauses out of 20030 with flag 2123002/2152867
981.24/502.06	c cleaning 10004 clauses out of 20030 with flag 2133007/2162872
986.30/504.66	c cleaning 9995 clauses out of 20019 with flag 2143000/2172865
991.18/507.15	c cleaning 10005 clauses out of 20027 with flag 2153003/2182868
996.45/509.85	c cleaning 10000 clauses out of 20023 with flag 2163004/2192869
1001.25/512.37	c cleaning 10000 clauses out of 20019 with flag 2173000/2202865
1006.52/515.04	c cleaning 10004 clauses out of 20024 with flag 2183005/2212870
1011.58/517.67	c cleaning 10009 clauses out of 20024 with flag 2193009/2222874
1016.67/520.24	c cleaning 9995 clauses out of 20006 with flag 2203000/2232865
1021.86/522.96	c cleaning 10006 clauses out of 20018 with flag 2213007/2242872
1027.13/525.66	c cleaning 9993 clauses out of 20005 with flag 2223000/2252865
1032.58/528.40	c cleaning 9999 clauses out of 20013 with flag 2233001/2262866
1037.86/531.11	c cleaning 10005 clauses out of 20019 with flag 2243006/2272871
1043.25/533.90	c cleaning 10008 clauses out of 20020 with flag 2253012/2282877
1048.31/536.56	c cleaning 10001 clauses out of 20013 with flag 2263013/2292878
1052.99/539.00	c cleaning 9992 clauses out of 20002 with flag 2273003/2302868
1058.67/541.88	c cleaning 9996 clauses out of 20011 with flag 2283004/2312869
1064.47/544.85	c cleaning 9994 clauses out of 20011 with flag 2293000/2322865
1069.74/547.60	c cleaning 10001 clauses out of 20019 with flag 2303002/2332867
1075.20/550.38	c cleaning 10003 clauses out of 20018 with flag 2313002/2342867
1080.67/553.20	c cleaning 10001 clauses out of 20017 with flag 2323004/2352869
1086.28/556.01	c cleaning 9994 clauses out of 20012 with flag 2333000/2362865
1091.56/558.79	c cleaning 10002 clauses out of 20019 with flag 2343001/2372866
1097.63/561.82	c cleaning 10005 clauses out of 20022 with flag 2353006/2382871
1102.89/564.51	c cleaning 9995 clauses out of 20011 with flag 2363000/2392865
1108.49/567.44	c cleaning 10007 clauses out of 20023 with flag 2373007/2402872
1114.35/570.45	c cleaning 9998 clauses out of 20013 with flag 2383004/2412869
1119.82/573.25	c cleaning 10003 clauses out of 20019 with flag 2393008/2422873
1125.07/575.98	c cleaning 9993 clauses out of 20009 with flag 2403001/2432866
1130.86/578.93	c cleaning 10002 clauses out of 20017 with flag 2413002/2442867
1135.53/581.33	c cleaning 10000 clauses out of 20017 with flag 2423004/2452869
1140.80/584.05	c cleaning 9996 clauses out of 20014 with flag 2433001/2462866
1146.24/586.81	c cleaning 10002 clauses out of 20020 with flag 2443003/2472868
1151.63/589.67	c cleaning 10001 clauses out of 20016 with flag 2453001/2482866
1157.07/592.45	c cleaning 9998 clauses out of 20018 with flag 2463004/2492869
1162.33/595.15	c cleaning 9996 clauses out of 20016 with flag 2473000/2502865
1167.58/597.85	c cleaning 10009 clauses out of 20026 with flag 2483006/2512871
1172.97/600.64	c cleaning 9993 clauses out of 20011 with flag 2493000/2522865
1178.21/603.34	c cleaning 10003 clauses out of 20022 with flag 2503004/2532869
1183.67/606.20	c cleaning 10004 clauses out of 20019 with flag 2513004/2542869
1189.12/608.95	c cleaning 10007 clauses out of 20021 with flag 2523010/2552875
1194.31/611.68	c cleaning 9990 clauses out of 20007 with flag 2533003/2562868
1199.54/614.31	c cleaning 10004 clauses out of 20018 with flag 2543004/2572869
1204.59/616.92	c cleaning 9995 clauses out of 20010 with flag 2553000/2582865
1209.85/619.67	c cleaning 10001 clauses out of 20016 with flag 2563001/2592866
1214.99/622.34	c cleaning 10002 clauses out of 20016 with flag 2573002/2602867
1220.03/624.94	c cleaning 10000 clauses out of 20015 with flag 2583003/2612868
1225.23/627.65	c cleaning 10001 clauses out of 20014 with flag 2593002/2622867
1230.48/630.33	c cleaning 10003 clauses out of 20017 with flag 2603006/2632871
1235.61/633.05	c cleaning 9996 clauses out of 20012 with flag 2613004/2642869
1241.05/635.84	c cleaning 9996 clauses out of 20012 with flag 2623000/2652865
1246.27/638.57	c cleaning 10002 clauses out of 20019 with flag 2633003/2662868
1251.70/641.38	c cleaning 10003 clauses out of 20019 with flag 2643005/2672870
1257.24/644.20	c cleaning 9998 clauses out of 20011 with flag 2653000/2682865
1262.47/646.92	c cleaning 10000 clauses out of 20017 with flag 2663004/2692869
1267.70/649.69	c cleaning 9997 clauses out of 20013 with flag 2673000/2702865
1273.32/652.52	c cleaning 10001 clauses out of 20017 with flag 2683001/2712866
1278.66/655.36	c cleaning 10009 clauses out of 20022 with flag 2693007/2722872
1283.70/657.92	c cleaning 9995 clauses out of 20009 with flag 2703003/2732868
1289.35/660.81	c cleaning 10000 clauses out of 20013 with flag 2713002/2742867
1294.77/663.67	c cleaning 10001 clauses out of 20015 with flag 2723004/2752869
1300.12/666.49	c cleaning 9998 clauses out of 20014 with flag 2733004/2762869
1305.54/669.20	c cleaning 9994 clauses out of 20014 with flag 2743002/2772867
1310.76/671.98	c cleaning 10002 clauses out of 20018 with flag 2753000/2782865
1316.38/674.87	c cleaning 10004 clauses out of 20022 with flag 2763006/2792871
1321.53/677.59	c cleaning 9995 clauses out of 20012 with flag 2773000/2802865
1326.92/680.33	c cleaning 10005 clauses out of 20022 with flag 2783005/2812870
1332.54/683.20	c cleaning 9999 clauses out of 20012 with flag 2793000/2822865
1337.95/686.07	c cleaning 10000 clauses out of 20018 with flag 2803005/2832870
1343.86/689.15	c cleaning 9999 clauses out of 20018 with flag 2813005/2842870
1349.69/692.11	c cleaning 9999 clauses out of 20016 with flag 2823002/2852867
1355.30/695.07	c cleaning 9999 clauses out of 20016 with flag 2833001/2862866
1360.91/697.94	c cleaning 10004 clauses out of 20021 with flag 2843005/2872870
1366.42/700.85	c cleaning 10000 clauses out of 20015 with flag 2853003/2882868
1371.43/703.42	c cleaning 10002 clauses out of 20017 with flag 2863005/2892870
1376.43/706.00	c cleaning 9998 clauses out of 20011 with flag 2873001/2902866
1381.45/708.62	c cleaning 10000 clauses out of 20016 with flag 2883004/2912869
1386.57/711.39	c cleaning 9999 clauses out of 20016 with flag 2893004/2922869
1391.97/714.19	c cleaning 10004 clauses out of 20021 with flag 2903008/2932873
1397.39/716.97	c cleaning 9993 clauses out of 20009 with flag 2913000/2942865
1403.01/719.87	c cleaning 10002 clauses out of 20019 with flag 2923003/2952868
1408.35/722.69	c cleaning 10002 clauses out of 20019 with flag 2933005/2962870
1413.74/725.49	c cleaning 9993 clauses out of 20012 with flag 2943000/2972865
1418.75/728.09	c cleaning 10009 clauses out of 20023 with flag 2953004/2982869
1423.95/730.79	c cleaning 9992 clauses out of 20011 with flag 2963001/2992866
1429.24/733.54	c cleaning 9996 clauses out of 20020 with flag 2973002/3002867
1432.84/735.49	c cleaning 9984 clauses out of 20022 with flag 2983000/3012865
1436.66/737.43	c cleaning 10009 clauses out of 20040 with flag 2993002/3022867
1440.46/739.41	c cleaning 9986 clauses out of 20029 with flag 3003000/3032865
1444.55/741.64	c cleaning 10017 clauses out of 20046 with flag 3013003/3042868
1448.37/743.68	c cleaning 9992 clauses out of 20030 with flag 3023004/3052869
1452.78/745.93	c cleaning 10002 clauses out of 20034 with flag 3033000/3062865
1456.82/748.02	c cleaning 9979 clauses out of 20032 with flag 3043000/3072865
1460.48/750.09	c cleaning 9996 clauses out of 20054 with flag 3053001/3082866
1464.90/752.31	c cleaning 9998 clauses out of 20057 with flag 3063000/3092865
1468.90/754.40	c cleaning 9996 clauses out of 20060 with flag 3073001/3102866
1472.51/756.33	c cleaning 9995 clauses out of 20063 with flag 3083000/3112865
1476.61/758.56	c cleaning 10029 clauses out of 20068 with flag 3093000/3122865
1480.21/760.43	c cleaning 10010 clauses out of 20039 with flag 3103000/3132865
1483.84/762.35	c cleaning 9985 clauses out of 20030 with flag 3113001/3142866
1487.24/764.17	c cleaning 10005 clauses out of 20044 with flag 3123000/3152865
1491.33/766.38	c cleaning 9991 clauses out of 20039 with flag 3133000/3162865
1495.14/768.39	c cleaning 10003 clauses out of 20049 with flag 3143001/3172866
1499.33/770.54	c cleaning 10003 clauses out of 20045 with flag 3153000/3182865
1503.13/772.53	c cleaning 9994 clauses out of 20042 with flag 3163000/3192865
1507.02/774.61	c cleaning 10020 clauses out of 20064 with flag 3173016/3202881
1511.01/776.74	c cleaning 9998 clauses out of 20028 with flag 3183000/3212865
1515.02/778.84	c cleaning 9999 clauses out of 20031 with flag 3193001/3222866
1520.20/781.54	c cleaning 9995 clauses out of 20031 with flag 3203000/3232865
1525.87/784.53	c cleaning 10005 clauses out of 20040 with flag 3213004/3242869
1531.67/787.57	c cleaning 10000 clauses out of 20036 with flag 3223005/3252870
1537.65/790.66	c cleaning 9995 clauses out of 20031 with flag 3233000/3262865
1543.44/793.63	c cleaning 10005 clauses out of 20039 with flag 3243003/3272868
1549.10/796.68	c cleaning 9994 clauses out of 20034 with flag 3253003/3282868
1554.68/799.56	c cleaning 10003 clauses out of 20037 with flag 3263000/3292865
1559.29/801.91	c cleaning 10005 clauses out of 20035 with flag 3273001/3302866
1563.87/804.38	c cleaning 9999 clauses out of 20032 with flag 3283003/3312868
1569.76/807.45	c cleaning 9999 clauses out of 20032 with flag 3293002/3322867
1575.53/810.41	c cleaning 10001 clauses out of 20033 with flag 3303002/3332867
1581.52/813.54	c cleaning 9997 clauses out of 20032 with flag 3313002/3342867
1586.71/816.26	c cleaning 10006 clauses out of 20041 with flag 3323008/3352873
1592.58/819.30	c cleaning 9997 clauses out of 20029 with flag 3333002/3362867
1597.97/822.15	c cleaning 9997 clauses out of 20030 with flag 3343000/3372865
1603.75/825.10	c cleaning 10006 clauses out of 20040 with flag 3353007/3382872
1609.14/827.95	c cleaning 9996 clauses out of 20030 with flag 3363003/3392868
1614.99/831.03	c cleaning 9999 clauses out of 20033 with flag 3373002/3402867
1620.78/834.08	c cleaning 10006 clauses out of 20037 with flag 3383005/3412870
1626.98/837.21	c cleaning 9997 clauses out of 20028 with flag 3393002/3422867
1632.60/840.19	c cleaning 10002 clauses out of 20037 with flag 3403008/3432873
1638.07/843.09	c cleaning 9998 clauses out of 20034 with flag 3413007/3442872
1643.67/845.99	c cleaning 10005 clauses out of 20031 with flag 3423002/3452867
1649.03/848.78	c cleaning 9997 clauses out of 20024 with flag 3433000/3462865
1654.40/851.55	c cleaning 10006 clauses out of 20030 with flag 3443003/3472868
1659.64/854.39	c cleaning 10003 clauses out of 20029 with flag 3453008/3482873
1665.02/857.16	c cleaning 9997 clauses out of 20018 with flag 3463000/3492865
1670.40/859.99	c cleaning 10005 clauses out of 20023 with flag 3473002/3502867
1675.80/862.79	c cleaning 9995 clauses out of 20017 with flag 3483001/3512866
1681.63/865.84	c cleaning 10004 clauses out of 20025 with flag 3493004/3522869
1687.40/868.85	c cleaning 10002 clauses out of 20020 with flag 3503003/3532868
1693.17/871.80	c cleaning 9994 clauses out of 20016 with flag 3513001/3542866
1698.14/874.46	c cleaning 10013 clauses out of 20036 with flag 3523015/3552880
1703.20/877.12	c cleaning 9992 clauses out of 20008 with flag 3533000/3562865
1708.58/879.95	c cleaning 10000 clauses out of 20018 with flag 3543002/3572867
1713.73/882.67	c cleaning 9999 clauses out of 20018 with flag 3553002/3582867
1719.32/885.55	c cleaning 10002 clauses out of 20019 with flag 3563002/3592867
1724.95/888.52	c cleaning 10003 clauses out of 20023 with flag 3573008/3602873
1730.12/891.27	c cleaning 9998 clauses out of 20012 with flag 3583000/3612865
1735.67/894.17	c cleaning 10003 clauses out of 20018 with flag 3593004/3622869
1741.05/896.91	c cleaning 9993 clauses out of 20011 with flag 3603000/3632865
1746.55/899.83	c cleaning 10001 clauses out of 20019 with flag 3613001/3642866
1752.11/902.70	c cleaning 10006 clauses out of 20025 with flag 3623008/3652873
1757.47/905.54	c cleaning 10002 clauses out of 20016 with flag 3633005/3662870
1761.63/907.70	c cleaning 9997 clauses out of 20017 with flag 3643008/3672873
1766.09/910.19	c cleaning 9991 clauses out of 20015 with flag 3653003/3682868
1771.25/912.84	c cleaning 10000 clauses out of 20023 with flag 3663002/3692867
1776.61/915.60	c cleaning 9994 clauses out of 20022 with flag 3673001/3702866
1781.78/918.33	c cleaning 10006 clauses out of 20030 with flag 3683003/3712868
1787.00/921.12	c cleaning 9997 clauses out of 20021 with flag 3693000/3722865
1791.96/923.76	c cleaning 10007 clauses out of 20028 with flag 3703004/3732869
1797.14/926.40	c cleaning 10006 clauses out of 20029 with flag 3713012/3742877
1800.12/928.01	c starts		: 289
1800.12/928.01	c conflicts		: 3749066
1800.12/928.01	c decisions		: 4858322
1800.12/928.01	c propagations		: 65649227
1800.12/928.01	c inspects		: 1470227547
1800.12/928.01	c shortcuts		: 0
1800.12/928.01	c learnt literals	: 0
1800.12/928.01	c learnt binary clauses	: 31
1800.12/928.01	c learnt ternary clauses	: 838
1800.12/928.01	c learnt constraints	: 3749066
1800.12/928.01	c ignored constraints	: 0
1800.12/928.01	c root simplifications	: 0
1800.12/928.01	c removed literals (reason simplification)	: 668734163
1800.12/928.01	c reason swapping (by a shorter reason)	: 0
1800.12/928.01	c Calls to reduceDB	: 377
1800.12/928.01	c number of reductions to clauses (during analyze)	: 0
1800.12/928.01	c number of learned constraints concerned by reduction	: 0
1800.12/928.01	c number of learning phase by resolution	: 0
1800.12/928.01	c number of learning phase by cutting planes	: 0
1800.12/928.01	c speed (assignments/second)	: 71197.28763929181
1800.12/928.01	c non guided choices	61
1800.12/928.03	c learnt constraints type 
1800.12/928.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
1800.12/928.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16251
1800.12/928.03	c constraints type 
1800.12/928.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
1800.12/928.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.12/928.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
1800.12/928.03	c constraints type 
1800.12/928.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
1800.12/928.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
1800.12/928.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.12/928.03	s SATISFIABLE
1800.12/928.03	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 x174 x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 x200 -x201 -x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 x244 -x245 -x246 x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 -x301 x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 -x315 x316 x317 -x318 -x319 x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 -x371 x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 x395 -x396 -x397 x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 -x425 x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 -x471 x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 x535 -x536 x537 -x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 x561 -x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 -x585 x586 x587 -x588 -x589 -x590 -x591 x592 x593 -x594 -x595 x596 -x597 x598 -x599 x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 x613 -x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 x633 -x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 x649 -x650 -x651 x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 x671 -x672 -x673 x674 -x675 x676 -x677 x678 x679 -x680 x681 -x682 -x683 x684 -x685 x686 -x687 x688 x689 -x690 -x691 x692 -x693 x694 -x695 x696 x697 -x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 x711 -x712 x713 -x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 -x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 -x747 x748 x749 -x750 -x751 x752 x753 -x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 x767 -x768 -x769 x770 -x771 x772 x773 -x774 -x775 x776 x777 -x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 x789 -x790 -x791 -x792 -x793 x794 -x795 x796 -x797 x798 x799 -x800 -x801 x802 -x803 x804 -x805 x806 x807 -x808 
1800.12/928.03	c objective function=372
1800.12/928.03	c Total wall clock time (in seconds): 927.901

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-3732513-1338685785/watcher-3732513-1338685785 -o /tmp/evaluation-result-3732513-1338685785/solver-3732513-1338685785 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732513-1338685785.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.14 3.35 3.43 3/198 25530
/proc/meminfo: memFree=26754584/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25530/stat : 25530 (java) D 25528 25530 23082 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 334703456 9515008 175 33554432000 1073741824 1073778376 140733862472784 140733862455512 223651644304 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/25530/statm: 2323 175 133 9 0 71 0

[startup+0.0685739 s]
/proc/loadavg: 3.14 3.35 3.43 3/198 25530
/proc/meminfo: memFree=26754584/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 4302 0 1 0 3 1 0 0 20 0 13 0 334703456 11523600384 12155 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2813379 12155 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.10023 s]
/proc/loadavg: 3.14 3.35 3.43 3/198 25530
/proc/meminfo: memFree=26754584/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 4585 0 1 0 6 1 0 0 20 0 18 0 334703456 11864465408 12949 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2896598 12961 1867 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300188 s]
/proc/loadavg: 3.14 3.35 3.43 3/198 25530
/proc/meminfo: memFree=26754584/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11586392 CPUtime=0.52 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 7668 0 1 0 51 1 0 0 20 0 18 0 334703456 11864465408 17241 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2896598 17241 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700243 s]
/proc/loadavg: 3.14 3.35 3.43 3/198 25530
/proc/meminfo: memFree=26754584/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 11065 0 1 0 151 4 0 0 20 0 19 0 334703456 12137111552 22015 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 22015 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.14 3.35 3.43 7/220 25555
/proc/meminfo: memFree=26656148/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=2.51 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 17663 0 1 0 244 7 0 0 20 0 22 0 334703456 12137111552 35562 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 35562 2262 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3389 0 1 0 32 2 0 0 20 0 22 0 334703457 12137111552 35562 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703461 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399700548328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) R 25528 25530 23082 0 -1 4202560 6146 0 0 0 62 0 0 0 20 0 22 0 334703464 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399696314136 140399887420749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) R 25528 25530 23082 0 -1 4202560 6799 0 0 0 63 0 0 0 20 0 22 0 334703464 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399695261368 140399889551635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25552] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25552/stat : 25552 (java) S 25528 25530 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334703494 12137111552 35563 33554432000 1073741824 1073778376 140735579594288 140399688967720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 11852648

[startup+3.10071 s]
/proc/loadavg: 3.14 3.35 3.43 4/220 25558
/proc/meminfo: memFree=26470232/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=6.61 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 26939 0 1 0 643 18 0 0 20 0 22 0 334703456 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 116479 2292 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3389 0 1 0 32 2 0 0 20 0 22 0 334703457 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) S 25528 25530 23082 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 334703461 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399700548328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) S 25528 25530 23082 0 -1 4202560 12740 0 0 0 115 2 0 0 20 0 22 0 334703464 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399696337080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) S 25528 25530 23082 0 -1 4202560 9254 0 0 0 127 2 0 0 20 0 22 0 334703464 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399695284280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25558] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25558/stat : 25558 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703595 12137111552 116479 33554432000 1073741824 1073778376 140735579594288 140399690020136 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.05 3.33 3.42 5/220 25567
/proc/meminfo: memFree=26089496/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=12.71 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 32777 0 1 0 1240 31 0 0 20 0 22 0 334703456 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 177842 2292 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3389 0 1 0 33 2 0 0 20 0 22 0 334703457 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334703460 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) S 25528 25530 23082 0 -1 4202560 42 0 0 0 11 0 0 0 20 0 22 0 334703461 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399700548328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) S 25528 25530 23082 0 -1 4202560 16188 0 0 0 163 3 0 0 20 0 22 0 334703464 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399696337080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) S 25528 25530 23082 0 -1 4202560 11478 0 0 0 169 2 0 0 20 0 22 0 334703464 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399695284280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25561] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25561/stat : 25561 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703695 12137111552 177842 33554432000 1073741824 1073778376 140735579594288 140399692125096 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 11852648

[startup+12.7009 s]

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

[pid=25530/tid=25568] ppid=25528 vsize=11852648 CPUtime=707.59 cores=1,3,5,7
/proc/25530/task/25568/stat : 25568 (java) R 25528 25530 23082 0 -1 4202560 192 0 0 0 70747 12 0 0 20 0 22 0 334704050 12137111552 292094 33554432000 1073741824 1073778376 140735579594288 140399690019664 140399746856936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25569] ppid=25528 vsize=11852648 CPUtime=707.48 cores=1,3,5,7
/proc/25530/task/25569/stat : 25569 (java) R 25528 25530 23082 0 -1 4202560 188 0 0 0 70731 17 0 0 20 0 22 0 334704050 12137111552 292094 33554432000 1073741824 1073778376 140735579594288 140399691069648 140399746938799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25570] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25570/stat : 25570 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334704050 12137111552 292094 33554432000 1073741824 1073778376 140735579594288 140399688966952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1483.84
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.98 3.78 3.58 5/219 25986
/proc/meminfo: memFree=23808540/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=1598.24 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 36943 0 1 0 159736 88 0 0 20 0 22 0 334703456 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 304945 2293 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3494 0 1 0 36 4 0 0 20 0 22 0 334703457 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 126 0 0 0 139 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 85 0 0 0 122 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 95 0 0 0 128 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 98 0 0 0 123 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 63 0 0 0 128 3 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 91 0 0 0 130 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 80 0 0 0 132 0 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 92 0 0 0 132 2 0 0 20 0 22 0 334703460 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=51.78 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) R 25528 25530 23082 0 -1 4202560 212 0 0 0 5169 9 0 0 20 0 22 0 334703461 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399700547304 140399890425859 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) S 25528 25530 23082 0 -1 4202560 16265 0 0 0 178 3 0 0 20 0 22 0 334703464 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399696337080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=2.63 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) S 25528 25530 23082 0 -1 4202560 14188 0 0 0 260 3 0 0 20 0 22 0 334703464 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399695284280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 46 0 0 0 20 21 0 0 20 0 22 0 334703464 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25561] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25561/stat : 25561 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703695 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399692125096 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25568] ppid=25528 vsize=11852648 CPUtime=761.42 cores=1,3,5,7
/proc/25530/task/25568/stat : 25568 (java) S 25528 25530 23082 0 -1 4202560 199 0 0 0 76129 13 0 0 20 0 22 0 334704050 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399690019784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25569] ppid=25528 vsize=11852648 CPUtime=761.31 cores=1,3,5,7
/proc/25530/task/25569/stat : 25569 (java) S 25528 25530 23082 0 -1 4202560 190 0 0 0 76113 18 0 0 20 0 22 0 334704050 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399691069848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25570] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25570/stat : 25570 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334704050 12137111552 304945 33554432000 1073741824 1073778376 140735579594288 140399688966952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1598.24
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.81 3.60 5/219 25986
/proc/meminfo: memFree=23740460/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=1713.13 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 37063 0 1 0 171222 91 0 0 20 0 22 0 334703456 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 320870 2293 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3504 0 1 0 36 4 0 0 20 0 22 0 334703457 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 128 0 0 0 146 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 106 0 0 0 132 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 95 0 0 0 136 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 109 0 0 0 131 3 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 66 0 0 0 139 3 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 103 0 0 0 140 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 93 0 0 0 136 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 92 0 0 0 140 2 0 0 20 0 22 0 334703460 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=57.16 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) S 25528 25530 23082 0 -1 4202560 245 0 0 0 5706 10 0 0 20 0 22 0 334703461 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399700548328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) S 25528 25530 23082 0 -1 4202560 16265 0 0 0 178 3 0 0 20 0 22 0 334703464 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399696337080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=2.63 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) S 25528 25530 23082 0 -1 4202560 14188 0 0 0 260 3 0 0 20 0 22 0 334703464 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399695284280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 50 0 0 0 20 22 0 0 20 0 22 0 334703464 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25561] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25561/stat : 25561 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703695 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399692125096 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25568] ppid=25528 vsize=11852648 CPUtime=815.85 cores=1,3,5,7
/proc/25530/task/25568/stat : 25568 (java) R 25528 25530 23082 0 -1 4202560 210 0 0 0 81571 14 0 0 20 0 22 0 334704050 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399690019664 140399746862648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25569] ppid=25528 vsize=11852648 CPUtime=815.72 cores=1,3,5,7
/proc/25530/task/25569/stat : 25569 (java) R 25528 25530 23082 0 -1 4202560 190 0 0 0 81552 20 0 0 20 0 22 0 334704050 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399691069536 140399746936614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25570] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25570/stat : 25570 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334704050 12137111552 320870 33554432000 1073741824 1073778376 140735579594288 140399688966952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1713.13
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.001 s]
/proc/loadavg: 3.94 3.82 3.61 5/219 25986
/proc/meminfo: memFree=23729972/32873844 swapFree=7628/7628
[pid=25530] ppid=25528 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/25530/stat : 25530 (java) S 25528 25530 23082 0 -1 4202496 37125 0 1 0 179917 95 0 0 20 0 22 0 334703456 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140735579585424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25530/statm: 2963162 320911 2293 9 0 2953849 0
[pid=25530/tid=25532] ppid=25528 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25530/task/25532/stat : 25532 (java) S 25528 25530 23082 0 -1 4202560 3514 0 1 0 36 4 0 0 20 0 22 0 334703457 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399883572376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25533] ppid=25528 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/25530/task/25533/stat : 25533 (java) S 25528 25530 23082 0 -1 4202560 139 0 0 0 148 3 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399872633640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25534] ppid=25528 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/25530/task/25534/stat : 25534 (java) S 25528 25530 23082 0 -1 4202560 106 0 0 0 133 2 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399871580840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25535] ppid=25528 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/25530/task/25535/stat : 25535 (java) S 25528 25530 23082 0 -1 4202560 98 0 0 0 138 2 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399870528552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25536] ppid=25528 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25530/task/25536/stat : 25536 (java) S 25528 25530 23082 0 -1 4202560 120 0 0 0 133 3 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399869475752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25537] ppid=25528 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/25530/task/25537/stat : 25537 (java) S 25528 25530 23082 0 -1 4202560 71 0 0 0 142 3 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399868422440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25538] ppid=25528 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/25530/task/25538/stat : 25538 (java) S 25528 25530 23082 0 -1 4202560 106 0 0 0 141 2 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399867369640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25539] ppid=25528 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/25530/task/25539/stat : 25539 (java) S 25528 25530 23082 0 -1 4202560 97 0 0 0 137 2 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399866317352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25540] ppid=25528 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/25530/task/25540/stat : 25540 (java) S 25528 25530 23082 0 -1 4202560 96 0 0 0 143 2 0 0 20 0 22 0 334703460 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399865264552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25541] ppid=25528 vsize=11852648 CPUtime=61.65 cores=1,3,5,7
/proc/25530/task/25541/stat : 25541 (java) S 25528 25530 23082 0 -1 4202560 247 0 0 0 6153 12 0 0 20 0 22 0 334703461 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399700548328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25542] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25542/stat : 25542 (java) S 25528 25530 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399699494392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25543] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25543/stat : 25543 (java) S 25528 25530 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334703462 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399698441992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25544] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25544/stat : 25544 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399697390480 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25545] ppid=25528 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25530/task/25545/stat : 25545 (java) S 25528 25530 23082 0 -1 4202560 16265 0 0 0 178 3 0 0 20 0 22 0 334703464 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399696337080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25546] ppid=25528 vsize=11852648 CPUtime=2.63 cores=1,3,5,7
/proc/25530/task/25546/stat : 25546 (java) S 25528 25530 23082 0 -1 4202560 14188 0 0 0 260 3 0 0 20 0 22 0 334703464 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399695284280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25547] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25547/stat : 25547 (java) S 25528 25530 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334703464 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399694232184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25530/tid=25548] ppid=25528 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/25530/task/25548/stat : 25548 (java) S 25528 25530 23082 0 -1 4202560 52 0 0 0 21 22 0 0 20 0 22 0 334703464 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399693179592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25561] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25561/stat : 25561 (java) S 25528 25530 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334703695 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399692125096 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25530/tid=25568] ppid=25528 vsize=11852648 CPUtime=857.01 cores=1,3,5,7
/proc/25530/task/25568/stat : 25568 (java) R 25528 25530 23082 0 -1 4202560 217 0 0 0 85686 15 0 0 20 0 22 0 334704050 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399690019664 140399746894991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25530/tid=25569] ppid=25528 vsize=11852648 CPUtime=856.9 cores=1,3,5,7
/proc/25530/task/25569/stat : 25569 (java) R 25528 25530 23082 0 -1 4202560 190 0 0 0 85669 21 0 0 20 0 22 0 334704050 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399691069616 140399746938778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25530/tid=25570] ppid=25528 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25530/task/25570/stat : 25570 (java) S 25528 25530 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334704050 12137111552 320911 33554432000 1073741824 1073778376 140735579594288 140399688966952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 928.052
CPU time (s): 1800.6
CPU user time (s): 1799.22
CPU system time (s): 1.38279
CPU usage (%): 194.019
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 1.38279
maximum resident set size= 1283764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37157
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32626
involuntary context switches= 35153

runsolver used 3.35149 second user time and 9.12361 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 03:09:46
IDJOB=3732513
IDBENCH=2106
IDSOLVER=2328
FILE ID=node144/3732513-1338685785
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732513-1338685785/watcher-3732513-1338685785 -o /tmp/evaluation-result-3732513-1338685785/solver-3732513-1338685785 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732513-1338685785.opb

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

MD5SUM BENCH= 05a418d42b6e85967009c0fa73623d83
RANDOM SEED=2087014141

node144.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		: 2666.196
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	: 5332.39
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		: 2666.196
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		: 2666.196
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	: 5438.54
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		: 2666.196
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		: 2666.196
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.90
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		: 2666.196
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.92
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		: 2666.196
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		: 2666.196
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26754476 kB
Buffers:          627304 kB
Cached:          3623780 kB
SwapCached:          464 kB
Active:          3384856 kB
Inactive:        1865604 kB
Active(anon):     982152 kB
Inactive(anon):    11196 kB
Active(file):    2402704 kB
Inactive(file):  1854408 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:               132 kB
Writeback:             0 kB
AnonPages:       1000176 kB
Mapped:            22500 kB
Shmem:               172 kB
Slab:             725328 kB
SReclaimable:     167372 kB
SUnreclaim:       557956 kB
KernelStack:        1632 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 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= 70836 MiB
End job on node144 at 2012-06-03 03:25:16