Trace number 3454673

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.0SAT (TO)-30 1800.28 947.145

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 benchmarkSAT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1797.15
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.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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3454673-1307189818.opb
0.10/0.12	c reading problem ... 
0.96/0.52	c ... done. Wall clock time 0.404s.
0.96/0.52	c #vars     595
0.96/0.52	c #constraints  28143
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
0.96/0.53	c  And the winner is CuttingPlanes
1.01/1.02	c SATISFIABLE
1.01/1.02	c OPTIMIZING...
1.01/1.02	c Got one! Elapsed wall clock time (in seconds):0.91
1.01/1.02	o -24
1.01/1.04	c  And the winner is Resolution
1.08/1.53	c Got one! Elapsed wall clock time (in seconds):1.417
1.08/1.53	o -25
1.33/1.61	c  And the winner is Resolution
1.83/2.04	c Got one! Elapsed wall clock time (in seconds):1.922
1.83/2.04	o -26
1.83/2.04	c  And the winner is Resolution
2.30/2.54	c Got one! Elapsed wall clock time (in seconds):2.43
2.30/2.54	o -27
3.40/3.04	c  And the winner is Resolution
3.40/3.05	c Got one! Elapsed wall clock time (in seconds):2.937
3.40/3.05	o -28
4.01/3.37	c cleaning 2985 clauses out of 5969 with flag 2000/5969
4.83/3.69	c  And the winner is Resolution
5.08/4.06	c Got one! Elapsed wall clock time (in seconds):3.943
5.08/4.06	o -29
6.06/4.56	c cleaning 4439 clauses out of 8884 with flag 4000/11869
7.58/5.35	c cleaning 5222 clauses out of 10445 with flag 10000/17869
9.57/6.31	c cleaning 6105 clauses out of 12224 with flag 17001/24870
11.75/7.48	c cleaning 7058 clauses out of 14118 with flag 25000/32869
14.29/8.76	c cleaning 8026 clauses out of 16060 with flag 34000/41869
17.39/10.31	c cleaning 9014 clauses out of 18035 with flag 44001/51870
20.50/11.92	c cleaning 10010 clauses out of 20020 with flag 55000/62869
24.33/13.96	c cleaning 11005 clauses out of 22010 with flag 67000/74869
28.21/15.97	c cleaning 12001 clauses out of 24006 with flag 80001/87870
32.87/18.37	c cleaning 13003 clauses out of 26005 with flag 94001/101870
38.53/21.27	c cleaning 13992 clauses out of 28001 with flag 109000/116869
43.50/23.89	c cleaning 14996 clauses out of 30010 with flag 125001/132870
49.16/26.80	c cleaning 16001 clauses out of 32013 with flag 142000/149869
50.81/27.67	c  And the winner is Resolution
51.15/27.98	c Got one! Elapsed wall clock time (in seconds):27.867
51.15/27.98	o -30
51.42/28.17	c cleaning 10986 clauses out of 21977 with flag 1000/155834
53.45/29.24	c cleaning 8490 clauses out of 16991 with flag 7000/161834
56.19/30.73	c cleaning 7745 clauses out of 15501 with flag 14000/168834
58.80/32.11	c cleaning 7864 clauses out of 15756 with flag 22000/176834
61.20/33.49	c cleaning 8446 clauses out of 16892 with flag 31000/185834
64.42/35.13	c cleaning 9214 clauses out of 18447 with flag 41001/195835
68.14/37.10	c cleaning 10111 clauses out of 20232 with flag 52000/206834
71.93/39.12	c cleaning 11058 clauses out of 22121 with flag 64000/218834
76.32/41.45	c cleaning 12028 clauses out of 24063 with flag 77000/231834
81.74/44.28	c cleaning 13010 clauses out of 26035 with flag 91000/245834
89.03/48.02	c cleaning 14005 clauses out of 28025 with flag 106000/260834
93.79/50.58	c cleaning 14999 clauses out of 30021 with flag 122001/276835
99.58/53.57	c cleaning 16002 clauses out of 32021 with flag 139000/293834
105.95/56.83	c cleaning 17007 clauses out of 34019 with flag 157000/311834
112.79/60.51	c cleaning 18004 clauses out of 36013 with flag 176001/330835
121.33/64.84	c cleaning 18999 clauses out of 38008 with flag 196000/350834
130.66/69.66	c cleaning 19998 clauses out of 40009 with flag 217000/371834
140.79/74.90	c cleaning 20999 clauses out of 42011 with flag 239000/393834
148.96/79.15	c cleaning 22002 clauses out of 44012 with flag 262000/416834
157.70/83.68	c cleaning 22994 clauses out of 46010 with flag 286000/440834
167.80/88.89	c cleaning 24005 clauses out of 48016 with flag 311000/465834
179.32/94.77	c cleaning 25002 clauses out of 50011 with flag 337000/491834
192.08/101.39	c cleaning 25996 clauses out of 52009 with flag 364000/518834
203.72/107.36	c cleaning 27006 clauses out of 54013 with flag 392000/546834
217.81/114.54	c cleaning 28004 clauses out of 56008 with flag 421001/575835
229.23/120.45	c cleaning 28497 clauses out of 57003 with flag 450000/604834
240.08/126.16	c cleaning 28752 clauses out of 57506 with flag 479000/633834
251.53/132.03	c cleaning 28872 clauses out of 57754 with flag 508000/662834
263.34/138.13	c cleaning 28936 clauses out of 57882 with flag 537000/691834
276.17/144.78	c cleaning 28966 clauses out of 57946 with flag 566000/720834
291.03/152.40	c cleaning 28983 clauses out of 57980 with flag 595000/749834
307.26/160.79	c cleaning 28991 clauses out of 57997 with flag 624000/778834
321.62/168.19	c cleaning 28987 clauses out of 58007 with flag 653001/807835
337.61/176.39	c cleaning 29000 clauses out of 58019 with flag 682000/836834
355.22/185.45	c cleaning 29003 clauses out of 58020 with flag 711001/865835
368.04/192.02	c cleaning 28997 clauses out of 58016 with flag 740000/894834
379.21/197.82	c cleaning 29005 clauses out of 58019 with flag 769000/923834
392.43/204.65	c cleaning 29003 clauses out of 58014 with flag 798000/952834
404.75/211.10	c cleaning 29000 clauses out of 58011 with flag 827000/981834
419.88/218.93	c cleaning 28998 clauses out of 58012 with flag 856001/1010835
431.60/225.07	c cleaning 29005 clauses out of 58014 with flag 885001/1039835
446.73/232.80	c cleaning 28998 clauses out of 58009 with flag 914001/1068835
459.21/239.41	c cleaning 29002 clauses out of 58011 with flag 943001/1097835
474.79/247.43	c cleaning 28998 clauses out of 58008 with flag 972000/1126834
489.68/255.18	c cleaning 28999 clauses out of 58010 with flag 1001000/1155834
495.78/258.45	c cleaning 0 clauses out of 6280 with flag 0/6282
506.66/264.08	c cleaning 28999 clauses out of 58012 with flag 1030001/1184835
522.34/272.18	c cleaning 28994 clauses out of 58012 with flag 1059000/1213834
537.21/279.80	c cleaning 29001 clauses out of 58018 with flag 1088000/1242834
551.28/287.18	c cleaning 28990 clauses out of 58017 with flag 1117000/1271834
566.28/295.06	c cleaning 28999 clauses out of 58027 with flag 1146000/1300834
581.94/303.14	c cleaning 29004 clauses out of 58028 with flag 1175000/1329834
592.40/308.68	c cleaning 29006 clauses out of 58024 with flag 1204000/1358834
604.45/314.90	c cleaning 29009 clauses out of 58018 with flag 1233000/1387834
620.02/323.14	c cleaning 28988 clauses out of 58009 with flag 1262000/1416834
635.25/331.09	c cleaning 29009 clauses out of 58021 with flag 1291000/1445834
647.45/337.48	c cleaning 29002 clauses out of 58013 with flag 1320001/1474835
662.87/345.45	c cleaning 29001 clauses out of 58011 with flag 1349001/1503835
675.98/352.45	c cleaning 28991 clauses out of 58010 with flag 1378001/1532835
693.05/361.23	c cleaning 28996 clauses out of 58018 with flag 1407000/1561834
707.66/368.84	c cleaning 29005 clauses out of 58022 with flag 1436000/1590834
723.05/376.87	c cleaning 29009 clauses out of 58017 with flag 1465000/1619834
738.13/384.87	c cleaning 28995 clauses out of 58008 with flag 1494000/1648834
752.58/392.38	c cleaning 28994 clauses out of 58013 with flag 1523000/1677834
766.54/399.68	c cleaning 28995 clauses out of 58019 with flag 1552000/1706834
782.13/407.70	c cleaning 29004 clauses out of 58024 with flag 1581000/1735834
797.06/415.64	c cleaning 29007 clauses out of 58020 with flag 1610000/1764834
810.43/422.64	c cleaning 29002 clauses out of 58015 with flag 1639002/1793836
824.60/430.10	c cleaning 28996 clauses out of 58011 with flag 1668000/1822834
839.79/437.96	c cleaning 29002 clauses out of 58015 with flag 1697000/1851834
855.98/446.50	c cleaning 28991 clauses out of 58014 with flag 1726001/1880835
872.42/455.01	c cleaning 29009 clauses out of 58023 with flag 1755001/1909835
887.98/463.18	c cleaning 28999 clauses out of 58013 with flag 1784000/1938834
904.30/471.60	c cleaning 29004 clauses out of 58014 with flag 1813000/1967834
919.55/479.76	c cleaning 29005 clauses out of 58012 with flag 1842002/1996836
929.66/485.15	c cleaning 28989 clauses out of 58005 with flag 1871000/2025834
941.58/491.40	c cleaning 29002 clauses out of 58016 with flag 1900000/2054834
955.09/498.54	c cleaning 29002 clauses out of 58015 with flag 1929001/2083835
970.90/506.98	c cleaning 29001 clauses out of 58012 with flag 1958000/2112834
983.62/513.61	c cleaning 29002 clauses out of 58011 with flag 1987000/2141834
999.93/522.12	c cleaning 28992 clauses out of 58009 with flag 2016000/2170834
1012.83/528.92	c cleaning 29002 clauses out of 58018 with flag 2045001/2199835
1027.60/536.91	c cleaning 28990 clauses out of 58016 with flag 2074001/2228835
1043.46/545.15	c cleaning 29007 clauses out of 58025 with flag 2103000/2257834
1058.13/552.86	c cleaning 28993 clauses out of 58018 with flag 2132000/2286834
1073.80/561.02	c cleaning 29012 clauses out of 58026 with flag 2161001/2315835
1090.32/569.86	c cleaning 29005 clauses out of 58013 with flag 2190000/2344834
1107.17/578.63	c cleaning 28997 clauses out of 58008 with flag 2219000/2373834
1124.51/587.61	c cleaning 29002 clauses out of 58011 with flag 2248000/2402834
1143.77/597.66	c cleaning 29003 clauses out of 58009 with flag 2277000/2431834
1157.68/605.16	c cleaning 28998 clauses out of 58007 with flag 2306001/2460835
1173.48/613.40	c cleaning 28997 clauses out of 58008 with flag 2335000/2489834
1188.10/621.15	c cleaning 28997 clauses out of 58011 with flag 2364000/2518834
1204.32/629.61	c cleaning 28992 clauses out of 58014 with flag 2393000/2547834
1218.36/637.21	c cleaning 28999 clauses out of 58022 with flag 2422000/2576834
1234.98/645.94	c cleaning 28995 clauses out of 58023 with flag 2451000/2605834
1249.58/653.67	c cleaning 29008 clauses out of 58028 with flag 2480000/2634834
1264.58/661.59	c cleaning 29000 clauses out of 58020 with flag 2509000/2663834
1281.21/670.48	c cleaning 28999 clauses out of 58020 with flag 2538000/2692834
1294.40/677.43	c cleaning 28999 clauses out of 58021 with flag 2567000/2721834
1309.38/685.34	c cleaning 29006 clauses out of 58022 with flag 2596000/2750834
1322.75/692.49	c cleaning 28998 clauses out of 58016 with flag 2625000/2779834
1337.13/700.24	c cleaning 29004 clauses out of 58019 with flag 2654001/2808835
1353.71/708.98	c cleaning 29001 clauses out of 58015 with flag 2683001/2837835
1368.19/716.52	c cleaning 28991 clauses out of 58013 with flag 2712000/2866834
1385.35/725.54	c cleaning 29002 clauses out of 58023 with flag 2741001/2895835
1399.85/733.34	c cleaning 28995 clauses out of 58021 with flag 2770001/2924835
1414.64/741.11	c cleaning 29004 clauses out of 58026 with flag 2799001/2953835
1431.58/750.01	c cleaning 29002 clauses out of 58021 with flag 2828000/2982834
1442.13/755.81	c cleaning 29004 clauses out of 58019 with flag 2857000/3011834
1454.05/762.29	c cleaning 29001 clauses out of 58016 with flag 2886001/3040835
1466.62/768.98	c cleaning 29001 clauses out of 58014 with flag 2915000/3069834
1478.77/775.48	c cleaning 29003 clauses out of 58013 with flag 2944000/3098834
1491.90/782.46	c cleaning 28999 clauses out of 58011 with flag 2973001/3127835
1507.86/791.08	c cleaning 28986 clauses out of 58011 with flag 3002000/3156834
1523.67/799.38	c cleaning 29004 clauses out of 58026 with flag 3031001/3185835
1538.60/807.25	c cleaning 29006 clauses out of 58021 with flag 3060000/3214834
1553.31/815.10	c cleaning 29006 clauses out of 58015 with flag 3089000/3243834
1568.62/823.35	c cleaning 28987 clauses out of 58009 with flag 3118000/3272834
1581.12/830.07	c cleaning 29006 clauses out of 58022 with flag 3147000/3301834
1596.22/838.04	c cleaning 29002 clauses out of 58016 with flag 3176000/3330834
1612.92/846.84	c cleaning 28998 clauses out of 58014 with flag 3205000/3359834
1630.38/856.19	c cleaning 28989 clauses out of 58016 with flag 3234000/3388834
1649.09/865.90	c cleaning 29007 clauses out of 58028 with flag 3263001/3417835
1662.39/873.08	c cleaning 29004 clauses out of 58020 with flag 3292000/3446834
1677.92/881.28	c cleaning 29000 clauses out of 58016 with flag 3321000/3475834
1693.36/889.60	c cleaning 28997 clauses out of 58016 with flag 3350000/3504834
1708.25/897.53	c cleaning 29000 clauses out of 58019 with flag 3379000/3533834
1724.12/905.95	c cleaning 29003 clauses out of 58019 with flag 3408000/3562834
1739.01/913.83	c cleaning 29004 clauses out of 58017 with flag 3437001/3591835
1754.63/922.38	c cleaning 28998 clauses out of 58013 with flag 3466001/3620835
1769.29/930.19	c cleaning 28999 clauses out of 58014 with flag 3495000/3649834
1782.95/937.32	c cleaning 28998 clauses out of 58016 with flag 3524001/3678835
1797.42/945.08	c cleaning 28999 clauses out of 58018 with flag 3553001/3707835
1800.06/947.02	c starts		: 259
1800.06/947.02	c conflicts		: 3711404
1800.06/947.02	c decisions		: 3960806
1800.06/947.02	c propagations		: 22174463
1800.06/947.02	c inspects		: 3847851855
1800.06/947.02	c shortcuts		: 0
1800.06/947.02	c learnt literals	: 0
1800.06/947.02	c learnt binary clauses	: 0
1800.06/947.02	c learnt ternary clauses	: 0
1800.06/947.02	c learnt constraints	: 3711404
1800.06/947.02	c ignored constraints	: 0
1800.06/947.02	c root simplifications	: 0
1800.06/947.02	c removed literals (reason simplification)	: 53655921
1800.06/947.02	c reason swapping (by a shorter reason)	: 0
1800.06/947.02	c Calls to reduceDB	: 147
1800.06/947.02	c number of reductions to clauses (during analyze)	: 0
1800.06/947.02	c number of learned constraints concerned by reduction	: 0
1800.06/947.02	c number of learning phase by resolution	: 0
1800.06/947.02	c number of learning phase by cutting planes	: 0
1800.06/947.03	c speed (assignments/second)	: 24127.782922017795
1800.06/947.03	c non guided choices	0
1800.06/947.04	c learnt constraints type 
1800.06/947.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32681
1800.06/947.04	c constraints type 
1800.06/947.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/947.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
1800.06/947.04	c constraints type 
1800.06/947.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
1800.06/947.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/947.04	s SATISFIABLE
1800.06/947.05	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.06/947.05	c objective function=-30
1800.06/947.05	c Total wall clock time (in seconds): 946.932

