Trace number 3454365

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.4 944.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1797.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3454365-1307189837.opb
0.00/0.11	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  27847
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
0.96/0.53	c  And the winner is Resolution
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 -23
1.01/1.04	c  And the winner is Resolution
1.09/1.53	c Got one! Elapsed wall clock time (in seconds):1.417
1.09/1.53	o -24
1.09/1.54	c  And the winner is Resolution
1.15/2.04	c Got one! Elapsed wall clock time (in seconds):1.923
1.15/2.04	o -25
1.15/2.09	c  And the winner is Resolution
1.81/2.54	c Got one! Elapsed wall clock time (in seconds):2.43
1.81/2.54	o -26
2.02/2.69	c  And the winner is Resolution
2.46/3.05	c Got one! Elapsed wall clock time (in seconds):2.939
2.46/3.05	o -27
3.88/3.78	c cleaning 2959 clauses out of 5918 with flag 5000/5918
4.73/4.10	c  And the winner is Resolution
4.76/4.56	c Got one! Elapsed wall clock time (in seconds):4.447
4.76/4.56	o -28
5.26/4.83	c  And the winner is Resolution
5.41/5.07	c Got one! Elapsed wall clock time (in seconds):4.96
5.41/5.07	o -29
5.88/5.35	c cleaning 4497 clauses out of 8994 with flag 2000/11953
7.63/6.24	c cleaning 5245 clauses out of 10497 with flag 8000/17953
9.79/7.32	c cleaning 6125 clauses out of 12253 with flag 15001/24954
12.33/8.65	c cleaning 7058 clauses out of 14128 with flag 23001/32954
15.12/10.07	c cleaning 8033 clauses out of 16069 with flag 32000/41953
18.59/11.80	c cleaning 9019 clauses out of 18037 with flag 42001/51954
22.29/13.70	c cleaning 10009 clauses out of 20017 with flag 53000/62953
26.93/16.11	c cleaning 10989 clauses out of 22008 with flag 65000/74953
31.19/18.33	c cleaning 12002 clauses out of 24019 with flag 78000/87953
36.65/21.14	c cleaning 12994 clauses out of 26017 with flag 92000/101953
42.93/24.33	c cleaning 14011 clauses out of 28023 with flag 107000/116953
48.86/27.43	c cleaning 15001 clauses out of 30012 with flag 123000/132953
55.51/30.84	c cleaning 16004 clauses out of 32011 with flag 140000/149953
63.67/35.01	c cleaning 17001 clauses out of 34007 with flag 158000/167953
71.07/38.82	c cleaning 17992 clauses out of 36006 with flag 177000/186953
78.74/42.85	c cleaning 18999 clauses out of 38014 with flag 197000/206953
88.31/47.77	c cleaning 20005 clauses out of 40015 with flag 218000/227953
99.85/53.62	c  And the winner is Resolution
100.78/54.54	c Got one! Elapsed wall clock time (in seconds):54.432
100.78/54.54	o -30
102.88/55.61	c cleaning 23135 clauses out of 46271 with flag 5000/254214
105.62/57.19	c cleaning 14558 clauses out of 29136 with flag 11000/260214
108.64/58.86	c cleaning 10779 clauses out of 21578 with flag 18000/267214
112.18/60.74	c cleaning 9391 clauses out of 18799 with flag 26000/275214
115.35/62.47	c cleaning 9201 clauses out of 18408 with flag 35000/284214
119.09/64.40	c cleaning 9599 clauses out of 19207 with flag 45000/294214
123.69/66.93	c cleaning 10301 clauses out of 20609 with flag 56001/305215
128.82/69.63	c cleaning 11151 clauses out of 22307 with flag 68000/317214
134.34/72.61	c cleaning 12077 clauses out of 24156 with flag 81000/330214
140.09/75.50	c cleaning 13027 clauses out of 26080 with flag 95001/344215
146.67/79.09	c cleaning 14026 clauses out of 28052 with flag 110000/359214
153.43/82.54	c cleaning 15003 clauses out of 30026 with flag 126000/375214
160.90/86.48	c cleaning 16003 clauses out of 32023 with flag 143000/392214
169.62/90.93	c cleaning 17010 clauses out of 34020 with flag 161000/410214
176.58/94.66	c cleaning 17998 clauses out of 36010 with flag 180000/429214
185.05/99.04	c cleaning 19007 clauses out of 38013 with flag 200001/449215
195.72/104.55	c cleaning 19985 clauses out of 40006 with flag 221001/470215
206.95/110.33	c cleaning 21005 clauses out of 42020 with flag 243000/492214
218.23/116.24	c cleaning 22007 clauses out of 44015 with flag 266000/515214
232.88/123.71	c cleaning 23002 clauses out of 46008 with flag 290000/539214
245.52/130.28	c cleaning 23994 clauses out of 48006 with flag 315000/564214
258.76/137.06	c cleaning 25000 clauses out of 50013 with flag 341001/590215
271.41/143.62	c cleaning 26002 clauses out of 52012 with flag 368000/617214
283.28/149.78	c cleaning 27006 clauses out of 54013 with flag 396003/645217
297.46/157.02	c cleaning 27497 clauses out of 55005 with flag 424001/673215
311.90/164.45	c cleaning 27751 clauses out of 55507 with flag 452000/701214
327.50/172.58	c cleaning 27867 clauses out of 55756 with flag 480000/729214
340.48/179.32	c cleaning 27936 clauses out of 55889 with flag 508000/757214
358.49/188.42	c cleaning 27975 clauses out of 55953 with flag 536000/785214
374.85/196.89	c cleaning 27977 clauses out of 55979 with flag 564001/813215
391.41/205.44	c cleaning 27986 clauses out of 56001 with flag 592000/841214
407.97/213.92	c cleaning 27996 clauses out of 56015 with flag 620000/869214
424.53/222.45	c cleaning 28004 clauses out of 56019 with flag 648000/897214
436.46/228.65	c cleaning 28004 clauses out of 56016 with flag 676001/925215
448.99/235.26	c cleaning 27994 clauses out of 56011 with flag 704000/953214
462.52/242.27	c cleaning 28006 clauses out of 56017 with flag 732000/981214
475.27/248.81	c cleaning 0 clauses out of 6135 with flag 0/6139
477.94/250.23	c cleaning 27989 clauses out of 56011 with flag 760000/1009214
495.81/259.53	c cleaning 28012 clauses out of 56023 with flag 788001/1037215
512.14/267.91	c cleaning 28001 clauses out of 56010 with flag 816000/1065214
532.48/278.38	c cleaning 28003 clauses out of 56009 with flag 844000/1093214
546.94/285.85	c cleaning 27990 clauses out of 56006 with flag 872000/1121214
562.58/294.01	c cleaning 28003 clauses out of 56016 with flag 900000/1149214
578.85/302.42	c cleaning 28001 clauses out of 56013 with flag 928000/1177214
592.52/309.58	c cleaning 28003 clauses out of 56012 with flag 956000/1205214
607.58/317.36	c cleaning 27997 clauses out of 56009 with flag 984000/1233214
625.00/326.40	c cleaning 27997 clauses out of 56012 with flag 1012000/1261214
641.65/335.08	c cleaning 28005 clauses out of 56015 with flag 1040000/1289214
660.29/344.68	c cleaning 28003 clauses out of 56010 with flag 1068000/1317214
679.51/354.58	c cleaning 27999 clauses out of 56007 with flag 1096000/1345214
691.64/361.04	c cleaning 27994 clauses out of 56008 with flag 1124000/1373214
704.44/367.74	c cleaning 27997 clauses out of 56014 with flag 1152000/1401214
718.53/375.09	c cleaning 28002 clauses out of 56017 with flag 1180000/1429214
733.57/382.86	c cleaning 28001 clauses out of 56015 with flag 1208000/1457214
748.86/390.98	c cleaning 27997 clauses out of 56015 with flag 1236001/1485215
765.86/399.71	c cleaning 28004 clauses out of 56017 with flag 1264000/1513214
784.45/409.37	c cleaning 28006 clauses out of 56013 with flag 1292000/1541214
800.98/417.98	c cleaning 27997 clauses out of 56007 with flag 1320000/1569214
818.85/427.32	c cleaning 27996 clauses out of 56010 with flag 1348000/1597214
836.41/436.44	c cleaning 27997 clauses out of 56015 with flag 1376001/1625215
850.28/443.66	c cleaning 28002 clauses out of 56017 with flag 1404000/1653214
867.43/452.59	c cleaning 28001 clauses out of 56015 with flag 1432000/1681214
884.57/461.56	c cleaning 27992 clauses out of 56014 with flag 1460000/1709214
903.71/471.45	c cleaning 28003 clauses out of 56022 with flag 1488000/1737214
922.51/481.18	c cleaning 28007 clauses out of 56020 with flag 1516001/1765215
939.04/489.73	c cleaning 28003 clauses out of 56012 with flag 1544000/1793214
953.85/497.63	c cleaning 27989 clauses out of 56009 with flag 1572000/1821214
970.21/506.15	c cleaning 28006 clauses out of 56020 with flag 1600000/1849214
986.08/514.45	c cleaning 28000 clauses out of 56014 with flag 1628000/1877214
1002.98/523.25	c cleaning 28001 clauses out of 56015 with flag 1656001/1905215
1022.16/533.35	c cleaning 27997 clauses out of 56013 with flag 1684000/1933214
1039.85/542.57	c cleaning 27994 clauses out of 56016 with flag 1712000/1961214
1057.74/551.82	c cleaning 28008 clauses out of 56022 with flag 1740000/1989214
1072.62/559.66	c cleaning 27987 clauses out of 56014 with flag 1768000/2017214
1085.60/566.63	c cleaning 28003 clauses out of 56028 with flag 1796001/2045215
1099.44/573.92	c cleaning 28001 clauses out of 56024 with flag 1824000/2073214
1114.51/581.80	c cleaning 28003 clauses out of 56023 with flag 1852000/2101214
1130.95/590.45	c cleaning 27991 clauses out of 56020 with flag 1880000/2129214
1144.36/597.67	c cleaning 28002 clauses out of 56029 with flag 1908000/2157214
1160.19/605.91	c cleaning 28011 clauses out of 56027 with flag 1936000/2185214
1175.26/613.85	c cleaning 27993 clauses out of 56016 with flag 1964000/2213214
1190.68/621.90	c cleaning 27997 clauses out of 56024 with flag 1992001/2241215
1207.75/631.03	c cleaning 28005 clauses out of 56026 with flag 2020000/2269214
1225.78/640.50	c cleaning 27993 clauses out of 56021 with flag 2048000/2297214
1241.01/648.42	c cleaning 28008 clauses out of 56028 with flag 2076000/2325214
1257.42/657.02	c cleaning 28008 clauses out of 56021 with flag 2104001/2353215
1274.47/666.16	c cleaning 27998 clauses out of 56012 with flag 2132000/2381214
1292.06/675.34	c cleaning 27999 clauses out of 56014 with flag 2160000/2409214
1308.66/684.04	c cleaning 28000 clauses out of 56015 with flag 2188000/2437214
1323.38/691.70	c cleaning 27988 clauses out of 56015 with flag 2216000/2465214
1339.20/700.29	c cleaning 28006 clauses out of 56027 with flag 2244000/2493214
1355.79/708.95	c cleaning 28001 clauses out of 56022 with flag 2272001/2521215
1375.77/719.35	c cleaning 28005 clauses out of 56020 with flag 2300000/2549214
1391.74/727.76	c cleaning 28002 clauses out of 56015 with flag 2328000/2577214
1408.73/736.84	c cleaning 28001 clauses out of 56013 with flag 2356000/2605214
1425.30/745.59	c cleaning 27998 clauses out of 56014 with flag 2384002/2633216
1444.27/755.43	c cleaning 27999 clauses out of 56014 with flag 2412000/2661214
1458.20/762.80	c cleaning 28005 clauses out of 56015 with flag 2440000/2689214
1474.77/771.76	c cleaning 27992 clauses out of 56011 with flag 2468001/2717215
1492.13/780.83	c cleaning 28000 clauses out of 56018 with flag 2496000/2745214
1509.07/789.76	c cleaning 28004 clauses out of 56019 with flag 2524001/2773215
1524.81/798.05	c cleaning 27990 clauses out of 56014 with flag 2552000/2801214
1541.11/806.85	c cleaning 28006 clauses out of 56025 with flag 2580001/2829215
1557.65/815.51	c cleaning 28006 clauses out of 56018 with flag 2608000/2857214
1575.35/824.87	c cleaning 28007 clauses out of 56013 with flag 2636001/2885215
1592.25/833.78	c cleaning 27996 clauses out of 56005 with flag 2664000/2913214
1609.15/842.85	c cleaning 28000 clauses out of 56010 with flag 2692001/2941215
1626.55/851.91	c cleaning 27994 clauses out of 56009 with flag 2720000/2969214
1644.68/861.46	c cleaning 27999 clauses out of 56015 with flag 2748000/2997214
1657.87/868.41	c cleaning 27992 clauses out of 56016 with flag 2776000/3025214
1671.36/875.83	c cleaning 27995 clauses out of 56024 with flag 2804000/3053214
1685.70/883.46	c cleaning 28008 clauses out of 56029 with flag 2832000/3081214
1699.55/890.83	c cleaning 28006 clauses out of 56021 with flag 2860000/3109214
1715.54/899.22	c cleaning 28004 clauses out of 56015 with flag 2888000/3137214
1731.82/908.09	c cleaning 27989 clauses out of 56011 with flag 2916000/3165214
1747.88/916.55	c cleaning 28000 clauses out of 56022 with flag 2944000/3193214
1760.77/923.48	c cleaning 28000 clauses out of 56022 with flag 2972000/3221214
1776.48/931.76	c cleaning 27999 clauses out of 56022 with flag 3000000/3249214
1793.30/940.78	c cleaning 27998 clauses out of 56023 with flag 3028000/3277214
1800.19/944.62	c starts		: 257
1800.19/944.62	c conflicts		: 3289130
1800.19/944.62	c decisions		: 3501901
1800.19/944.62	c propagations		: 20049163
1800.19/944.62	c inspects		: 3299515608
1800.19/944.62	c shortcuts		: 0
1800.19/944.62	c learnt literals	: 0
1800.19/944.62	c learnt binary clauses	: 0
1800.19/944.62	c learnt ternary clauses	: 0
1800.19/944.62	c learnt constraints	: 3289129
1800.19/944.62	c ignored constraints	: 0
1800.19/944.62	c root simplifications	: 0
1800.19/944.62	c removed literals (reason simplification)	: 46651476
1800.19/944.62	c reason swapping (by a shorter reason)	: 0
1800.19/944.62	c Calls to reduceDB	: 136
1800.19/944.62	c number of reductions to clauses (during analyze)	: 0
1800.19/944.62	c number of learned constraints concerned by reduction	: 0
1800.19/944.62	c number of learning phase by resolution	: 0
1800.19/944.62	c number of learning phase by cutting planes	: 0
1800.19/944.62	c speed (assignments/second)	: 22525.124707891424
1800.19/944.62	c non guided choices	0
1800.19/944.65	c learnt constraints type 
1800.19/944.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40022
1800.19/944.65	c constraints type 
1800.19/944.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.19/944.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1800.19/944.65	c constraints type 
1800.19/944.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1800.19/944.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.19/944.65	s SATISFIABLE
1800.19/944.65	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.19/944.65	c objective function=-30
1800.19/944.65	c Total wall clock time (in seconds): 944.537

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-3454365-1307189837/watcher-3454365-1307189837 -o /tmp/evaluation-result-3454365-1307189837/solver-3454365-1307189837 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454365-1307189837.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: 4.00 3.66 2.87 3/556 27404
/proc/meminfo: memFree=27072320/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 4625 0 1 0 0 0 0 0 23 0 2 0 830581703 10694979584 4326 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2611079 4340 917 9 0 2602235 0
[pid=27404/tid=27405] ppid=27402 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) R 27402 27404 23781 0 -1 4202560 5993 0 1 0 0 0 0 0 24 0 2 0 830581703 10694979584 6809 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.116733 s]
/proc/loadavg: 4.00 3.66 2.87 3/556 27404
/proc/meminfo: memFree=27072320/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10540244 CPUtime=0.12 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 13346 0 1 0 11 1 0 0 23 0 18 0 830581703 10793209856 13007 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2635061 13007 2125 9 0 2625795 0
[pid=27404/tid=27405] ppid=27402 vsize=10540244 CPUtime=0.1 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) R 27402 27404 23781 0 -1 4202560 11330 0 1 0 9 1 0 0 18 0 18 0 830581703 10793209856 13007 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 47255911858083 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540244

