Trace number 3731002

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.18 931.761

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3731002-1338679612.opb
0.09/0.12	c reading problem ... 
1.24/0.60	c ... done. Wall clock time 0.478s.
1.24/0.60	c #vars     4602
1.24/0.60	c #constraints  30353
1.24/0.60	c constraints type 
1.24/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1.24/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1.24/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.24/0.60	c constraints type 
1.24/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.24/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.24/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
3.60/1.26	c cleaning 2494 clauses out of 5000 with flag 5000/5000
4.87/1.72	c cleaning 4249 clauses out of 8506 with flag 11000/11000
5.96/2.24	c cleaning 5626 clauses out of 11258 with flag 18001/18001
7.32/2.92	c cleaning 6810 clauses out of 13631 with flag 26000/26000
8.70/3.69	c cleaning 7889 clauses out of 15822 with flag 35001/35001
10.65/4.61	c cleaning 8941 clauses out of 17932 with flag 45000/45000
12.40/5.59	c cleaning 9972 clauses out of 19991 with flag 56000/56000
14.93/6.80	c cleaning 10993 clauses out of 22022 with flag 68003/68003
17.01/7.99	c cleaning 11985 clauses out of 24029 with flag 81003/81003
19.92/9.48	c cleaning 13017 clauses out of 26041 with flag 95000/95000
23.06/11.05	c cleaning 14010 clauses out of 28026 with flag 110002/110002
25.55/12.34	c cleaning 15003 clauses out of 30016 with flag 126002/126002
29.01/14.11	c cleaning 16001 clauses out of 32012 with flag 143001/143001
33.30/16.31	c cleaning 16978 clauses out of 34013 with flag 161003/161003
37.59/18.53	c cleaning 18004 clauses out of 36032 with flag 180000/180000
41.49/20.51	c cleaning 18994 clauses out of 38028 with flag 200000/200000
46.35/23.04	c cleaning 20007 clauses out of 40035 with flag 221001/221001
52.03/25.97	c cleaning 21006 clauses out of 42029 with flag 243002/243002
53.71/26.86	c cleaning 0 clauses out of 5001 with flag 0/5001
59.14/29.45	c cleaning 22008 clauses out of 44022 with flag 266001/266001
64.56/32.13	c cleaning 22991 clauses out of 46013 with flag 290000/290000
70.42/35.18	c cleaning 23996 clauses out of 48022 with flag 315000/315000
79.89/39.97	c cleaning 25005 clauses out of 50026 with flag 341000/341000
88.76/44.48	c cleaning 26004 clauses out of 52025 with flag 368004/368004
98.13/49.26	c cleaning 26997 clauses out of 54017 with flag 396000/396000
104.78/52.68	c cleaning 27980 clauses out of 56022 with flag 425002/425002
113.40/57.02	c cleaning 29007 clauses out of 58042 with flag 455002/455002
122.63/61.71	c cleaning 30004 clauses out of 60035 with flag 486002/486002
141.56/71.32	c cleaning 30505 clauses out of 61031 with flag 517002/517002
153.78/77.53	c cleaning 30732 clauses out of 61524 with flag 548000/548000
164.62/83.06	c cleaning 30872 clauses out of 61792 with flag 579000/579000
171.64/86.67	c cleaning 30954 clauses out of 61921 with flag 610001/610001
180.14/91.06	c cleaning 30965 clauses out of 61968 with flag 641002/641002
191.98/97.03	c cleaning 30975 clauses out of 62003 with flag 672002/672002
202.37/102.36	c cleaning 30991 clauses out of 62028 with flag 703002/703002
212.56/107.51	c cleaning 30967 clauses out of 62037 with flag 734002/734002
217.40/110.15	c cleaning 0 clauses out of 11002 with flag 0/11002
224.18/113.67	c cleaning 30951 clauses out of 62069 with flag 765001/765001
236.73/120.03	c cleaning 31002 clauses out of 62117 with flag 796000/796000
258.53/131.09	c cleaning 30994 clauses out of 62115 with flag 827000/827000
275.60/139.77	c cleaning 31001 clauses out of 62121 with flag 858000/858000
290.14/147.19	c cleaning 31055 clauses out of 62120 with flag 889000/889000
297.92/151.16	c cleaning 30989 clauses out of 62066 with flag 920001/920001
305.48/155.03	c cleaning 31019 clauses out of 62077 with flag 951001/951001
313.25/159.10	c cleaning 31007 clauses out of 62057 with flag 982000/982000
326.39/165.85	c cleaning 30982 clauses out of 62054 with flag 1013004/1013004
339.74/172.70	c cleaning 31017 clauses out of 62068 with flag 1044000/1044000
355.45/180.65	c cleaning 31003 clauses out of 62054 with flag 1075003/1075003
367.63/186.90	c cleaning 31013 clauses out of 62051 with flag 1106003/1106003
384.35/195.41	c cleaning 31008 clauses out of 62038 with flag 1137003/1137003
401.07/203.98	c cleaning 31005 clauses out of 62029 with flag 1168002/1168002
410.40/208.72	c cleaning 30967 clauses out of 62022 with flag 1199000/1199000
420.76/214.15	c cleaning 31003 clauses out of 62057 with flag 1230002/1230002
430.48/219.14	c cleaning 31008 clauses out of 62053 with flag 1261001/1261001
439.58/223.81	c cleaning 31013 clauses out of 62044 with flag 1292000/1292000
450.11/229.22	c cleaning 30991 clauses out of 62032 with flag 1323001/1323001
456.81/232.89	c cleaning 30992 clauses out of 62042 with flag 1354002/1354002
465.09/237.11	c cleaning 31009 clauses out of 62050 with flag 1385002/1385002
473.18/241.36	c cleaning 30995 clauses out of 62039 with flag 1416000/1416000
486.66/248.26	c cleaning 30985 clauses out of 62044 with flag 1447000/1447000
494.57/252.42	c cleaning 31013 clauses out of 62059 with flag 1478000/1478000
507.85/259.21	c cleaning 31007 clauses out of 62049 with flag 1509003/1509003
517.74/264.33	c cleaning 30978 clauses out of 62039 with flag 1540000/1540000
531.21/271.29	c cleaning 30998 clauses out of 62062 with flag 1571001/1571001
542.68/277.22	c cleaning 30971 clauses out of 62063 with flag 1602000/1602000
553.54/282.83	c cleaning 31011 clauses out of 62092 with flag 1633000/1633000
569.41/290.99	c cleaning 31009 clauses out of 62085 with flag 1664004/1664004
577.28/295.06	c cleaning 0 clauses out of 18002 with flag 0/18002
585.90/299.64	c cleaning 30999 clauses out of 62074 with flag 1695002/1695002
601.53/307.69	c cleaning 30985 clauses out of 62074 with flag 1726001/1726001
617.41/315.74	c cleaning 31002 clauses out of 62090 with flag 1757002/1757002
627.40/320.92	c cleaning 30981 clauses out of 62086 with flag 1788000/1788000
646.17/330.68	c cleaning 31002 clauses out of 62106 with flag 1819001/1819001
663.38/339.45	c cleaning 30990 clauses out of 62104 with flag 1850001/1850001
680.21/348.09	c cleaning 31003 clauses out of 62113 with flag 1881000/1881000
696.03/356.11	c cleaning 30987 clauses out of 62110 with flag 1912000/1912000
712.21/364.53	c cleaning 31007 clauses out of 62124 with flag 1943001/1943001
729.41/373.31	c cleaning 30989 clauses out of 62116 with flag 1974000/1974000
739.41/378.53	c cleaning 31047 clauses out of 62128 with flag 2005001/2005001
746.82/382.41	c cleaning 31015 clauses out of 62080 with flag 2036000/2036000
756.18/387.45	c cleaning 31019 clauses out of 62065 with flag 2067000/2067000
764.41/391.73	c cleaning 30976 clauses out of 62048 with flag 2098002/2098002
776.40/397.95	c cleaning 31012 clauses out of 62070 with flag 2129000/2129000
785.83/402.84	c cleaning 30995 clauses out of 62061 with flag 2160003/2160003
799.59/410.06	c cleaning 30994 clauses out of 62063 with flag 2191000/2191000
813.60/417.26	c cleaning 30995 clauses out of 62070 with flag 2222001/2222001
830.37/425.88	c cleaning 30994 clauses out of 62075 with flag 2253001/2253001
846.54/434.20	c cleaning 30998 clauses out of 62083 with flag 2284003/2284003
856.06/439.21	c cleaning 30992 clauses out of 62082 with flag 2315000/2315000
864.83/443.83	c cleaning 31018 clauses out of 62091 with flag 2346001/2346001
874.41/448.88	c cleaning 30989 clauses out of 62072 with flag 2377000/2377000
883.15/453.47	c cleaning 31010 clauses out of 62084 with flag 2408001/2408001
891.23/457.89	c cleaning 31031 clauses out of 62075 with flag 2439002/2439002
902.18/463.60	c cleaning 31006 clauses out of 62044 with flag 2470002/2470002
916.36/470.88	c cleaning 31001 clauses out of 62037 with flag 2501001/2501001
931.33/478.56	c cleaning 30987 clauses out of 62037 with flag 2532002/2532002
948.83/487.68	c cleaning 31003 clauses out of 62049 with flag 2563001/2563001
963.60/495.25	c cleaning 30996 clauses out of 62048 with flag 2594003/2594003
976.75/502.00	c cleaning 31003 clauses out of 62050 with flag 2625001/2625001
990.50/509.11	c cleaning 31000 clauses out of 62048 with flag 2656002/2656002
1000.35/514.40	c cleaning 30985 clauses out of 62047 with flag 2687001/2687001
1012.87/520.91	c cleaning 31001 clauses out of 62065 with flag 2718004/2718004
1025.59/527.54	c cleaning 30987 clauses out of 62060 with flag 2749000/2749000
1035.11/532.54	c cleaning 31005 clauses out of 62073 with flag 2780000/2780000
1049.98/540.33	c cleaning 31011 clauses out of 62070 with flag 2811002/2811002
1051.69/541.43	c cleaning 0 clauses out of 26000 with flag 0/26000
1061.04/546.32	c cleaning 31015 clauses out of 62072 with flag 2842015/2842015
1070.96/551.52	c cleaning 30988 clauses out of 62042 with flag 2873000/2873000
1080.24/556.59	c cleaning 30986 clauses out of 62056 with flag 2904002/2904002
1089.94/561.68	c cleaning 31000 clauses out of 62069 with flag 2935001/2935001
1100.08/566.90	c cleaning 30998 clauses out of 62068 with flag 2966000/2966000
1108.39/571.30	c cleaning 31021 clauses out of 62070 with flag 2997000/2997000
1116.21/575.66	c cleaning 30999 clauses out of 62050 with flag 3028001/3028001
1124.54/580.08	c cleaning 31015 clauses out of 62051 with flag 3059001/3059001
1136.45/586.25	c cleaning 30979 clauses out of 62038 with flag 3090003/3090003
1149.36/592.93	c cleaning 31007 clauses out of 62058 with flag 3121002/3121002
1166.32/601.83	c cleaning 31009 clauses out of 62051 with flag 3152002/3152002
1182.43/610.13	c cleaning 31004 clauses out of 62040 with flag 3183000/3183000
1192.53/615.43	c cleaning 30987 clauses out of 62037 with flag 3214001/3214001
1206.04/622.43	c cleaning 31000 clauses out of 62050 with flag 3245001/3245001
1222.00/630.81	c cleaning 30997 clauses out of 62050 with flag 3276001/3276001
1235.29/637.70	c cleaning 31006 clauses out of 62052 with flag 3307000/3307000
1245.99/643.31	c cleaning 31011 clauses out of 62049 with flag 3338003/3338003
1260.27/650.76	c cleaning 30972 clauses out of 62035 with flag 3369000/3369000
1277.86/660.00	c cleaning 30995 clauses out of 62064 with flag 3400001/3400001
1293.54/668.07	c cleaning 30989 clauses out of 62068 with flag 3431000/3431000
1305.85/674.43	c cleaning 30992 clauses out of 62080 with flag 3462001/3462001
1319.75/681.69	c cleaning 30992 clauses out of 62087 with flag 3493000/3493000
1331.48/687.91	c cleaning 31006 clauses out of 62095 with flag 3524000/3524000
1341.80/693.37	c cleaning 31000 clauses out of 62090 with flag 3555001/3555001
1352.65/699.06	c cleaning 30993 clauses out of 62089 with flag 3586000/3586000
1365.71/705.83	c cleaning 31001 clauses out of 62098 with flag 3617002/3617002
1376.06/711.49	c cleaning 31009 clauses out of 62095 with flag 3648000/3648000
1385.51/716.42	c cleaning 31027 clauses out of 62087 with flag 3679001/3679001
1400.80/724.31	c cleaning 30997 clauses out of 62061 with flag 3710002/3710002
1416.90/732.61	c cleaning 31016 clauses out of 62063 with flag 3741001/3741001
1432.41/740.88	c cleaning 30953 clauses out of 62046 with flag 3772000/3772000
1449.26/749.59	c cleaning 30993 clauses out of 62093 with flag 3803000/3803000
1469.11/759.70	c cleaning 30997 clauses out of 62101 with flag 3834001/3834001
1487.16/769.01	c cleaning 30996 clauses out of 62103 with flag 3865000/3865000
1503.51/777.62	c cleaning 30982 clauses out of 62110 with flag 3896003/3896003
1520.13/786.23	c cleaning 31005 clauses out of 62127 with flag 3927002/3927002
1535.19/794.01	c cleaning 31004 clauses out of 62123 with flag 3958003/3958003
1550.26/801.83	c cleaning 31035 clauses out of 62116 with flag 3989000/3989000
1566.16/810.23	c cleaning 31013 clauses out of 62082 with flag 4020001/4020001
1584.22/819.56	c cleaning 31013 clauses out of 62068 with flag 4051000/4051000
1600.04/827.71	c cleaning 31009 clauses out of 62055 with flag 4082000/4082000
1614.29/835.11	c cleaning 31003 clauses out of 62048 with flag 4113002/4113002
1630.16/843.58	c cleaning 30986 clauses out of 62043 with flag 4144000/4144000
1652.02/854.78	c cleaning 30994 clauses out of 62060 with flag 4175003/4175003
1672.66/865.34	c cleaning 31007 clauses out of 62066 with flag 4206003/4206003
1697.11/877.81	c cleaning 31003 clauses out of 62056 with flag 4237000/4237000
1710.76/885.19	c cleaning 30997 clauses out of 62054 with flag 4268001/4268001
1725.58/892.89	c cleaning 31000 clauses out of 62056 with flag 4299000/4299000
1740.39/900.50	c cleaning 31001 clauses out of 62057 with flag 4330001/4330001
1761.58/911.47	c cleaning 31003 clauses out of 62055 with flag 4361000/4361000
1778.67/920.47	c cleaning 30998 clauses out of 62053 with flag 4392001/4392001
1794.13/928.42	c cleaning 30996 clauses out of 62054 with flag 4423000/4423000
1800.18/931.72	c starts		: 253
1800.18/931.72	c conflicts		: 4439168
1800.18/931.72	c decisions		: 5603798
1800.18/931.72	c propagations		: 203029980
1800.18/931.72	c inspects		: 8104314104
1800.18/931.72	c shortcuts		: 0
1800.18/931.72	c learnt literals	: 0
1800.18/931.72	c learnt binary clauses	: 0
1800.18/931.72	c learnt ternary clauses	: 0
1800.18/931.72	c learnt constraints	: 4439168
1800.18/931.72	c ignored constraints	: 0
1800.18/931.72	c root simplifications	: 0
1800.18/931.72	c removed literals (reason simplification)	: 28531274
1800.18/931.72	c reason swapping (by a shorter reason)	: 0
1800.18/931.72	c Calls to reduceDB	: 154
1800.18/931.72	c number of reductions to clauses (during analyze)	: 0
1800.18/931.72	c number of learned constraints concerned by reduction	: 0
1800.18/931.72	c number of learning phase by resolution	: 0
1800.18/931.72	c number of learning phase by cutting planes	: 0
1800.18/931.72	c speed (assignments/second)	: 218050.922927722
1800.18/931.72	c non guided choices	169943
1800.18/931.74	c learnt constraints type 
1800.18/931.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47291
1800.18/931.74	c constraints type 
1800.18/931.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1800.18/931.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1800.18/931.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.18/931.74	c constraints type 
1800.18/931.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1800.18/931.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1800.18/931.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.18/931.74	s UNKNOWN
1800.18/931.74	c Total wall clock time (in seconds): 931.619

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731002-1338679612/watcher-3731002-1338679612 -o /tmp/evaluation-result-3731002-1338679612/solver-3731002-1338679612 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731002-1338679612.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: 2.91 3.14 2.35 4/197 5583
/proc/meminfo: memFree=27644000/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5583/stat : 5583 (java) R 5581 5583 2935 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 334085646 23793664 707 33554432000 1073741824 1073778376 140736926627088 140736926616152 239228466536 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 5809 707 521 9 0 128 0

