Trace number 3733305

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)-30 1800.15 936.863

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark42.7685
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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 constraint2
Number of terms in the objective function 595
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 595
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 595
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.03/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/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.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3733305-1338688777.opb
0.07/0.12	c reading problem ... 
0.94/0.51	c ... done. Wall clock time 0.383s.
0.94/0.51	c #vars     595
0.94/0.51	c #constraints  28143
0.94/0.51	c constraints type 
0.94/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
0.94/0.51	c constraints type 
0.94/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
0.94/0.52	c  And the winner is Resolution
1.00/1.01	c SATISFIABLE
1.00/1.01	c OPTIMIZING...
1.00/1.01	c Got one! Elapsed wall clock time (in seconds):0.888
1.00/1.01	o -24
1.00/1.03	c  And the winner is Resolution
1.05/1.52	c Got one! Elapsed wall clock time (in seconds):1.392
1.05/1.52	o -25
1.36/1.60	c  And the winner is Resolution
1.86/2.02	c Got one! Elapsed wall clock time (in seconds):1.894
1.86/2.02	o -26
1.86/2.03	c  And the winner is Resolution
1.95/2.52	c Got one! Elapsed wall clock time (in seconds):2.399
1.95/2.52	o -27
3.39/3.05	c  And the winner is Resolution
3.53/3.52	c Got one! Elapsed wall clock time (in seconds):3.401
3.53/3.52	o -28
3.91/3.79	c cleaning 2985 clauses out of 5969 with flag 2000/5969
4.54/4.09	c  And the winner is Resolution
4.78/4.53	c Got one! Elapsed wall clock time (in seconds):4.402
4.78/4.53	o -29
5.85/5.02	c cleaning 4439 clauses out of 8884 with flag 4000/11869
7.44/5.83	c cleaning 5222 clauses out of 10445 with flag 10000/17869
9.21/6.79	c cleaning 6105 clauses out of 12224 with flag 17001/24870
11.58/7.96	c cleaning 7058 clauses out of 14118 with flag 25000/32869
14.19/9.25	c cleaning 8026 clauses out of 16060 with flag 34000/41869
17.10/10.79	c cleaning 9014 clauses out of 18035 with flag 44001/51870
20.24/12.37	c cleaning 10010 clauses out of 20020 with flag 55000/62869
24.10/14.37	c cleaning 11005 clauses out of 22010 with flag 67000/74869
27.99/16.35	c cleaning 12001 clauses out of 24006 with flag 80001/87870
32.54/18.68	c cleaning 13003 clauses out of 26005 with flag 94001/101870
38.02/21.47	c cleaning 13992 clauses out of 28001 with flag 109000/116869
43.12/24.05	c cleaning 14996 clauses out of 30010 with flag 125001/132870
48.60/26.89	c cleaning 16001 clauses out of 32013 with flag 142000/149869
50.29/27.74	c  And the winner is Resolution
50.79/28.23	c Got one! Elapsed wall clock time (in seconds):28.105
50.79/28.23	o -30
51.08/28.41	c cleaning 10986 clauses out of 21977 with flag 1000/155834
52.94/29.44	c cleaning 8490 clauses out of 16991 with flag 7000/161834
55.54/30.87	c cleaning 7745 clauses out of 15501 with flag 14000/168834
57.99/32.19	c cleaning 7864 clauses out of 15756 with flag 22000/176834
60.65/33.53	c cleaning 8446 clauses out of 16892 with flag 31000/185834
63.73/35.12	c cleaning 9214 clauses out of 18447 with flag 41001/195835
67.28/37.05	c cleaning 10111 clauses out of 20232 with flag 52000/206834
71.12/39.00	c cleaning 11058 clauses out of 22121 with flag 64000/218834
75.37/41.23	c cleaning 12028 clauses out of 24063 with flag 77000/231834
80.41/43.90	c cleaning 13010 clauses out of 26035 with flag 91000/245834
87.16/47.38	c cleaning 14005 clauses out of 28025 with flag 106000/260834
92.00/49.86	c cleaning 14999 clauses out of 30021 with flag 122001/276835
97.43/52.70	c cleaning 16002 clauses out of 32021 with flag 139000/293834
103.67/55.82	c cleaning 17007 clauses out of 34019 with flag 157000/311834
110.42/59.32	c cleaning 18004 clauses out of 36013 with flag 176001/330835
118.24/63.38	c cleaning 18999 clauses out of 38008 with flag 196000/350834
126.88/67.79	c cleaning 19998 clauses out of 40009 with flag 217000/371834
136.52/72.65	c cleaning 20999 clauses out of 42011 with flag 239000/393834
144.40/76.72	c cleaning 22002 clauses out of 44012 with flag 262000/416834
152.81/81.04	c cleaning 22994 clauses out of 46010 with flag 286000/440834
162.23/85.89	c cleaning 24005 clauses out of 48016 with flag 311000/465834
173.04/91.35	c cleaning 25002 clauses out of 50011 with flag 337000/491834
184.88/97.46	c cleaning 25996 clauses out of 52009 with flag 364000/518834
195.87/103.06	c cleaning 27006 clauses out of 54013 with flag 392000/546834
208.67/109.58	c cleaning 28004 clauses out of 56008 with flag 421001/575835
219.66/115.11	c cleaning 28497 clauses out of 57003 with flag 450000/604834
229.88/120.47	c cleaning 28752 clauses out of 57506 with flag 479000/633834
240.65/125.96	c cleaning 28872 clauses out of 57754 with flag 508000/662834
251.80/131.62	c cleaning 28936 clauses out of 57882 with flag 537000/691834
263.54/137.66	c cleaning 28966 clauses out of 57946 with flag 566000/720834
277.10/144.63	c cleaning 28983 clauses out of 57980 with flag 595000/749834
291.85/152.12	c cleaning 28991 clauses out of 57997 with flag 624000/778834
304.79/158.76	c cleaning 28987 clauses out of 58007 with flag 653001/807835
319.35/166.17	c cleaning 29000 clauses out of 58019 with flag 682000/836834
335.25/174.33	c cleaning 29003 clauses out of 58020 with flag 711001/865835
347.16/180.47	c cleaning 28997 clauses out of 58016 with flag 740000/894834
357.68/185.90	c cleaning 29005 clauses out of 58019 with flag 769000/923834
370.39/192.33	c cleaning 29003 clauses out of 58014 with flag 798000/952834
382.08/198.42	c cleaning 29000 clauses out of 58011 with flag 827000/981834
395.99/205.58	c cleaning 28998 clauses out of 58012 with flag 856001/1010835
407.09/211.26	c cleaning 29005 clauses out of 58014 with flag 885001/1039835
420.97/218.36	c cleaning 28998 clauses out of 58009 with flag 914001/1068835
432.80/224.56	c cleaning 29002 clauses out of 58011 with flag 943001/1097835
447.09/231.85	c cleaning 28998 clauses out of 58008 with flag 972000/1126834
460.78/238.85	c cleaning 28999 clauses out of 58010 with flag 1001000/1155834
475.04/246.12	c cleaning 28999 clauses out of 58012 with flag 1030001/1184835
481.45/249.70	c cleaning 0 clauses out of 6292 with flag 0/6294
490.52/254.17	c cleaning 28994 clauses out of 58012 with flag 1059000/1213834
504.19/261.10	c cleaning 29001 clauses out of 58018 with flag 1088000/1242834
517.43/267.91	c cleaning 28990 clauses out of 58017 with flag 1117000/1271834
531.02/275.05	c cleaning 28999 clauses out of 58027 with flag 1146000/1300834
545.26/282.39	c cleaning 29004 clauses out of 58028 with flag 1175000/1329834
555.33/287.59	c cleaning 29006 clauses out of 58024 with flag 1204000/1358834
566.55/293.36	c cleaning 29009 clauses out of 58018 with flag 1233000/1387834
580.89/300.88	c cleaning 28988 clauses out of 58009 with flag 1262000/1416834
594.93/308.05	c cleaning 29009 clauses out of 58021 with flag 1291000/1445834
606.34/313.94	c cleaning 29002 clauses out of 58013 with flag 1320001/1474835
620.37/321.16	c cleaning 29001 clauses out of 58011 with flag 1349001/1503835
632.68/327.67	c cleaning 28991 clauses out of 58010 with flag 1378001/1532835
648.30/335.62	c cleaning 28996 clauses out of 58018 with flag 1407000/1561834
661.73/342.58	c cleaning 29005 clauses out of 58022 with flag 1436000/1590834
676.30/350.00	c cleaning 29009 clauses out of 58017 with flag 1465000/1619834
689.87/357.19	c cleaning 28995 clauses out of 58008 with flag 1494000/1648834
703.48/364.17	c cleaning 28994 clauses out of 58013 with flag 1523000/1677834
716.49/370.81	c cleaning 28995 clauses out of 58019 with flag 1552000/1706834
730.90/378.20	c cleaning 29004 clauses out of 58024 with flag 1581000/1735834
744.59/385.49	c cleaning 29007 clauses out of 58020 with flag 1610000/1764834
757.18/391.98	c cleaning 29002 clauses out of 58015 with flag 1639002/1793836
770.38/398.79	c cleaning 28996 clauses out of 58011 with flag 1668000/1822834
784.56/406.02	c cleaning 29002 clauses out of 58015 with flag 1697000/1851834
799.07/413.67	c cleaning 28991 clauses out of 58014 with flag 1726001/1880835
814.23/421.48	c cleaning 29009 clauses out of 58023 with flag 1755001/1909835
829.01/429.05	c cleaning 28999 clauses out of 58013 with flag 1784000/1938834
844.16/436.83	c cleaning 29004 clauses out of 58014 with flag 1813000/1967834
858.60/444.48	c cleaning 29005 clauses out of 58012 with flag 1842002/1996836
868.39/449.51	c cleaning 28989 clauses out of 58005 with flag 1871000/2025834
879.58/455.40	c cleaning 29002 clauses out of 58016 with flag 1900000/2054834
892.34/461.94	c cleaning 29002 clauses out of 58015 with flag 1929001/2083835
906.95/469.67	c cleaning 29001 clauses out of 58012 with flag 1958000/2112834
918.91/475.83	c cleaning 29002 clauses out of 58011 with flag 1987000/2141834
933.86/483.57	c cleaning 28992 clauses out of 58009 with flag 2016000/2170834
945.99/489.89	c cleaning 29002 clauses out of 58018 with flag 2045001/2199835
960.17/497.31	c cleaning 28990 clauses out of 58016 with flag 2074001/2228835
974.52/504.71	c cleaning 29007 clauses out of 58025 with flag 2103000/2257834
988.06/511.77	c cleaning 28993 clauses out of 58018 with flag 2132000/2286834
1002.21/519.08	c cleaning 29012 clauses out of 58026 with flag 2161001/2315835
1017.39/527.01	c cleaning 29005 clauses out of 58013 with flag 2190000/2344834
1032.51/534.86	c cleaning 28997 clauses out of 58008 with flag 2219000/2373834
1048.23/542.95	c cleaning 29002 clauses out of 58011 with flag 2248000/2402834
1065.52/551.86	c cleaning 29003 clauses out of 58009 with flag 2277000/2431834
1078.46/558.71	c cleaning 28998 clauses out of 58007 with flag 2306001/2460835
1092.74/566.14	c cleaning 28997 clauses out of 58008 with flag 2335000/2489834
1106.07/573.05	c cleaning 28997 clauses out of 58011 with flag 2364000/2518834
1120.76/580.60	c cleaning 28992 clauses out of 58014 with flag 2393000/2547834
1133.67/587.52	c cleaning 28999 clauses out of 58022 with flag 2422000/2576834
1148.56/595.22	c cleaning 28995 clauses out of 58023 with flag 2451000/2605834
1161.66/602.09	c cleaning 29008 clauses out of 58028 with flag 2480000/2634834
1175.55/609.22	c cleaning 29000 clauses out of 58020 with flag 2509000/2663834
1190.47/617.13	c cleaning 28999 clauses out of 58020 with flag 2538000/2692834
1202.52/623.45	c cleaning 28999 clauses out of 58021 with flag 2567000/2721834
1216.19/630.55	c cleaning 29006 clauses out of 58022 with flag 2596000/2750834
1228.46/636.98	c cleaning 28998 clauses out of 58016 with flag 2625000/2779834
1241.72/644.08	c cleaning 29004 clauses out of 58019 with flag 2654001/2808835
1256.78/651.82	c cleaning 29001 clauses out of 58015 with flag 2683001/2837835
1270.04/658.71	c cleaning 28991 clauses out of 58013 with flag 2712000/2866834
1285.52/666.76	c cleaning 29002 clauses out of 58023 with flag 2741001/2895835
1298.99/673.98	c cleaning 28995 clauses out of 58021 with flag 2770001/2924835
1312.65/681.00	c cleaning 29004 clauses out of 58026 with flag 2799001/2953835
1327.89/688.91	c cleaning 29002 clauses out of 58021 with flag 2828000/2982834
1337.92/694.25	c cleaning 29004 clauses out of 58019 with flag 2857000/3011834
1349.18/700.37	c cleaning 29001 clauses out of 58016 with flag 2886001/3040835
1360.82/706.48	c cleaning 29001 clauses out of 58014 with flag 2915000/3069834
1372.05/712.39	c cleaning 29003 clauses out of 58013 with flag 2944000/3098834
1384.32/718.71	c cleaning 28999 clauses out of 58011 with flag 2973001/3127835
1398.75/726.45	c cleaning 28986 clauses out of 58011 with flag 3002000/3156834
1413.22/733.91	c cleaning 29004 clauses out of 58026 with flag 3031001/3185835
1426.69/740.98	c cleaning 29006 clauses out of 58021 with flag 3060000/3214834
1440.37/748.00	c cleaning 29006 clauses out of 58015 with flag 3089000/3243834
1454.35/755.55	c cleaning 28987 clauses out of 58009 with flag 3118000/3272834
1466.18/761.74	c cleaning 29006 clauses out of 58022 with flag 3147000/3301834
1479.84/768.90	c cleaning 29002 clauses out of 58016 with flag 3176000/3330834
1494.91/776.64	c cleaning 28998 clauses out of 58014 with flag 3205000/3359834
1510.89/785.11	c cleaning 28989 clauses out of 58016 with flag 3234000/3388834
1527.73/793.86	c cleaning 29007 clauses out of 58028 with flag 3263001/3417835
1540.38/800.40	c cleaning 29004 clauses out of 58020 with flag 3292000/3446834
1554.21/807.65	c cleaning 29000 clauses out of 58016 with flag 3321000/3475834
1568.21/815.15	c cleaning 28997 clauses out of 58016 with flag 3350000/3504834
1582.02/822.33	c cleaning 29000 clauses out of 58019 with flag 3379000/3533834
1596.63/829.97	c cleaning 29003 clauses out of 58019 with flag 3408000/3562834
1610.26/837.05	c cleaning 29004 clauses out of 58017 with flag 3437001/3591835
1624.80/844.88	c cleaning 28998 clauses out of 58013 with flag 3466001/3620835
1638.41/851.96	c cleaning 28999 clauses out of 58014 with flag 3495000/3649834
1651.04/858.51	c cleaning 28998 clauses out of 58016 with flag 3524001/3678835
1664.23/865.47	c cleaning 28999 clauses out of 58018 with flag 3553001/3707835
1678.98/873.32	c cleaning 29002 clauses out of 58018 with flag 3582000/3736834
1693.97/881.15	c cleaning 28997 clauses out of 58016 with flag 3611000/3765834
1706.56/887.74	c cleaning 29000 clauses out of 58019 with flag 3640000/3794834
1720.97/895.27	c cleaning 28996 clauses out of 58019 with flag 3669000/3823834
1736.51/903.50	c cleaning 28992 clauses out of 58023 with flag 3698000/3852834
1751.87/911.59	c cleaning 28998 clauses out of 58031 with flag 3727000/3881834
1768.86/920.37	c cleaning 29012 clauses out of 58033 with flag 3756000/3910834
1786.26/929.35	c cleaning 29003 clauses out of 58021 with flag 3785000/3939834
1800.15/936.81	c starts		: 259
1800.15/936.81	c conflicts		: 3967844
1800.15/936.81	c decisions		: 4232701
1800.15/936.81	c propagations		: 23702586
1800.15/936.81	c inspects		: 4179598614
1800.15/936.81	c shortcuts		: 0
1800.15/936.81	c learnt literals	: 0
1800.15/936.81	c learnt binary clauses	: 0
1800.15/936.81	c learnt ternary clauses	: 0
1800.15/936.81	c learnt constraints	: 3967844
1800.15/936.81	c ignored constraints	: 0
1800.15/936.81	c root simplifications	: 0
1800.15/936.81	c removed literals (reason simplification)	: 58277615
1800.15/936.81	c reason swapping (by a shorter reason)	: 0
1800.15/936.81	c Calls to reduceDB	: 155
1800.15/936.81	c number of reductions to clauses (during analyze)	: 0
1800.15/936.81	c number of learned constraints concerned by reduction	: 0
1800.15/936.81	c number of learning phase by resolution	: 0
1800.15/936.81	c number of learning phase by cutting planes	: 0
1800.15/936.81	c speed (assignments/second)	: 26087.511281340114
1800.15/936.81	c non guided choices	0
1800.15/936.84	c learnt constraints type 
1800.15/936.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57105
1800.15/936.84	c constraints type 
1800.15/936.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.15/936.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
1800.15/936.84	c constraints type 
1800.15/936.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
1800.15/936.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.15/936.84	s SATISFIABLE
1800.15/936.84	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 
1800.15/936.84	c objective function=-30
1800.15/936.84	c Total wall clock time (in seconds): 936.714

