Trace number 3454185

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
Sat4j Res//CP 2.3.0? (TO) 1800.29 912.407

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2678
Total number of constraints6689
Number of constraints which are clauses6689
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 constraint3
Number of terms in the objective function 2678
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 2678
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2678
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3454185-1307189178.opb
0.00/0.11	c reading problem ... 
0.49/0.37	c ... done. Wall clock time 0.268s.
0.49/0.37	c #vars     2678
0.49/0.37	c #constraints  6689
0.49/0.37	c constraints type 
0.49/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
0.49/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
0.49/0.37	c constraints type 
0.49/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1711
0.49/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4978
5.51/2.57	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.60/5.04	c cleaning 4250 clauses out of 8500 with flag 11000/11000
13.18/6.38	c cleaning 0 clauses out of 5000 with flag 0/5000
16.95/8.16	c cleaning 5625 clauses out of 11250 with flag 18000/18000
24.41/11.84	c cleaning 6811 clauses out of 13625 with flag 26000/26000
27.51/13.32	c cleaning 0 clauses out of 11000 with flag 0/11000
32.85/16.04	c cleaning 7908 clauses out of 15815 with flag 35001/35001
42.42/20.85	c cleaning 8951 clauses out of 17907 with flag 45001/45001
43.84/21.54	c cleaning 0 clauses out of 18001 with flag 0/18001
50.26/24.73	c cleaning 9476 clauses out of 18956 with flag 55001/55001
57.64/28.40	c cleaning 9737 clauses out of 19479 with flag 65000/65000
58.03/28.70	c cleaning 0 clauses out of 26000 with flag 0/26000
65.98/32.64	c cleaning 9869 clauses out of 19742 with flag 75000/75000
73.15/36.22	c cleaning 0 clauses out of 35001 with flag 0/35001
75.92/37.67	c cleaning 9935 clauses out of 19873 with flag 85001/85001
86.10/42.74	c cleaning 9965 clauses out of 19938 with flag 95001/95001
89.86/44.69	c cleaning 0 clauses out of 45000 with flag 0/45000
95.82/47.64	c cleaning 9983 clauses out of 19974 with flag 105002/105002
105.39/52.41	c cleaning 9989 clauses out of 19990 with flag 115001/115001
106.75/53.20	c cleaning 0 clauses out of 55000 with flag 0/55000
114.93/57.27	c cleaning 9995 clauses out of 20002 with flag 125002/125002
122.87/61.24	c cleaning 0 clauses out of 65001 with flag 0/65001
125.03/62.38	c cleaning 9999 clauses out of 20006 with flag 135001/135001
135.00/67.34	c cleaning 9997 clauses out of 20006 with flag 145000/145000
140.94/70.39	c cleaning 0 clauses out of 75001 with flag 0/75001
144.30/72.02	c cleaning 9997 clauses out of 20009 with flag 155000/155000
151.86/75.82	c cleaning 10000 clauses out of 20012 with flag 165000/165000
159.62/79.72	c cleaning 10001 clauses out of 20013 with flag 175001/175001
160.16/80.08	c cleaning 0 clauses out of 85000 with flag 0/85000
167.72/83.89	c cleaning 9997 clauses out of 20012 with flag 185001/185001
175.88/87.92	c cleaning 10002 clauses out of 20014 with flag 195000/195000
180.03/90.08	c cleaning 0 clauses out of 95001 with flag 0/95001
183.97/92.08	c cleaning 9998 clauses out of 20012 with flag 205000/205000
191.92/96.08	c cleaning 9999 clauses out of 20015 with flag 215001/215001
200.48/100.34	c cleaning 10000 clauses out of 20016 with flag 225001/225001
201.43/100.81	c cleaning 0 clauses out of 105000 with flag 0/105001
209.36/104.84	c cleaning 10001 clauses out of 20017 with flag 235002/235002
218.32/109.33	c cleaning 10000 clauses out of 20015 with flag 245001/245001
223.26/111.80	c cleaning 0 clauses out of 115001 with flag 0/115002
227.41/113.93	c cleaning 10001 clauses out of 20015 with flag 255001/255001
236.54/118.54	c cleaning 10001 clauses out of 20014 with flag 265001/265001
245.69/123.20	c cleaning 10001 clauses out of 20013 with flag 275001/275001
247.03/123.89	c cleaning 0 clauses out of 125000 with flag 0/125001
255.37/128.05	c cleaning 10003 clauses out of 20013 with flag 285002/285002
264.90/132.83	c cleaning 9998 clauses out of 20009 with flag 295001/295001
268.85/134.89	c cleaning 0 clauses out of 135000 with flag 0/135001
274.58/137.77	c cleaning 10002 clauses out of 20012 with flag 305002/305002
284.53/142.73	c cleaning 9995 clauses out of 20009 with flag 315001/315001
292.64/146.81	c cleaning 0 clauses out of 145000 with flag 0/145001
294.39/147.73	c cleaning 10001 clauses out of 20013 with flag 325000/325000
304.33/152.71	c cleaning 9996 clauses out of 20012 with flag 335000/335000
314.06/157.67	c cleaning 10003 clauses out of 20016 with flag 345000/345000
318.17/159.70	c cleaning 0 clauses out of 155000 with flag 0/155001
324.11/162.74	c cleaning 9999 clauses out of 20013 with flag 355000/355000
334.04/167.79	c cleaning 9997 clauses out of 20014 with flag 365000/365000
344.00/172.80	c cleaning 10005 clauses out of 20017 with flag 375000/375000
344.30/172.94	c cleaning 0 clauses out of 164999 with flag 0/165000
354.42/178.01	c cleaning 9998 clauses out of 20013 with flag 385001/385001
364.76/183.21	c cleaning 10003 clauses out of 20016 with flag 395002/395002
369.11/185.44	c cleaning 0 clauses out of 175000 with flag 0/175001
375.01/188.45	c cleaning 10003 clauses out of 20013 with flag 405002/405002
385.14/193.52	c cleaning 10001 clauses out of 20011 with flag 415003/415003
395.67/198.88	c cleaning 9994 clauses out of 20007 with flag 425000/425000
396.99/199.57	c cleaning 0 clauses out of 185001 with flag 0/185002
406.49/204.32	c cleaning 9998 clauses out of 20013 with flag 435000/435000
417.22/209.74	c cleaning 10002 clauses out of 20015 with flag 445000/445000
425.75/214.00	c cleaning 0 clauses out of 195000 with flag 0/195001
428.07/215.29	c cleaning 10002 clauses out of 20013 with flag 455000/455000
438.96/220.74	c cleaning 9999 clauses out of 20012 with flag 465001/465001
449.68/226.17	c cleaning 9996 clauses out of 20012 with flag 475000/475000
454.40/228.58	c cleaning 0 clauses out of 205000 with flag 0/205001
460.93/231.82	c cleaning 10000 clauses out of 20016 with flag 485000/485000
472.01/237.47	c cleaning 10001 clauses out of 20019 with flag 495003/495003
481.94/242.40	c cleaning 0 clauses out of 214999 with flag 0/215000
483.49/243.28	c cleaning 9999 clauses out of 20015 with flag 505000/505000
494.58/248.86	c cleaning 10002 clauses out of 20017 with flag 515001/515001
505.30/254.24	c cleaning 9999 clauses out of 20014 with flag 525000/525000
513.58/258.49	c cleaning 0 clauses out of 225000 with flag 0/225001
516.70/260.04	c cleaning 9999 clauses out of 20015 with flag 535000/535000
528.01/265.76	c cleaning 9998 clauses out of 20017 with flag 545001/545001
539.49/271.50	c cleaning 10000 clauses out of 20018 with flag 555000/555000
546.01/274.89	c cleaning 0 clauses out of 234999 with flag 0/235000
551.12/277.42	c cleaning 10001 clauses out of 20018 with flag 565000/565000
562.44/283.19	c cleaning 10001 clauses out of 20018 with flag 575001/575001
573.90/288.95	c cleaning 9999 clauses out of 20017 with flag 585001/585001
578.42/291.27	c cleaning 0 clauses out of 244999 with flag 0/245000
585.13/294.69	c cleaning 10002 clauses out of 20018 with flag 595001/595001
596.04/300.11	c cleaning 10004 clauses out of 20015 with flag 605000/605000
606.90/305.68	c cleaning 10000 clauses out of 20012 with flag 615001/615001
613.01/308.72	c cleaning 0 clauses out of 255001 with flag 0/255002
618.72/311.61	c cleaning 9999 clauses out of 20011 with flag 625000/625000
630.23/317.43	c cleaning 10001 clauses out of 20013 with flag 635001/635001
641.50/323.19	c cleaning 9996 clauses out of 20012 with flag 645001/645001
643.61/324.26	c cleaning 0 clauses out of 265000 with flag 0/265001
653.31/329.20	c cleaning 10001 clauses out of 20017 with flag 655002/655002
664.82/334.92	c cleaning 10000 clauses out of 20015 with flag 665001/665001
675.48/340.35	c cleaning 0 clauses out of 275000 with flag 0/275001
676.58/340.90	c cleaning 10000 clauses out of 20014 with flag 675000/675000
687.08/346.28	c cleaning 10003 clauses out of 20016 with flag 685002/685002
697.98/351.75	c cleaning 9999 clauses out of 20012 with flag 695001/695001
707.03/356.38	c cleaning 0 clauses out of 284999 with flag 0/285000
708.93/357.33	c cleaning 10001 clauses out of 20012 with flag 705000/705000
719.62/362.71	c cleaning 9999 clauses out of 20011 with flag 715000/715000
730.32/368.11	c cleaning 9995 clauses out of 20012 with flag 725000/725000
739.17/372.61	c cleaning 0 clauses out of 295000 with flag 0/295001
741.27/373.73	c cleaning 10004 clauses out of 20018 with flag 735001/735001
751.97/379.13	c cleaning 9998 clauses out of 20013 with flag 745000/745000
762.67/384.58	c cleaning 10001 clauses out of 20016 with flag 755001/755001
769.51/388.04	c cleaning 0 clauses out of 304999 with flag 0/305000
773.80/390.24	c cleaning 9997 clauses out of 20015 with flag 765001/765001
784.69/395.75	c cleaning 10000 clauses out of 20017 with flag 775000/775000
795.79/401.35	c cleaning 10002 clauses out of 20018 with flag 785001/785001
802.23/404.67	c cleaning 0 clauses out of 314999 with flag 0/315000
806.93/407.09	c cleaning 9998 clauses out of 20016 with flag 795001/795001
818.04/412.67	c cleaning 10002 clauses out of 20017 with flag 805000/805000
829.10/418.29	c cleaning 10000 clauses out of 20016 with flag 815001/815001
835.73/421.66	c cleaning 0 clauses out of 325000 with flag 0/325001
840.21/424.00	c cleaning 10000 clauses out of 20015 with flag 825000/825000
851.50/429.69	c cleaning 10002 clauses out of 20015 with flag 835000/835000
863.41/435.66	c cleaning 9998 clauses out of 20014 with flag 845001/845001
870.05/439.05	c cleaning 0 clauses out of 334999 with flag 0/335000
875.90/442.00	c cleaning 9998 clauses out of 20015 with flag 855000/855000
887.98/448.15	c cleaning 10005 clauses out of 20017 with flag 865000/865000
899.87/454.13	c cleaning 9996 clauses out of 20013 with flag 875001/875001
903.29/455.98	c cleaning 0 clauses out of 345000 with flag 0/345001
911.77/460.24	c cleaning 9998 clauses out of 20017 with flag 885001/885001
923.86/466.30	c cleaning 10004 clauses out of 20019 with flag 895001/895001
935.94/472.45	c cleaning 9999 clauses out of 20014 with flag 905000/905000
940.16/474.66	c cleaning 0 clauses out of 355000 with flag 0/355001
947.85/478.54	c cleaning 10002 clauses out of 20015 with flag 915000/915000
959.11/484.24	c cleaning 10003 clauses out of 20013 with flag 925000/925000
971.19/490.33	c cleaning 9999 clauses out of 20012 with flag 935002/935002
976.61/493.13	c cleaning 0 clauses out of 364999 with flag 0/365000
983.28/496.53	c cleaning 9999 clauses out of 20012 with flag 945001/945001
994.76/502.36	c cleaning 9999 clauses out of 20013 with flag 955001/955001
1006.67/508.34	c cleaning 10003 clauses out of 20015 with flag 965002/965002
1010.25/510.26	c cleaning 0 clauses out of 374999 with flag 0/375000
1018.72/514.55	c cleaning 10000 clauses out of 20011 with flag 975001/975001
1030.59/520.52	c cleaning 9997 clauses out of 20010 with flag 985000/985000
1042.66/526.60	c cleaning 10002 clauses out of 20013 with flag 995000/995000
1047.49/529.18	c cleaning 0 clauses out of 384999 with flag 0/385000
1054.93/532.90	c cleaning 9997 clauses out of 20012 with flag 1005001/1005001
1066.80/538.92	c cleaning 9998 clauses out of 20015 with flag 1015001/1015001
1078.87/545.02	c cleaning 9999 clauses out of 20016 with flag 1025000/1025000
1088.28/549.87	c cleaning 0 clauses out of 395000 with flag 0/395001
1090.55/551.06	c cleaning 10001 clauses out of 20017 with flag 1035000/1035000
1101.85/556.75	c cleaning 9998 clauses out of 20017 with flag 1045001/1045001
1113.88/562.83	c cleaning 10004 clauses out of 20019 with flag 1055001/1055001
1127.08/569.50	c cleaning 10002 clauses out of 20014 with flag 1065000/1065000
1132.75/572.43	c cleaning 0 clauses out of 404999 with flag 0/405000
1140.41/576.36	c cleaning 9999 clauses out of 20012 with flag 1075000/1075000
1153.08/582.72	c cleaning 10001 clauses out of 20014 with flag 1085001/1085001
1164.49/588.59	c cleaning 10001 clauses out of 20013 with flag 1095001/1095001
1172.13/592.44	c cleaning 0 clauses out of 414999 with flag 0/415000
1176.79/594.82	c cleaning 9995 clauses out of 20011 with flag 1105000/1105000
1188.65/600.86	c cleaning 10000 clauses out of 20017 with flag 1115001/1115001
1200.84/607.09	c cleaning 9997 clauses out of 20016 with flag 1125000/1125000
1213.10/613.26	c cleaning 10000 clauses out of 20020 with flag 1135001/1135001
1214.18/613.91	c cleaning 0 clauses out of 425001 with flag 0/425002
1225.25/619.43	c cleaning 10005 clauses out of 20020 with flag 1145001/1145001
1237.00/625.47	c cleaning 9998 clauses out of 20014 with flag 1155000/1155000
1249.09/631.59	c cleaning 10000 clauses out of 20017 with flag 1165001/1165001
1250.53/632.39	c cleaning 0 clauses out of 434999 with flag 0/435000
1260.98/637.67	c cleaning 10003 clauses out of 20017 with flag 1175001/1175001
1273.16/643.89	c cleaning 9997 clauses out of 20014 with flag 1185001/1185001
1285.21/649.93	c cleaning 10004 clauses out of 20017 with flag 1195001/1195001
1293.07/653.98	c cleaning 0 clauses out of 444999 with flag 0/445000
1297.52/656.23	c cleaning 9999 clauses out of 20012 with flag 1205000/1205000
1309.70/662.46	c cleaning 9998 clauses out of 20014 with flag 1215001/1215001
1321.75/668.53	c cleaning 9997 clauses out of 20015 with flag 1225000/1225000
1334.00/674.75	c cleaning 9997 clauses out of 20018 with flag 1235000/1235000
1337.25/676.41	c cleaning 0 clauses out of 454999 with flag 0/455000
1346.42/681.20	c cleaning 9999 clauses out of 20021 with flag 1245000/1245000
1358.86/687.46	c cleaning 10006 clauses out of 20022 with flag 1255000/1255000
1370.91/693.56	c cleaning 10003 clauses out of 20018 with flag 1265002/1265002
1381.15/698.74	c cleaning 0 clauses out of 465001 with flag 0/465002
1383.51/700.00	c cleaning 9999 clauses out of 20013 with flag 1275000/1275000
1395.36/706.10	c cleaning 9999 clauses out of 20014 with flag 1285000/1285000
1407.21/712.08	c cleaning 10001 clauses out of 20016 with flag 1295001/1295001
1419.26/718.19	c cleaning 9999 clauses out of 20014 with flag 1305000/1305000
1425.02/721.18	c cleaning 0 clauses out of 475000 with flag 0/475001
1431.67/724.50	c cleaning 9997 clauses out of 20015 with flag 1315000/1315000
1442.72/730.16	c cleaning 10002 clauses out of 20018 with flag 1325000/1325000
1454.76/736.21	c cleaning 10000 clauses out of 20016 with flag 1335000/1335000
1466.53/742.24	c cleaning 10004 clauses out of 20016 with flag 1345000/1345000
1470.78/744.43	c cleaning 0 clauses out of 485003 with flag 0/485004
1478.82/748.57	c cleaning 10003 clauses out of 20014 with flag 1355002/1355002
1491.10/754.73	c cleaning 10001 clauses out of 20009 with flag 1365000/1365000
1503.42/761.08	c cleaning 9999 clauses out of 20010 with flag 1375002/1375002
1515.86/767.30	c cleaning 10000 clauses out of 20010 with flag 1385001/1385001
1517.30/768.18	c cleaning 0 clauses out of 495000 with flag 0/495001
1527.93/773.50	c cleaning 9996 clauses out of 20010 with flag 1395001/1395001
1540.29/779.80	c cleaning 10000 clauses out of 20014 with flag 1405001/1405001
1552.73/786.11	c cleaning 10002 clauses out of 20013 with flag 1415000/1415000
1564.96/792.32	c cleaning 10000 clauses out of 20011 with flag 1425000/1425000
1566.00/792.98	c cleaning 0 clauses out of 504999 with flag 0/505000
1577.38/798.74	c cleaning 10000 clauses out of 20011 with flag 1435000/1435000
1589.58/804.98	c cleaning 9999 clauses out of 20011 with flag 1445000/1445000
1602.02/811.21	c cleaning 10000 clauses out of 20014 with flag 1455002/1455002
1610.65/815.60	c cleaning 0 clauses out of 515000 with flag 0/515001
1614.40/817.69	c cleaning 9994 clauses out of 20012 with flag 1465000/1465000
1626.85/823.94	c cleaning 10003 clauses out of 20018 with flag 1475000/1475000
1639.46/830.30	c cleaning 10000 clauses out of 20015 with flag 1485000/1485000
1651.69/836.57	c cleaning 9997 clauses out of 20016 with flag 1495001/1495001
1656.24/838.95	c cleaning 0 clauses out of 525000 with flag 0/525001
1664.06/842.96	c cleaning 10001 clauses out of 20019 with flag 1505001/1505001
1676.29/849.21	c cleaning 10002 clauses out of 20017 with flag 1515000/1515000
1688.92/855.50	c cleaning 10006 clauses out of 20019 with flag 1525004/1525004
1701.25/861.84	c cleaning 9999 clauses out of 20010 with flag 1535001/1535001
1703.48/863.02	c cleaning 0 clauses out of 535000 with flag 0/535001
1713.71/868.26	c cleaning 9998 clauses out of 20010 with flag 1545000/1545000
1725.94/874.50	c cleaning 9997 clauses out of 20013 with flag 1555001/1555001
1738.46/880.81	c cleaning 9999 clauses out of 20016 with flag 1565001/1565001
1748.29/885.87	c cleaning 0 clauses out of 544999 with flag 0/545000
1750.91/887.28	c cleaning 10002 clauses out of 20017 with flag 1575001/1575001
1763.34/893.56	c cleaning 9998 clauses out of 20015 with flag 1585001/1585001
1775.68/899.83	c cleaning 10002 clauses out of 20017 with flag 1595001/1595001
1788.08/906.19	c cleaning 9998 clauses out of 20014 with flag 1605000/1605000
1794.50/909.45	c cleaning 0 clauses out of 554999 with flag 0/555000
1800.15/912.32	c starts		: 208
1800.15/912.32	c conflicts		: 1614766
1800.15/912.32	c decisions		: 1658129
1800.15/912.32	c propagations		: 989867030
1800.15/912.32	c inspects		: 11743050096
1800.15/912.32	c shortcuts		: 0
1800.15/912.32	c learnt literals	: 1
1800.15/912.32	c learnt binary clauses	: 66
1800.15/912.32	c learnt ternary clauses	: 59
1800.15/912.32	c learnt constraints	: 1614765
1800.15/912.32	c ignored constraints	: 0
1800.15/912.32	c root simplifications	: 0
1800.15/912.32	c removed literals (reason simplification)	: 17858859
1800.15/912.32	c reason swapping (by a shorter reason)	: 0
1800.15/912.32	c Calls to reduceDB	: 162
1800.15/912.32	c number of reductions to clauses (during analyze)	: 0
1800.15/912.32	c number of learned constraints concerned by reduction	: 0
1800.15/912.32	c number of learning phase by resolution	: 0
1800.15/912.32	c number of learning phase by cutting planes	: 0
1800.15/912.32	c speed (assignments/second)	: 1085442.7587976507
1800.15/912.32	c non guided choices	0
1800.15/912.34	c learnt constraints type 
1800.15/912.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66
1800.15/912.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19738
1800.15/912.34	c constraints type 
1800.15/912.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
1800.15/912.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
1800.15/912.34	c constraints type 
1800.15/912.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1711
1800.15/912.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4978
1800.15/912.34	s UNKNOWN
1800.15/912.34	c Total wall clock time (in seconds): 912.232

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454185-1307189178/watcher-3454185-1307189178 -o /tmp/evaluation-result-3454185-1307189178/solver-3454185-1307189178 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454185-1307189178.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.19 3.25 2.66 4/485 16855
/proc/meminfo: memFree=26956116/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 2809 0 1 0 0 0 0 0 25 0 2 0 830517584 10681323520 2511 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2607745 2523 906 9 0 2598901 0
[pid=16855/tid=16856] ppid=16853 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16855 13462 0 -1 4202560 6295 0 1 0 0 0 0 0 25 0 2 0 830517584 10694979584 7111 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.113459 s]
/proc/loadavg: 3.19 3.25 2.66 4/485 16855
/proc/meminfo: memFree=26956116/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10539816 CPUtime=0.12 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 13334 0 1 0 11 1 0 0 25 0 18 0 830517584 10792771584 12998 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2634954 12998 2133 9 0 2625688 0
[pid=16855/tid=16856] ppid=16853 vsize=10539816 CPUtime=0.1 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16855 13462 0 -1 4202560 11298 0 1 0 9 1 0 0 25 0 18 0 830517584 10792771584 12998 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505228560 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539816