Verifier Data

OK	-30

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-3454673-1307189818/watcher-3454673-1307189818 -o /tmp/evaluation-result-3454673-1307189818/solver-3454673-1307189818 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454673-1307189818.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.77 3.80 3.57 3/519 1169
/proc/meminfo: memFree=25827724/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/1169/stat : 1169 (java) R 1167 1169 29288 0 -1 4202496 236 0 0 0 0 0 0 0 23 0 1 0 909212426 9318400 171 33554432000 1073741824 1073778376 140735819722256 18446744073709551615 251367367671 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1169/statm: 2275 171 131 9 0 67 0
[pid=1169/tid=1170] ppid=1167 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) R 1167 1169 29288 0 -1 4202560 4892 0 1 0 0 0 0 0 24 0 2 0 909212427 10694979584 5708 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.101327 s]
/proc/loadavg: 3.77 3.80 3.57 3/519 1169
/proc/meminfo: memFree=25827724/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10540164 CPUtime=0.1 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 12983 0 1 0 8 2 0 0 23 0 18 0 909212426 10793127936 12679 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2635041 12679 2092 9 0 2625775 0
[pid=1169/tid=1170] ppid=1167 vsize=10540164 CPUtime=0.08 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) R 1167 1169 29288 0 -1 4202560 11101 0 1 0 7 1 0 0 22 0 18 0 909212427 10793127936 12679 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 47676192350115 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540164

