Trace number 3454359

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.33 944.143

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
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 benchmark1800.07
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 constraints27931
Number of constraints which are clauses27931
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454359-1307189832.opb
0.10/0.11	c reading problem ... 
0.96/0.52	c ... done. Wall clock time 0.406s.
0.96/0.52	c #vars     595
0.96/0.52	c #constraints  27931
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
0.96/0.53	c  And the winner is Resolution
1.02/1.03	c SATISFIABLE
1.02/1.03	c OPTIMIZING...
1.02/1.03	c Got one! Elapsed wall clock time (in seconds):0.915
1.02/1.03	o -25
1.02/1.11	c  And the winner is Resolution
1.81/1.53	c Got one! Elapsed wall clock time (in seconds):1.422
1.81/1.53	o -26
2.04/1.62	c  And the winner is Resolution
2.24/2.04	c Got one! Elapsed wall clock time (in seconds):1.926
2.24/2.04	o -27
3.15/2.41	c  And the winner is Resolution
3.21/2.54	c Got one! Elapsed wall clock time (in seconds):2.432
3.21/2.54	o -28
4.23/3.00	c cleaning 3128 clauses out of 6263 with flag 3000/6263
5.95/3.87	c cleaning 4568 clauses out of 9135 with flag 9000/12263
8.09/4.99	c cleaning 5784 clauses out of 11567 with flag 16000/19263
9.43/5.64	c  And the winner is Resolution
9.65/6.08	c Got one! Elapsed wall clock time (in seconds):5.971
9.65/6.08	o -29
10.07/6.38	c cleaning 5729 clauses out of 11458 with flag 2001/24938
12.03/7.39	c cleaning 5859 clauses out of 11728 with flag 8000/30937
14.26/8.47	c cleaning 6431 clauses out of 12869 with flag 15000/37937
16.89/9.78	c cleaning 7219 clauses out of 14438 with flag 23000/45937
19.79/11.25	c cleaning 8106 clauses out of 16219 with flag 32000/54937
23.09/12.96	c cleaning 9057 clauses out of 18114 with flag 42001/64938
27.19/15.01	c cleaning 10023 clauses out of 20057 with flag 53001/75938
31.27/17.11	c cleaning 11006 clauses out of 22033 with flag 65000/87937
35.93/19.56	c cleaning 12014 clauses out of 24027 with flag 78000/100937
42.30/22.85	c cleaning 13000 clauses out of 26013 with flag 92000/114937
47.35/25.44	c cleaning 14002 clauses out of 28015 with flag 107002/129939
53.43/28.57	c cleaning 15002 clauses out of 30012 with flag 123001/145938
60.61/32.24	c cleaning 15997 clauses out of 32009 with flag 140000/162937
67.73/35.94	c cleaning 17005 clauses out of 34012 with flag 158000/180937
74.75/39.57	c cleaning 17993 clauses out of 36007 with flag 177000/199937
82.92/43.71	c cleaning 19006 clauses out of 38014 with flag 197000/219937
91.33/48.04	c cleaning 20000 clauses out of 40008 with flag 218000/240937
102.62/53.83	c cleaning 20986 clauses out of 42008 with flag 240000/262937
111.19/58.29	c cleaning 22001 clauses out of 44023 with flag 263001/285938
121.10/63.30	c cleaning 23005 clauses out of 46021 with flag 287000/309937
132.71/69.22	c cleaning 24004 clauses out of 48016 with flag 312000/334937
144.07/75.15	c cleaning 25000 clauses out of 50013 with flag 338001/360938
158.78/82.66	c cleaning 26001 clauses out of 52013 with flag 365001/387938
169.68/88.23	c cleaning 26998 clauses out of 54011 with flag 393000/415937
182.22/94.69	c cleaning 27504 clauses out of 55013 with flag 421000/443937
196.09/101.85	c cleaning 27749 clauses out of 55509 with flag 449000/471937
210.36/109.13	c cleaning 27877 clauses out of 55760 with flag 477000/499937
224.23/116.27	c cleaning 27934 clauses out of 55884 with flag 505001/527938
240.30/124.45	c cleaning 27976 clauses out of 55951 with flag 533002/555939
256.75/132.92	c cleaning 27987 clauses out of 55973 with flag 561000/583937
262.77/136.17	c  And the winner is Resolution
264.45/137.78	c Got one! Elapsed wall clock time (in seconds):137.67
264.45/137.78	o -30
266.30/138.79	c cleaning 24327 clauses out of 48684 with flag 5000/604635
268.94/140.22	c cleaning 15172 clauses out of 30357 with flag 11000/610635
271.78/141.88	c cleaning 11090 clauses out of 22185 with flag 18000/617635
275.37/143.98	c cleaning 9547 clauses out of 19095 with flag 26000/625635
279.13/146.05	c cleaning 9268 clauses out of 18548 with flag 35000/634635
283.31/148.33	c cleaning 9640 clauses out of 19280 with flag 45000/644635
287.77/150.78	c cleaning 10313 clauses out of 20640 with flag 56000/655635
293.54/153.93	c cleaning 11163 clauses out of 22329 with flag 68002/667637
298.87/156.83	c cleaning 12076 clauses out of 24164 with flag 81000/680635
304.88/160.06	c cleaning 13027 clauses out of 26088 with flag 95000/694635
311.64/163.63	c cleaning 14028 clauses out of 28061 with flag 110000/709635
318.39/167.39	c cleaning 15017 clauses out of 30033 with flag 126000/725635
326.17/171.44	c cleaning 16004 clauses out of 32017 with flag 143001/742636
335.52/176.38	c cleaning 17002 clauses out of 34012 with flag 161000/760635
345.90/181.72	c cleaning 17999 clauses out of 36010 with flag 180000/779635
355.66/186.93	c cleaning 18999 clauses out of 38011 with flag 200000/799635
366.45/192.57	c cleaning 20005 clauses out of 40012 with flag 221000/820635
379.80/199.49	c cleaning 20997 clauses out of 42007 with flag 243000/842635
392.95/206.24	c cleaning 21999 clauses out of 44010 with flag 266000/865635
406.08/213.20	c cleaning 23000 clauses out of 46011 with flag 290000/889635
416.44/218.59	c cleaning 24006 clauses out of 48011 with flag 315000/914635
428.67/224.86	c cleaning 25001 clauses out of 50005 with flag 341000/940635
443.65/232.50	c cleaning 25993 clauses out of 52004 with flag 368000/967635
457.24/239.62	c cleaning 27003 clauses out of 54011 with flag 396000/995635
471.57/247.02	c cleaning 27505 clauses out of 55009 with flag 424001/1023636
486.71/254.83	c cleaning 27751 clauses out of 55503 with flag 452000/1051635
503.64/263.57	c cleaning 27876 clauses out of 55752 with flag 480000/1079635
520.72/272.41	c cleaning 27939 clauses out of 55877 with flag 508001/1107636
537.60/281.10	c cleaning 27964 clauses out of 55937 with flag 536000/1135635
555.92/290.58	c cleaning 27976 clauses out of 55973 with flag 564000/1163635
571.70/298.63	c cleaning 27988 clauses out of 55998 with flag 592001/1191636
586.52/306.42	c cleaning 27998 clauses out of 56009 with flag 620000/1219635
601.61/314.24	c cleaning 27998 clauses out of 56011 with flag 648000/1247635
609.89/318.69	c cleaning 0 clauses out of 6745 with flag 0/6747
621.35/324.44	c cleaning 28003 clauses out of 56014 with flag 676001/1275636
639.11/333.79	c cleaning 28003 clauses out of 56010 with flag 704000/1303635
655.77/342.31	c cleaning 27994 clauses out of 56008 with flag 732001/1331636
667.23/348.36	c cleaning 28005 clauses out of 56013 with flag 760000/1359635
680.70/355.38	c cleaning 28001 clauses out of 56008 with flag 788000/1387635
697.64/364.20	c cleaning 27997 clauses out of 56007 with flag 816000/1415635
712.92/372.19	c cleaning 28001 clauses out of 56010 with flag 844000/1443635
727.17/379.57	c cleaning 28003 clauses out of 56010 with flag 872001/1471636
743.15/387.82	c cleaning 28000 clauses out of 56006 with flag 900000/1499635
760.47/396.91	c cleaning 27991 clauses out of 56007 with flag 928001/1527636
775.24/404.60	c cleaning 27998 clauses out of 56015 with flag 956000/1555635
790.13/412.40	c cleaning 28005 clauses out of 56018 with flag 984001/1583636
804.32/419.74	c cleaning 27996 clauses out of 56012 with flag 1012000/1611635
817.28/426.62	c cleaning 27998 clauses out of 56016 with flag 1040000/1639635
834.84/435.77	c cleaning 28010 clauses out of 56019 with flag 1068001/1667636
850.18/443.78	c cleaning 27994 clauses out of 56009 with flag 1096001/1695636
865.55/451.79	c cleaning 28002 clauses out of 56015 with flag 1124001/1723636
883.61/461.20	c cleaning 27999 clauses out of 56012 with flag 1152000/1751635
897.80/468.64	c cleaning 27990 clauses out of 56013 with flag 1180000/1779635
912.74/476.45	c cleaning 28011 clauses out of 56024 with flag 1208001/1807636
928.86/484.87	c cleaning 27993 clauses out of 56012 with flag 1236000/1835635
945.70/493.79	c cleaning 28006 clauses out of 56021 with flag 1264002/1863637
962.03/502.22	c cleaning 27998 clauses out of 56014 with flag 1292001/1891636
976.81/509.92	c cleaning 27997 clauses out of 56015 with flag 1320000/1919635
993.12/518.47	c cleaning 28003 clauses out of 56018 with flag 1348000/1947635
1009.31/527.01	c cleaning 27997 clauses out of 56015 with flag 1376000/1975635
1022.02/533.76	c cleaning 28005 clauses out of 56019 with flag 1404001/2003636
1034.74/540.41	c cleaning 28003 clauses out of 56013 with flag 1432000/2031635
1048.03/547.49	c cleaning 27983 clauses out of 56010 with flag 1460000/2059635
1062.20/555.10	c cleaning 28002 clauses out of 56028 with flag 1488001/2087636
1076.50/562.57	c cleaning 27997 clauses out of 56026 with flag 1516001/2115636
1091.39/570.36	c cleaning 28006 clauses out of 56029 with flag 1544001/2143636
1107.53/578.79	c cleaning 28004 clauses out of 56022 with flag 1572000/2171635
1122.06/586.53	c cleaning 28006 clauses out of 56018 with flag 1600000/2199635
1136.75/594.29	c cleaning 28000 clauses out of 56013 with flag 1628001/2227636
1153.61/603.10	c cleaning 27997 clauses out of 56012 with flag 1656000/2255635
1171.68/612.44	c cleaning 27995 clauses out of 56017 with flag 1684002/2283637
1186.80/620.58	c cleaning 28001 clauses out of 56020 with flag 1712000/2311635
1202.87/628.97	c cleaning 27996 clauses out of 56019 with flag 1740000/2339635
1218.53/637.15	c cleaning 28003 clauses out of 56023 with flag 1768000/2367635
1235.19/645.86	c cleaning 28009 clauses out of 56021 with flag 1796001/2395636
1250.85/654.21	c cleaning 27997 clauses out of 56012 with flag 1824001/2423636
1265.69/662.02	c cleaning 28003 clauses out of 56014 with flag 1852000/2451635
1283.33/671.29	c cleaning 27997 clauses out of 56011 with flag 1880000/2479635
1299.69/679.77	c cleaning 28000 clauses out of 56014 with flag 1908000/2507635
1318.73/689.86	c cleaning 28003 clauses out of 56014 with flag 1936000/2535635
1336.09/698.81	c cleaning 27999 clauses out of 56012 with flag 1964001/2563636
1353.91/708.14	c cleaning 27991 clauses out of 56012 with flag 1992000/2591635
1372.12/717.67	c cleaning 28004 clauses out of 56021 with flag 2020000/2619635
1391.29/727.72	c cleaning 28003 clauses out of 56019 with flag 2048002/2647637
1405.49/735.22	c cleaning 28001 clauses out of 56014 with flag 2076000/2675635
1422.90/744.39	c cleaning 27993 clauses out of 56015 with flag 2104002/2703637
1438.27/752.36	c cleaning 28000 clauses out of 56020 with flag 2132000/2731635
1455.66/761.64	c cleaning 28002 clauses out of 56021 with flag 2160001/2759636
1473.06/770.72	c cleaning 27998 clauses out of 56018 with flag 2188000/2787635
1491.46/780.35	c cleaning 27994 clauses out of 56020 with flag 2216000/2815635
1510.65/790.37	c cleaning 28004 clauses out of 56027 with flag 2244001/2843636
1527.40/799.29	c cleaning 27995 clauses out of 56022 with flag 2272000/2871635
1544.17/808.08	c cleaning 28007 clauses out of 56027 with flag 2300000/2899635
1559.58/816.12	c cleaning 28007 clauses out of 56020 with flag 2328000/2927635
1575.90/824.78	c cleaning 27991 clauses out of 56013 with flag 2356000/2955635
1592.90/833.88	c cleaning 28008 clauses out of 56023 with flag 2384001/2983636
1604.62/840.10	c cleaning 27981 clauses out of 56014 with flag 2412000/3011635
1616.56/846.55	c cleaning 28008 clauses out of 56033 with flag 2440000/3039635
1630.11/853.74	c cleaning 28005 clauses out of 56025 with flag 2468000/3067635
1644.10/861.35	c cleaning 28002 clauses out of 56020 with flag 2496000/3095635
1657.83/868.62	c cleaning 28005 clauses out of 56019 with flag 2524001/3123636
1674.77/877.51	c cleaning 27995 clauses out of 56013 with flag 2552000/3151635
1692.86/886.91	c cleaning 27998 clauses out of 56019 with flag 2580001/3179636
1707.58/894.98	c cleaning 28008 clauses out of 56020 with flag 2608000/3207635
1723.91/903.55	c cleaning 28003 clauses out of 56012 with flag 2636000/3235635
1740.44/912.29	c cleaning 28001 clauses out of 56010 with flag 2664001/3263636
1754.57/919.72	c cleaning 27992 clauses out of 56008 with flag 2692000/3291635
1770.70/928.49	c cleaning 27988 clauses out of 56016 with flag 2720000/3319635
1786.18/936.67	c cleaning 28001 clauses out of 56028 with flag 2748000/3347635
1800.11/944.02	c starts		: 256
1800.11/944.02	c conflicts		: 3373671
1800.11/944.02	c decisions		: 3599747
1800.11/944.02	c propagations		: 20273446
1800.11/944.02	c inspects		: 3319593815
1800.11/944.02	c shortcuts		: 0
1800.11/944.02	c learnt literals	: 0
1800.11/944.02	c learnt binary clauses	: 0
1800.11/944.02	c learnt ternary clauses	: 0
1800.11/944.03	c learnt constraints	: 3373671
1800.11/944.03	c ignored constraints	: 0
1800.11/944.03	c root simplifications	: 0
1800.11/944.03	c removed literals (reason simplification)	: 48862469
1800.11/944.03	c reason swapping (by a shorter reason)	: 0
1800.11/944.03	c Calls to reduceDB	: 141
1800.11/944.03	c number of reductions to clauses (during analyze)	: 0
1800.11/944.03	c number of learned constraints concerned by reduction	: 0
1800.11/944.03	c number of learning phase by resolution	: 0
1800.11/944.03	c number of learning phase by cutting planes	: 0
1800.11/944.03	c speed (assignments/second)	: 25145.578938359773
1800.11/944.03	c non guided choices	0
1800.11/944.05	c learnt constraints type 
1800.11/944.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54122
1800.11/944.05	c constraints type 
1800.11/944.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.11/944.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1800.11/944.05	c constraints type 
1800.11/944.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
1800.11/944.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.11/944.05	s SATISFIABLE
1800.11/944.06	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.11/944.06	c objective function=-30
1800.11/944.06	c Total wall clock time (in seconds): 943.944

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