[startup+0.200444 s]
/proc/loadavg: 3.19 3.25 2.66 4/485 16855
/proc/meminfo: memFree=26956116/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10540104 CPUtime=0.29 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 14289 0 1 0 28 1 0 0 25 0 18 0 830517584 10793066496 13887 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2635026 13887 2186 9 0 2625760 0
[pid=16855/tid=16856] ppid=16853 vsize=10540104 CPUtime=0.18 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16855 13462 0 -1 4202560 11884 0 1 0 17 1 0 0 25 0 18 0 830517584 10793066496 13887 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 47386931948340 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540104

[startup+0.300427 s]
/proc/loadavg: 3.19 3.25 2.66 4/485 16855
/proc/meminfo: memFree=26956116/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10541780 CPUtime=0.49 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 16176 0 1 0 48 1 0 0 25 0 18 0 830517584 10794782720 15616 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2635445 15617 2200 9 0 2626179 0
[pid=16855/tid=16856] ppid=16853 vsize=10541780 CPUtime=0.28 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16855 13462 0 -1 4202560 13243 0 1 0 27 1 0 0 25 0 18 0 830517584 10794782720 15618 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505609295 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541780

[startup+0.700358 s]
/proc/loadavg: 3.19 3.25 2.66 4/485 16855
/proc/meminfo: memFree=26956116/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10549988 CPUtime=1.86 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 29019 0 1 0 183 3 0 0 25 0 22 0 830517584 10803187712 26236 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2637497 26236 2238 9 0 2628231 0
[pid=16855/tid=16856] ppid=16853 vsize=10549988 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15934 0 1 0 34 2 0 0 25 0 22 0 830517584 10803187712 26236 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10549988

