Trace number 3738386

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.16 920.935

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3738386-1338755634.opb
0.09/0.11	c reading problem ... 
1.61/0.71	c ... done. Wall clock time 0.595s.
1.61/0.71	c #vars     8424
1.61/0.71	c #constraints  9194
1.61/0.71	c constraints type 
1.61/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1.61/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1.61/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1.61/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1.61/0.71	c constraints type 
1.61/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1.61/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1.61/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1.61/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
7.78/3.16	c cleaning 2496 clauses out of 5001 with flag 5001/5001
13.86/6.04	c cleaning 4219 clauses out of 8506 with flag 11002/11002
19.28/8.71	c cleaning 5640 clauses out of 11288 with flag 18003/18003
27.47/12.82	c cleaning 6819 clauses out of 13646 with flag 26001/26001
35.68/16.96	c cleaning 7910 clauses out of 15829 with flag 35003/35003
45.31/21.71	c cleaning 8941 clauses out of 17916 with flag 45000/45000
55.72/26.96	c cleaning 9473 clauses out of 18976 with flag 55001/55001
64.70/31.43	c cleaning 9741 clauses out of 19502 with flag 65000/65000
72.39/35.30	c cleaning 9874 clauses out of 19763 with flag 75002/75002
80.35/39.38	c cleaning 9936 clauses out of 19888 with flag 85001/85001
100.18/49.21	c cleaning 9956 clauses out of 19953 with flag 95002/95002
107.12/52.78	c cleaning 9965 clauses out of 19996 with flag 105001/105001
116.18/57.32	c cleaning 10013 clauses out of 20031 with flag 115001/115001
124.09/61.39	c cleaning 10006 clauses out of 20017 with flag 125000/125000
134.85/66.72	c cleaning 9996 clauses out of 20013 with flag 135002/135002
144.56/71.65	c cleaning 9998 clauses out of 20015 with flag 145000/145000
154.20/76.58	c cleaning 9992 clauses out of 20017 with flag 155000/155000
165.11/82.03	c cleaning 9994 clauses out of 20026 with flag 165001/165001
174.61/86.85	c cleaning 10012 clauses out of 20033 with flag 175002/175002
184.52/91.81	c cleaning 10005 clauses out of 20020 with flag 185001/185001
190.91/95.20	c cleaning 9998 clauses out of 20019 with flag 195005/195005
198.79/99.16	c cleaning 9998 clauses out of 20016 with flag 205000/205000
207.67/103.64	c cleaning 9998 clauses out of 20018 with flag 215000/215000
218.94/109.35	c cleaning 9986 clauses out of 20020 with flag 225000/225000
228.75/114.32	c cleaning 10009 clauses out of 20034 with flag 235000/235000
238.38/119.21	c cleaning 10004 clauses out of 20025 with flag 245000/245000
247.82/124.05	c cleaning 10004 clauses out of 20021 with flag 255000/255000
256.25/128.34	c cleaning 10002 clauses out of 20020 with flag 265003/265003
270.49/135.57	c cleaning 9982 clauses out of 20017 with flag 275002/275002
281.39/141.04	c cleaning 10003 clauses out of 20034 with flag 285001/285001
292.27/146.51	c cleaning 10005 clauses out of 20030 with flag 295000/295000
300.74/150.80	c cleaning 10005 clauses out of 20026 with flag 305001/305001
309.89/155.52	c cleaning 10000 clauses out of 20020 with flag 315000/315000
319.54/160.41	c cleaning 9989 clauses out of 20022 with flag 325002/325002
333.80/167.67	c cleaning 9984 clauses out of 20032 with flag 335001/335001
349.90/175.77	c cleaning 9976 clauses out of 20047 with flag 345000/345000
358.01/179.98	c cleaning 10020 clauses out of 20075 with flag 355004/355004
365.62/183.90	c cleaning 10013 clauses out of 20051 with flag 365000/365000
373.39/187.85	c cleaning 10007 clauses out of 20041 with flag 375003/375003
381.58/192.03	c cleaning 9998 clauses out of 20032 with flag 385001/385001
389.69/196.20	c cleaning 10005 clauses out of 20034 with flag 395001/395001
398.13/200.54	c cleaning 9965 clauses out of 20029 with flag 405001/405001
403.54/203.31	c cleaning 10024 clauses out of 20063 with flag 415000/415000
412.99/208.11	c cleaning 10017 clauses out of 20042 with flag 425003/425003
423.49/213.51	c cleaning 9966 clauses out of 20023 with flag 435001/435001
434.87/219.33	c cleaning 9999 clauses out of 20058 with flag 445002/445002
443.32/223.69	c cleaning 10014 clauses out of 20058 with flag 455001/455001
453.37/228.73	c cleaning 10009 clauses out of 20046 with flag 465003/465003
463.41/233.93	c cleaning 10003 clauses out of 20034 with flag 475000/475000
475.90/240.20	c cleaning 10004 clauses out of 20032 with flag 485001/485001
489.34/247.02	c cleaning 10007 clauses out of 20028 with flag 495001/495001
509.05/256.94	c cleaning 9991 clauses out of 20020 with flag 505000/505000
525.16/265.19	c cleaning 10004 clauses out of 20031 with flag 515002/515002
535.60/270.46	c cleaning 10009 clauses out of 20026 with flag 525001/525001
545.03/275.26	c cleaning 9994 clauses out of 20016 with flag 535000/535000
553.27/279.47	c cleaning 10000 clauses out of 20023 with flag 545001/545001
561.94/283.98	c cleaning 10005 clauses out of 20022 with flag 555000/555000
571.10/288.61	c cleaning 10000 clauses out of 20018 with flag 565001/565001
579.47/292.99	c cleaning 9997 clauses out of 20018 with flag 575001/575001
589.07/297.81	c cleaning 9999 clauses out of 20020 with flag 585000/585000
597.72/302.31	c cleaning 10004 clauses out of 20022 with flag 595001/595001
605.48/306.39	c cleaning 10004 clauses out of 20019 with flag 605002/605002
616.86/312.11	c cleaning 9992 clauses out of 20013 with flag 615000/615000
650.46/328.93	c cleaning 9980 clauses out of 20021 with flag 625000/625000
659.70/333.73	c cleaning 10015 clauses out of 20043 with flag 635002/635002
669.26/338.68	c cleaning 10001 clauses out of 20026 with flag 645000/645000
679.46/343.89	c cleaning 10008 clauses out of 20025 with flag 655000/655000
689.43/348.92	c cleaning 10006 clauses out of 20018 with flag 665001/665001
698.85/353.88	c cleaning 9991 clauses out of 20011 with flag 675000/675000
708.06/358.60	c cleaning 9994 clauses out of 20020 with flag 685000/685000
717.25/363.26	c cleaning 9995 clauses out of 20027 with flag 695001/695001
726.43/367.94	c cleaning 9997 clauses out of 20031 with flag 705000/705000
735.48/372.68	c cleaning 10002 clauses out of 20034 with flag 715000/715000
748.89/379.44	c cleaning 9914 clauses out of 20032 with flag 725000/725000
776.41/393.24	c cleaning 10025 clauses out of 20118 with flag 735000/735000
793.31/401.77	c cleaning 10017 clauses out of 20095 with flag 745002/745002
820.26/415.33	c cleaning 9977 clauses out of 20076 with flag 755000/755000
852.21/431.37	c cleaning 10012 clauses out of 20099 with flag 765000/765000
877.28/443.90	c cleaning 10029 clauses out of 20087 with flag 775000/775000
896.10/453.42	c cleaning 10022 clauses out of 20059 with flag 785001/785001
905.49/458.37	c cleaning 10009 clauses out of 20036 with flag 795000/795000
914.86/463.13	c cleaning 10007 clauses out of 20028 with flag 805001/805001
924.21/467.93	c cleaning 10007 clauses out of 20022 with flag 815002/815002
933.57/472.77	c cleaning 10000 clauses out of 20015 with flag 825002/825002
943.53/477.94	c cleaning 9999 clauses out of 20014 with flag 835001/835001
952.48/482.50	c cleaning 10001 clauses out of 20014 with flag 845000/845000
961.42/487.11	c cleaning 10000 clauses out of 20013 with flag 855000/855000
970.56/491.88	c cleaning 9999 clauses out of 20013 with flag 865000/865000
980.26/496.98	c cleaning 9999 clauses out of 20014 with flag 875000/875000
989.53/501.74	c cleaning 9999 clauses out of 20015 with flag 885000/885000
998.24/506.29	c cleaning 10000 clauses out of 20017 with flag 895001/895001
1007.58/511.01	c cleaning 9997 clauses out of 20018 with flag 905002/905002
1032.01/523.40	c cleaning 9979 clauses out of 20019 with flag 915000/915000
1056.70/535.82	c cleaning 10014 clauses out of 20041 with flag 925001/925001
1068.58/541.99	c cleaning 10005 clauses out of 20031 with flag 935005/935005
1077.68/546.69	c cleaning 9981 clauses out of 20021 with flag 945000/945000
1085.50/550.82	c cleaning 9990 clauses out of 20040 with flag 955000/955000
1092.79/554.62	c cleaning 9990 clauses out of 20050 with flag 965000/965000
1100.45/558.60	c cleaning 10027 clauses out of 20061 with flag 975001/975001
1111.17/564.17	c cleaning 10004 clauses out of 20033 with flag 985000/985000
1125.02/571.31	c cleaning 10008 clauses out of 20029 with flag 995000/995000
1144.32/581.10	c cleaning 9991 clauses out of 20022 with flag 1005001/1005001
1159.53/588.85	c cleaning 9991 clauses out of 20030 with flag 1015000/1015000
1168.01/593.29	c cleaning 9996 clauses out of 20040 with flag 1025001/1025001
1176.85/597.92	c cleaning 9998 clauses out of 20044 with flag 1035001/1035001
1185.29/602.30	c cleaning 10000 clauses out of 20045 with flag 1045000/1045000
1193.36/606.58	c cleaning 9997 clauses out of 20047 with flag 1055002/1055002
1201.40/610.74	c cleaning 9997 clauses out of 20048 with flag 1065000/1065000
1211.03/615.86	c cleaning 10000 clauses out of 20052 with flag 1075001/1075001
1219.06/620.06	c cleaning 10006 clauses out of 20052 with flag 1085001/1085001
1240.01/630.64	c cleaning 10016 clauses out of 20045 with flag 1095000/1095000
1260.01/640.73	c cleaning 10005 clauses out of 20029 with flag 1105000/1105000
1289.55/655.72	c cleaning 10002 clauses out of 20026 with flag 1115002/1115002
1310.66/666.48	c cleaning 9983 clauses out of 20024 with flag 1125002/1125002
1331.22/676.89	c cleaning 10006 clauses out of 20039 with flag 1135000/1135000
1354.43/688.54	c cleaning 10006 clauses out of 20033 with flag 1145000/1145000
1370.21/696.73	c cleaning 10000 clauses out of 20028 with flag 1155001/1155001
1386.90/705.25	c cleaning 9986 clauses out of 20028 with flag 1165001/1165001
1407.49/715.65	c cleaning 10004 clauses out of 20042 with flag 1175001/1175001
1417.06/720.61	c cleaning 10003 clauses out of 20037 with flag 1185000/1185000
1426.76/725.83	c cleaning 9995 clauses out of 20034 with flag 1195000/1195000
1435.33/730.34	c cleaning 9998 clauses out of 20040 with flag 1205001/1205001
1443.47/734.69	c cleaning 9999 clauses out of 20041 with flag 1215000/1215000
1452.86/739.54	c cleaning 10000 clauses out of 20042 with flag 1225000/1225000
1461.99/744.43	c cleaning 10001 clauses out of 20043 with flag 1235001/1235001
1471.17/749.26	c cleaning 10004 clauses out of 20041 with flag 1245000/1245000
1479.55/753.69	c cleaning 10000 clauses out of 20038 with flag 1255001/1255001
1488.13/758.19	c cleaning 10000 clauses out of 20037 with flag 1265000/1265000
1496.94/762.95	c cleaning 10002 clauses out of 20037 with flag 1275000/1275000
1505.27/767.37	c cleaning 9997 clauses out of 20036 with flag 1285001/1285001
1513.82/771.85	c cleaning 10004 clauses out of 20038 with flag 1295000/1295000
1521.75/776.09	c cleaning 9997 clauses out of 20035 with flag 1305001/1305001
1530.19/780.66	c cleaning 10001 clauses out of 20037 with flag 1315000/1315000
1538.77/785.13	c cleaning 10004 clauses out of 20037 with flag 1325001/1325001
1550.94/791.46	c cleaning 10008 clauses out of 20033 with flag 1335001/1335001
1559.92/796.15	c cleaning 10006 clauses out of 20024 with flag 1345000/1345000
1567.74/800.43	c cleaning 10005 clauses out of 20018 with flag 1355000/1355000
1575.49/804.52	c cleaning 9982 clauses out of 20013 with flag 1365000/1365000
1583.64/808.85	c cleaning 9969 clauses out of 20032 with flag 1375001/1375001
1592.19/813.32	c cleaning 10009 clauses out of 20062 with flag 1385000/1385000
1617.78/826.44	c cleaning 9979 clauses out of 20055 with flag 1395002/1395002
1628.58/832.08	c cleaning 0 clauses out of 5000 with flag 0/5000
1639.64/837.40	c cleaning 10003 clauses out of 20075 with flag 1405001/1405001
1657.27/846.17	c cleaning 10028 clauses out of 20071 with flag 1415000/1415000
1668.53/852.14	c cleaning 10012 clauses out of 20044 with flag 1425001/1425001
1681.71/858.90	c cleaning 10002 clauses out of 20031 with flag 1435000/1435000
1695.67/866.15	c cleaning 10007 clauses out of 20030 with flag 1445001/1445001
1707.54/872.32	c cleaning 9982 clauses out of 20023 with flag 1455001/1455001
1718.52/878.25	c cleaning 10008 clauses out of 20040 with flag 1465000/1465000
1730.02/884.29	c cleaning 10002 clauses out of 20033 with flag 1475001/1475001
1741.73/890.32	c cleaning 10005 clauses out of 20034 with flag 1485004/1485004
1754.62/897.00	c cleaning 9999 clauses out of 20026 with flag 1495001/1495001
1768.00/904.20	c cleaning 9994 clauses out of 20026 with flag 1505000/1505000
1782.08/911.41	c cleaning 10002 clauses out of 20032 with flag 1515000/1515000
1794.60/917.98	c cleaning 9995 clauses out of 20030 with flag 1525000/1525000
1800.12/920.91	c starts		: 208
1800.12/920.91	c conflicts		: 1529883
1800.12/920.91	c decisions		: 2494866
1800.12/920.91	c propagations		: 532191929
1800.12/920.91	c inspects		: 1053702510
1800.12/920.91	c learnt literals	: 0
1800.12/920.91	c learnt binary clauses	: 0
1800.12/920.91	c learnt ternary clauses	: 0
1800.12/920.91	c learnt clauses	: 1529882
1800.12/920.91	c ignored clauses	: 0
1800.12/920.91	c root simplifications	: 0
1800.12/920.91	c removed literals (reason simplification)	: 14487866
1800.12/920.91	c reason swapping (by a shorter reason)	: 0
1800.12/920.91	c Calls to reduceDB	: 154
1800.12/920.91	c number of reductions to clauses (during analyze)	: 0
1800.12/920.91	c number of learned constraints concerned by reduction	: 0
1800.12/920.91	c number of learning phase by resolution	: 0
1800.12/920.91	c number of learning phase by cutting planes	: 0
1800.12/920.91	c speed (assignments/second)	: 578342.5128395722
1800.12/920.91	c non guided choices	166923
1800.12/920.92	c learnt constraints type 
1800.12/920.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14926
1800.12/920.92	c constraints type 
1800.12/920.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1800.12/920.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.12/920.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1800.12/920.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.12/920.92	c constraints type 
1800.12/920.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1800.12/920.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1800.12/920.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.12/920.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.12/920.92	s UNKNOWN
1800.12/920.92	c Total wall clock time (in seconds): 920.809

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-3738386-1338755634/watcher-3738386-1338755634 -o /tmp/evaluation-result-3738386-1338755634/solver-3738386-1338755634 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738386-1338755634.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.80 3.74 3.65 4/195 5896
/proc/meminfo: memFree=26960320/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5896/stat : 5896 (java6) D 5894 5896 4574 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341689337 9515008 182 33554432000 1073741824 1073778376 140736453691488 140736453682520 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/5896/statm: 2323 182 140 9 0 71 0