running on 4 cores: 0,2,4,6

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.90 3.88 3.48 4/545 28926
/proc/meminfo: memFree=22142740/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 4714 0 1 0 0 0 0 0 25 0 2 0 830580926 10694979584 4416 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2611079 4430 917 9 0 2602235 0
[pid=28926/tid=28927] ppid=28924 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) R 28924 28926 25956 0 -1 4202560 5719 0 1 0 0 0 0 0 25 0 2 0 830580926 10694979584 6535 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0682189 s]
/proc/loadavg: 3.90 3.88 3.48 4/545 28926
/proc/meminfo: memFree=22142740/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 11743 0 1 0 4 1 0 0 25 0 18 0 830580926 10724302848 11440 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2618238 11440 1741 9 0 2608972 0
[pid=28926/tid=28927] ppid=28924 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) R 28924 28926 25956 0 -1 4202560 10569 0 1 0 4 1 0 0 25 0 18 0 830580926 10724302848 11441 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 47424416975971 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.101192 s]
/proc/loadavg: 3.90 3.88 3.48 4/545 28926
/proc/meminfo: memFree=22142740/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10540188 CPUtime=0.1 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 13065 0 1 0 9 1 0 0 25 0 18 0 830580926 10793152512 12735 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2635047 12736 2093 9 0 2625781 0
[pid=28926/tid=28927] ppid=28924 vsize=10540188 CPUtime=0.08 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) R 28924 28926 25956 0 -1 4202560 11126 0 1 0 7 1 0 0 18 0 18 0 830580926 10793152512 12737 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540188