[startup+0.200274 s]
/proc/loadavg: 3.77 3.80 3.57 3/519 1169
/proc/meminfo: memFree=25827724/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10540660 CPUtime=0.24 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 13919 0 1 0 22 2 0 0 23 0 18 0 909212426 10793635840 13615 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2635165 13615 2176 9 0 2625899 0
[pid=1169/tid=1170] ppid=1167 vsize=10540660 CPUtime=0.18 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) R 1167 1169 29288 0 -1 4202560 11824 0 1 0 17 1 0 0 22 0 18 0 909212427 10793635840 13615 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 47676196817716 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540660

[startup+0.300249 s]
/proc/loadavg: 3.77 3.80 3.57 3/519 1169
/proc/meminfo: memFree=25827724/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10542712 CPUtime=0.47 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 15704 0 1 0 45 2 0 0 23 0 18 0 909212426 10795737088 15216 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2635678 15217 2199 9 0 2626412 0
[pid=1169/tid=1170] ppid=1167 vsize=10542712 CPUtime=0.27 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) R 1167 1169 29288 0 -1 4202560 12873 0 1 0 26 1 0 0 22 0 18 0 909212427 10795737088 15217 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 46912505599416 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542712

[startup+0.701215 s]
/proc/loadavg: 3.77 3.80 3.57 3/519 1169
/proc/meminfo: memFree=25827724/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551788 CPUtime=1.01 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 32502 0 1 0 98 3 0 0 23 0 19 0 909212426 10805030912 30848 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637947 30848 2229 9 0 2628681 0
[pid=1169/tid=1170] ppid=1167 vsize=10551788 CPUtime=0.5 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26328 0 1 0 48 2 0 0 19 0 19 0 909212427 10805030912 30848 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10551788