[startup+0.20072 s]
/proc/loadavg: 4.00 3.66 2.87 3/556 27404
/proc/meminfo: memFree=27072320/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10540244 CPUtime=0.25 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 13984 0 1 0 24 1 0 0 23 0 18 0 830581703 10793209856 13625 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2635061 13625 2177 9 0 2625795 0
[pid=27404/tid=27405] ppid=27402 vsize=10540244 CPUtime=0.18 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) R 27402 27404 23781 0 -1 4202560 11823 0 1 0 17 1 0 0 18 0 18 0 830581703 10793209856 13625 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540244

[startup+0.300703 s]
/proc/loadavg: 4.00 3.66 2.87 3/556 27404
/proc/meminfo: memFree=27072320/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10541124 CPUtime=0.48 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 15753 0 1 0 46 2 0 0 23 0 18 0 830581703 10794110976 15225 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2635281 15226 2198 9 0 2626015 0
[pid=27404/tid=27405] ppid=27402 vsize=10541124 CPUtime=0.28 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) R 27402 27404 23781 0 -1 4202560 12887 0 1 0 27 1 0 0 18 0 18 0 830581703 10794110976 15226 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912505568702 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541124

[startup+0.700692 s]
/proc/loadavg: 4.00 3.66 2.87 3/556 27404
/proc/meminfo: memFree=27072320/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10549212 CPUtime=1.01 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 32539 0 1 0 97 4 0 0 23 0 19 0 830581703 10802393088 30715 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2637303 30715 2228 9 0 2628037 0
[pid=27404/tid=27405] ppid=27402 vsize=10549212 CPUtime=0.5 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26158 0 1 0 47 3 0 0 19 0 19 0 830581703 10802393088 30715 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10549212