[startup+0.301159 s]
/proc/loadavg: 3.90 3.88 3.48 4/545 28926
/proc/meminfo: memFree=22142740/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10541496 CPUtime=0.47 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 15800 0 1 0 45 2 0 0 25 0 18 0 830580926 10794491904 15186 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2635374 15187 2199 9 0 2626108 0
[pid=28926/tid=28927] ppid=28924 vsize=10541496 CPUtime=0.28 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) R 28924 28926 25956 0 -1 4202560 12905 0 1 0 27 1 0 0 18 0 18 0 830580926 10794491904 15187 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505597668 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541496

[startup+0.701127 s]
/proc/loadavg: 3.90 3.88 3.48 4/545 28926
/proc/meminfo: memFree=22142740/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=1.02 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 32582 0 1 0 97 5 0 0 25 0 19 0 830580926 10802126848 30759 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 30759 2229 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.49 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26208 0 1 0 46 3 0 0 19 0 19 0 830580926 10802126848 30759 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10548952

[startup+1.50099 s]
/proc/loadavg: 3.90 3.88 3.48 3/564 28948
/proc/meminfo: memFree=22026720/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=1.81 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 41203 0 1 0 175 6 0 0 25 0 19 0 830580926 10802126848 35671 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 35677 2234 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.5 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26259 0 1 0 47 3 0 0 16 0 19 0 830580926 10802126848 35681 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35681 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35681 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35683 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580928 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830580929 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830580929 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830580929 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580932 10802126848 35685 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=0.69 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) R 28924 28926 25956 0 -1 4202560 11040 0 0 0 68 1 0 0 21 0 19 0 830580932 10802126848 35686 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218905392161 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=0.4 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2246 0 0 0 40 0 0 0 16 0 19 0 830580932 10802126848 35688 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28943] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28943/stat : 28943 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830580932 10802126848 35691 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28944] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28944/stat : 28944 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830580932 10802126848 35696 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28948] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28948/stat : 28948 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830580979 10802126848 35698 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10548952