Verifier Data

OK	-30

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-3733305-1338688777/watcher-3733305-1338688777 -o /tmp/evaluation-result-3733305-1338688777/solver-3733305-1338688777 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733305-1338688777.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.67 3.73 3.72 4/197 4580
/proc/meminfo: memFree=25667884/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4580/stat : 4580 (java) D 4578 4580 621 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 335003210 9515008 183 33554432000 1073741824 1073778376 140733652951248 140733652942280 260190322357 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/4580/statm: 2323 183 140 9 0 71 0

[startup+0.0652021 s]
/proc/loadavg: 3.67 3.73 3.72 4/197 4580
/proc/meminfo: memFree=25667884/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 3788 0 1 0 2 1 0 0 20 0 13 0 335003210 11523600384 12151 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2813379 12151 1706 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100198 s]
/proc/loadavg: 3.67 3.73 3.72 4/197 4580
/proc/meminfo: memFree=25667884/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 4357 0 1 0 6 1 0 0 20 0 18 0 335003210 11864465408 13225 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2896598 13230 2020 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300165 s]
/proc/loadavg: 3.67 3.73 3.72 4/197 4580
/proc/meminfo: memFree=25667884/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 5819 0 1 0 43 2 0 0 20 0 18 0 335003210 11864465408 15946 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2896598 15946 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700158 s]
/proc/loadavg: 3.67 3.73 3.72 4/197 4580
/proc/meminfo: memFree=25667884/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 9425 0 1 0 95 5 0 0 20 0 19 0 335003210 12137111552 32953 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 32953 2252 9 0 2953849 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 11852648