[startup+1.50154 s]
/proc/loadavg: 4.00 3.66 2.87 3/575 27429
/proc/meminfo: memFree=26956388/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10549212 CPUtime=1.09 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 32727 0 1 0 105 4 0 0 23 0 19 0 830581703 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2637303 30903 2230 9 0 2628037 0
[pid=27404/tid=27405] ppid=27402 vsize=10549212 CPUtime=0.51 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26209 0 1 0 48 3 0 0 16 0 19 0 830581703 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581705 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) S 27402 27404 23781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830581706 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 0 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830581706 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 830581706 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581709 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10549212 CPUtime=0.26 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) S 27402 27404 23781 0 -1 4202560 2792 0 0 0 26 0 0 0 20 0 19 0 830581709 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10549212 CPUtime=0.24 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) S 27402 27404 23781 0 -1 4202560 2339 0 0 0 24 0 0 0 15 0 19 0 830581709 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27421] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27421/stat : 27421 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830581709 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27422] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27422/stat : 27422 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830581709 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27425] ppid=27402 vsize=10549212 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27425/stat : 27425 (java) S 27402 27404 23781 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830581756 10802393088 30903 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10549212

[startup+3.10121 s]
/proc/loadavg: 3.84 3.64 2.87 5/575 27435
/proc/meminfo: memFree=26940268/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10554440 CPUtime=2.58 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 46626 0 1 0 252 6 0 0 23 0 22 0 830581703 10807746560 42166 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2638610 42167 2239 9 0 2629344 0
[pid=27404/tid=27405] ppid=27402 vsize=10554440 CPUtime=0.51 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26308 0 1 0 48 3 0 0 16 0 22 0 830581703 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42167 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42168 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581705 10807746560 42168 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) S 27402 27404 23781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830581706 10807746560 42168 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 0 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830581706 10807746560 42168 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830581706 10807746560 42168 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10554440 CPUtime=0.65 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) R 27402 27404 23781 0 -1 4202560 4230 0 0 0 65 0 0 0 15 0 22 0 830581709 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 47255916295809 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10554440 CPUtime=0.8 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) R 27402 27404 23781 0 -1 4202560 8921 0 0 0 79 1 0 0 15 0 22 0 830581709 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 47255914710351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27404/tid=27421] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27421/stat : 27421 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27422] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27422/stat : 27422 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830581709 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27425] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27425/stat : 27425 (java) S 27402 27404 23781 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830581756 10807746560 42170 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 10554440