[startup+1.50122 s]
/proc/loadavg: 3.19 3.25 2.66 4/507 16877
/proc/meminfo: memFree=26778252/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10549988 CPUtime=3.48 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 68965 0 1 0 341 7 0 0 25 0 22 0 830517584 10803187712 66181 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2637497 66183 2238 9 0 2628231 0
[pid=16855/tid=16856] ppid=16853 vsize=10549988 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15934 0 1 0 34 2 0 0 15 0 22 0 830517584 10803187712 66185 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66186 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66188 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66190 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66191 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66193 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517586 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16866] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16855 13462 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830517587 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 0 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16867] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16855 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830517587 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16868] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517587 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16869] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101521841 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16870] ppid=16853 vsize=10549988 CPUtime=0.44 cores=1,3,5,7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16855 13462 0 -1 4202560 3808 0 0 0 44 0 0 0 21 0 22 0 830517589 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16871] ppid=16853 vsize=10549988 CPUtime=0.43 cores=1,3,5,7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16855 13462 0 -1 4202560 1965 0 0 0 43 0 0 0 16 0 22 0 830517589 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16872] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16873] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830517589 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16874] ppid=16853 vsize=10549988 CPUtime=1.11 cores=1,3,5,7
/proc/16855/task/16874/stat : 16874 (java) R 16853 16855 13462 0 -1 4202560 253 0 0 0 111 0 0 0 25 0 22 0 830517622 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505834662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16855/tid=16875] ppid=16853 vsize=10549988 CPUtime=1.11 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 45850 0 0 0 106 5 0 0 25 0 22 0 830517622 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505876325 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10549988 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10803187712 66194 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10549988