[startup+1.50105 s]
/proc/loadavg: 3.63 3.77 3.56 3/538 1194
/proc/meminfo: memFree=25711632/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551788 CPUtime=1.08 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 32651 0 1 0 105 3 0 0 23 0 19 0 909212426 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637947 30997 2229 9 0 2628681 0
[pid=1169/tid=1170] ppid=1167 vsize=10551788 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26376 0 1 0 49 2 0 0 16 0 19 0 909212427 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909212429 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1167 1169 29288 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909212430 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 0 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909212430 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909212430 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909212432 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10551788 CPUtime=0.25 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1167 1169 29288 0 -1 4202560 2495 0 0 0 25 0 0 0 15 0 19 0 909212432 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10551788 CPUtime=0.24 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 2422 0 0 0 24 0 0 0 15 0 19 0 909212432 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1186] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909212432 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1187] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909212432 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1194] ppid=1167 vsize=10551788 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1194/stat : 1194 (java) S 1167 1169 29288 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909212530 10805030912 30997 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10551788

[startup+3.10068 s]
/proc/loadavg: 3.63 3.77 3.56 5/539 1200
/proc/meminfo: memFree=25681368/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10554712 CPUtime=3.57 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 73149 0 1 0 350 7 0 0 23 0 22 0 909212426 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2638678 68918 2239 9 0 2629412 0
[pid=1169/tid=1170] ppid=1167 vsize=10554712 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26473 0 1 0 49 2 0 0 17 0 22 0 909212427 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68918 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909212429 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1167 1169 29288 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 909212430 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 0 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909212430 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909212430 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909212432 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10554712 CPUtime=0.93 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1167 1169 29288 0 -1 4202560 9426 0 0 0 92 1 0 0 15 0 22 0 909212432 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10554712 CPUtime=0.64 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 3214 0 0 0 64 0 0 0 15 0 22 0 909212432 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1186] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909212432 10808025088 68919 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1187] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909212432 10808025088 68920 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1194] ppid=1167 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1194/stat : 1194 (java) S 1167 1169 29288 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909212530 10808025088 68920 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10554712

