Trace number 3738320

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) 1800.63 922.037

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3738320-1338755589.opb
0.11/0.10	c reading problem ... 
1.43/0.62	c ... done. Wall clock time 0.52s.
1.43/0.62	c #vars     4977
1.43/0.62	c #constraints  5575
1.43/0.62	c constraints type 
1.43/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1.43/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1.43/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1.43/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1.43/0.62	c constraints type 
1.43/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1.43/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1.43/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1.43/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
7.74/3.08	c cleaning 2491 clauses out of 5000 with flag 5000/5000
12.76/5.44	c cleaning 4216 clauses out of 8509 with flag 11000/11000
17.56/7.89	c cleaning 5646 clauses out of 11295 with flag 18002/18002
25.37/11.75	c cleaning 6818 clauses out of 13647 with flag 26000/26000
35.19/16.67	c cleaning 7907 clauses out of 15829 with flag 35000/35000
43.18/20.69	c cleaning 8957 clauses out of 17923 with flag 45001/45001
51.99/25.05	c cleaning 9469 clauses out of 18966 with flag 55001/55001
59.36/28.71	c cleaning 9742 clauses out of 19497 with flag 65001/65001
86.00/42.03	c cleaning 9875 clauses out of 19755 with flag 75001/75001
98.16/48.13	c cleaning 9924 clauses out of 19879 with flag 85000/85000
107.49/52.84	c cleaning 9958 clauses out of 19955 with flag 95000/95000
122.23/60.22	c cleaning 9992 clauses out of 19998 with flag 105001/105001
132.08/65.21	c cleaning 9987 clauses out of 20006 with flag 115001/115001
143.80/71.10	c cleaning 9995 clauses out of 20018 with flag 125000/125000
156.32/77.48	c cleaning 10007 clauses out of 20023 with flag 135000/135000
169.23/83.92	c cleaning 9982 clauses out of 20018 with flag 145002/145002
176.43/87.70	c cleaning 10002 clauses out of 20034 with flag 155000/155000
190.36/94.62	c cleaning 9997 clauses out of 20033 with flag 165001/165001
201.26/100.14	c cleaning 10013 clauses out of 20035 with flag 175000/175000
211.37/105.21	c cleaning 10008 clauses out of 20025 with flag 185003/185003
220.35/109.89	c cleaning 9995 clauses out of 20018 with flag 195004/195004
229.26/114.33	c cleaning 10004 clauses out of 20020 with flag 205001/205001
239.55/119.52	c cleaning 9983 clauses out of 20015 with flag 215000/215000
261.70/130.60	c cleaning 9981 clauses out of 20033 with flag 225001/225001
274.67/137.26	c cleaning 10013 clauses out of 20051 with flag 235000/235000
283.32/141.68	c cleaning 10007 clauses out of 20041 with flag 245003/245003
290.93/145.55	c cleaning 10006 clauses out of 20031 with flag 255000/255000
298.55/149.49	c cleaning 9977 clauses out of 20028 with flag 265003/265003
309.09/154.82	c cleaning 10003 clauses out of 20049 with flag 275001/275001
322.16/161.47	c cleaning 9960 clauses out of 20049 with flag 285004/285004
330.98/165.93	c cleaning 10035 clauses out of 20085 with flag 295000/295000
340.45/170.70	c cleaning 10011 clauses out of 20053 with flag 305003/305003
352.15/176.72	c cleaning 10012 clauses out of 20040 with flag 315001/315001
365.61/183.58	c cleaning 10003 clauses out of 20029 with flag 325002/325002
375.66/188.68	c cleaning 10001 clauses out of 20026 with flag 335002/335002
387.55/194.65	c cleaning 9998 clauses out of 20023 with flag 345000/345000
395.38/198.71	c cleaning 9999 clauses out of 20025 with flag 355000/355000
416.86/209.58	c cleaning 9996 clauses out of 20027 with flag 365001/365001
439.13/220.76	c cleaning 10003 clauses out of 20030 with flag 375000/375000
459.21/230.86	c cleaning 10001 clauses out of 20032 with flag 385005/385005
473.08/238.00	c cleaning 10000 clauses out of 20026 with flag 395000/395000
486.94/244.93	c cleaning 9979 clauses out of 20028 with flag 405002/405002
496.16/249.70	c cleaning 9996 clauses out of 20048 with flag 415001/415001
509.62/256.42	c cleaning 9943 clauses out of 20051 with flag 425000/425000
519.59/261.67	c cleaning 10036 clauses out of 20110 with flag 435002/435002
526.58/265.27	c cleaning 9996 clauses out of 20072 with flag 445000/445000
544.26/274.18	c cleaning 9998 clauses out of 20076 with flag 455000/455000
565.78/284.99	c cleaning 9979 clauses out of 20082 with flag 465004/465004
580.18/292.37	c cleaning 0 clauses out of 5000 with flag 0/5000
593.14/298.61	c cleaning 9998 clauses out of 20100 with flag 475001/475001
606.89/305.37	c cleaning 10044 clauses out of 20101 with flag 485000/485000
618.85/311.42	c cleaning 10019 clauses out of 20057 with flag 495000/495000
630.01/317.24	c cleaning 10014 clauses out of 20039 with flag 505001/505001
638.95/321.82	c cleaning 10008 clauses out of 20027 with flag 515003/515003
654.17/329.55	c cleaning 9994 clauses out of 20017 with flag 525001/525001
678.44/341.74	c cleaning 9986 clauses out of 20022 with flag 535000/535000
701.70/353.59	c cleaning 9998 clauses out of 20036 with flag 545000/545000
723.90/364.70	c cleaning 9979 clauses out of 20038 with flag 555000/555000
745.51/375.60	c cleaning 9958 clauses out of 20059 with flag 565000/565000
767.06/386.54	c cleaning 10019 clauses out of 20102 with flag 575001/575001
788.26/397.32	c cleaning 10014 clauses out of 20088 with flag 585006/585006
797.36/402.06	c cleaning 10027 clauses out of 20068 with flag 595000/595000
808.64/407.85	c cleaning 10010 clauses out of 20041 with flag 605000/605000
818.53/413.00	c cleaning 10010 clauses out of 20032 with flag 615001/615001
827.59/417.74	c cleaning 10002 clauses out of 20021 with flag 625000/625000
839.89/424.06	c cleaning 10003 clauses out of 20019 with flag 635000/635000
858.64/433.51	c cleaning 10000 clauses out of 20019 with flag 645003/645003
865.90/437.34	c cleaning 10004 clauses out of 20017 with flag 655001/655001
876.72/443.07	c cleaning 9996 clauses out of 20012 with flag 665000/665000
892.01/450.81	c cleaning 9995 clauses out of 20016 with flag 675000/675000
902.87/456.44	c cleaning 9972 clauses out of 20023 with flag 685002/685002
917.17/463.72	c cleaning 9996 clauses out of 20052 with flag 695003/695003
929.41/470.11	c cleaning 9976 clauses out of 20054 with flag 705001/705001
941.85/476.52	c cleaning 10007 clauses out of 20079 with flag 715002/715002
950.49/481.09	c cleaning 10030 clauses out of 20071 with flag 725001/725001
959.15/485.56	c cleaning 10014 clauses out of 20040 with flag 735000/735000
967.74/490.15	c cleaning 10004 clauses out of 20026 with flag 745000/745000
975.97/494.49	c cleaning 10003 clauses out of 20024 with flag 755002/755002
984.59/498.98	c cleaning 10003 clauses out of 20020 with flag 765001/765001
992.85/503.29	c cleaning 10002 clauses out of 20017 with flag 775001/775001
1001.84/508.04	c cleaning 9987 clauses out of 20016 with flag 785002/785002
1016.15/515.35	c cleaning 9996 clauses out of 20029 with flag 795002/795002
1027.63/521.22	c cleaning 9971 clauses out of 20033 with flag 805002/805002
1042.53/528.80	c cleaning 10012 clauses out of 20060 with flag 815000/815000
1056.14/535.95	c cleaning 10000 clauses out of 20050 with flag 825002/825002
1072.45/544.25	c cleaning 9982 clauses out of 20048 with flag 835000/835000
1091.40/553.83	c cleaning 10015 clauses out of 20066 with flag 845000/845000
1110.57/563.53	c cleaning 9995 clauses out of 20054 with flag 855003/855003
1128.97/573.09	c cleaning 9995 clauses out of 20057 with flag 865001/865001
1145.87/581.66	c cleaning 10012 clauses out of 20062 with flag 875001/875001
1159.32/588.59	c cleaning 10012 clauses out of 20051 with flag 885002/885002
1168.93/593.57	c cleaning 9989 clauses out of 20037 with flag 895000/895000
1184.30/601.51	c cleaning 9984 clauses out of 20049 with flag 905001/905001
1191.26/605.25	c cleaning 10030 clauses out of 20066 with flag 915002/915002
1201.92/610.77	c cleaning 9989 clauses out of 20034 with flag 925000/925000
1223.26/621.58	c cleaning 9986 clauses out of 20045 with flag 935000/935000
1240.82/630.68	c cleaning 10024 clauses out of 20059 with flag 945000/945000
1248.41/634.63	c cleaning 10009 clauses out of 20035 with flag 955000/955000
1255.95/638.68	c cleaning 10006 clauses out of 20027 with flag 965001/965001
1263.33/642.53	c cleaning 9995 clauses out of 20020 with flag 975000/975000
1279.65/651.01	c cleaning 9986 clauses out of 20026 with flag 985001/985001
1292.83/657.83	c cleaning 10000 clauses out of 20040 with flag 995001/995001
1307.47/665.37	c cleaning 10014 clauses out of 20043 with flag 1005004/1005004
1321.27/672.42	c cleaning 9980 clauses out of 20027 with flag 1015002/1015002
1332.10/678.28	c cleaning 9987 clauses out of 20045 with flag 1025000/1025000
1340.21/682.56	c cleaning 9995 clauses out of 20061 with flag 1035003/1035003
1348.57/686.90	c cleaning 9998 clauses out of 20065 with flag 1045002/1045002
1357.13/691.40	c cleaning 9999 clauses out of 20066 with flag 1055001/1055001
1366.53/696.50	c cleaning 10000 clauses out of 20067 with flag 1065001/1065001
1375.87/701.48	c cleaning 10001 clauses out of 20067 with flag 1075001/1075001
1387.42/707.44	c cleaning 9994 clauses out of 20065 with flag 1085000/1085000
1402.62/715.24	c cleaning 10020 clauses out of 20072 with flag 1095001/1095001
1426.92/727.71	c cleaning 9963 clauses out of 20053 with flag 1105002/1105002
1449.56/739.28	c cleaning 10012 clauses out of 20088 with flag 1115000/1115000
1476.68/752.99	c cleaning 9987 clauses out of 20077 with flag 1125001/1125001
1500.17/764.88	c cleaning 9970 clauses out of 20089 with flag 1135000/1135000
1520.36/775.39	c cleaning 9940 clauses out of 20121 with flag 1145002/1145002
1538.40/784.58	c cleaning 9961 clauses out of 20180 with flag 1155001/1155001
1561.37/796.17	c cleaning 9978 clauses out of 20218 with flag 1165000/1165000
1578.71/805.01	c cleaning 10001 clauses out of 20242 with flag 1175002/1175002
1588.00/810.12	c cleaning 10112 clauses out of 20240 with flag 1185001/1185001
1596.67/814.74	c cleaning 10060 clauses out of 20129 with flag 1195002/1195002
1606.33/819.84	c cleaning 10026 clauses out of 20068 with flag 1205001/1205001
1615.78/824.90	c cleaning 10013 clauses out of 20041 with flag 1215000/1215000
1625.27/830.03	c cleaning 9976 clauses out of 20028 with flag 1225000/1225000
1635.55/835.49	c cleaning 10003 clauses out of 20052 with flag 1235000/1235000
1648.82/842.33	c cleaning 9998 clauses out of 20049 with flag 1245000/1245000
1665.50/850.94	c cleaning 10017 clauses out of 20052 with flag 1255001/1255001
1676.56/856.91	c cleaning 9997 clauses out of 20034 with flag 1265000/1265000
1688.33/863.08	c cleaning 10001 clauses out of 20042 with flag 1275005/1275005
1697.77/868.09	c cleaning 9988 clauses out of 20038 with flag 1285002/1285002
1708.50/873.62	c cleaning 9978 clauses out of 20048 with flag 1295000/1295000
1718.65/879.18	c cleaning 10000 clauses out of 20070 with flag 1305000/1305000
1734.82/887.40	c cleaning 9999 clauses out of 20071 with flag 1315001/1315001
1745.29/892.99	c cleaning 10021 clauses out of 20071 with flag 1325000/1325000
1756.22/898.69	c cleaning 10019 clauses out of 20051 with flag 1335001/1335001
1767.54/904.79	c cleaning 10001 clauses out of 20032 with flag 1345001/1345001
1788.54/915.47	c cleaning 9997 clauses out of 20030 with flag 1355000/1355000
1799.81/921.34	c cleaning 10006 clauses out of 20033 with flag 1365000/1365000
1800.63/922.02	c starts		: 204
1800.63/922.02	c conflicts		: 1365001
1800.63/922.02	c decisions		: 2467269
1800.63/922.02	c propagations		: 319136241
1800.63/922.02	c inspects		: 968267774
1800.63/922.02	c learnt literals	: 0
1800.63/922.02	c learnt binary clauses	: 0
1800.63/922.02	c learnt ternary clauses	: 0
1800.63/922.02	c learnt clauses	: 1365002
1800.63/922.02	c ignored clauses	: 0
1800.63/922.02	c root simplifications	: 0
1800.63/922.02	c removed literals (reason simplification)	: 19651106
1800.63/922.02	c reason swapping (by a shorter reason)	: 0
1800.63/922.02	c Calls to reduceDB	: 138
1800.63/922.02	c number of reductions to clauses (during analyze)	: 0
1800.63/922.02	c number of learned constraints concerned by reduction	: 0
1800.63/922.02	c number of learning phase by resolution	: 0
1800.63/922.02	c number of learning phase by cutting planes	: 0
1800.63/922.02	c speed (assignments/second)	: 346361.3968788698
1800.63/922.02	c non guided choices	91085
1800.63/922.02	c learnt constraints type 
1800.63/922.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10050
1800.63/922.02	c constraints type 
1800.63/922.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1800.63/922.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.63/922.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1800.63/922.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.63/922.02	c constraints type 
1800.63/922.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1800.63/922.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.63/922.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.63/922.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.63/922.02	s UNKNOWN
1800.63/922.02	c Total wall clock time (in seconds): 921.925

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-3738320-1338755589/watcher-3738320-1338755589 -o /tmp/evaluation-result-3738320-1338755589/solver-3738320-1338755589 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738320-1338755589.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.19 2.55 2.50 4/197 21719
/proc/meminfo: memFree=27124688/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 341683227 94019584 917 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 22954 917 697 9 0 16769 0
[pid=21719/tid=21720] ppid=21717 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) R 21717 21719 17063 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 341683228 94019584 917 33554432000 1073741824 1073778376 140734764796480 140101760183848 209874677031 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.013002 s]
/proc/loadavg: 3.19 2.55 2.50 4/197 21719
/proc/meminfo: memFree=27124688/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 2527 0 1 0 0 0 0 0 20 0 2 0 341683227 1662586880 2207 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 405905 2220 942 9 0 397014 0
[pid=21719/tid=21720] ppid=21717 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) R 21717 21719 17063 0 -1 4202560 1401 0 1 0 0 0 0 0 20 0 2 0 341683228 1662586880 2229 33554432000 1073741824 1073778376 140734764796480 140101760190768 209883509531 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100307 s]
/proc/loadavg: 3.19 2.55 2.50 4/197 21719
/proc/meminfo: memFree=27124688/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 4832 0 1 0 10 1 0 0 20 0 18 0 341683227 2764726272 6019 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 674982 6019 2139 9 0 665676 0
[pid=21719/tid=21720] ppid=21717 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) R 21717 21719 17063 0 -1 4202560 2827 0 1 0 7 0 0 0 20 0 18 0 341683228 2764726272 6019 33554432000 1073741824 1073778376 140734764796480 140101760174176 209887225101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300221 s]
/proc/loadavg: 3.19 2.55 2.50 4/197 21719
/proc/meminfo: memFree=27124688/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 7661 0 1 0 54 2 0 0 20 0 18 0 341683227 2764726272 10122 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 674982 10122 2217 9 0 665676 0
[pid=21719/tid=21720] ppid=21717 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) R 21717 21719 17063 0 -1 4202560 2842 0 1 0 26 1 0 0 20 0 18 0 341683228 2764726272 10122 33554432000 1073741824 1073778376 140734764796480 140101760174176 140101700322992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700242 s]
/proc/loadavg: 3.19 2.55 2.50 4/197 21719
/proc/meminfo: memFree=27124688/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 19386 0 1 0 172 5 0 0 20 0 22 0 341683227 3037372416 28211 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 28211 2245 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2873 0 1 0 58 2 0 0 20 0 22 0 341683228 3037372416 28211 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 2966184