[startup+3.10093 s]
/proc/loadavg: 3.17 3.24 2.66 4/507 16877
/proc/meminfo: memFree=26558524/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10615524 CPUtime=6.74 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 131677 0 1 0 658 16 0 0 25 0 22 0 830517584 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2653881 128776 2265 9 0 2644615 0
[pid=16855/tid=16856] ppid=16853 vsize=10615524 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15934 0 1 0 34 2 0 0 15 0 22 0 830517584 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 248 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 343 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 363 0 0 0 0 0 0 0 17 0 22 0 830517586 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16866] ppid=16853 vsize=10615524 CPUtime=0.01 cores=1,3,5,7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16855 13462 0 -1 4202560 947 0 0 0 1 0 0 0 16 0 22 0 830517587 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 0 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16867] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16868] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16855 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16869] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101521841 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16870] ppid=16853 vsize=10615524 CPUtime=0.47 cores=1,3,5,7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16855 13462 0 -1 4202560 3925 0 0 0 47 0 0 0 17 0 22 0 830517589 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16871] ppid=16853 vsize=10615524 CPUtime=0.47 cores=1,3,5,7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16855 13462 0 -1 4202560 1979 0 0 0 47 0 0 0 16 0 22 0 830517589 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16872] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16873] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830517589 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16874] ppid=16853 vsize=10615524 CPUtime=2.68 cores=1,3,5,7
/proc/16855/task/16874/stat : 16874 (java) R 16853 16855 13462 0 -1 4202560 389 0 0 0 268 0 0 0 25 0 22 0 830517622 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505767110 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16855/tid=16875] ppid=16853 vsize=10615524 CPUtime=2.67 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 106385 0 0 0 254 13 0 0 25 0 22 0 830517622 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505946806 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 128776 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 10615524