[startup+0.0365779 s]
/proc/loadavg: 2.91 3.14 2.35 4/197 5583
/proc/meminfo: memFree=27644000/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 4046 0 1 0 1 1 0 0 20 0 10 0 334085646 11309641728 11388 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2761143 11388 1539 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100223 s]
/proc/loadavg: 2.91 3.14 2.35 4/197 5583
/proc/meminfo: memFree=27644000/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 5185 0 1 0 8 1 0 0 20 0 18 0 334085646 11864465408 13527 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2896598 13529 2083 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300202 s]
/proc/loadavg: 2.91 3.14 2.35 4/197 5583
/proc/meminfo: memFree=27644000/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 8534 0 1 0 52 2 0 0 20 0 18 0 334085646 11864465408 21321 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2896598 21321 2226 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700214 s]
/proc/loadavg: 2.91 3.14 2.35 4/197 5583
/proc/meminfo: memFree=27644000/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 10849 0 1 0 157 4 0 0 20 0 22 0 334085646 12137111552 49456 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 49456 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 11852648

[startup+1.50089 s]
/proc/loadavg: 2.91 3.14 2.35 7/219 5605
/proc/meminfo: memFree=27409168/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=4.42 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 19280 0 1 0 432 10 0 0 20 0 22 0 334085646 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 85191 2291 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3443 0 1 0 55 3 0 0 20 0 22 0 334085647 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 334085650 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7721 0 0 0 103 2 0 0 20 0 22 0 334085653 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5599] ppid=5581 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/5583/task/5599/stat : 5599 (java) S 5581 5583 2935 0 -1 4202560 6694 0 0 0 96 1 0 0 20 0 22 0 334085653 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505901910712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5600] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5600/stat : 5600 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505900858360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5601] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5601/stat : 5601 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505899806024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5602] ppid=5581 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/5583/task/5602/stat : 5602 (java) R 5581 5583 2935 0 -1 4202560 27 0 0 0 78 0 0 0 20 0 22 0 334085707 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505898749992 140505913320960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5603] ppid=5581 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/5583/task/5603/stat : 5603 (java) R 5581 5583 2935 0 -1 4202560 123 0 0 0 77 2 0 0 20 0 22 0 334085707 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140505897697416 140505913295351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5604] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5604/stat : 5604 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140504754807848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5605] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5605/stat : 5605 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 85191 33554432000 1073741824 1073778376 140736926627088 140504753755304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 11852648