[startup+1.50092 s]
/proc/loadavg: 3.41 2.61 2.52 7/219 21741
/proc/meminfo: memFree=27003856/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=4.48 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 21345 0 1 0 438 10 0 0 20 0 22 0 341683227 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 82651 2257 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2873 0 1 0 58 2 0 0 20 0 22 0 341683228 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21730] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21717 21719 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101607135336 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21731] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21717 21719 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101606081656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21732] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101605029000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21733] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683232 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101603977744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21734] ppid=21717 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21717 21719 17063 0 -1 4202560 10361 0 0 0 104 1 0 0 20 0 22 0 341683233 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101602925112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21735] ppid=21717 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) S 21717 21719 17063 0 -1 4202560 6667 0 0 0 102 2 0 0 20 0 22 0 341683233 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101601872568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21736] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21736/stat : 21736 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101600820216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21737] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21737/stat : 21737 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101599767880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21738] ppid=21717 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/21719/task/21738/stat : 21738 (java) R 21717 21719 17063 0 -1 4202560 45 0 0 0 85 0 0 0 20 0 22 0 341683290 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101598712336 140101700857968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21739] ppid=21717 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/21719/task/21739/stat : 21739 (java) R 21717 21719 17063 0 -1 4202560 197 0 0 0 81 5 0 0 20 0 22 0 341683290 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101597658968 140101700699156 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21740] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21740/stat : 21740 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101596607528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21741] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21741/stat : 21741 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 82651 33554432000 1073741824 1073778376 140734764796480 140101595554984 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.41 2.61 2.52 5/219 21741
/proc/meminfo: memFree=26719868/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=7.99 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 21517 0 1 0 783 16 0 0 20 0 22 0 341683227 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 109857 2279 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2873 0 1 0 58 2 0 0 20 0 22 0 341683228 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21730] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21717 21719 17063 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101607134192 140101764325860 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21731] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21717 21719 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101606081656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21732] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21717 21719 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101605029000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21733] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683232 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101603977744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21734] ppid=21717 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21717 21719 17063 0 -1 4202560 10368 0 0 0 114 2 0 0 20 0 22 0 341683233 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101602925112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21735] ppid=21717 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) R 21717 21719 17063 0 -1 4202560 6688 0 0 0 115 2 0 0 20 0 22 0 341683233 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101601861632 140101766148840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21736] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21736/stat : 21736 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101600820216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21737] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21737/stat : 21737 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101599767880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21738] ppid=21717 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/21719/task/21738/stat : 21738 (java) S 21717 21719 17063 0 -1 4202560 50 0 0 0 237 0 0 0 20 0 22 0 341683290 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101598712024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21739] ppid=21717 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/21719/task/21739/stat : 21739 (java) S 21717 21719 17063 0 -1 4202560 234 0 0 0 232 5 0 0 20 0 22 0 341683290 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101597657336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21740] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21740/stat : 21740 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101596607528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21741] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21741/stat : 21741 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 109857 33554432000 1073741824 1073778376 140734764796480 140101595554984 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 2966184