[startup+6.30108 s]
/proc/loadavg: 3.63 3.77 3.56 5/541 1208
/proc/meminfo: memFree=25143924/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551148 CPUtime=9.57 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 185302 0 1 0 936 21 0 0 23 0 22 0 909212426 10804375552 176424 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637787 176426 2267 9 0 2628521 0
[pid=1169/tid=1170] ppid=1167 vsize=10551148 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26474 0 1 0 49 2 0 0 15 0 22 0 909212427 10804375552 176428 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10551148 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 22 0 909212429 10804375552 176430 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10551148 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 606 0 0 0 1 0 0 0 15 0 22 0 909212429 10804375552 176431 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10551148 CPUtime=0.02 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 2504 0 0 0 2 0 0 0 16 0 22 0 909212429 10804375552 176433 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10551148 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 1872 0 0 0 1 0 0 0 15 0 22 0 909212429 10804375552 176435 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10551148 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 1412 0 0 0 1 0 0 0 16 0 22 0 909212429 10804375552 176436 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 22 0 909212429 10804375552 176438 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10551148 CPUtime=0.03 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 2897 0 0 0 3 0 0 0 15 0 22 0 909212429 10804375552 176439 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 1805 0 0 0 0 0 0 0 15 0 22 0 909212429 10804375552 176441 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10551148 CPUtime=0.19 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1167 1169 29288 0 -1 4202560 11703 0 0 0 18 1 0 0 15 0 22 0 909212430 10804375552 176442 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 0 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 176444 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 176446 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909212432 10804375552 176448 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10551148 CPUtime=1.1 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) R 1167 1169 29288 0 -1 4202560 9447 0 0 0 109 1 0 0 15 0 22 0 909212432 10804375552 176450 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 47676191519872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10551148 CPUtime=0.9 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 6328 0 0 0 90 0 0 0 15 0 22 0 909212432 10804375552 176452 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0

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