[startup+3.10089 s]
/proc/loadavg: 3.00 3.15 2.35 5/219 5605
/proc/meminfo: memFree=27203192/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=7.7 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 19354 0 1 0 757 13 0 0 20 0 22 0 334085646 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 109270 2291 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3443 0 1 0 55 3 0 0 20 0 22 0 334085647 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334085649 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 40 0 0 0 22 0 0 0 20 0 22 0 334085650 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7722 0 0 0 115 2 0 0 20 0 22 0 334085653 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5599] ppid=5581 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/5583/task/5599/stat : 5599 (java) S 5581 5583 2935 0 -1 4202560 6695 0 0 0 104 1 0 0 20 0 22 0 334085653 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505901910712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5600] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5600/stat : 5600 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505900858360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5601] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5601/stat : 5601 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505899806024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5602] ppid=5581 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/5583/task/5602/stat : 5602 (java) R 5581 5583 2935 0 -1 4202560 27 0 0 0 215 0 0 0 20 0 22 0 334085707 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505898749992 140505913523206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5603] ppid=5581 vsize=11852648 CPUtime=2.17 cores=1,3,5,7
/proc/5583/task/5603/stat : 5603 (java) R 5581 5583 2935 0 -1 4202560 164 0 0 0 213 4 0 0 20 0 22 0 334085707 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140505897695224 140505913655743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5604] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5604/stat : 5604 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140504754807848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5605] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5605/stat : 5605 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 109270 33554432000 1073741824 1073778376 140736926627088 140504753755304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 3.00 3.15 2.35 4/195 5616
/proc/meminfo: memFree=28530376/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=13.92 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 19415 0 1 0 1377 15 0 0 20 0 22 0 334085646 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 133521 2291 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3445 0 1 0 55 3 0 0 20 0 22 0 334085647 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 334085649 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 46 0 0 0 45 0 0 0 20 0 22 0 334085650 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7722 0 0 0 115 2 0 0 20 0 22 0 334085653 12137111552 133521 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/5583/statm: 2963162 694596 2292 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3549 0 1 0 58 5 0 0 20 0 22 0 334085647 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 191 2 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 189 3 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 275 0 0 0 184 3 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 281 0 0 0 191 2 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 274 0 0 0 192 2 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 196 3 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 277 0 0 0 197 2 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 192 2 0 0 20 0 22 0 334085649 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=68.52 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 284 0 0 0 6838 14 0 0 20 0 22 0 334085650 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7722 0 0 0 124 2 0 0 20 0 22 0 334085653 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5599] ppid=5581 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/5583/task/5599/stat : 5599 (java) S 5581 5583 2935 0 -1 4202560 9999 0 0 0 163 2 0 0 20 0 22 0 334085653 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505901910712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5600] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5600/stat : 5600 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505900858360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5601] ppid=5581 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/5583/task/5601/stat : 5601 (java) S 5581 5583 2935 0 -1 4202560 51 0 0 0 22 22 0 0 20 0 22 0 334085653 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505899806024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5602] ppid=5581 vsize=11852648 CPUtime=806.57 cores=1,3,5,7
/proc/5583/task/5602/stat : 5602 (java) R 5581 5583 2935 0 -1 4202560 67 0 0 0 80645 12 0 0 20 0 22 0 334085707 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505898750032 140505913250296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5603] ppid=5581 vsize=11852648 CPUtime=806.34 cores=1,3,5,7
/proc/5583/task/5603/stat : 5603 (java) R 5581 5583 2935 0 -1 4202560 1090 0 0 0 80584 50 0 0 20 0 22 0 334085707 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140505897695472 140505913413496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5604] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5604/stat : 5604 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140504754807848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5605] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5605/stat : 5605 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 694596 33554432000 1073741824 1073778376 140736926627088 140504753755304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1705.16
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.707 s]
/proc/loadavg: 3.89 3.89 3.33 4/215 5814
/proc/meminfo: memFree=26217872/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 26177 0 1 0 179915 103 0 0 20 0 22 0 334085646 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 697668 2292 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3555 0 1 0 59 5 0 0 20 0 22 0 334085647 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 198 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 199 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 275 0 0 0 192 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 281 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 274 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=2.08 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 205 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=2.06 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 277 0 0 0 204 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=72.62 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 292 0 0 0 7247 15 0 0 20 0 22 0 334085650 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7722 0 0 0 124 2 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5599] ppid=5581 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/5583/task/5599/stat : 5599 (java) S 5581 5583 2935 0 -1 4202560 9999 0 0 0 163 2 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505901910712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5600] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5600/stat : 5600 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505900858360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5601] ppid=5581 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/5583/task/5601/stat : 5601 (java) S 5581 5583 2935 0 -1 4202560 53 0 0 0 24 23 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505899806024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5602] ppid=5581 vsize=11852648 CPUtime=851.57 cores=1,3,5,7
/proc/5583/task/5602/stat : 5602 (java) R 5581 5583 2935 0 -1 4202560 67 0 0 0 85145 12 0 0 20 0 22 0 334085707 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505898750032 140505913523201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5603] ppid=5581 vsize=11852648 CPUtime=851.32 cores=1,3,5,7
/proc/5583/task/5603/stat : 5603 (java) R 5581 5583 2935 0 -1 4202560 1090 0 0 0 85082 50 0 0 20 0 22 0 334085707 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505897695632 140505913208879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5604] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5604/stat : 5604 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140504754807848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5605] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5605/stat : 5605 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140504753755304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

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

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