[startup+0.0216481 s]
/proc/loadavg: 3.80 3.74 3.65 4/195 5896
/proc/meminfo: memFree=26960320/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 1873 0 1 0 0 0 0 0 20 0 2 0 341689337 1662586880 1555 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 405905 1572 942 9 0 397014 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100256 s]
/proc/loadavg: 3.80 3.74 3.65 4/195 5896
/proc/meminfo: memFree=26960320/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 4760 0 1 0 8 1 0 0 20 0 18 0 341689337 2764726272 5951 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 674982 5951 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300261 s]
/proc/loadavg: 3.80 3.74 3.65 4/195 5896
/proc/meminfo: memFree=26960320/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 7403 0 1 0 51 2 0 0 20 0 18 0 341689337 2764726272 10001 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 674982 10001 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700249 s]
/proc/loadavg: 3.80 3.74 3.65 4/195 5896
/proc/meminfo: memFree=26960320/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2699928 CPUtime=1.61 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 18622 0 1 0 155 6 0 0 20 0 18 0 341689337 2764726272 34642 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 674982 34642 2239 9 0 665676 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 2699928

[startup+1.50079 s]
/proc/loadavg: 3.80 3.74 3.65 7/217 5918
/proc/meminfo: memFree=26820596/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=4.27 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 23448 0 1 0 415 12 0 0 20 0 22 0 341689337 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 75395 2255 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2888 0 1 0 64 4 0 0 20 0 22 0 341689338 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341689340 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) R 5894 5896 4574 0 -1 4202560 5427 0 0 0 100 0 0 0 20 0 22 0 341689344 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077116508600 140077481069716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5912] ppid=5894 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/5896/task/5912/stat : 5912 (java) S 5894 5896 4574 0 -1 4202560 13741 0 0 0 96 4 0 0 20 0 22 0 341689344 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077115455800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5913] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5913/stat : 5913 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077114403192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5914] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5914/stat : 5914 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077113350600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5915] ppid=5894 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/5896/task/5915/stat : 5915 (java) R 5894 5896 4574 0 -1 4202560 34 0 0 0 77 0 0 0 20 0 22 0 341689409 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077112267944 140077348419815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 152 0 0 0 72 4 0 0 20 0 22 0 341689409 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077111214872 140077347591821 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 75395 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 2966184