[startup+882.32 s]
/proc/loadavg: 3.89 3.87 3.74 4/541 1285
/proc/meminfo: memFree=20838740/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551148 CPUtime=1679.16 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 509435 0 1 0 167856 60 0 0 23 0 22 0 909212426 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637787 500267 2269 9 0 2628521 0
[pid=1169/tid=1170] ppid=1167 vsize=10551148 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26509 0 1 0 49 2 0 0 15 0 22 0 909212427 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10551148 CPUtime=1.46 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 3147 0 0 0 146 0 0 0 16 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10551148 CPUtime=1.51 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 2276 0 0 0 151 0 0 0 16 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10551148 CPUtime=1.49 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 5550 0 0 0 149 0 0 0 15 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10551148 CPUtime=1.39 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 4930 0 0 0 139 0 0 0 15 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10551148 CPUtime=1.36 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 5020 0 0 0 136 0 0 0 16 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10551148 CPUtime=1.2 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 2931 0 0 0 120 0 0 0 15 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10551148 CPUtime=1.21 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 6237 0 0 0 121 0 0 0 15 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10551148 CPUtime=1.36 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 5312 0 0 0 136 0 0 0 16 0 22 0 909212429 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10551148 CPUtime=87.91 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) R 1167 1169 29288 0 -1 4202560 132516 0 0 0 8775 16 0 0 16 0 22 0 909212430 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 47676195561544 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909212432 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10551148 CPUtime=1.75 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1167 1169 29288 0 -1 4202560 9526 0 0 0 174 1 0 0 16 0 22 0 909212432 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10551148 CPUtime=0.98 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 6336 0 0 0 98 0 0 0 15 0 22 0 909212432 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1186] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909212432 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1187] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1167 1169 29288 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 909212432 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1194] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1194/stat : 1194 (java) S 1167 1169 29288 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909212530 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1210] ppid=1167 vsize=10551148 CPUtime=765.44 cores=1,3,5,7
/proc/1169/task/1210/stat : 1210 (java) S 1167 1169 29288 0 -1 4202560 91 0 0 0 76544 0 0 0 25 0 22 0 909215225 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1211] ppid=1167 vsize=10551148 CPUtime=765.43 cores=1,3,5,7
/proc/1169/task/1211/stat : 1211 (java) S 1167 1169 29288 0 -1 4202560 129268 0 0 0 76530 13 0 0 25 0 22 0 909215225 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1212] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1212/stat : 1212 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909215225 10804375552 500267 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1679.16
Current children cumulated vsize (KiB) 10551148