[startup+3.10062 s]
/proc/loadavg: 3.91 3.88 3.48 7/567 28957
/proc/meminfo: memFree=21989496/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=4.41 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 96854 0 1 0 427 14 0 0 25 0 22 0 830580926 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 91314 2267 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.5 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26334 0 1 0 47 3 0 0 15 0 22 0 830580926 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 1082 0 0 0 0 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 854 0 0 0 1 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 1202 0 0 0 1 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 2367 0 0 0 1 0 0 0 18 0 22 0 830580928 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=0.04 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 5416 0 0 0 4 0 0 0 17 0 22 0 830580929 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=0.91 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) S 28924 28926 25956 0 -1 4202560 11163 0 0 0 90 1 0 0 15 0 22 0 830580932 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=0.75 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2307 0 0 0 75 0 0 0 15 0 22 0 830580932 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28943] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28943/stat : 28943 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28944] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28944/stat : 28944 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830580932 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28948] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28948/stat : 28948 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830580979 10802126848 91314 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10548952

[startup+6.3011 s]
/proc/loadavg: 3.91 3.88 3.48 4/567 28960
/proc/meminfo: memFree=21556944/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=10.07 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 164577 0 1 0 985 22 0 0 25 0 22 0 830580926 10802126848 158252 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 158255 2267 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.5 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26334 0 1 0 47 3 0 0 17 0 22 0 830580926 10802126848 158256 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 2118 0 0 0 1 0 0 0 16 0 22 0 830580928 10802126848 158258 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 830580928 10802126848 158260 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830580928 10802126848 158262 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 1300 0 0 0 0 0 0 0 15 0 22 0 830580928 10802126848 158264 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 1086 0 0 0 1 0 0 0 16 0 22 0 830580928 10802126848 158266 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 2266 0 0 0 1 0 0 0 18 0 22 0 830580928 10802126848 158269 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 2095 0 0 0 1 0 0 0 18 0 22 0 830580928 10802126848 158271 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=0.01 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 2367 0 0 0 1 0 0 0 16 0 22 0 830580928 10802126848 158273 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=0.19 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 12249 0 0 0 18 1 0 0 15 0 22 0 830580929 10802126848 158275 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 158278 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 158280 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 158282 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=0.97 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) S 28924 28926 25956 0 -1 4202560 11171 0 0 0 96 1 0 0 15 0 22 0 830580932 10802126848 158284 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=0.85 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2319 0 0 0 85 0 0 0 15 0 22 0 830580932 10802126848 158286 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=18048932/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=1683.66 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 481219 0 1 0 168301 65 0 0 25 0 22 0 830580926 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 474575 2269 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.51 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26365 0 1 0 48 3 0 0 15 0 22 0 830580926 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=1.61 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 5190 0 0 0 160 1 0 0 16 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=1.17 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 3290 0 0 0 117 0 0 0 15 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=1.17 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 3084 0 0 0 117 0 0 0 15 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=1.36 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 4925 0 0 0 135 1 0 0 16 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=1.19 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 4325 0 0 0 119 0 0 0 16 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=1.27 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 5224 0 0 0 126 1 0 0 16 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=1.18 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 4033 0 0 0 118 0 0 0 15 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=1.22 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 6147 0 0 0 122 0 0 0 15 0 22 0 830580928 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=82.18 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 126602 0 0 0 8205 13 0 0 15 0 22 0 830580929 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=1.05 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) S 28924 28926 25956 0 -1 4202560 11172 0 0 0 104 1 0 0 16 0 22 0 830580932 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=1.59 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2426 0 0 0 159 0 0 0 16 0 22 0 830580932 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28943] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28943/stat : 28943 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28944] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28944/stat : 28944 (java) S 28924 28926 25956 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830580932 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28948] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28948/stat : 28948 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830580979 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28968] ppid=28924 vsize=10548952 CPUtime=668.18 cores=0,2,4,6
/proc/28926/task/28968/stat : 28968 (java) R 28924 28926 25956 0 -1 4202560 85 0 0 0 66818 0 0 0 25 0 22 0 830594704 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912506240640 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28926/tid=28969] ppid=28924 vsize=10548952 CPUtime=668.17 cores=0,2,4,6
/proc/28926/task/28969/stat : 28969 (java) R 28924 28926 25956 0 -1 4202560 37475 0 0 0 66812 5 0 0 25 0 22 0 830594704 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505959118 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28926/tid=28970] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28970/stat : 28970 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830594704 10802126848 474575 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1683.66
Current children cumulated vsize (KiB) 10548952

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.75 5/567 29058
/proc/meminfo: memFree=18021968/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=1796.67 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 487754 0 1 0 179601 66 0 0 25 0 22 0 830580926 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 481095 2269 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.51 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26365 0 1 0 48 3 0 0 15 0 22 0 830580926 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=1.67 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 5190 0 0 0 166 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=1.27 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 3294 0 0 0 127 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=1.3 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 3084 0 0 0 130 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=1.39 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 4925 0 0 0 138 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=1.29 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 4325 0 0 0 129 0 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=1.34 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 5226 0 0 0 133 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=1.28 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 4033 0 0 0 128 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=1.29 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 6147 0 0 0 129 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=89.45 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 131618 0 0 0 8931 14 0 0 15 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=1.05 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) S 28924 28926 25956 0 -1 4202560 11172 0 0 0 104 1 0 0 16 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=1.59 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2426 0 0 0 159 0 0 0 16 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28943] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28943/stat : 28943 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28944] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28944/stat : 28944 (java) S 28924 28926 25956 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28948] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28948/stat : 28948 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830580979 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28968] ppid=28924 vsize=10548952 CPUtime=720.73 cores=0,2,4,6
/proc/28926/task/28968/stat : 28968 (java) R 28924 28926 25956 0 -1 4202560 92 0 0 0 72073 0 0 0 25 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505861554 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28926/tid=28969] ppid=28924 vsize=10548952 CPUtime=720.69 cores=0,2,4,6
/proc/28926/task/28969/stat : 28969 (java) R 28924 28926 25956 0 -1 4202560 38977 0 0 0 72064 5 0 0 25 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505959631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28926/tid=28970] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28970/stat : 28970 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (KiB) 10548952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.002 s]
/proc/loadavg: 4.00 3.95 3.75 5/567 29058
/proc/meminfo: memFree=18021968/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=10548952 CPUtime=1800.11 cores=0,2,4,6
/proc/28926/stat : 28926 (java) S 28924 28926 25956 0 -1 4202496 487754 0 1 0 179945 66 0 0 25 0 22 0 830580926 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 2637238 481095 2269 9 0 2627972 0
[pid=28926/tid=28927] ppid=28924 vsize=10548952 CPUtime=0.51 cores=0,2,4,6
/proc/28926/task/28927/stat : 28927 (java) S 28924 28926 25956 0 -1 4202560 26365 0 1 0 48 3 0 0 15 0 22 0 830580926 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28929] ppid=28924 vsize=10548952 CPUtime=1.67 cores=0,2,4,6
/proc/28926/task/28929/stat : 28929 (java) S 28924 28926 25956 0 -1 4202560 5190 0 0 0 166 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28930] ppid=28924 vsize=10548952 CPUtime=1.27 cores=0,2,4,6
/proc/28926/task/28930/stat : 28930 (java) S 28924 28926 25956 0 -1 4202560 3294 0 0 0 127 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28931] ppid=28924 vsize=10548952 CPUtime=1.3 cores=0,2,4,6
/proc/28926/task/28931/stat : 28931 (java) S 28924 28926 25956 0 -1 4202560 3084 0 0 0 130 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28932] ppid=28924 vsize=10548952 CPUtime=1.39 cores=0,2,4,6
/proc/28926/task/28932/stat : 28932 (java) S 28924 28926 25956 0 -1 4202560 4925 0 0 0 138 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28933] ppid=28924 vsize=10548952 CPUtime=1.29 cores=0,2,4,6
/proc/28926/task/28933/stat : 28933 (java) S 28924 28926 25956 0 -1 4202560 4325 0 0 0 129 0 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28934] ppid=28924 vsize=10548952 CPUtime=1.34 cores=0,2,4,6
/proc/28926/task/28934/stat : 28934 (java) S 28924 28926 25956 0 -1 4202560 5226 0 0 0 133 1 0 0 15 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28935] ppid=28924 vsize=10548952 CPUtime=1.28 cores=0,2,4,6
/proc/28926/task/28935/stat : 28935 (java) S 28924 28926 25956 0 -1 4202560 4033 0 0 0 128 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28936] ppid=28924 vsize=10548952 CPUtime=1.29 cores=0,2,4,6
/proc/28926/task/28936/stat : 28936 (java) S 28924 28926 25956 0 -1 4202560 6147 0 0 0 129 0 0 0 16 0 22 0 830580928 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28937] ppid=28924 vsize=10548952 CPUtime=89.45 cores=0,2,4,6
/proc/28926/task/28937/stat : 28937 (java) S 28924 28926 25956 0 -1 4202560 131618 0 0 0 8931 14 0 0 15 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 0 0 16800975 18446604453071270976 0 0 -1 4 0 0 0
[pid=28926/tid=28938] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28938/stat : 28938 (java) S 28924 28926 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28939] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28939/stat : 28939 (java) S 28924 28926 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830580929 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 6 0 0 0
[pid=28926/tid=28940] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28940/stat : 28940 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917554609 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28941] ppid=28924 vsize=10548952 CPUtime=1.05 cores=0,2,4,6
/proc/28926/task/28941/stat : 28941 (java) S 28924 28926 25956 0 -1 4202560 11172 0 0 0 104 1 0 0 16 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28942] ppid=28924 vsize=10548952 CPUtime=1.59 cores=0,2,4,6
/proc/28926/task/28942/stat : 28942 (java) S 28924 28926 25956 0 -1 4202560 2426 0 0 0 159 0 0 0 16 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28943] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28943/stat : 28943 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917546905 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
[pid=28926/tid=28944] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28944/stat : 28944 (java) S 28924 28926 25956 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830580932 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28948] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28948/stat : 28948 (java) S 28924 28926 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830580979 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 0 0 0 0
[pid=28926/tid=28968] ppid=28924 vsize=10548952 CPUtime=722.45 cores=0,2,4,6
/proc/28926/task/28968/stat : 28968 (java) R 28924 28926 25956 0 -1 4202560 92 0 0 0 72245 0 0 0 25 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505895501 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28926/tid=28969] ppid=28924 vsize=10548952 CPUtime=722.41 cores=0,2,4,6
/proc/28926/task/28969/stat : 28969 (java) R 28924 28926 25956 0 -1 4202560 38977 0 0 0 72236 5 0 0 25 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 46912505945363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28926/tid=28970] ppid=28924 vsize=10548952 CPUtime=0 cores=0,2,4,6
/proc/28926/task/28970/stat : 28970 (java) S 28924 28926 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830594704 10802126848 481095 33554432000 1073741824 1073778376 140735467810192 18446744073709551615 218917547520 0 4 0 16800975 18446604453071270976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10548952

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

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