[startup+6.30671 s]
/proc/loadavg: 3.84 3.64 2.87 5/578 27447
/proc/meminfo: memFree=26507852/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10554440 CPUtime=7.8 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 181158 0 1 0 756 24 0 0 23 0 22 0 830581703 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2638610 176068 2267 9 0 2629344 0
[pid=27404/tid=27405] ppid=27402 vsize=10554440 CPUtime=0.51 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26329 0 1 0 48 3 0 0 15 0 22 0 830581703 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 1407 0 0 0 0 0 0 0 15 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10554440 CPUtime=0.01 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 1732 0 0 0 1 0 0 0 16 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 930 0 0 0 0 0 0 0 15 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10554440 CPUtime=0.01 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 2757 0 0 0 1 0 0 0 18 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10554440 CPUtime=0.01 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 2899 0 0 0 1 0 0 0 17 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10554440 CPUtime=0.01 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 1492 0 0 0 1 0 0 0 16 0 22 0 830581705 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10554440 CPUtime=0.16 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) R 27402 27404 23781 0 -1 4202560 9172 0 0 0 16 0 0 0 15 0 22 0 830581706 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 47255915069512 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830581706 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 22 0 830581706 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10554440 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10554440 CPUtime=0.8 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) S 27402 27404 23781 0 -1 4202560 4249 0 0 0 80 0 0 0 15 0 22 0 830581709 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10554440 CPUtime=0.92 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) S 27402 27404 23781 0 -1 4202560 8947 0 0 0 91 1 0 0 15 0 22 0 830581709 10807746560 176068 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=23477832/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10558476 CPUtime=1683.5 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 526190 0 1 0 168285 65 0 0 23 0 22 0 830581703 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2639619 519915 2269 9 0 2630353 0
[pid=27404/tid=27405] ppid=27402 vsize=10558476 CPUtime=0.52 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26379 0 1 0 49 3 0 0 15 0 22 0 830581703 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10558476 CPUtime=1.22 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 3826 0 0 0 122 0 0 0 15 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10558476 CPUtime=1.18 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 3053 0 0 0 118 0 0 0 15 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10558476 CPUtime=1.19 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 3089 0 0 0 119 0 0 0 16 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10558476 CPUtime=1.09 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 4507 0 0 0 109 0 0 0 15 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10558476 CPUtime=1.3 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 4270 0 0 0 130 0 0 0 16 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10558476 CPUtime=1.3 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 6333 0 0 0 129 1 0 0 16 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10558476 CPUtime=1.22 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 7964 0 0 0 121 1 0 0 15 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10558476 CPUtime=1.22 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 4026 0 0 0 121 1 0 0 16 0 22 0 830581705 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10558476 CPUtime=80.31 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) S 27402 27404 23781 0 -1 4202560 130180 0 0 0 8018 13 0 0 15 0 22 0 830581706 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 0 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10558476 CPUtime=1.25 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) S 27402 27404 23781 0 -1 4202560 5713 0 0 0 125 0 0 0 15 0 22 0 830581709 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10558476 CPUtime=1.09 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) S 27402 27404 23781 0 -1 4202560 8963 0 0 0 108 1 0 0 15 0 22 0 830581709 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27421] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27421/stat : 27421 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27422] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27422/stat : 27422 (java) S 27402 27404 23781 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830581709 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27425] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27425/stat : 27425 (java) S 27402 27404 23781 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830581756 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27449] ppid=27402 vsize=10558476 CPUtime=748.03 cores=1,3,5,7
/proc/27404/task/27449/stat : 27449 (java) R 27402 27404 23781 0 -1 4202560 2991 0 0 0 74803 0 0 0 25 0 22 0 830587157 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912505882758 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27404/tid=27450] ppid=27402 vsize=10558476 CPUtime=748.04 cores=1,3,5,7
/proc/27404/task/27450/stat : 27450 (java) R 27402 27404 23781 0 -1 4202560 118083 0 0 0 74790 14 0 0 25 0 22 0 830587157 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912506121557 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27404/tid=27451] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27451/stat : 27451 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830587157 10811879424 519915 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1683.5
Current children cumulated vsize (KiB) 10558476