[startup+942.301 s]
/proc/loadavg: 3.89 3.87 3.75 5/541 1287
/proc/meminfo: memFree=20820976/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551148 CPUtime=1791.98 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 513894 0 1 0 179138 60 0 0 23 0 22 0 909212426 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637787 504711 2269 9 0 2628521 0
[pid=1169/tid=1170] ppid=1167 vsize=10551148 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26516 0 1 0 49 2 0 0 15 0 22 0 909212427 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10551148 CPUtime=1.53 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 3147 0 0 0 153 0 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10551148 CPUtime=1.56 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 2282 0 0 0 156 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10551148 CPUtime=1.59 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 5550 0 0 0 158 1 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10551148 CPUtime=1.44 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 4942 0 0 0 144 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10551148 CPUtime=1.41 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 5020 0 0 0 141 0 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10551148 CPUtime=1.26 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 2934 0 0 0 126 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10551148 CPUtime=1.35 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 6244 0 0 0 135 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10551148 CPUtime=1.46 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 5319 0 0 0 146 0 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10551148 CPUtime=95.32 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1167 1169 29288 0 -1 4202560 136929 0 0 0 9515 17 0 0 15 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 0 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10551148 CPUtime=1.75 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1167 1169 29288 0 -1 4202560 9526 0 0 0 174 1 0 0 16 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10551148 CPUtime=0.98 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 6336 0 0 0 98 0 0 0 15 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1186] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1187] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1167 1169 29288 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1194] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1194/stat : 1194 (java) S 1167 1169 29288 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909212530 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1210] ppid=1167 vsize=10551148 CPUtime=817.84 cores=1,3,5,7
/proc/1169/task/1210/stat : 1210 (java) R 1167 1169 29288 0 -1 4202560 91 0 0 0 81784 0 0 0 25 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 46912505853176 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1169/tid=1211] ppid=1167 vsize=10551148 CPUtime=817.83 cores=1,3,5,7
/proc/1169/task/1211/stat : 1211 (java) R 1167 1169 29288 0 -1 4202560 129268 0 0 0 81770 13 0 0 25 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 46912505884096 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1169/tid=1212] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1212/stat : 1212 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1791.98
Current children cumulated vsize (KiB) 10551148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.001 s]
/proc/loadavg: 3.82 3.86 3.75 5/541 1287
/proc/meminfo: memFree=20820852/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=10551148 CPUtime=1800.06 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1167 1169 29288 0 -1 4202496 513895 0 1 0 179946 60 0 0 23 0 22 0 909212426 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1169/statm: 2637787 504711 2269 9 0 2628521 0
[pid=1169/tid=1170] ppid=1167 vsize=10551148 CPUtime=0.51 cores=1,3,5,7
/proc/1169/task/1170/stat : 1170 (java) S 1167 1169 29288 0 -1 4202560 26517 0 1 0 49 2 0 0 15 0 22 0 909212427 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1172] ppid=1167 vsize=10551148 CPUtime=1.56 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 29288 0 -1 4202560 3147 0 0 0 156 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1173] ppid=1167 vsize=10551148 CPUtime=1.56 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 29288 0 -1 4202560 2282 0 0 0 156 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1174] ppid=1167 vsize=10551148 CPUtime=1.59 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 29288 0 -1 4202560 5550 0 0 0 158 1 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1175] ppid=1167 vsize=10551148 CPUtime=1.47 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 29288 0 -1 4202560 4942 0 0 0 147 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1176] ppid=1167 vsize=10551148 CPUtime=1.41 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 29288 0 -1 4202560 5020 0 0 0 141 0 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1177] ppid=1167 vsize=10551148 CPUtime=1.26 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 29288 0 -1 4202560 2934 0 0 0 126 0 0 0 15 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1178] ppid=1167 vsize=10551148 CPUtime=1.36 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1167 1169 29288 0 -1 4202560 6244 0 0 0 136 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1179] ppid=1167 vsize=10551148 CPUtime=1.49 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1167 1169 29288 0 -1 4202560 5319 0 0 0 149 0 0 0 16 0 22 0 909212429 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1180] ppid=1167 vsize=10551148 CPUtime=96.69 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1167 1169 29288 0 -1 4202560 136929 0 0 0 9652 17 0 0 17 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 0 0 16800975 18446604465143382272 0 0 -1 3 0 0 0
[pid=1169/tid=1181] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1167 1169 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1182] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1167 1169 29288 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909212430 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1183] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379370417 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1184] ppid=1167 vsize=10551148 CPUtime=1.75 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1167 1169 29288 0 -1 4202560 9526 0 0 0 174 1 0 0 16 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1185] ppid=1167 vsize=10551148 CPUtime=0.98 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1167 1169 29288 0 -1 4202560 6336 0 0 0 98 0 0 0 15 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1186] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379362713 0 4 0 16800975 18446604465143382272 0 0 -1 5 0 0 0
[pid=1169/tid=1187] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1167 1169 29288 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909212432 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 1 0 0 0
[pid=1169/tid=1194] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1194/stat : 1194 (java) S 1167 1169 29288 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909212530 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
[pid=1169/tid=1210] ppid=1167 vsize=10551148 CPUtime=821.16 cores=1,3,5,7
/proc/1169/task/1210/stat : 1210 (java) R 1167 1169 29288 0 -1 4202560 91 0 0 0 82116 0 0 0 18 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 46912505853477 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1169/tid=1211] ppid=1167 vsize=10551148 CPUtime=821.15 cores=1,3,5,7
/proc/1169/task/1211/stat : 1211 (java) R 1167 1169 29288 0 -1 4202560 129268 0 0 0 82102 13 0 0 18 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 46912506094573 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1169/tid=1212] ppid=1167 vsize=10551148 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1212/stat : 1212 (java) S 1167 1169 29288 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909215225 10804375552 504711 33554432000 1073741824 1073778376 140733783912768 18446744073709551615 251379363328 0 4 0 16800975 18446604465143382272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10551148

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

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