[startup+6.30137 s]
/proc/loadavg: 3.17 3.24 2.66 3/484 16880
/proc/meminfo: memFree=29415792/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10615524 CPUtime=13.18 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 156091 0 1 0 1300 18 0 0 25 0 22 0 830517584 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2653881 153123 2265 9 0 2644615 0
[pid=16855/tid=16856] ppid=16853 vsize=10615524 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15934 0 1 0 34 2 0 0 15 0 22 0 830517584 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10615524 CPUtime=0.01 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 447 0 0 0 1 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 22 0 830517586 10870296576 153123 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0

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

[pid=16855/tid=16875] ppid=16853 vsize=10615524 CPUtime=740.69 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 274471 0 0 0 74036 33 0 0 25 0 22 0 830517622 10870296576 331322 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505755366 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 331322 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 331322 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1505.88
Current children cumulated vsize (KiB) 10615524

[startup+822.301 s]
/proc/loadavg: 3.67 3.75 3.32 5/507 16972
/proc/meminfo: memFree=27605728/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10615524 CPUtime=1623.63 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 338748 0 1 0 162319 44 0 0 25 0 22 0 830517584 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2653881 332832 2266 9 0 2644615 0
[pid=16855/tid=16856] ppid=16853 vsize=10615524 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15945 0 1 0 34 2 0 0 15 0 22 0 830517584 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 184 0 0 0 27 0 0 0 16 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10615524 CPUtime=0.26 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 343 0 0 0 26 0 0 0 15 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10615524 CPUtime=0.25 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 233 0 0 0 25 0 0 0 15 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10615524 CPUtime=0.24 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 24 0 0 0 16 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10615524 CPUtime=0.26 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 83 0 0 0 26 0 0 0 16 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10615524 CPUtime=0.28 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 347 0 0 0 28 0 0 0 15 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 700 0 0 0 27 0 0 0 15 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10615524 CPUtime=0.25 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 422 0 0 0 25 0 0 0 15 0 22 0 830517586 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16866] ppid=16853 vsize=10615524 CPUtime=22.79 cores=1,3,5,7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16855 13462 0 -1 4202560 33530 0 0 0 2275 4 0 0 15 0 22 0 830517587 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 0 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16867] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16868] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16855 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16869] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101521841 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16870] ppid=16853 vsize=10615524 CPUtime=0.83 cores=1,3,5,7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16855 13462 0 -1 4202560 8627 0 0 0 83 0 0 0 15 0 22 0 830517589 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16871] ppid=16853 vsize=10615524 CPUtime=0.7 cores=1,3,5,7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16855 13462 0 -1 4202560 2038 0 0 0 70 0 0 0 15 0 22 0 830517589 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16872] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16873] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16855 13462 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830517589 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16874] ppid=16853 vsize=10615524 CPUtime=798.38 cores=1,3,5,7
/proc/16855/task/16874/stat : 16874 (java) R 16853 16855 13462 0 -1 4202560 600 0 0 0 79838 0 0 0 25 0 22 0 830517622 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505632416 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16855/tid=16875] ppid=16853 vsize=10615524 CPUtime=798.34 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 274473 0 0 0 79801 33 0 0 25 0 22 0 830517622 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505855958 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 332832 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1623.63
Current children cumulated vsize (KiB) 10615524