[startup+6.30091 s]
/proc/loadavg: 3.41 2.61 2.52 5/219 21741
/proc/meminfo: memFree=26651812/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=14.52 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 23714 0 1 0 1433 19 0 0 20 0 22 0 341683227 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 125117 2283 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2873 0 1 0 58 2 0 0 20 0 22 0 341683228 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 341683229 3037372416 125117 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/loadavg: 3.58 3.45 3.16 4/219 22843
/proc/meminfo: memFree=26682996/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 31080 0 1 0 179851 152 0 0 20 0 22 0 341683227 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 253547 2284 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2913 0 1 0 60 3 0 0 20 0 22 0 341683228 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 368 0 0 0 499 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=4.95 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 336 0 0 0 486 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=4.78 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 310 0 0 0 470 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 308 0 0 0 478 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 331 0 0 0 509 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 323 0 0 0 496 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 345 0 0 0 511 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 319 0 0 0 498 7 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21730] ppid=21717 vsize=2966184 CPUtime=62.71 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21717 21719 17063 0 -1 4202560 127 0 0 0 6233 38 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101607134152 140101766312352 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21731] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21717 21719 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101606081656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21732] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21717 21719 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101605029000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21733] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683232 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101603977744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21734] ppid=21717 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21717 21719 17063 0 -1 4202560 14286 0 0 0 240 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101602925112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21735] ppid=21717 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) S 21717 21719 17063 0 -1 4202560 8823 0 0 0 139 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101601872568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21736] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21736/stat : 21736 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101600820216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21737] ppid=21717 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/21719/task/21737/stat : 21737 (java) S 21717 21719 17063 0 -1 4202560 53 0 0 0 24 21 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101599767880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21738] ppid=21717 vsize=2966184 CPUtime=843.69 cores=1,3,5,7
/proc/21719/task/21738/stat : 21738 (java) S 21717 21719 17063 0 -1 4202560 364 0 0 0 84351 18 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101598712024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21739] ppid=21717 vsize=2966184 CPUtime=843.65 cores=1,3,5,7
/proc/21719/task/21739/stat : 21739 (java) S 21717 21719 17063 0 -1 4202560 685 0 0 0 84343 22 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101597657336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21740] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21740/stat : 21740 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101596607528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21741] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21741/stat : 21741 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101595554984 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+921.807 s]
/proc/loadavg: 3.58 3.45 3.16 4/220 22844
/proc/meminfo: memFree=26682980/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=1800.44 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 31081 0 1 0 179891 153 0 0 20 0 22 0 341683227 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 253547 2284 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2913 0 1 0 60 3 0 0 20 0 22 0 341683228 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 368 0 0 0 499 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=4.95 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 336 0 0 0 486 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=4.78 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 310 0 0 0 470 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 308 0 0 0 478 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 331 0 0 0 509 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 323 0 0 0 496 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 345 0 0 0 511 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 319 0 0 0 498 7 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21730] ppid=21717 vsize=2966184 CPUtime=63.11 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21717 21719 17063 0 -1 4202560 127 0 0 0 6273 38 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101607134192 140101767044398 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21731] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21717 21719 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101606081656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21732] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21717 21719 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101605029000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21733] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21717 21719 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341683232 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101603977288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21734] ppid=21717 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21717 21719 17063 0 -1 4202560 14286 0 0 0 240 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101602925112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21735] ppid=21717 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) S 21717 21719 17063 0 -1 4202560 8823 0 0 0 139 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101601872568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21736] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21736/stat : 21736 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101600820216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21737] ppid=21717 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/21719/task/21737/stat : 21737 (java) S 21717 21719 17063 0 -1 4202560 53 0 0 0 24 21 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101599767880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21738] ppid=21717 vsize=2966184 CPUtime=843.69 cores=1,3,5,7
/proc/21719/task/21738/stat : 21738 (java) S 21717 21719 17063 0 -1 4202560 364 0 0 0 84351 18 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101598712024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21739] ppid=21717 vsize=2966184 CPUtime=843.65 cores=1,3,5,7
/proc/21719/task/21739/stat : 21739 (java) S 21717 21719 17063 0 -1 4202560 685 0 0 0 84343 22 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101597657336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21740] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21740/stat : 21740 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101596607528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21741] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21741/stat : 21741 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101595554984 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 2966184