[startup+944.127 s]
/proc/loadavg: 4.00 3.95 3.75 5/567 29058
/proc/meminfo: memFree=18021968/32951124 swapFree=56930356/67111528
[pid=28926] ppid=28924 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/28926/stat : 28926 (java) Z 28924 28926 25956 0 -1 4203548 487783 0 1 0 179958 73 0 0 17 0 2 0 830580926 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28926/statm: 0 0 0 0 0 0 0
[pid=28926/tid=28970] ppid=28924 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/28926/task/28970/stat : 28970 (java) R 28924 28926 25956 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 830594704 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 944.143
CPU time (s): 1800.33
CPU user time (s): 1799.58
CPU system time (s): 0.747886
CPU usage (%): 190.684
Max. virtual memory (cumulated for all children) (KiB): 10548952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487783
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= 25817
involuntary context switches= 20001

runsolver used 5.44917 second user time and 11.7302 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 14:17:12
IDJOB=3454359
IDBENCH=2272
IDSOLVER=1950
FILE ID=node137/3454359-1307189832
RUNJOBID= node137-1307187972-28516
PBS_JOBID= 13508854
Free space on /tmp= 73732 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-3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454359-1307189832/watcher-3454359-1307189832 -o /tmp/evaluation-result-3454359-1307189832/solver-3454359-1307189832 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454359-1307189832.opb

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=1539120296

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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:      22142780 kB
Buffers:        285804 kB
Cached:         512632 kB
SwapCached:      12312 kB
Active:       10076028 kB
Inactive:       466940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22142780 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:             868 kB
Writeback:           0 kB
AnonPages:     9742084 kB
Mapped:          29672 kB
Slab:           117508 kB
PageTables:      78064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172900124 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= 73720 MiB
End job on node137 at 2011-06-04 14:32:58