[startup+3.10092 s]
/proc/loadavg: 3.80 3.74 3.65 6/217 5918
/proc/meminfo: memFree=26559940/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=7.78 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 23847 0 1 0 759 19 0 0 20 0 22 0 341689337 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 107205 2269 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2888 0 1 0 64 4 0 0 20 0 22 0 341689338 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341689340 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) S 5894 5896 4574 0 -1 4202560 5457 0 0 0 110 0 0 0 20 0 22 0 341689344 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077116508600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5912] ppid=5894 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/5896/task/5912/stat : 5912 (java) S 5894 5896 4574 0 -1 4202560 13970 0 0 0 107 4 0 0 20 0 22 0 341689344 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077115455800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5913] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5913/stat : 5913 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077114403192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5914] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5914/stat : 5914 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077113350600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5915] ppid=5894 vsize=2966184 CPUtime=2.3 cores=1,3,5,7
/proc/5896/task/5915/stat : 5915 (java) R 5894 5896 4574 0 -1 4202560 39 0 0 0 229 1 0 0 20 0 22 0 341689409 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077112265872 140077348417912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=2.29 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 195 0 0 0 224 5 0 0 20 0 22 0 341689409 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077111213968 140077478904433 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 107205 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 2966184

[startup+6.30093 s]
/proc/loadavg: 3.82 3.74 3.65 5/217 5918
/proc/meminfo: memFree=26519116/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=14.41 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 25697 0 1 0 1419 22 0 0 20 0 22 0 341689337 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 118717 2283 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2888 0 1 0 64 4 0 0 20 0 22 0 341689338 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 22 0 341689340 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 43 0 0 0 11 2 0 0 20 0 22 0 341689341 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) S 5894 5896 4574 0 -1 4202560 5464 0 0 0 126 0 0 0 20 0 22 0 341689344 3037372416 118717 33554432000 1073741824 1073778376 140733826221104 140077116508600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=757.42 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 646 0 0 0 75721 21 0 0 20 0 22 0 341689409 3037372416 226262 33554432000 1073741824 1073778376 140733826221104 140077111213536 140077348018929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 226262 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 226262 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1609.48
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.82 3.74 5/217 6240
/proc/meminfo: memFree=25677080/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=1726.18 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 39032 0 1 0 172422 196 0 0 20 0 22 0 341689337 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 235304 2284 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2940 0 1 0 66 5 0 0 20 0 22 0 341689338 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=5.28 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 244 0 0 0 516 12 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=5.22 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 230 0 0 0 512 10 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=5.38 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 235 0 0 0 527 11 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=5.31 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 244 0 0 0 519 12 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 226 0 0 0 510 10 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 221 0 0 0 528 9 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=5.38 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 245 0 0 0 526 12 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=5.3 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 242 0 0 0 518 12 0 0 20 0 22 0 341689340 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=58.25 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 2847 0 0 0 5767 58 0 0 20 0 22 0 341689341 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) S 5894 5896 4574 0 -1 4202560 5475 0 0 0 138 0 0 0 20 0 22 0 341689344 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077116508600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5912] ppid=5894 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/5896/task/5912/stat : 5912 (java) S 5894 5896 4574 0 -1 4202560 23530 0 0 0 243 5 0 0 20 0 22 0 341689344 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077115455800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5913] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5913/stat : 5913 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077114403192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5914] ppid=5894 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/5896/task/5914/stat : 5914 (java) S 5894 5896 4574 0 -1 4202560 50 0 0 0 21 24 0 0 20 0 22 0 341689344 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077113350600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5915] ppid=5894 vsize=2966184 CPUtime=810.61 cores=1,3,5,7
/proc/5896/task/5915/stat : 5915 (java) R 5894 5896 4574 0 -1 4202560 447 0 0 0 81043 18 0 0 20 0 22 0 341689409 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077112266768 140077348420868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=810.54 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 664 0 0 0 81031 23 0 0 20 0 22 0 341689409 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077111213184 140077348419620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235304 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.18
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.901 s]
/proc/loadavg: 3.82 3.81 3.74 5/217 6240
/proc/meminfo: memFree=25613096/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 39140 0 1 0 179813 199 0 0 20 0 22 0 341689337 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 235385 2284 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2945 0 1 0 66 5 0 0 20 0 22 0 341689338 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 533 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=5.42 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 245 0 0 0 532 10 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=5.55 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 242 0 0 0 544 11 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 535 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=5.32 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 233 0 0 0 521 11 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=5.55 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 231 0 0 0 545 10 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 252 0 0 0 540 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 535 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=62.07 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 2849 0 0 0 6148 59 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) S 5894 5896 4574 0 -1 4202560 5475 0 0 0 138 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077116508600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5912] ppid=5894 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/5896/task/5912/stat : 5912 (java) S 5894 5896 4574 0 -1 4202560 23530 0 0 0 243 5 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077115455800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5913] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5913/stat : 5913 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077114403192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5914] ppid=5894 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/5896/task/5914/stat : 5914 (java) S 5894 5896 4574 0 -1 4202560 52 0 0 0 22 25 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077113350600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5915] ppid=5894 vsize=2966184 CPUtime=845.02 cores=1,3,5,7
/proc/5896/task/5915/stat : 5915 (java) R 5894 5896 4574 0 -1 4202560 454 0 0 0 84484 18 0 0 20 0 22 0 341689409 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077112265936 140077348585905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=844.94 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 675 0 0 0 84471 23 0 0 20 0 22 0 341689409 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077111213616 140077348445563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

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

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