[startup+922.001 s]
/proc/loadavg: 3.58 3.45 3.16 4/220 22844
/proc/meminfo: memFree=26682980/32873844 swapFree=7632/7632
[pid=21719] ppid=21717 vsize=2966184 CPUtime=1800.63 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21717 21719 17063 0 -1 4202496 31081 0 1 0 179910 153 0 0 20 0 22 0 341683227 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140734764787616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21719/statm: 741546 253547 2284 9 0 732240 0
[pid=21719/tid=21720] ppid=21717 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21720/stat : 21720 (java) S 21717 21719 17063 0 -1 4202560 2913 0 1 0 60 3 0 0 20 0 22 0 341683228 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101760189592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21722] ppid=21717 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21717 21719 17063 0 -1 4202560 368 0 0 0 499 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101626914984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21723] ppid=21717 vsize=2966184 CPUtime=4.95 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21717 21719 17063 0 -1 4202560 336 0 0 0 486 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101625862440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21724] ppid=21717 vsize=2966184 CPUtime=4.78 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21717 21719 17063 0 -1 4202560 310 0 0 0 470 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101624809896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21725] ppid=21717 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21717 21719 17063 0 -1 4202560 308 0 0 0 478 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101623757352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21726] ppid=21717 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21717 21719 17063 0 -1 4202560 331 0 0 0 509 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101622704808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21727] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21717 21719 17063 0 -1 4202560 323 0 0 0 496 9 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101621652264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21728] ppid=21717 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21717 21719 17063 0 -1 4202560 345 0 0 0 511 8 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101620599720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21729] ppid=21717 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21717 21719 17063 0 -1 4202560 319 0 0 0 498 7 0 0 20 0 22 0 341683229 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101619547176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21730] ppid=21717 vsize=2966184 CPUtime=63.3 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21717 21719 17063 0 -1 4202560 127 0 0 0 6292 38 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101607134192 140101766697032 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21731] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21717 21719 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101606081656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21732] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21717 21719 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341683230 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101605029000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21733] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21717 21719 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341683232 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101603977288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21734] ppid=21717 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21717 21719 17063 0 -1 4202560 14286 0 0 0 240 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101602925112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21719/tid=21735] ppid=21717 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) S 21717 21719 17063 0 -1 4202560 8823 0 0 0 139 2 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101601872568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21736] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21736/stat : 21736 (java) S 21717 21719 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101600820216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21719/tid=21737] ppid=21717 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/21719/task/21737/stat : 21737 (java) S 21717 21719 17063 0 -1 4202560 53 0 0 0 24 21 0 0 20 0 22 0 341683233 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101599767880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21719/tid=21738] ppid=21717 vsize=2966184 CPUtime=843.69 cores=1,3,5,7
/proc/21719/task/21738/stat : 21738 (java) S 21717 21719 17063 0 -1 4202560 364 0 0 0 84351 18 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101598712024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21739] ppid=21717 vsize=2966184 CPUtime=843.65 cores=1,3,5,7
/proc/21719/task/21739/stat : 21739 (java) S 21717 21719 17063 0 -1 4202560 685 0 0 0 84343 22 0 0 20 0 22 0 341683290 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101597657336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21740] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21740/stat : 21740 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101596607528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21719/tid=21741] ppid=21717 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21741/stat : 21741 (java) S 21717 21719 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341683291 3037372416 253547 33554432000 1073741824 1073778376 140734764796480 140101595554984 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 922.037
CPU time (s): 1800.63
CPU user time (s): 1799.1
CPU system time (s): 1.53
CPU usage (%): 195.288
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 1.88271
maximum resident set size= 1014304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31112
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43920
involuntary context switches= 74036

runsolver used 3.60045 second user time and 9.03463 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 22:33:09
IDJOB=3738320
IDBENCH=71843
IDSOLVER=2324
FILE ID=node141/3738320-1338755589
RUNJOBID= node141-1338738353-17080
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

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

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=1891968934

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:        27125068 kB
Buffers:          429268 kB
Cached:          3190500 kB
SwapCached:          216 kB
Active:          2512456 kB
Inactive:        2350720 kB
Active(anon):    1234384 kB
Inactive(anon):    11288 kB
Active(file):    1278072 kB
Inactive(file):  2339432 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1215720 kB
Mapped:            19004 kB
Shmem:               172 kB
Slab:             742052 kB
SReclaimable:     183764 kB
SUnreclaim:       558288 kB
KernelStack:        1792 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 70716 MiB
End job on node141 at 2012-06-03 22:48:32