[startup+1.50057 s]
/proc/loadavg: 3.67 3.73 3.72 3/216 4602
/proc/meminfo: memFree=25544964/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 9452 0 1 0 99 6 0 0 20 0 19 0 335003210 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 33992 2252 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 2897 0 1 0 45 3 0 0 20 0 19 0 335003211 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335003214 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335003215 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335003215 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 2816 0 0 0 25 0 0 0 20 0 19 0 335003217 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 2481 0 0 0 24 0 0 0 20 0 19 0 335003217 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335003262 12137111552 33992 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 11852648

[startup+3.10067 s]
/proc/loadavg: 3.67 3.73 3.72 3/216 4611
/proc/meminfo: memFree=25515980/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=3.53 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 19723 0 1 0 340 13 0 0 20 0 19 0 335003210 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 69024 2262 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 2897 0 1 0 46 3 0 0 20 0 19 0 335003211 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335003213 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335003214 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335003215 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335003215 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 9587 0 0 0 96 2 0 0 20 0 19 0 335003217 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 5857 0 0 0 65 1 0 0 20 0 19 0 335003217 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335003217 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335003262 12137111552 69024 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 11852648

[startup+6.30075 s]
/proc/loadavg: 3.69 3.73 3.72 5/219 4620
/proc/meminfo: memFree=25046480/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=8.39 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 20285 0 1 0 812 27 0 0 20 0 22 0 335003210 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 179070 2290 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 2897 0 1 0 46 3 0 0 20 0 22 0 335003211 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 335003213 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 56 0 0 0 18 0 0 0 20 0 22 0 335003214 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 9593 0 0 0 114 2 0 0 20 0 22 0 335003217 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 6050 0 0 0 69 2 0 0 20 0 22 0 335003217 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335003262 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4618] ppid=4578 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/4580/task/4618/stat : 4618 (java) R 4578 4580 621 0 -1 4202560 10 0 0 0 158 0 0 0 20 0 22 0 335003663 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826468675624 139826973368768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4619] ppid=4578 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/4580/task/4619/stat : 4619 (java) R 4578 4580 621 0 -1 4202560 119 0 0 0 155 3 0 0 20 0 22 0 335003663 12137111552 179070 33554432000 1073741824 1073778376 140735571833008 139826465516112 139826972904807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/4580/statm: 2963162 491007 2292 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 3002 0 1 0 48 4 0 0 20 0 22 0 335003211 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=2.2 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 232 0 0 0 217 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 187 0 0 0 196 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 197 0 0 0 200 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 253 0 0 0 212 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 194 0 0 0 206 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 297 0 0 0 201 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=2.06 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 189 0 0 0 204 2 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 195 0 0 0 199 3 0 0 20 0 22 0 335003213 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=66.01 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 354 0 0 0 6589 12 0 0 20 0 22 0 335003214 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 9625 0 0 0 121 2 0 0 20 0 22 0 335003217 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 12167 0 0 0 136 3 0 0 20 0 22 0 335003217 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 48 0 0 0 12 20 0 0 20 0 22 0 335003217 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335003262 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4624] ppid=4578 vsize=11852648 CPUtime=723.5 cores=1,3,5,7
/proc/4580/task/4624/stat : 4624 (java) R 4578 4580 621 0 -1 4202560 27 0 0 0 72340 10 0 0 20 0 22 0 335006033 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826465518288 139826972766068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4625] ppid=4578 vsize=11852648 CPUtime=723.28 cores=1,3,5,7
/proc/4580/task/4625/stat : 4625 (java) R 4578 4580 621 0 -1 4202560 246 0 0 0 72309 19 0 0 20 0 22 0 335006033 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826468674400 139826973042888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4626] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4626/stat : 4626 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335006033 12137111552 491007 33554432000 1073741824 1073778376 140735571833008 139826467624104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1582.02
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.93 3.88 3.78 5/219 4786
/proc/meminfo: memFree=26405984/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=1695.74 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 28951 0 1 0 169483 91 0 0 20 0 22 0 335003210 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 495657 2292 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 3009 0 1 0 48 4 0 0 20 0 22 0 335003211 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=2.34 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 237 0 0 0 231 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 188 0 0 0 212 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=2.2 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 202 0 0 0 217 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=2.26 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 253 0 0 0 223 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=2.29 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 209 0 0 0 225 4 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=2.19 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 297 0 0 0 216 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=2.22 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 189 0 0 0 220 2 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=2.18 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 211 0 0 0 215 3 0 0 20 0 22 0 335003213 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=72.83 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 369 0 0 0 7271 12 0 0 20 0 22 0 335003214 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 9625 0 0 0 121 2 0 0 20 0 22 0 335003217 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 12167 0 0 0 136 3 0 0 20 0 22 0 335003217 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 52 0 0 0 12 22 0 0 20 0 22 0 335003217 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335003262 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4624] ppid=4578 vsize=11852648 CPUtime=776.17 cores=1,3,5,7
/proc/4580/task/4624/stat : 4624 (java) R 4578 4580 621 0 -1 4202560 29 0 0 0 77606 11 0 0 20 0 22 0 335006033 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826465518248 139826972786103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4625] ppid=4578 vsize=11852648 CPUtime=775.94 cores=1,3,5,7
/proc/4580/task/4625/stat : 4625 (java) R 4578 4580 621 0 -1 4202560 246 0 0 0 77574 20 0 0 20 0 22 0 335006033 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826468674400 139826973040535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4626] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4626/stat : 4626 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335006033 12137111552 495657 33554432000 1073741824 1073778376 140735571833008 139826467624104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1695.74
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.801 s]
/proc/loadavg: 3.93 3.89 3.79 5/219 4786
/proc/meminfo: memFree=25178432/32873648 swapFree=7116/7116
[pid=4580] ppid=4578 vsize=11852648 CPUtime=1800.15 cores=1,3,5,7
/proc/4580/stat : 4580 (java) S 4578 4580 621 0 -1 4202496 29023 0 1 0 179921 94 0 0 20 0 22 0 335003210 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 140735571824144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4580/statm: 2963162 498274 2292 9 0 2953849 0
[pid=4580/tid=4582] ppid=4578 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/4580/task/4582/stat : 4582 (java) S 4578 4580 621 0 -1 4202560 3015 0 1 0 48 4 0 0 20 0 22 0 335003211 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827130430616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4583] ppid=4578 vsize=11852648 CPUtime=2.46 cores=1,3,5,7
/proc/4580/task/4583/stat : 4583 (java) S 4578 4580 621 0 -1 4202560 251 0 0 0 243 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827098839592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4584] ppid=4578 vsize=11852648 CPUtime=2.29 cores=1,3,5,7
/proc/4580/task/4584/stat : 4584 (java) S 4578 4580 621 0 -1 4202560 188 0 0 0 226 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827097786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4585] ppid=4578 vsize=11852648 CPUtime=2.3 cores=1,3,5,7
/proc/4580/task/4585/stat : 4585 (java) S 4578 4580 621 0 -1 4202560 207 0 0 0 227 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827096733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4586] ppid=4578 vsize=11852648 CPUtime=2.37 cores=1,3,5,7
/proc/4580/task/4586/stat : 4586 (java) S 4578 4580 621 0 -1 4202560 276 0 0 0 234 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827095681192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4587] ppid=4578 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/4580/task/4587/stat : 4587 (java) S 4578 4580 621 0 -1 4202560 223 0 0 0 237 4 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827094629416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4580/tid=4588] ppid=4578 vsize=11852648 CPUtime=2.28 cores=1,3,5,7
/proc/4580/task/4588/stat : 4588 (java) S 4578 4580 621 0 -1 4202560 297 0 0 0 225 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827093576616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4589] ppid=4578 vsize=11852648 CPUtime=2.32 cores=1,3,5,7
/proc/4580/task/4589/stat : 4589 (java) S 4578 4580 621 0 -1 4202560 190 0 0 0 230 2 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827092523816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4590] ppid=4578 vsize=11852648 CPUtime=2.31 cores=1,3,5,7
/proc/4580/task/4590/stat : 4590 (java) S 4578 4580 621 0 -1 4202560 211 0 0 0 228 3 0 0 20 0 22 0 335003213 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139827091471016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4591] ppid=4578 vsize=11852648 CPUtime=77.83 cores=1,3,5,7
/proc/4580/task/4591/stat : 4591 (java) S 4578 4580 621 0 -1 4202560 376 0 0 0 7770 13 0 0 20 0 22 0 335003214 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826477099496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4592] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4592/stat : 4592 (java) S 4578 4580 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826476045560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4593] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4593/stat : 4593 (java) S 4578 4580 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335003215 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826474992648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4594] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4594/stat : 4594 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826473941136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4595] ppid=4578 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4580/task/4595/stat : 4595 (java) S 4578 4580 621 0 -1 4202560 9625 0 0 0 121 2 0 0 20 0 22 0 335003217 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826472889272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4596] ppid=4578 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/4580/task/4596/stat : 4596 (java) S 4578 4580 621 0 -1 4202560 12167 0 0 0 136 3 0 0 20 0 22 0 335003217 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826471836472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4597] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4597/stat : 4597 (java) S 4578 4580 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335003217 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826470783864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4598] ppid=4578 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/4580/task/4598/stat : 4598 (java) S 4578 4580 621 0 -1 4202560 54 0 0 0 12 24 0 0 20 0 22 0 335003217 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826469731272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4601] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4601/stat : 4601 (java) S 4578 4580 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335003262 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826466571176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4580/tid=4624] ppid=4578 vsize=11852648 CPUtime=825.29 cores=1,3,5,7
/proc/4580/task/4624/stat : 4624 (java) R 4578 4580 621 0 -1 4202560 29 0 0 0 82517 12 0 0 20 0 22 0 335006033 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826465518288 139826972898154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4580/tid=4625] ppid=4578 vsize=11852648 CPUtime=825.05 cores=1,3,5,7
/proc/4580/task/4625/stat : 4625 (java) R 4578 4580 621 0 -1 4202560 246 0 0 0 82484 21 0 0 20 0 22 0 335006033 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826468674400 139826972904921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4580/tid=4626] ppid=4578 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4580/task/4626/stat : 4626 (java) S 4578 4580 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335006033 12137111552 498274 33554432000 1073741824 1073778376 140735571833008 139826467624104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 936.863
CPU time (s): 1800.15
CPU user time (s): 1799.21
CPU system time (s): 0.94
CPU usage (%): 192.147
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.39179
maximum resident set size= 1993216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29056
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26421
involuntary context switches= 50170

runsolver used 3.20251 second user time and 9.1826 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 03:59:37
IDJOB=3733305
IDBENCH=2271
IDSOLVER=2328
FILE ID=node123/3733305-1338688777
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71300 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733305-1338688777/watcher-3733305-1338688777 -o /tmp/evaluation-result-3733305-1338688777/solver-3733305-1338688777 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733305-1338688777.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=823587178

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:       32873648 kB
MemFree:        25668148 kB
Buffers:          491808 kB
Cached:          2206520 kB
SwapCached:         2268 kB
Active:          4432716 kB
Inactive:        1874888 kB
Active(anon):    3604012 kB
Inactive(anon):     5504 kB
Active(file):     828704 kB
Inactive(file):  1869384 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               912 kB
Writeback:             4 kB
AnonPages:       3616176 kB
Mapped:            18528 kB
Shmem:                 0 kB
Slab:             748728 kB
SReclaimable:     192796 kB
SUnreclaim:       555932 kB
KernelStack:        1632 kB
PageTables:        11296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3565568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 04:15:16