[startup+920.901 s]
/proc/loadavg: 3.82 3.81 3.74 5/217 6240
/proc/meminfo: memFree=25613096/32873852 swapFree=6856/6856
[pid=5896] ppid=5894 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/5896/stat : 5896 (java) S 5894 5896 4574 0 -1 4202496 39140 0 1 0 179813 199 0 0 20 0 22 0 341689337 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140733826212240 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5896/statm: 741546 235385 2284 9 0 732240 0
[pid=5896/tid=5898] ppid=5894 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (java) S 5894 5896 4574 0 -1 4202560 2945 0 1 0 66 5 0 0 20 0 22 0 341689338 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077475226776 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 533 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077341908008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2966184 CPUtime=5.42 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (java) S 5894 5896 4574 0 -1 4202560 245 0 0 0 532 10 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077340855208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5901] ppid=5894 vsize=2966184 CPUtime=5.55 cores=1,3,5,7
/proc/5896/task/5901/stat : 5901 (java) S 5894 5896 4574 0 -1 4202560 242 0 0 0 544 11 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077339802408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5902] ppid=5894 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/5896/task/5902/stat : 5902 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 535 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077137128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5903] ppid=5894 vsize=2966184 CPUtime=5.32 cores=1,3,5,7
/proc/5896/task/5903/stat : 5903 (java) S 5894 5896 4574 0 -1 4202560 233 0 0 0 521 11 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077136075304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5904] ppid=5894 vsize=2966184 CPUtime=5.55 cores=1,3,5,7
/proc/5896/task/5904/stat : 5904 (java) S 5894 5896 4574 0 -1 4202560 231 0 0 0 545 10 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077135022504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5905] ppid=5894 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/5896/task/5905/stat : 5905 (java) S 5894 5896 4574 0 -1 4202560 252 0 0 0 540 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077133969704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5906] ppid=5894 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/5896/task/5906/stat : 5906 (java) S 5894 5896 4574 0 -1 4202560 255 0 0 0 535 12 0 0 20 0 22 0 341689340 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077132916904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5896/tid=5907] ppid=5894 vsize=2966184 CPUtime=62.07 cores=1,3,5,7
/proc/5896/task/5907/stat : 5907 (java) S 5894 5896 4574 0 -1 4202560 2849 0 0 0 6148 59 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077120719848 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5908] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5908/stat : 5908 (java) S 5894 5896 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077119665912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5909] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5909/stat : 5909 (java) S 5894 5896 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341689341 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077118613000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5910] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5910/stat : 5910 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077117561488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5911] ppid=5894 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/5896/task/5911/stat : 5911 (java) S 5894 5896 4574 0 -1 4202560 5475 0 0 0 138 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077116508600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5912] ppid=5894 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/5896/task/5912/stat : 5912 (java) S 5894 5896 4574 0 -1 4202560 23530 0 0 0 243 5 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077115455800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5913] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5913/stat : 5913 (java) S 5894 5896 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077114403192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5896/tid=5914] ppid=5894 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/5896/task/5914/stat : 5914 (java) S 5894 5896 4574 0 -1 4202560 52 0 0 0 22 25 0 0 20 0 22 0 341689344 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077113350600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5915] ppid=5894 vsize=2966184 CPUtime=845.02 cores=1,3,5,7
/proc/5896/task/5915/stat : 5915 (java) R 5894 5896 4574 0 -1 4202560 454 0 0 0 84484 18 0 0 20 0 22 0 341689409 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077112265936 140077348585905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5916] ppid=5894 vsize=2966184 CPUtime=844.94 cores=1,3,5,7
/proc/5896/task/5916/stat : 5916 (java) R 5894 5896 4574 0 -1 4202560 675 0 0 0 84471 23 0 0 20 0 22 0 341689409 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077111213616 140077348445563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5896/tid=5917] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5917/stat : 5917 (java) S 5894 5896 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077110162856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5896/tid=5918] ppid=5894 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5896/task/5918/stat : 5918 (java) S 5894 5896 4574 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341689411 3037372416 235385 33554432000 1073741824 1073778376 140733826221104 140077109110056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 920.935
CPU time (s): 1801.16
CPU user time (s): 1798.73
CPU system time (s): 2.43263
CPU usage (%): 195.58
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 2.43263
maximum resident set size= 944352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39173
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48833
involuntary context switches= 89641

runsolver used 3.46247 second user time and 9.37557 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 22:33:54
IDJOB=3738386
IDBENCH=71849
IDSOLVER=2324
FILE ID=node128/3738386-1338755634
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70420 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738386-1338755634/watcher-3738386-1338755634 -o /tmp/evaluation-result-3738386-1338755634/solver-3738386-1338755634 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738386-1338755634.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1441095210

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        26960484 kB
Buffers:          552548 kB
Cached:          3753748 kB
SwapCached:          744 kB
Active:          2699944 kB
Inactive:        2316396 kB
Active(anon):     700760 kB
Inactive(anon):    11420 kB
Active(file):    1999184 kB
Inactive(file):  2304976 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        715616 kB
Mapped:            22344 kB
Shmem:               200 kB
Slab:             756908 kB
SReclaimable:     199128 kB
SUnreclaim:       557780 kB
KernelStack:        1616 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1571956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 70404 MiB
End job on node128 at 2012-06-03 22:49:17