[startup+931.707 s]
/proc/loadavg: 3.89 3.89 3.33 4/215 5814
/proc/meminfo: memFree=26217872/32873844 swapFree=7644/7644
[pid=5583] ppid=5581 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/5583/stat : 5583 (java) S 5581 5583 2935 0 -1 4202496 26177 0 1 0 179915 103 0 0 20 0 22 0 334085646 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140736926618224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5583/statm: 2963162 697668 2292 9 0 2953849 0
[pid=5583/tid=5585] ppid=5581 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/5583/task/5585/stat : 5585 (java) S 5581 5583 2935 0 -1 4202560 3555 0 1 0 59 5 0 0 20 0 22 0 334085647 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506089989272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5586] ppid=5581 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/5583/task/5586/stat : 5586 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 198 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506044741800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5587] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5587/stat : 5587 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 199 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506043689256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5588] ppid=5581 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/5583/task/5588/stat : 5588 (java) S 5581 5583 2935 0 -1 4202560 275 0 0 0 192 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506042636712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5589] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5589/stat : 5589 (java) S 5581 5583 2935 0 -1 4202560 281 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506041584168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5590] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5590/stat : 5590 (java) S 5581 5583 2935 0 -1 4202560 274 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506040531624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5591] ppid=5581 vsize=11852648 CPUtime=2.08 cores=1,3,5,7
/proc/5583/task/5591/stat : 5591 (java) S 5581 5583 2935 0 -1 4202560 279 0 0 0 205 3 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506039479080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5592] ppid=5581 vsize=11852648 CPUtime=2.06 cores=1,3,5,7
/proc/5583/task/5592/stat : 5592 (java) S 5581 5583 2935 0 -1 4202560 277 0 0 0 204 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506038426536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5593] ppid=5581 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5583/task/5593/stat : 5593 (java) S 5581 5583 2935 0 -1 4202560 273 0 0 0 200 2 0 0 20 0 22 0 334085649 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140506037373992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5594] ppid=5581 vsize=11852648 CPUtime=72.62 cores=1,3,5,7
/proc/5583/task/5594/stat : 5594 (java) S 5581 5583 2935 0 -1 4202560 292 0 0 0 7247 15 0 0 20 0 22 0 334085650 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505907173480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5583/tid=5595] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5595/stat : 5595 (java) S 5581 5583 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505906119800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5596] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5596/stat : 5596 (java) S 5581 5583 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085651 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505905067144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5597] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5597/stat : 5597 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505904015888 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5598] ppid=5581 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/5583/task/5598/stat : 5598 (java) S 5581 5583 2935 0 -1 4202560 7722 0 0 0 124 2 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505902963256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5599] ppid=5581 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/5583/task/5599/stat : 5599 (java) S 5581 5583 2935 0 -1 4202560 9999 0 0 0 163 2 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505901910712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5600] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5600/stat : 5600 (java) S 5581 5583 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505900858360 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5583/tid=5601] ppid=5581 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/5583/task/5601/stat : 5601 (java) S 5581 5583 2935 0 -1 4202560 53 0 0 0 24 23 0 0 20 0 22 0 334085653 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505899806024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5602] ppid=5581 vsize=11852648 CPUtime=851.57 cores=1,3,5,7
/proc/5583/task/5602/stat : 5602 (java) R 5581 5583 2935 0 -1 4202560 67 0 0 0 85145 12 0 0 20 0 22 0 334085707 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505898750032 140505913523201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5583/tid=5603] ppid=5581 vsize=11852648 CPUtime=851.32 cores=1,3,5,7
/proc/5583/task/5603/stat : 5603 (java) R 5581 5583 2935 0 -1 4202560 1090 0 0 0 85082 50 0 0 20 0 22 0 334085707 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140505897695632 140505913208879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5604] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5604/stat : 5604 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140504754807848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5583/tid=5605] ppid=5581 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5583/task/5605/stat : 5605 (java) S 5581 5583 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085708 12137111552 697668 33554432000 1073741824 1073778376 140736926627088 140504753755304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 931.761
CPU time (s): 1800.18
CPU user time (s): 1799.15
CPU system time (s): 1.03
CPU usage (%): 193.202
Max. virtual memory (cumulated for all children) (KiB): 11854048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.45378
maximum resident set size= 2790792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26501
involuntary context switches= 35800

runsolver used 3.44148 second user time and 9.27359 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 01:26:53
IDJOB=3731002
IDBENCH=1500
IDSOLVER=2328
FILE ID=node147/3731002-1338679612
RUNJOBID= node147-1338678629-2955
PBS_JOBID= 14636666
Free space on /tmp= 70784 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731002-1338679612/watcher-3731002-1338679612 -o /tmp/evaluation-result-3731002-1338679612/solver-3731002-1338679612 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731002-1338679612.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1287511771

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27644000 kB
Buffers:          431364 kB
Cached:          2527076 kB
SwapCached:         3380 kB
Active:          2812464 kB
Inactive:        1528640 kB
Active(anon):    1378220 kB
Inactive(anon):     5920 kB
Active(file):    1434244 kB
Inactive(file):  1522720 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              4136 kB
Writeback:             0 kB
AnonPages:       1394580 kB
Mapped:            17668 kB
Shmem:                 0 kB
Slab:             722028 kB
SReclaimable:     162208 kB
SUnreclaim:       559820 kB
KernelStack:        1808 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1355776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 01:42:26