[startup+942.301 s]
/proc/loadavg: 3.89 3.89 3.51 4/578 27529
/proc/meminfo: memFree=23201388/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10558476 CPUtime=1795.56 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 529338 0 1 0 179491 65 0 0 23 0 22 0 830581703 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2639619 523047 2269 9 0 2630353 0
[pid=27404/tid=27405] ppid=27402 vsize=10558476 CPUtime=0.52 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26379 0 1 0 49 3 0 0 15 0 22 0 830581703 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10558476 CPUtime=1.27 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 3826 0 0 0 127 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10558476 CPUtime=1.29 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 3063 0 0 0 129 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10558476 CPUtime=1.24 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 3093 0 0 0 124 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10558476 CPUtime=1.19 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 4511 0 0 0 119 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10558476 CPUtime=1.46 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 4286 0 0 0 146 0 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10558476 CPUtime=1.44 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 6335 0 0 0 143 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10558476 CPUtime=1.32 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 7983 0 0 0 131 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10558476 CPUtime=1.32 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 4026 0 0 0 131 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10558476 CPUtime=88.57 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) S 27402 27404 23781 0 -1 4202560 133261 0 0 0 8844 13 0 0 17 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 0 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10558476 CPUtime=1.25 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) S 27402 27404 23781 0 -1 4202560 5713 0 0 0 125 0 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10558476 CPUtime=1.09 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) S 27402 27404 23781 0 -1 4202560 8963 0 0 0 108 1 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27421] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27421/stat : 27421 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27422] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27422/stat : 27422 (java) S 27402 27404 23781 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27425] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27425/stat : 27425 (java) S 27402 27404 23781 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830581756 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27449] ppid=27402 vsize=10558476 CPUtime=799.52 cores=1,3,5,7
/proc/27404/task/27449/stat : 27449 (java) R 27402 27404 23781 0 -1 4202560 2999 0 0 0 79952 0 0 0 18 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912505882652 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27404/tid=27450] ppid=27402 vsize=10558476 CPUtime=799.53 cores=1,3,5,7
/proc/27404/task/27450/stat : 27450 (java) R 27402 27404 23781 0 -1 4202560 118083 0 0 0 79939 14 0 0 18 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912506121795 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27404/tid=27451] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27451/stat : 27451 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 10558476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.601 s]
/proc/loadavg: 3.82 3.87 3.50 5/578 27529
/proc/meminfo: memFree=23168896/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=10558476 CPUtime=1800.19 cores=1,3,5,7
/proc/27404/stat : 27404 (java) S 27402 27404 23781 0 -1 4202496 529338 0 1 0 179954 65 0 0 23 0 22 0 830581703 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 2639619 523047 2269 9 0 2630353 0
[pid=27404/tid=27405] ppid=27402 vsize=10558476 CPUtime=0.52 cores=1,3,5,7
/proc/27404/task/27405/stat : 27405 (java) S 27402 27404 23781 0 -1 4202560 26379 0 1 0 49 3 0 0 15 0 22 0 830581703 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27407] ppid=27402 vsize=10558476 CPUtime=1.27 cores=1,3,5,7
/proc/27404/task/27407/stat : 27407 (java) S 27402 27404 23781 0 -1 4202560 3826 0 0 0 127 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27408] ppid=27402 vsize=10558476 CPUtime=1.29 cores=1,3,5,7
/proc/27404/task/27408/stat : 27408 (java) S 27402 27404 23781 0 -1 4202560 3063 0 0 0 129 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27409] ppid=27402 vsize=10558476 CPUtime=1.24 cores=1,3,5,7
/proc/27404/task/27409/stat : 27409 (java) S 27402 27404 23781 0 -1 4202560 3093 0 0 0 124 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27410] ppid=27402 vsize=10558476 CPUtime=1.19 cores=1,3,5,7
/proc/27404/task/27410/stat : 27410 (java) S 27402 27404 23781 0 -1 4202560 4511 0 0 0 119 0 0 0 15 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27411] ppid=27402 vsize=10558476 CPUtime=1.46 cores=1,3,5,7
/proc/27404/task/27411/stat : 27411 (java) S 27402 27404 23781 0 -1 4202560 4286 0 0 0 146 0 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27412] ppid=27402 vsize=10558476 CPUtime=1.44 cores=1,3,5,7
/proc/27404/task/27412/stat : 27412 (java) S 27402 27404 23781 0 -1 4202560 6335 0 0 0 143 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27413] ppid=27402 vsize=10558476 CPUtime=1.32 cores=1,3,5,7
/proc/27404/task/27413/stat : 27413 (java) S 27402 27404 23781 0 -1 4202560 7983 0 0 0 131 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27414] ppid=27402 vsize=10558476 CPUtime=1.32 cores=1,3,5,7
/proc/27404/task/27414/stat : 27414 (java) S 27402 27404 23781 0 -1 4202560 4026 0 0 0 131 1 0 0 16 0 22 0 830581705 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
[pid=27404/tid=27415] ppid=27402 vsize=10558476 CPUtime=88.57 cores=1,3,5,7
/proc/27404/task/27415/stat : 27415 (java) S 27402 27404 23781 0 -1 4202560 133261 0 0 0 8844 13 0 0 15 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 0 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27416] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27416/stat : 27416 (java) S 27402 27404 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27417] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27417/stat : 27417 (java) S 27402 27404 23781 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 830581706 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27418] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27418/stat : 27418 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256172465 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27419] ppid=27402 vsize=10558476 CPUtime=1.25 cores=1,3,5,7
/proc/27404/task/27419/stat : 27419 (java) S 27402 27404 23781 0 -1 4202560 5713 0 0 0 125 0 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27420] ppid=27402 vsize=10558476 CPUtime=1.09 cores=1,3,5,7
/proc/27404/task/27420/stat : 27420 (java) S 27402 27404 23781 0 -1 4202560 8963 0 0 0 108 1 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 1 0 0 0
[pid=27404/tid=27421] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27421/stat : 27421 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256164761 0 4 0 16800975 18446604455339136128 0 0 -1 3 0 0 0
[pid=27404/tid=27422] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27422/stat : 27422 (java) S 27402 27404 23781 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830581709 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27425] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27425/stat : 27425 (java) S 27402 27404 23781 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830581756 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 5 0 0 0
[pid=27404/tid=27449] ppid=27402 vsize=10558476 CPUtime=801.84 cores=1,3,5,7
/proc/27404/task/27449/stat : 27449 (java) R 27402 27404 23781 0 -1 4202560 2999 0 0 0 80184 0 0 0 23 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912505865924 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27404/tid=27450] ppid=27402 vsize=10558476 CPUtime=801.85 cores=1,3,5,7
/proc/27404/task/27450/stat : 27450 (java) R 27402 27404 23781 0 -1 4202560 118083 0 0 0 80171 14 0 0 24 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 46912506121301 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27404/tid=27451] ppid=27402 vsize=10558476 CPUtime=0 cores=1,3,5,7
/proc/27404/task/27451/stat : 27451 (java) S 27402 27404 23781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830587157 10811879424 523047 33554432000 1073741824 1073778376 140733506040720 18446744073709551615 228256165376 0 4 0 16800975 18446604455339136128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10558476

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

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