[startup+947.126 s]
/proc/loadavg: 3.82 3.86 3.75 4/522 1290
/proc/meminfo: memFree=22499440/32950928 swapFree=34421304/67111528
[pid=1169] ppid=1167 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/1169/stat : 1169 (java) Z 1167 1169 29288 0 -1 4203548 513925 0 1 0 179959 67 0 0 17 0 2 0 909212426 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1169/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 947.145
CPU time (s): 1800.28
CPU user time (s): 1799.59
CPU system time (s): 0.684895
CPU usage (%): 190.074
Max. virtual memory (cumulated for all children) (KiB): 10567204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513925
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= 26143
involuntary context switches= 12634

runsolver used 4.74928 second user time and 11.6492 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-04 14:16:58
IDJOB=3454673
IDBENCH=2271
IDSOLVER=1950
FILE ID=node113/3454673-1307189818
RUNJOBID= node113-1307187553-622
PBS_JOBID= 13508847
Free space on /tmp= 73796 MiB

SOLVER NAME= 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-3454673-1307189818/watcher-3454673-1307189818 -o /tmp/evaluation-result-3454673-1307189818/solver-3454673-1307189818 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454673-1307189818.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=692874818

node113.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.846
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.69
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.846
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	: 5332.76
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.846
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.74
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.846
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.75
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.846
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25828004 kB
Buffers:        285252 kB
Cached:         866580 kB
SwapCached:      13476 kB
Active:        6020600 kB
Inactive:       779840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25828004 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            1312 kB
Writeback:           0 kB
AnonPages:     5646904 kB
Mapped:          29308 kB
Slab:           136568 kB
PageTables:     117676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165134336 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= 73792 MiB
End job on node113 at 2011-06-04 14:32:47