[startup+882.319 s]
/proc/loadavg: 3.82 3.77 3.35 5/507 16973
/proc/meminfo: memFree=27579516/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10615524 CPUtime=1741.32 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 340174 0 1 0 174087 45 0 0 25 0 22 0 830517584 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2653881 334242 2266 9 0 2644615 0
[pid=16855/tid=16856] ppid=16853 vsize=10615524 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15947 0 1 0 34 2 0 0 15 0 22 0 830517584 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10615524 CPUtime=0.29 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 184 0 0 0 29 0 0 0 16 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10615524 CPUtime=0.28 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 343 0 0 0 28 0 0 0 16 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 234 0 0 0 27 0 0 0 15 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10615524 CPUtime=0.29 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 29 0 0 0 16 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10615524 CPUtime=0.28 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 83 0 0 0 28 0 0 0 15 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10615524 CPUtime=0.3 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 347 0 0 0 30 0 0 0 15 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10615524 CPUtime=0.31 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 700 0 0 0 31 0 0 0 16 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 422 0 0 0 27 0 0 0 15 0 22 0 830517586 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16866] ppid=16853 vsize=10615524 CPUtime=25.19 cores=1,3,5,7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16855 13462 0 -1 4202560 34941 0 0 0 2515 4 0 0 15 0 22 0 830517587 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 0 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16867] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16868] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16855 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16869] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101521841 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16870] ppid=16853 vsize=10615524 CPUtime=0.83 cores=1,3,5,7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16855 13462 0 -1 4202560 8627 0 0 0 83 0 0 0 15 0 22 0 830517589 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16871] ppid=16853 vsize=10615524 CPUtime=0.7 cores=1,3,5,7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16855 13462 0 -1 4202560 2038 0 0 0 70 0 0 0 15 0 22 0 830517589 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16872] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16873] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16855 13462 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830517589 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16874] ppid=16853 vsize=10615524 CPUtime=855.93 cores=1,3,5,7
/proc/16855/task/16874/stat : 16874 (java) R 16853 16855 13462 0 -1 4202560 609 0 0 0 85593 0 0 0 25 0 22 0 830517622 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505766965 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16855/tid=16875] ppid=16853 vsize=10615524 CPUtime=855.89 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 274474 0 0 0 85556 33 0 0 25 0 22 0 830517622 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505788617 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 334242 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.32
Current children cumulated vsize (KiB) 10615524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.301 s]
/proc/loadavg: 3.70 3.75 3.36 4/507 16974
/proc/meminfo: memFree=27571444/32950928 swapFree=45617076/67111528
[pid=16855] ppid=16853 vsize=10615524 CPUtime=1800.15 cores=1,3,5,7
/proc/16855/stat : 16855 (java) S 16853 16855 13462 0 -1 4202496 341025 0 1 0 179970 45 0 0 25 0 22 0 830517584 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16855/statm: 2653881 335083 2266 9 0 2644615 0
[pid=16855/tid=16856] ppid=16853 vsize=10615524 CPUtime=0.36 cores=1,3,5,7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16855 13462 0 -1 4202560 15949 0 1 0 34 2 0 0 15 0 22 0 830517584 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16858] ppid=16853 vsize=10615524 CPUtime=0.3 cores=1,3,5,7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16855 13462 0 -1 4202560 184 0 0 0 30 0 0 0 16 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16859] ppid=16853 vsize=10615524 CPUtime=0.28 cores=1,3,5,7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16855 13462 0 -1 4202560 350 0 0 0 28 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16860] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16855 13462 0 -1 4202560 234 0 0 0 27 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16861] ppid=16853 vsize=10615524 CPUtime=0.3 cores=1,3,5,7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 30 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16862] ppid=16853 vsize=10615524 CPUtime=0.3 cores=1,3,5,7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16855 13462 0 -1 4202560 83 0 0 0 30 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16863] ppid=16853 vsize=10615524 CPUtime=0.31 cores=1,3,5,7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16855 13462 0 -1 4202560 347 0 0 0 31 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16864] ppid=16853 vsize=10615524 CPUtime=0.32 cores=1,3,5,7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16855 13462 0 -1 4202560 700 0 0 0 32 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16865] ppid=16853 vsize=10615524 CPUtime=0.27 cores=1,3,5,7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16855 13462 0 -1 4202560 422 0 0 0 27 0 0 0 15 0 22 0 830517586 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16866] ppid=16853 vsize=10615524 CPUtime=26.38 cores=1,3,5,7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16855 13462 0 -1 4202560 35777 0 0 0 2634 4 0 0 15 0 22 0 830517587 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 0 0 16800975 18446604469959148672 0 0 -1 3 0 0 0
[pid=16855/tid=16867] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16855 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16868] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16855 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830517587 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16869] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101521841 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16870] ppid=16853 vsize=10615524 CPUtime=0.83 cores=1,3,5,7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16855 13462 0 -1 4202560 8627 0 0 0 83 0 0 0 15 0 22 0 830517589 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16871] ppid=16853 vsize=10615524 CPUtime=0.7 cores=1,3,5,7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16855 13462 0 -1 4202560 2038 0 0 0 70 0 0 0 15 0 22 0 830517589 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16872] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16855 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830517589 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514137 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
[pid=16855/tid=16873] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16855 13462 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830517589 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 5 0 0 0
[pid=16855/tid=16874] ppid=16853 vsize=10615524 CPUtime=884.71 cores=1,3,5,7
/proc/16855/task/16874/stat : 16874 (java) R 16853 16855 13462 0 -1 4202560 613 0 0 0 88471 0 0 0 25 0 22 0 830517622 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505821563 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16855/tid=16875] ppid=16853 vsize=10615524 CPUtime=884.67 cores=1,3,5,7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16855 13462 0 -1 4202560 274474 0 0 0 88434 33 0 0 25 0 22 0 830517622 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 46912505788626 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16855/tid=16876] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16876/stat : 16876 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 7 0 0 0
[pid=16855/tid=16877] ppid=16853 vsize=10615524 CPUtime=0 cores=1,3,5,7
/proc/16855/task/16877/stat : 16877 (java) S 16853 16855 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830517624 10870296576 335083 33554432000 1073741824 1073778376 140734236800880 18446744073709551615 248101514752 0 4 0 16800975 18446604469959148672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10615524

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): 912.407
CPU time (s): 1800.29
CPU user time (s): 1799.78
CPU system time (s): 0.511922
CPU usage (%): 197.312
Max. virtual memory (cumulated for all children) (KiB): 10615524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341055
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27482
involuntary context switches= 21767

runsolver used 4.21636 second user time and 9.93749 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 14:06:18
IDJOB=3454185
IDBENCH=2198
IDSOLVER=1950
FILE ID=node123/3454185-1307189178
RUNJOBID= node123-1307188083-16602
PBS_JOBID= 13508855
Free space on /tmp= 73860 MiB

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

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

MD5SUM BENCH= 47657fb6d35516304c5b4897d4fb805d
RANDOM SEED=827664635

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26956396 kB
Buffers:        310420 kB
Cached:         388868 kB
SwapCached:       9456 kB
Active:        5373860 kB
Inactive:       334332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26956396 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:     5007592 kB
Mapped:          31780 kB
Slab:           135124 kB
PageTables:      84108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143724828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73860 MiB
End job on node123 at 2011-06-04 14:21:32