[startup+944.727 s]
/proc/loadavg: 3.82 3.87 3.50 5/578 27529
/proc/meminfo: memFree=23168896/32951124 swapFree=58212616/67111528
[pid=27404] ppid=27402 vsize=0 CPUtime=1800.38 cores=1,3,5,7
/proc/27404/stat : 27404 (java) Z 27402 27404 23781 0 -1 4203548 529367 0 1 0 179966 72 0 0 17 0 2 0 830581703 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27404/statm: 0 0 0 0 0 0 0
[pid=27404/tid=27450] ppid=27402 vsize=0 CPUtime=801.95 cores=1,3,5,7
/proc/27404/task/27450/stat : 27450 (java) R 27402 27404 23781 0 -1 4203588 118083 0 0 0 80174 21 0 0 25 0 2 0 830587157 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 944.74
CPU time (s): 1800.4
CPU user time (s): 1799.66
CPU system time (s): 0.741887
CPU usage (%): 190.571
Max. virtual memory (cumulated for all children) (KiB): 10558476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529367
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= 25673
involuntary context switches= 16587

runsolver used 5.05323 second user time and 12.2931 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 14:17:17
IDJOB=3454365
IDBENCH=2274
IDSOLVER=1950
FILE ID=node136/3454365-1307189837
RUNJOBID= node136-1307188779-27113
PBS_JOBID= 13508850
Free space on /tmp= 73844 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-2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454365-1307189837/watcher-3454365-1307189837 -o /tmp/evaluation-result-3454365-1307189837/solver-3454365-1307189837 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454365-1307189837.opb

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=2091330691

node136.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.809
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.61
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.809
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.75
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.75
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.809
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.83
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.809
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.75
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.809
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:     32951124 kB
MemFree:      27072352 kB
Buffers:        296580 kB
Cached:         541420 kB
SwapCached:       7704 kB
Active:        5162436 kB
Inactive:       417444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27072352 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            1240 kB
Writeback:           0 kB
AnonPages:     4740304 kB
Mapped:          32876 kB
Slab:           156112 kB
PageTables:      72432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 179600464 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= 73840 MiB
End job on node136 at 2011-06-04 14:33:04